/*-------The style directory
 * 1.news
 * 2.about
 * 3.video
 * 4.news-details
 * 5.team
 * 6.team-details
 * 
 --------*/
/*1.news*/
.sec_banner{
	width: 1180px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
}
.contentbox{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #e4e5ea;
	z-index: 99;
}
.contentbox .content{
	position: relative;
	width: 1180px;
	padding: 30px 20px;
	background-color: #fff;
	min-height: 580px;
}
.title h1{
	float: left;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding-top: 10px;
	background-image: url(../img/black-line.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.left_menu{
	position: absolute;
	top: -40px;
	float: left;
	width: 260px;
	height: auto;
	background-color: #f9f9f9;	
	padding-bottom: 20px;
}
.left_menu h1{
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-family: "Roboto_Condensed_bold";
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	/*border-bottom: solid 1px #bcbbbb;*/
	padding-bottom: 4px;
	margin: 0;
	background-color: #AC2925;
	padding-left: 15px;
}
.left_menu h1 span{
    display: block;
    overflow: hidden;
    height: 48px;
}
.left_menu li{
	width: 100%;
	height: auto;
}
.left_menu li a{
	display: block;
	width: 100%;
	padding-left: 15px;
	font-family: "Roboto_Condensed";
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	color: #333;
	background: url(../img/gary-arrow.jpg) 230px 15px no-repeat;
	background-color: #f9f9f9;
	border-bottom: solid 1px #f9f9f9;
}
.left_menu li a:hover{
	color: #fff;
	background-image: url(../img/blue-arrow.jpg) !important;
	background-color: #135b94;
	background-position: 222px 18px !important;
	border-bottom: solid 1px #fff !important;
}
.right_content{
	float: right;
	width: 850px;
}
.right_content .weizhi{
	width: 100%;
	height: 34px;
	border-bottom: solid 4px #01164b;
	padding: 0 10px;
}
.weizhi h1{
	float: left;
	font-family: "Roboto_Condensed";
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin: 0;
	padding: 0;
	
}
.weizhi .loadtion{
	float: right;
	font-family: "Roboto_Condensed_bold";
	font-size: 15px;
	color: #6b6b6b;
	line-height: 24px;
}
.loadtion a{
	color: #6b6b6b;
	font-family: "Roboto_Condensed_bold";
	
}
.loadtion a:hover{
	color: #f7af08;
}
.news_con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.news_con>ul{
	width: 100%;
	height: auto;
}
.news_con>ul li{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 8px;
}
.news_con>ul li a{
	display: block;
	float: left;
	font-family: "Roboto_Condensed";
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.news_con>ul li a:hover{
	color: #D9534F;
}
.news_con>ul li span{
	display: block;
	float: right;
	font-family: "Roboto_Regular";
	font-size: 13px;
	line-height: 24px;
	color: #807f7f;
}
.paging{
	width: auto;
    height: auto;
    font-size: 13px;
    text-align: center;
    border-top: solid 1px #ddd;
    margin-top: 30px;
}
.paging ul li a{
    margin: 0 5px;
    border-radius: 15px !important;
    padding: 6px 18px;
}
/*news*/
/*2.about*/
.about_con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.about_con p{
	font-family: "Roboto_Regular";
	font-size: 15px;
	line-height: 22px;
	color: #333;
	margin-bottom: 20px;
	text-align: justify;
}
.about_con strong{
	display: block;
	font-family: "Roboto_Regular";
	font-size: 15px;
	line-height: 22px;
	color: #333;
	margin-bottom: 10px;
}
/*about*/
/*3.video*/
.video_con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.video_con>ul{
	width: 100%;
	height: auto;
}
.video_con>ul li{
	float: left;
	width: 220px;
	height:auto;
	padding-bottom: 20px;
	margin-right: 15px;
}
.video_con>ul li:nth-child(4n){
	margin-right: 0 !important;
}
.video_con>ul li .photo{
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.photo img{
        float: left;
	display: block;
	width: 140px;
	vertical-align: middle;
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1); /* 标准语法 */
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.video_con>ul li .video_title{
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-family: arial;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.photo_video::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;		
	background: url(../img/photo_video.png) center center no-repeat;
	background-size: 53px 48px;
	background-color: rgba(0,0,0,.4);
	visibility: hidden;
}
.photo_video:hover::after{
	visibility: visible;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.photo_video:hover img{
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1); /* 标准语法 */
}
.photo_news::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;		
	background: url(../img/photo_news.png) center center no-repeat;
	background-size: 48px 48px;
	background-color: rgba(0,0,0,.4);
	visibility: hidden;
}
.photo_news:hover::after{
	visibility: visible;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.photo_news:hover img{
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1); /* 标准语法 */
}
/*video*/
/*4.news-details*/
.Newsdetails-content{
	width: 100% !important;
}
.news_details_con{
	padding: 0 20px;
}
.news_details_con h1{
	font-size: 24px;
    color: #333;
	font-family: "Rabiola_Serif";
	margin: 20px auto;
	text-align: center;
}
.news_details_con .news_from{
	width: auto;
	margin: 20px auto;
	text-align: center;
	padding: 10px 0;
	border-top: dashed 1px #ddd;
	border-bottom: dashed 1px #ddd;
}
.news_details_con .news_from span{
	margin: 0 10px;
}
.news_details_con p{
	font-family: "Roboto_Regular";
	font-size: 15px;
	line-height: 22px;
	color: #333;
	margin-bottom: 20px;
	text-align: justify;
}
.news_details_con p img{
	display: block;
	max-width: 700px;
	min-width: 600px;
	height: auto;
	margin: 0 auto;
}
.recommended{
	border-top: solid 1px #ddd;
	padding-top: 10px;
}
.recommended .prev_news{
	font-size: 15px;
	margin-bottom: 6px;
}
.prev_news a{
	color: #333;
}
.prev_news a:hover{
	color: #D9534F;
}
.recommended .next_news{
	font-size: 15px;
}
.next_news a{
	color: #333;
}
.next_news a:hover{
	color: #D9534F;
}
.t-close{
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #AC2925;
	margin: 10px 0 0;
	cursor: pointer;
}
/*news-details*/
/*5.team*/
.team_con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.team_con .category{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.category .institute{
	display: inline-block;
	font-family: "Roboto_Condensed";
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color:#005fa8;
	padding: 6px 12px;
}
.wp_subcolumn_list .wp_sublist .sublist_title{

	display: inline-block;
	font-family: "Roboto_Condensed";
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color:#005fa8;
	padding: 6px 12px;
    height: auto;
    border-bottom: none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a{
 color:#fff;
}
.category ul{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.category ul li{
	float: left;
	width: 175px;
	height: auto;
	margin-right:19px;
	margin-left: 18.5px;
	margin-bottom: 10px;
}
.category ul li a.photo{
	display: none;
	width: 140px;
	height: 180px;
	overflow:hidden;
	position: relative;
}
.category ul li a.photo::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #fff;
	opacity: 0;
	*filter:alpha(opacity=0);
}
.category ul li a.photo:hover::after{
	opacity: 0.3;
	*filter:alpha(opacity=30);
}
.category ul li span.people_name{
	display: block;
	width: 100%;
	height: 30px;
	/*line-height: 30px;*/
	font-family: "Roboto_Regular";
	font-size: 18px;
	color: inherit;
	text-align: center;
}
/*team*/
/*6.team-details*/
.paixu{
	width: 100%;
	margin-bottom: 10px;
}
.tiaojian-1{
	float: right;
	margin-left: 20px;
}
.tiaojian-1 select{
	width: 150px;
	height: 32px;
	line-height: 32px;
	border: solid 1px #dedede;
	color: #333;
}
.tiaojian-2{
	float: left;
}
.tiaojian-2 label{
	float: left;
	height: 32px;
	line-height: 32px;
}
.tiaojian-2 span{
	float: left;
	display: block;
	width: 450px;
	height: 32px;
}
.tiaojian-2 span a{
	float: left;
	display: block;
	color: #333;
    border: 1px solid #e0cdce;
    background: #f5f9fd;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    line-height: 20px;
    margin: 6px 3px;
}
.tiaojian-2 span a:hover{
	background: #135b94;
	color: #fff;
}
.people-resume{
	width: 100%;
	padding: 10px 15px;
	border-bottom: dashed 1px #AC2925;
}
.people-resume .person_info{
	position: relative;
	float: right;
	width: 685px;
	padding: 15px 15px 15px 40px;
	background-color: #f6f6f6;
}
.person_info .photo{
	position: absolute;
	left: -135px;
	top: 15px;
	width:150px;
	height:180px;
	overflow: hidden;
}
.person_info .infos{
	color: #333;
}
.infos dt{
	margin-bottom: 6px;
        margin-left: 150px;
}
.infos dt strong{
	font-size: 18px;
	line-height:24px;
}
.infos dd{
	line-height: 24px;
        margin-left: 150px;
}
.infomation{
	width: 100%;
	padding: 0 15px;
}
.infomation .per_title{
	display: inline-block;
	font-family: "Roboto_Condensed";
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color:#005fa8;
	padding: 6px 12px;
	margin: 20px 0 10px;
}
.infomation h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}
.infomation p{
	font-family: "Roboto_Regular";
	/* font-size: 15px; */
	/* line-height: 22px; */
	/* color: #333; */
	/* margin-bottom: 20px; */
	/* text-align: justify; */
}
/*team-details*/
.clearfix{
	clear: both;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink{
display:none;
}
