@charset "utf-8";

/* CSS Document */
body {
	background: #e8f0f9;
word-wrap: break-word;
}

/*.bodybg {
	background: url(../images/tsg.png) no-repeat center bottom #e8f0f9;
}*/

.wrap {
	max-width: 1300px;
	margin: 0 auto;
	width: 95%
}

.bsbg {
	max-width: 1300px;
	background: #fff;
	width: 95%;
	margin: 25px auto;
        min-height:170px;
}

.pd {
	padding: 35px;
}
.foot_txt{
	color: #fff;
	opacity: 0.8;
	margin-bottom: 20px;
	text-align: center;
}
/*top*/
.header {
	width: 100%;
	position: relative;
	background-color: #03063d;
}
.ewmbox img{
	display: block;
	margin: 0 auto;
}
.banner {
	position: absolute;
	width: 100%;
	top: 150px;
	left: 0;
	right: 0;
	background: url(../images/bannerbg.jpg) repeat-y 0 0;
	z-index: -1;
}

.banner_img {
	width: 100%;
	background: url(../images/banner.png) repeat-y 0 0;
	background-size: 100%;
}

.banner img {
	width: 100%;
	vertical-align: top;
}

.head {
	width: 95%;
	margin: 0 auto;
	max-width: 1300px;
}

.logo {
	float: left;
	padding: 15px 0;
	transition: .3s;
	background: url(../images/logobg.png) no-repeat left top;
	background-size: 100%;
	width: 499px;
}

.logo a {
	display: block;
	text-align: center;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.logo span {
	display: block;
	margin: 19px auto 0 auto;
	width: 150px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #0371d3;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.headr {
	float: right;
	width: calc(100% - 500px);
}

.search {
	float: right;
	margin-top: 10px;
	border: 1px solid #0580e8;
	border-right: 0;
	margin-right: 15px;
	position: relative;
}

.search .ss {
	width: 135px;
	height: 28px;
	padding-left: 5px;
	line-height: 28px;
	background: transparent;
	vertical-align: middle;
	color: #fff;
}

.search .ssbtn {
	width: 50px;
	height: 28px;
	background: url(../images/ssbtn.png) no-repeat center center;
	vertical-align: middle;
	margin-right: -10px;
	cursor: pointer;
}

.search .sj {
	position: absolute;
	right: -27px;
	top: 0;
	display: block;
	width: 27px;
	height: 31px;
	background: url(../images/searchsj.png) no-repeat top right;
}

.head-links a.eng {
	float: right;
	display: block;
	text-align: center;
	background: url(../images/enbg.png) no-repeat;
	width: 171px;
	color: #fff;
	height: 46px;
	line-height: 38px;
}

.head-links a.eng:hover {
	background: url(../images/enbg02.png) no-repeat;
}

.head-links a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

/*导航*/
.nav {
	height: 40px;
	margin: 35px auto 0 auto
}

li.yiji_nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
	line-height: 40px;
}

li.yiji_nav .jt {
	display: none
}

a.yiji_nav {
	display: block;
	padding: 0 28px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-left: 0px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

li.yiji_nav:hover a.yiji_nav,
a.yiji_nav:hover {
	background: #0371d3;
	color: #fff;
}

.select_box li.yiji_nav,
.select_box .more_ul li a,
.select_box a.yiji_nav {
	height: auto !important;
	padding: 7px 10px;
	line-height: 30px !important;
	font-size: 15px;
}

.select_box li.yiji_nav {
	padding: 0;
	border-bottom: 1px solid #4f61a5;
}

.select_box li.yiji_nav a:hover {
	background: #0371d3;
}

li.erji_nav:hover a.erji_nav,
a.erji_nav:hover {
	color: #fff;
	background: #0371d3;
}

li.yiji_nav:hover:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(../images/zsj.png);
}

li.yiji_nav:hover:after {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: url(../images/yxj.png);
}

