.insti_title{
	font-size:22px;
	font-weight:600;
	font-family: 'Times New Roman';
	color:#333;
	margin:0px;
	text-align: center;
}
.insti_titles{
	margin-top:38px;
}
.person_ren{
	margin-top:20px;
	font-size:14px;
	color:#333;
	line-height: 30px;
}
/*教师页面*/
.teacher_titls:hover{
	color:#253f9c;
}
.teacher_titls{
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px;
	overflow: hidden;
}
.teacher_titls_more{
	float:right;
	font-size: 14px;
    color: #777777;
    margin-top: 6px;
    font-weight: 500;
}
.name_t_l{
	overflow: hidden;
	margin-left:30px;
	margin-top:20px;
}
.name_t_l>li{
	float:left;
	width:16%;
	margin:10px 0px;
}
.name_t_l>li>a{
	color:#737373;
	font-size:14px;
}
.name_t_l>li>a:hover{
	color:#2a63b4;
}
.t_main{
	padding: 10px 80px 40px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
}
/*内容页*/
.cont_tilte{
	font-size:22px;
	font-weight:600;
	font-family: 'Times New Roman';
	color:#333;
	margin:0px;
	text-align: center;
}
.cont_date{
	text-align: center;
	font-size:14px;
	color:#555;
	margin:20px 0px 0px;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.cont_p{
	font-size:16px;
	color:#333;
	line-height: 30px;
	margin-top:20px;
}
.cont_img{
	margin-top:20px;
	text-align: center;
}
.cont_img>img{
	width:590px;
	height:360px;
}
/*研究所*/
.titute_list{
	overflow: hidden;
	background-color: #fff;
    border: 1px solid #c8c8c8;
    padding:50px 0px;
}
.titute_list>li{
	float:left;
	width:250px;
	margin-left:60px;
}
.titute_img{
	height:240px;
	overflow: hidden;
	border:1px solid #c8c8c8;
}
.titute_img>img{
	width: 100%;
    height: 100%;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
.titute_img>img:hover{
	transform: scale(1.1, 1.1);
}
.titute_name{
	font-size:16px;
	color:#333;
	line-height: 30px;
	text-align: center;
	margin-top:10px;
}
/*组织机构*/
.texture{
	margin-top:36px;
	border:1px solid #c8c8c8;
}
.texture_t{
	padding:10px 26px;
	font-size:18px;
	color:#fff;
	font-weight: 600;
	background-color: #596eb6;
}
.texture_m{
	overflow: hidden;
	padding-bottom:16px;
}
.texture_m>li{
	margin-top:20px;
	float:left;
	margin-left:24px;
	margin-right:30px;
	font-size:16px;
	color:#333;
}
.related{
	overflow: hidden;
}
.texture_ms,.texture_mss{
	overflow: hidden;
	padding:0px 20px 20px 20px;
}
.texture_mss{
	width:50%;
	float:left;
}
.texture_ts{
	overflow: hidden;
}
.texture_mss>li,.texture_ms>li{
	margin-top:14px;
	font-size:16px;
	color:#333;
	overflow: hidden;
}
.ismss{
	color:#253f9c !important;
	font-weight: 600;
}
.texture_p{
	margin:20px;
	font-size: 16px;
	color:#333;
	line-height: 30px;
}
.w_texture{
	font-weight: 600;
}
/*联系我们*/
.w_textures{
	font-weight: 600;
	width:100px;
	display: inline-block;
	float:left;
}
.w_texturess{
	width:430px;
	display: inline-block;
	float:left;
}
/*搜索结果页*/
.s_page{
	margin-top:30px;
}
.s_page>li{
	padding:18px 30px;
	overflow: hidden;
}
.s_pagea{
	float:left;
	width:120px;
	font-size:16px;
	color:#858585;
	display: inline-block;
}
.s_page_con{
	float:left;
	width:1086px;
	overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    font-size:16px;
	color:#333;
}
.s_page_con>span{
	color:#253f9c;
}
.is_s_page{
	background-color: #f4f4f4;
}
.s_page_con:hover{
	color:#253f9c;
}
/*教师内容页*/
.lao_t{
	overflow: hidden;
	margin-top:30px;
}
.lao_t>img{
	width:180px;
	height:230px;
	border:1px solid #dfdfdf;
	float:left;
}
.lao_t_r{
	float:right;
	width:1060px;
	color:#333;
}
.lao_t_r>h4{
	font-size:20px;
	font-weight: 600;
	margin:0px;
	margin-bottom:20px;
}
.lao_t_t{
	margin-top:14px;
	font-size:16px;
}
.lao_t_t>span{
	font-weight: 600;
}
.lao_b>p{
	font-size:16px;
	color:#333;
	line-height: 30px;
	padding-left:30px;
	margin-top:20px;
}