.more_ul li.yiji_nav:hover:before,
.more_ul li.yiji_nav:hover:after {
	display: none;
}

/* 这是控制菜单显示与隐藏的重点 */
a.yiji_nav:hover ul.erji_nav,
li.yiji_nav:hover ul.erji_nav {
	visibility: visible;
}

a.erji_nav {
	display: block;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#menu {
	width: calc(100% - 60px);
	float: left;
}

#menu ul {
	width: 100%;
}

ul.erji_nav {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 100% !important;
	background: #163094;
	z-index: 999
}

li.erji_nav {
	position: relative;
	/* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
	left: 0px;
	top: 0px;
}

.more_ul {
	width: 120px;
	height: auto;
	position: absolute !important;
	position: absolute;
	z-index: 999;
	top: 40px;
	right: 0px;
	background: #163094;
	text-align: center;
}

.more_ul li {
	width: 100%;
}

.more_ul li a {
	display: block;
	line-height: 40px;
	width: 100%;
	float: left;
	cursor: pointer;
	color: #fff;
}

.more_ul li a:hover {
	background: #0371d3;
	color: #fff;
}

.select_box {
	position: relative;
	width: 60px;
	height: 40px;
	text-align: center;
	float: right
}

.select_box i {
	display: block;
	line-height: 70px;
	width: 80px;
	float: left;
	color: #3156a3;
	font-size: 18px;
}

.select_box span {
	width: 60px;
	height: 40px;
	float: left;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
}



/*手机导航*/
.mob {
	display: none;
}

.nav-icon {
	position: absolute;
	right: 87px;
	top: 73px;
	width: 42px;
	height: 40px;
	border: 1px solid #0371d3;
	text-align: center;
	line-height: 35px;
}

.nav-icon img {
	vertical-align: middle;
}

#navbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	display: none;
	z-index: 999
}

.navlist {
	position: fixed;
	right: -1024px;
	top: 0;
	background: #013E74;
	width: 80%;
	height: 100%;
	z-index: 9999;
	overflow-y: auto;
	box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}

.mob_link {
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	background: #013e74;
}

.mob_link .link_l {
	float: left;
}

.mob_link .link_l a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	color: #fff;
}

.mob_link .link_l a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
	float: right;
	cursor: pointer
}

.mob_list {
	background: #0166c0;
}

.js_mob {
	padding: 10px 12px;
	background: #005597;
}

.search-input {
	border: 1px solid rgb(255 255 255 / 65%);
	height: 35px;
}

.search-input:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.search-input input {
	width: calc(100% - 62px);
	float: left;
	background: none;
	outline: none;
	border: 0;
	padding-left: 20px;
	line-height: 32px;
	color: #fff;
}

.search-input input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.search-input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.search-input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.search-input input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.search-input button {
	width: 40px;
	height: 33px;
	float: right;
	background: none;
	outline: none;
	border: 0
}

.search-input button img {
	width: 18px;
}

.mob_list li {
	line-height: 50px;
	font-size: 16px;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
	background: #013e74;
	border-bottom: 1px solid #135188;
}

.mob_list li a {
	color: #fff;
	width: 85%;
	display: block
}

.mob_list li i {
	display: block;
	width: 17px;
	height: 17px;
	z-index: 122;
	position: absolute;
	right: 10px;
	top: 17px;
	background: url(../images/jtx.png) center center no-repeat;
	background-size: 17px
}

.mob_list li i.icon {
	background: url(../images/jts.png) center center no-repeat;
	background-size: 17px
}

.mob_list li .ejnav {
	display: none
}

.mob_list li .ejnav li {
	width: 100%;
	border: 0;
	line-height: 45px;
	font-size: 14px;
	background: #0166c0
}

.mob_list li .ejnav li a {
	width: 100%;
}

.open {
	right: 0
}


/*版心*/
.contain {
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
}

.ny-head{
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
}
/*首页个人简介*/
.brief {

}

.photo {
	float: right;
	width: 280px;
	height: 340px;
	border: 1px solid #0371d3;
	padding: 10px;
}

.photo span {
	display: block;
	width: 260px;
	height: 320px;
	line-height: 320px;
	text-align: center;
}

.photo span img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.intro {
	width: calc(100% - 330px);
	float: left;
	padding: 0 30px;
}

.intro .name {
	background: url(../images/namebg.png) no-repeat;
	font-size: 30px;
	font-weight: bold;
	line-height: 74px;
	padding-left: 135px;
	margin-top: 15px;
	color: #fff;
}

.intro .name em {
	font-size: 18px;
	margin-left: 20px;
}

.intro .present {
	margin-top: 40px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.intro .details {
	display: block;
	width: 115px;
	height: 45px;
	background: #013e74;
	font-size: 16px;
	color: #fff;
	float: right;
	text-align: center;
	line-height: 45px;
	margin-top: 10px;
}

.intro .details:hover {
	background: #0166C0;
}

/*首页基本资料*/
.basic {
	clear: both;
	background-color: rgba(40, 88, 140, .6);
	border: solid 1px rgba(6, 130, 214, .6);
	padding: 20px;
	margin-top: 40px;
}

.basic h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

.basic li {
	width: 25%;
	float: left;
	line-height: 35px;
	color: #fff;
}

.s1 {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 50px;
}

/*教育经历*/
.s2 {
	border-top: 2px solid #013e74;
	background: url(../images/s2-bj.jpg) no-repeat;
	background-size: cover;
}

.slideTxtBox {
	text-align: center;
}

.slideTxtBox .hd {

	position: relative;
	text-align: center;
	margin-bottom: 50px;
}


.slideTxtBox .hd ul li {
	display: inline-block;
	width: 257px;
	height: 74px;
	cursor: pointer;
	background: url(../images/jlbg.png) no-repeat 0 bottom;
	color: #fff;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0 10px;
	line-height: 80px;
	background-size: 100%;
}

.slideTxtBox .hd ul li.on {
	background: url(../images/jlbg02.png) no-repeat 0 bottom;
	background-size: 100%;
}

.slideTxtBox .bd {
	padding: 50px;
}

.slideTxtBox .bd ul {
	zoom: 1;
}

.slideTxtBox .bd li {
	margin-top: 30px;
	position: relative;
}

.slideTxtBox .bd li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.slideTxtBox .bd li .date {
	float: left;
	color: #999;
	background: url(../images/datebg.png) no-repeat;
	width: auto;
	padding: 20px 30px 10px 30px;
	font-size: 24px;
	color: #fff;
	font-family: "华文中宋";
	font-style: italic;
	text-align: center;
	font-weight: bold;
	background-size: 100%;
	position: relative;
	min-width: 270px;
}

.slideTxtBox .bd li .undergo {
	float: left;
	margin-left: 60px;
	border: 1px solid #053a77;
	text-align: left;
	height: 80px;
	width: calc(100% - 330px);
	background: #05174b;
	padding: 0 30px;
	line-height: 30px;
	position: relative;
	display: table;
	font-size: 16px;
	color: #fff;
}

.slideTxtBox .bd li .undergo em {
	display: table-cell;
	vertical-align: middle;
}

.slideTxtBox .bd li .date:after {
	content: "";
	width: 75px;
	height: 1px;
	background: #0682d6;
	top: 50%;
	right: -75px;
	display: block;
	position: absolute;
}

.undergo .un-left {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 100%;
}

.undergo .un-left:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 11px;
	height: 11px;
	background: url(../images/jlsgj.png) no-repeat 0 0px;
}

.undergo .un-left:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -5px;
	width: 11px;
	height: 11px;
	background: url(../images/jlsgj.png) no-repeat 0 -80px;
}

.undergo .un-right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 11px;
	height: 100%;
}

.undergo .un-right:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	right: -6px;
	width: 11px;
	height: 11px;
	background: url(../images/jlsgj.png) no-repeat -25px 0px;
}

.undergo .un-right:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -6px;
	width: 11px;
	height: 11px;
	background: url(../images/jlsgj.png) no-repeat -25px -80px;
}

.slideTxtBox .bd .more {
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #013E74;
	color: #fff;
	display: block;
	margin: 15px auto;
	margin-top: 65px;
	font-size: 16px;
	transition: all 0.3s;
}
.slideTxtBox .bd .more:hover{
	background: #0166C0;
}
/*研究方向*/
.s3 {
	background: url(../images/s3-bj.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 115px;
}


.research {
	width: calc(50% - 38px);
	float: left;
	background: url(../images/s3-txbj.png) no-repeat;
	background-size: 100% 100%;
}

.research .tit {
	height: 50px;
	padding-top: 15px;
}

.research .tit h1 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 0 20px;
	position: relative;
}


.research .tit .more {
	width: calc(100% - 275px);
	float: right;
	text-align: right;
	/* border-bottom: 1px solid #0682d6; */
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.research .tit .more a {
	color: #999;
	display: block;
	margin-top: -10px;
}
.more a{
	transition: all 0.3s;
}
.more a:hover{
	opacity: 0.7;
}
.relist {
	width: 100%;
	height: 373px;
	padding: 15px 30px;
	overflow: hidden;
}



.relist li {
	padding: 15px 0;
	border-bottom: 1px dashed #59658c;
	line-height: 28px;
	font-size: 16px;
	background: url(../images/listico.png) no-repeat 0 27px;
	padding-left: 15px;

}

.relist li a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.relist li:last-child {
	border-bottom: none;
}

.honor {
	float: right;
}


.honor .tit h1:after {
	background: url(../images/xline02.png) no-repeat;
}






/*团队成员*/
.s4 {
	background: url(../images/s2-bj.jpg) no-repeat;
	background-size: cover;
    border-top: 2px solid #013e74;
	padding-bottom: 120px;
}


.teambox .teamtit {
	text-align: center;
	background: url(../images/s4-titbj.png) no-repeat;
	background-position: center center;
	background-size: 260px 100%;
	height: 75px;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.namebox {
	width: calc(45% - 20px);
	float: left;
}

.namebox .name {
	border-bottom: 1px solid #013E74;
	border-left: 1px solid #013E74;
	padding-left: 10px;
	padding-bottom: 10px;
}

.namebox .name h1 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #013E74;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 0 20px;
	position: relative;
}

.namebox .name h1:before {
	content: "";
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 0;
	height: 0;
	border-bottom: 50px solid #013E74;
	border-right: 34px solid transparent;
	position: absolute;
	right: -34px;
	top: 0;
}

.namebox .name span {
	display: inline-block;
	width: calc(100% - 200px);
	margin-left: 30px;
	font-size: 18px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}

.namebox .duce {
	margin-top: 20px;
	width: 100%;
	height: 212px;
	background-color: rgba(11, 96, 173, .15);
	overflow: hidden;
	padding: 20px;
	color: #fff;
	font-size: 16px;
}

.member {
	width: calc(55% - 20px);
	float: right;
}

.member .more {
	text-align: right;
	line-height: 50px;
	margin-bottom: 27px;
	font-size: 16px;
}

.member .more a {
	color: #b6b6bd;
}

.member li {
	float: left;
	width: calc(25% - 12px);
	margin-right: 16px;
	text-align: center;
}

.member li:last-child {
	margin-right: 0;
}

.member li a {
	display: block;
}

.member li .picture {
	background-color: rgba(11, 96, 173, 0.15);
	padding: 5px;
	height: 184px;
	line-height: 174px;
}

.member li .picture img {
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	vertical-align: middle;
}

.member li p {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}


/*footer*/
.footer {
	width: 100%;
	color: #fff;
	background-color: #03063d;
	padding: 30px 15px;
	position: relative;
}


.visit {
	margin-bottom: 20px;
}
.visit ul {
	text-align: center;
	margin: 0 auto;
}
.visit li{
	display:inline-block;
	margin: 0 10px;
}
.visit li a{
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	line-height: 40px;
}


.footer p {
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.footer p>span{display:inline-block; margin:0 5px;}

/*研究方向页面*/
.list_R dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/listicon.png) no-repeat left 18px;
	padding-left: 13px;
	border-bottom: 1px solid #013e74;
	padding: 10px 0 10px 15px;
}

.list_R dd {
	line-height: 28px;
	background: url(../images/listico.png) no-repeat 10px 21px;
	font-size: 16px;
	padding: 10px 15px 10px 25px;
}


/*团队成员页面*/
.pd-m {
	padding: 25px 0
}

.team_c dl {
	margin-bottom: 15px;
}

.team_c dt {
	font-size: 16px;
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
	background: #e8f0f9;
	border: 1px solid #0682d6;
	border-right: 0;
	font-weight: bold;
	color: #013e74;
	float: left;
}

.team_c dt:after {
	content: "";
	width: 37px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background: url(../images/btsj.png) no-repeat;
	background-size: 100% 102%;
}

.team_c dd {
	overflow: hidden;
	zoom: 1;
	padding-left: 15px;
	line-height: 30px;
	padding-top: 5px;
}

.team_member {}

.team_member li {
	width: calc(16.6666% - 30px);
	margin: 10px 15px;
	float: left;
	text-align: center;
}

.team_member li a {
	display: block;
}

.team_member li .picture {
	border: 1px solid #0166c0;
	padding: 5px;
	height: 184px;
	line-height: 171px;
}

.team_member li .picture img {
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	vertical-align: middle;
}

.team_member li p {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*分页*/


.pages table{width:auto !important; margin-top:20px}
 tbody{
     border: none;
    background-color: #fff;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;border: none;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #0b3972 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0b3972 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    background: #0b3972 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0b3972, EndColorStr=#0b3972)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0b3972), to(#0b3972))!important;
    background: -moz-linear-gradient( top,#0b3972,#0b3972)!important;
    background: -ms-linear-gradient(top,#0b3972 0%,#0b3972 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


.ydpage{
	background:#0b3972;
	color:#fff;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-top:20px;
	border-radius:18px;
}

/*综合页面*/
.location {
	border-top: 2px solid #013e74;
}

.location h1 {
	float: left;
	background: url(../images/posibg.png) no-repeat;
	padding: 15px 70px 25px 70px;
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.location span {
	display: block;
	float: right;
	background: url(../images/locationico.png) no-repeat left 20px;
	font-size: 16px;
	padding: 15px 35px 10px 45px;
}

.compage {
	padding: 30px 50px;
}

.flow {
	padding: 25px 0
}

.column_tit {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.column_tit h1 {
	font-size: 20px;
	display: inline-block;
	padding: 10px 50px 10px 20px;
	position: relative;
	background: #e8f0f9;
	border: 1px solid #0682d6;
	border-right: 0;
	font-weight: bold;
}

.column_tit h1:after {
	content: "";
	width: 37px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background: url(../images/btsj.png) no-repeat;
	background-size: 100% 102%;
}

.compage a.morebtn {
	margin-top: 0;
	float: right;
	font-size: 16px;
	color: #013e74;
}

.compage a.morebtn:hover {
	color: #0166C0;
}

.flow .pl,
.tplist {
	line-height: 28px;
}

.zhlist {}

.zhlist li {
	padding: 15px 0;
	line-height: 28px;
	background: url(../images/listicon.png) no-repeat 15px 24px;
	padding-left: 30px;
        padding-right: 10px;
}

.zhlist li:nth-child(even) {
	background: url(../images/listicon.png) no-repeat 15px 24px #e8f0f9;
}

.zhlist li:hover {
	color: #0166C0;
}

.zhlist li:hover a {
	color: #0166C0;
}

.tplist {}

.tplist li {
	width: calc(25% - 3%);
	margin: 10px 1.5%;
	padding-bottom: 10px;
	float: left;
	vertical-align: top;
}

.tplist li a {
	display: block;
}

.tplist li p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tplist li a span {
	width: 100%;
	text-align: center;
	height: 170px;
	display: block;
	padding: 8px;
	border: 1px solid #0166c0;
}

.tplist li a span i {
	display: block;
	width: 100%;
	height: 154px;
	line-height: 149px;
	background: #f5f5f5;
}

.tplist li a span img {
	max-width: 100%;
	max-height: 141px;
	vertical-align: middle;
}

.tplist li p {
	text-align: center;
	line-height: 50px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*教师图片页面*/
.particular {
	float: left;
	width: 20%;
}

.particular li {
	padding: 20px 10px;
	background: #fff9f0;
	-moz-box-shadow: 0px 1px 5px #cfcfcf;
	-webkit-box-shadow: 0px 1px 5px #cfcfcf;
	box-shadow: 0px 1px 5px #cfcfcf;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 0em;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 10px;
	cursor: pointer
}

.particular li.on {
	background: url(../images/tabbg.png) no-repeat right bottom #8f000b;
	color: #fff;
}

.particular li.on a {
	color: #fff;
}

.piclist {
	width: 77%;
	float: left;
	margin-left: 20px;
}

.piclist li {
	width: 30%;
	margin: 0 0 20px 2.8%;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5
}

.piclist li span {
	display: table;
	width: 100%;
	height: 170px;
}

.piclist li span a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.piclist li span a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.piclist li p {
	text-align: center;
	line-height: 28px;
}

/*内容页*/
.content h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	margin-bottom: 20px;
}

.content .Subtitle {
	background: #e8f0f9;
	text-align: center;
	padding: 15px 0;
}

.content .Subtitle .time {
	display: inline-block;
	color: #484847;
	margin: 0 10px;
}

.content .Subtitle .click {
	display: inline-block;
	color: #484847;
	margin: 0 10px;
}

.content .subs {
	margin: 25px 0;
	line-height: 28px;
}

.content .subs p img {
	max-width: 90%;
	margin: 0 auto;
}

.enclosure {}

.enclosure h3 {
	font-size: 16px;
	display: inline-block;
	padding: 10px 35px 10px 20px;
	position: relative;
	background: #e8f0f9;
	border: 1px solid #0682d6;
	border-right: 0;
	font-weight: bold;
	color: #013e74;
}

.enclosure h3:after {
	content: "";
	width: 37px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background: url(../images/btsj.png) no-repeat;
	background-size: 100% 102%;
}

.enclosure .wzlist {
	padding-left: 20px;
}

.enclosure .wzlist li {
	background: url(../images/listicon.png) no-repeat left 19px;
	line-height: 28px;
	margin: 5px 0;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dashed #0166C0;
}

.enclosure .wzlist li:last-child {
	border-bottom: 0;
}

.enclosure .imglist {
	margin-top: 10px;
}

.enclosure .imglist li {
	width: calc(25% - 3%);
	padding: 5px;
	height: 200px;
	vertical-align: top;
	margin: 10px 1.5% 10px 1.5%;
	border: 1px solid #0166c0;
	float: left;
}

.enclosure .imglist li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.enclosure .imglist li span img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.flip {
	margin-top: 10px;
	padding: 10px 0;
	background: #f5f5f5;
}

.flip li {
	margin: 10px 0;
}

.flip li span {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: bold
}

.flip li a {
	display: block;
	overflow: hidden;
	zoom: 1;
}

.flip li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

/*结构化内容页*/
.structure {
	margin: 20px 0;
}

.structure dl {
	display: table;
	width: 100%;
	margin-top: 5px;
	display: table;
}

.structure dl:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.structure dl dt {
	display: table-cell;
	width: 13%;
	text-align: right;
	line-height: 28px;
	padding: 10px;
	background: #0166C0;
	color: #fff;
	vertical-align: middle;
}

.structure dl dd {
	display: table-cell;
	line-height: 28px;
	padding: 10px 15px;
	vertical-align: middle;
}

/*标题列表页*/
.yd_list {
	display: none;
}

.titlist li {
	line-height: 28px;
	padding: 10px 0 10px 20px;
	background: url(../images/gdjt.png) no-repeat left 19px;
	background-size: 5px;
	border-bottom: 1px dashed #a3a3a3
}

@media only screen and (max-width:1200px) {
	.team_member li {
		width: calc(20% - 30px);
	}
}

@media only screen and (max-width:1024px) {
	.wrap {
		width: 100%;
	}

	.logo {
		width: 420px;
	}

	.logo img {
		width: 47%;
	}

	.headr {
		width: calc(100% - 420px);
	}

	.nav {
		display: none
	}

	.mob {
		display: block
	}

	#menu {
		width: 0;
	}

	.more_ul {
		width: 220px;
		right: 0;
		left: auto
	}

	ul.erji_nav {
		position: relative;
		left: auto;
		top: auto;
		display: none
	}

	.select_box .more_ul li a {
		background: #163094
	}

	a.yiji_nav {
		text-align: left;
		width: 85%;
		float: left;
		text-indent: 10px;
	}

	li.yiji_nav .jt {
		display: block;
		width: .2rem;
		height: .2rem;
		z-index: 122;
		position: absolute;
		right: 10px;
		top: 11px;
		background: url(../images/jtx.png) center center no-repeat;
		background-size: .15rem
	}

	.basic li {
		width: 33.333%;
	}

	.yd_list {
		display: block;
	}

	.pc_list {
		display: none;
	}

	/*首页课题组介绍和课题组成员成员*/
	.enclosure .imglist li {
		width: 23%;
		height: 150px;
	}

	.structure dl dt {
		width: 25%;
	}
	.s1,.s3{
		padding: 50px 0;
	}
	.s4{
		padding-bottom: 50px;
	}
	.slideTxtBox .hd{
		margin-bottom: 0;
	}

}

@media only screen and (max-width:959px) {
	.s1,.s3{
		padding: 40px 0;
	}
	.s4{
		padding-bottom: 40px;
	}
	.member .more{
		margin-bottom: 0;
	}

	.logo {
		width: 344px;
	}

	.logo span {
		margin-top: 11px;
	}

	.headr {
		width: calc(100% - 344px);
	}

	.intro .present {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.basic li {
		width: 50%;
	}

	.slideTxtBox .bd {
		padding: 30px;
	}

	.slideTxtBox .hd ul{
		font-size: 0;
	}
	.slideTxtBox .hd ul li {
		width: 30%;
	}

	.slideTxtBox .bd li .date {
		float: left;
		background-size: 100%;
		font-size: 20px;
		min-width: auto;
		line-height: 100%;
	}

	.slideTxtBox .bd li .undergo {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		height: auto;
		padding: 15px 20px;
	}

	.slideTxtBox .bd li .undergo:before {
		display: none;
	}

	.slideTxtBox .bd .more {
		margin-top: 20px;
	}

	.research {
		float: none !important;
		width: auto;
	}

	.relist {
		height: auto;
		min-height: 200px;
	}

	.honor {
		margin-top: 30px;
	}

	.namebox {
		float: none;
		width: auto;
	}

	.namebox .duce {
		min-height: 200px;
		height: auto;
	}

	.member {
		width: auto;
		float: none;
	}

	.team {
		height: 540px;
	}

	.tit {
		font-size: 16px;
	}

	.nrwz a {
		margin-top: 0
	}

	.slideBox {
		height: 195px
	}

	.slideBox .bd li span {
		height: 195px
	}

	.menlist li span {
		height: 189px;
	}

	.teacher_pic {
		margin-right: 20px;
	}

	.teacher_int {
		width: 97%;
		float: none;
		margin-left: 0
	}

	.tplist li {
		width: calc(33.333% - 3%);
	}

	.tplist li span {
		height: 90px;
	}

	.piclist li {
		width: 29.8%
	}

	.piclist li span {
		height: 120px;
	}

	.team_member li {
		width: calc(25% - 30px);
	}

	.teambox .teamtit{
		font-size: 24px;
		line-height: 60px;
		height: 60px;
		background-size: 240px 100%;
	}
	.namebox .name h1{
		font-size: 20px;
	}
}

@media only screen and (max-width:768px) {
	.teambox .teamtit{
		font-size: 22px;
		line-height: 50px;
		height: 50px;
		background-size: 200px 100%;
	}
	.banner {
		height: 300px;
		overflow: hidden;
	}

	.banner img {
		width: 265%;
		margin-left: -137%;
	}

	.logo {
		width: 100%;
	}

	.logo span {
		margin-top: 45px;
	}

	.nav-icon {
		right: 12px;
		top: 75px;
	}

	.head-links {
		display: none;
	}



	.photo {
		float: none;
		margin: 0 auto;
	}

	.intro {
		float: none;
		width: auto;
		margin-top: 35px;
	}

	.slideTxtBox .hd ul li {
		height: 58px;
		line-height: 50px;
		font-size: 20px;
	}

	.team_member li {
		width: calc(33.3333% - 30px);
	}

	.structure dl dt,
	.structure dl dd,
	.structure dl {
		display: block;
		width: auto;
		text-align: left;
	}
	.research{
		background-size: cover;
	}
}

@media only screen and (max-width:640px) {

	.namebox .name span{
		margin: 0;
		padding-left: 20px;
	}
	.logo span {
		margin-top: 25px;
	}

	.photo {
		width: 220px;
		height: 269px;
	}

	.photo span {
		width: 200px;
		height: 249px;
		line-height: 249px;
	}

	.basic li {
		width: auto;
		float: none;
	}

	.slideTxtBox .hd ul li {
		width: 33.3333%;
		margin: 0;
		background-size: 100% 100%;
	}

	.slideTxtBox .hd ul li.on {
		background-size: 100% 100%;
	}

	.slideTxtBox .bd {
		padding: 10px;
	}

	.location span {
		display: none;
	}

	.compage {
		padding: 20px 15px;
	}

	.team_c dt {
		display: inline-block;
		float: none;
	}

	.team_member li {
		width: calc(50% - 30px);
	}

	.tplist li {
		width: calc(50% - 3%);
	}

	.member li {
		width: calc(50% - 16px);
	}
	.research .tit h1{
		font-size: 18px;
	}
}

@media only screen and (max-width:414px) {
	.logo span {
		margin-top: 13px;
	}

	.nav-icon {
		top: 65px;
	}



	.intro .name {
		font-size: 24px;
		line-height: 46px;
		padding-left: 103px;
		width: 100%;
		background-size: 100%;
	}

	.intro .name em {
		display: block;
	}

	.slideTxtBox .hd ul li {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}

	.slideTxtBox .bd li .date {
		font-size: 16px;
                padding: 15px 30px 15px 30px;
	}

	.namebox .name span {
		display: block;
		margin-top: 10px;
		width: 100%;
		font-size: 16px;
	}

	.namebox .name h1 {
		font-size: 20px;
	}

	.research .tit h1:before,
	.namebox .name h1:before {
		right: -33px
	}
}

@media only screen and (max-width:380px) {
	.intro {
		padding: 0;
	}

	.slideTxtBox .hd ul li {
		height: 40px;
		line-height: 36px;
	}

	.research .tit h1 {
		font-size: 18px;
		padding: 0 10px;
	}

	.research .tit .more {
		width: calc(100% - 200px);
		font-size: 15px;
	}

	.relist {
		padding: 15px 10px;
	}
}

@media only screen and (max-width:320px) {
	.slideTxtBox .hd ul li {
		font-size: 15px;
	}
}