@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,  dl, dt, dd, ol, ul, li, tr, th, td, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, fieldset, form, label, legend, table, caption,  tfoot, thead,  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
    word-wrap: break-word;
}
html{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.tit {
	font-size: 24px;
	line-height: 26px;
	color: #00283a;
	font-weight: 800;
	margin-bottom: 25px;
}



/* CSS Document */
body {
	background: #f5f5f5;
}

.wrap {
	margin: 0px auto 0px auto;
	width: 94%
}

.bsbg {
	max-width: 1300px;
	background: #fff;
	width: 95%;
	margin: 25px auto;
}

.conbox {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	margin-top: 137px;
	overflow: hidden;
	position: relative;
}

.conbox .main {
	overflow: hidden;
	margin-top: 150px;
}

.conbox>.main.ml395 {
	margin-left: 395px;
}


/*top*/
.top {
	width: 100%;
	background: #88000c;
	text-align: right;
	padding: 11px 0;
}

.top a,
.top i {
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	height: 21px;
	line-height: 17px;
	cursor: pointer;
}

.top a:last-child {
	padding-right: 25px;
	position: relative;
}

.top a:last-child:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.searchbtn {
	float: right;
	display: block;
	width: 47px;
	height: 47px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
	margin-top: 9px;
	margin-left: 17px;
	cursor: pointer;
}

.searchbtn img {
	vertical-align: middle;
}

.searhbox01 {
	height: 60px;
	overflow: hidden;
	padding: 8px;
	width: 355px;
	border-radius: 5px;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 3;
	display: none;
}

.searhbox01 .text {
	width: calc(100% - 65px);
	background: #fff;
	padding: 0 10px;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

.searhbox01 .btn {
	width: 45px;
	height: 42px;
	float: right;
	cursor: pointer;
}

.searhbox01 .btn svg {
	vertical-align: middle;
}

.header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 18px;
	padding-bottom: 15px;
}

.head {
	width: 1300px;
	z-index: 99;
	margin: 0 auto;
	max-width: 95%;
	position: relative;
}



.r-search .eng {
	padding: 14px 28px;
	background: #1a6cb5;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-left: 17px;
	margin-top: 9px;
	font-size: 20px;
	border-radius: 25px;
}

.r-search input {
	width: 55.35%;
	height: 48px;
	float: left;
	line-height: 48px;
	padding-left: 15px;
	padding-right: 35px;
	background: url(../images/ss.png) no-repeat right center;
	outline: none;
	border: none;
	background-color: #fff;
	border-radius: 25px 0px 0px 25px;
}

.r-search .sstext {
	height: 50px;
	float: left;
	font-size: 20px;
	color: #00283a;
	font-weight: 800;
	line-height: 50px;
	padding: 0px 20px;
	background-color: #fff;
	border-radius: 0px 25px 25px 0px;
	cursor: pointer;
	margin-left: -1px;
}


.logo {
	float: left;
	transition: .3s;
}

.logo a {
	display: inline-block;
	width: 280px;
	height: 100%;
}

.logo i {
	display: inline-block;
	width: 1px;
	height: 40px;
	margin: 0px 20px;
	background-color: #333;
	opacity: 0.65;
	vertical-align: middle;
}

.logo span {
	font-size: 22px;
	line-height: 26px;
	color: #070707;
	line-height: 66px;
	vertical-align: middle;
}


.logo img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.headr {
	float: right;
	padding-top: 12px;
}

.headr .ce {
	float: right;
	text-align: center;
	margin-left: 20px;
	line-height: 40px;
	vertical-align: middle;
	background: url(../images/cnicon.png) no-repeat left center;
	padding-left: 35px;
	font-size: 16px;
	color: #333;
}

.headr .ce a {
	color: #fff;
}

.head-links a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

.search .ss {
	width: calc(100% - 65px);
	height: 37px;
	padding-left: 10px;
	line-height: 37px;
	background: transparent;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
}

.search .ssbtn {
	width: 50px;
	height: 37px;
	background: url(../images/ssbtn.png) no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
}

/*导航*/
.nav {
	float: right;
	width: calc(100% - 550px);
}

li.yiji_nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

li.yiji_nav .jt {
	display: inline-block;
	width: 20px;
	height: 65px;
	line-height: 65px;
	background: url(../images/xljt.png) no-repeat center center;
	vertical-align: middle;
}

a.yiji_nav {
	display: block;
	padding: 0 25px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	float: left;
	margin-left: 0px;
	color: #0a0a0a;
	font-size: 16px;
	text-decoration: none;
}

a.yiji_nav.active {
	border-bottom: 2px solid #1a6cb5;
	color: #1a6cb5;
}

li.yiji_nav:hover>a {
	color: #1a6cb5;
	border-bottom: 2px solid #1a6cb5;
}

.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;
}

.select_box li.yiji_nav:hover {
	background-color: #1a6cb5;
	border-bottom: 0;
}

.select_box li.yiji_nav:hover a.yiji_nav {
	border: none;
}

li.erji_nav:hover a.erji_nav,
a.erji_nav:hover {
	color: #fff;
	background-color: #1a6cb5;
}

.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;
	line-height: 26px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}

#menu {
	width: calc(100% - 200px);
	float: left;
	margin-left: 15px;
}

#menu ul {
	width: 100%;
}

ul.erji_nav {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 66px;
	width: auto !important;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999
}

li.erji_nav {
	position: relative;
	/* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
	left: 0px;
	top: 0px;
}

.more_ul {
	width: 200px;
	height: auto;
	position: absolute !important;
	position: absolute;
	z-index: 999;
	top: 65px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.more_ul li {
	width: 100%;
}

.more_ul li a.yiji_nav {
	display: block;
	line-height: 40px;
	width: 100%;
	cursor: pointer;
	color: #fff;
}

.more_ul li a.yiji_nav:hover {
	color: #fff;
}

.lj {
    float: right;
    line-height: 70px;
}
.select_box {
	position: relative;
	text-align: center;
	/* float: right; */
}
.lj a{
    color: #1354ac;
    font-weight: bold;
    padding: 0 5px;
}
.select_box i {
	display: block;
	line-height: 70px;
	width: 80px;
	float: left;
	color: #3156a3;
	font-size: 18px;
}

.select_box span {
	float: left;
	line-height: 66px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.select_box span img {
	width: 60px;
	vertical-align: middle;
}


/*手机导航*/
.mob {
	display: none;
}

.nav-icon {
	width: 30px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	display: none;
	border-radius: 5px;
	cursor: pointer;
}

.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: #1a6cb5;
	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;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mob_link .link_l {
	float: left;
	line-height: 30px;
}

.mob_link .link_l a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.mob_link .link_l a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
	float: right;
	cursor: pointer;
}

.js_mob {
	padding: 10px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-input {
	border: 1px solid rgba(255, 255, 255, 0.7);
	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 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;text-indent: 20px;*/
	font-size: 16px;
	
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}

.mob_list li a {
	color: #fff;
	width: 85%;
	display: block;
        padding: 12px 20px;
        line-height: 26px;
}

.mob .mob_list li a:hover {
	background-color: #364a8b;
}

.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: #4387c3;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mob_list li .ejnav li:last-child {
	border-bottom: 0;
}

.mob_list li .ejnav li a {
	width: 100%;
}

.open {
	right: 0
}

.banner {
	position: absolute;
	height: 501px;
	background-size: cover;
	left: 0px;
	top: 105px;
	overflow: hidden;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
	background: url(../images/banner-bg.jpg) no-repeat left top;
	background-size: cover;
}


/*个人信息*/
.part01 {
	background: url(../images/profilebg.png) no-repeat right top;
	padding-bottom: 40px;
	position: relative;
}

.part01:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 364px;
	height: 482px;
	background: url(../images/bwpng.png) no-repeat;
}

.introbox {
	float: left;
	max-width: 350px;
	background-color: black;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	padding-bottom: 20px;
	padding-top: 40px;
	margin-right: 45px;
}

.introbox.fix {
	/* position: fixed; */
	top: 0px;
}

.introbox::-webkit-scrollbar{
        width: 4px;
        height: 8px;
        background-color: #F5F5F5;
}

.introbox::-webkit-scrollbar-track {
        background-color: #E2E2E2;
}

.introbox::-webkit-scrollbar-thumb {
        background-color: #333;
}


.introbox .esse {
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #98be97;
	margin-top: 50px;
}

.name {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	line-height: 40px;
	margin-top: 25px;
	text-align: center;
}

.name h1 {
	z-index: 5;
	font-size: 20px;
	line-height: 26px;
	color: #00283a;
	font-weight: bold;
}

.name span {
	color: #fff;
	font-size: 14px;
	float: left;
}

.name i.likes {
	float: left;
	width: 20px;
	height: 40px;
	background: url(../images/point.png) no-repeat left center;
	color: #fff;
	font-size: 0px;
	margin-left: 5px;
}

.name p {
	font-size: 20px;
	line-height: 36px;
	color: #3d3d3d;
	margin-top: 5px;
}

.name h1 svg,
.name span svg {
	margin-right: 10px;
	vertical-align: middle;
}

.contact {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}

.contact h1 {
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #fff;
	padding-left: 10px;
	color: #fff;
	margin-bottom: 15px;
}

.contact .xx_lx {
	display: block;
}

.contact p,
.contact h5 {
	font-size: 18px;
	line-height: 36px;
	color: #3d3d3d;
}

.contact h5 {
	font-weight: 800;
}

.contact p {
	font-size: 18px;
	line-height: 36px;
	color: #3d3d3d;
}

.contact p b {
	font-weight: normal;
}

.contact>span {
	display: inline-block;
	width: 32.333%;
	text-align: center;
	background: url(../images/xline.png) no-repeat right center;
}

.contact span b {
	display: inline-block;
	width: 25px;
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact>span:last-child {
	background: none;
}

.introbox .photo {
	padding-bottom: 25px;
	margin: 0px 12px;
	border-bottom: 1px dashed #cdcecf;
	;
}

.introbox .photobox {
	margin: 0 auto;
	/* width: 180px; */
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	text-align: center;
}

.introbox .photobox>span {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	width: 180px;
	border: solid 5px #dce7f0;
	height: 180px;
	margin: auto;
}

.teacherimg {
	width: 198px;
	height: 252px;
	margin: 0 auto;
	background: #98be97;
	position: absolute;
	right: -22px;
	top: 30px;
}

.teacherimg span {
	width: 198px;
	height: 252px;
	line-height: 250px;
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
}



.introbox .photobox img {
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.introbox .more {
	background-color: #1a6cb5;
	border-radius: 23px;
	width: 200px;
	margin: 0 auto;
}

.introbox .more:hover {
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.introbox .more:hover a {
	color: rgba(255, 255, 255, 0.9);
}

.introbox .more a {
	text-align: center;
	padding: 5px 55px;
	background: url(../images/more-icon.png) no-repeat 150px center;
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.introbox .i-visit {
	padding-left: 20px;
	padding-right: 15px;
}

.introbox .i-visit p {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #00283a;
	text-align: right;
}

.introbox .i-visit p .title{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #00283a;
	font-weight: 800;
	float: left;
}

/*首页个人简介*/
.brief {
	position: relative;
}

.brief .present {
	font-size: 15px;
	line-height: 30px;
	color: #222;
	width: 85%;
}

.brief .present h1 {
	font-size: 24px;
	color: #991019;
	background: url(../images/xline.png) repeat-x left bottom;
	height: 60px;
	line-height: 60px;
}

.brief .present p {
	line-height: 26px;
	margin-top: 15px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.brief .present.ny {
	width: 100%;
}

.brief .data {
	margin-top: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	overflow: hidden;
}

.brief .data ul {
	overflow: hidden;
}

.tit_in {
	font-size: 16px;
	padding: 8px 27px;
	color: #fff;
	position: relative;
	margin-bottom: 35px;
	background-color: #1a6cb5;
	display: inline-block;
}

.tit_in::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 25px solid #1a6cb5;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
}

.tit_in a {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 14px;
	color: #ecd0d1;
	font-weight: normal;
}

.tit_in a:hover {
	color: #fff;
}

.brief .data p {
	line-height: 36px;
}

.brief .data li {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #fff;
}

.brief .data li h2 {
	font-size: 26px;
	color: #fff;
}

.brief .data li h2 span {
	font-size: 15px;
	color: #fff;
	padding-left: 13px;
}

.s_bif {
	margin-top: 0;
}

/*教育经历*/
.edu {
	padding: 30px 30px 40px 35px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	border: solid 1px #dce7f0;
}

.edu {
	display: block;
}

.edu .tit {
	border-bottom: 1px dashed #cdcecf;
	padding-bottom: 15px;
	/* overflow-x: auto; */
	/* overflow-y: hidden; */
	/* white-space: nowrap; */
}

.edu .tit h3 {
	font-size: 24px;
	color: #00283a;
	line-height: 36px;
	/* float: left; */
	margin-right: 45px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.edu .tit h3:last-child{
	margin-right:0;
}
.edu .tit h3:hover,
.edu .tit h3.active {
	color: #1a6cb5;
}

.edu .tit h3.active::before,
.edu .tit h3:hover::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -16px;
	width: 100%;
	border: 1px solid #1a6cb5;
}

.edu .tit img {
	float: right;
	margin-right: 60px;
	height: 57px;
}

.edu .tit a,
.part_tit a {
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.edu .list {
	/* cursor: pointer; */
}

.experice {
	display: none;
}

.experice.active {
	display: block;
}

.experice li {
	margin-top: 30px;
}

.experice li h2 {
	background: url(../images/dataico.png) no-repeat left 6px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.experice li span {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 26px;
	color: #1a6bb6;
	border-radius: 20px;
	background-color: #ecf6fe;
}

.experice li p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #3f3f3f;
	padding-left: 10px;
}

.experice li span em:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	border-right: 15px solid #68b697;
	border-bottom: 40px solid transparent;
}

.experice li p {
	line-height: 30px;
	font-size: 16px;
	color: #001426;
	vertical-align: middle;
	padding-right: 15px;
}

/*内容区*/
.contain {
	width: calc(100% - 380px);
	float: right;
	padding: 0px;
}

.itembox {
	margin-top: 35px;
	overflow: hidden;
}

.part_tit {
	position: relative;
}

.account a {
	font-size: 14px;
	color: #fff;
	background: #1a6cb5;
	display: block;
	margin: 0 auto;
	line-height: 48px;
	margin-top: 20px;
	width: 180px;
	text-align: center;
	opacity: 1;
}

.account a:hover {
	opacity: 0.8;
}

.bkbox {
	border: 1px solid #dbe5ee;
	padding: 25px;
	margin-top: 25px;
	border-radius: 10px;
}

.account {
	margin-top: 20px;
}

.account p {
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
}

.leftbox {
	float: left;
	width: calc(100% - 400px);
	padding-right: 30px;
	margin-top: -40px;
}

/*首页论文成果*/
.s2-s3 {
	max-width: 1920px;
	margin: 0 auto;
}

.kybox {
	background: #f8f8f8;
	padding-bottom: 50px;
}

.slideBox {
	margin-top: 50px;
	position: relative;
}

.slideBox .hd::-webkit-scrollbar {
	display: none
}

.slideBox .hd li {
	position: relative;
	float: left;
	margin-right: 60px;
	padding-bottom: 30px;
}

.slideBox .hd li h3 {
	float: left;
	color: #00283a;
	cursor: pointer;
	font-size: 24px;
	line-height: 26px;

}

.slideBox .hd li:last-child {
	margin-right: 0px;
}

.slideBox .hd li.on h3,
.slideBox .hd li:hover h3 {
	color: #1a6cb5;
}

.slideBox .hd li.on::before,
.slideBox .hd li:hover::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-bottom: 2px solid #1a6cb5;
}

.honors .bd {
	padding: 15px 30px;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	border: solid 1px #dce7f0;
}

.honors .bd .kydata {
	padding-top: 0px;
}

.honors .bd li {
	border: none;
	line-height: 30px;
	margin: 0px;
	height: auto;
	padding: 15px 0px;
}

.honors .bd li a {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #111111;
	padding-left: 35px;
}

.honors .bd li a::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	border-bottom: 3px solid #1a6cb5;
}

.honors .bd li a span {
	font-size: 18px;
	font-weight: normal;
	color: #111111;
	font-weight: 800;
	margin-right: 25px;
}


/*工作经历*/
.work li {
	display: table;
	border-spacing: 15px;
}

.work li span {
	display: table-cell;
	width: 208px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #f5f5f5;
	color: #1c65aa;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.work li p {
	display: table-cell;
	font-size: 16px;
	color: #3c3d3d;
	vertical-align: middle;
}

/*论文成果*/
.bd {
	overflow: hidden;
}

.kydata li {
	line-height: 30px;
	padding: 10px 0px;
	background-color: #ffffff;
	border-radius: 15px;
	font-size: 18px;
	color: #00283a;
	margin: 20px 0px;
	border: solid 1px #dce7f0;
}


.kydata li:first-child {
	margin-top: 0px;
}

.conbox .direction .kydata li span {
	float: left;
	padding: 14px;
	background-color: #1a6cb5;
	border-radius: 0px 15px 15px 0px;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	margin-top: -10px;
	margin-right: 15px;
}

.conbox .direction .kydata li p{
 /*      padding-left: 53px;*/
       padding-right: 15px;
}
.direction .kydata li a{
	display: flex;
	align-items:center;
	margin-top: 10px;
}

.direction .kydata li a:hover p{
	color: #1a6cb5;
}

.kydata li a {
	display: block;
}

.kydata li a:hover,
.kydata li a:hover span {
	color: #1a6cb5;
}
.honors .kydata li a:hover,
.honors .kydata li a:hover span {
	color: #111111;
}

.hd .details {
	font-size: 14px;
	color: #fff;
	margin-top: 60px;
}

.hd .details a {
	color: #C2C2C2;
	display: none;
}

.hd .details a.active {
	display: block;
}

.hd .details:hover a {
	font-weight: bold;
}

/*研究方向*/
.directionbox {
	width: 100%;
	padding: 60px 0;
	background: #f8f8f8;
}

.yjbg {
	width: 100%;
	overflow: hidden;
}

.yjbg img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.yjbg img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.yj_item {
	margin-top: -80px;
	text-align: right;
}

.yj_item .sub_c {
	display: inline-block;
	width: 45%;
	padding: 40px 30px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	position: relative;
	background: url(../images/cgbg.png) no-repeat calc(100% - 60px) calc(100% - 30px) #fff;
	background-size: 95px;
	text-align: left;
}

.yj_item .sub_c h1 {
	font-size: 48px;
	color: #9d1519;
	font-weight: bold;
	margin-bottom: 20px;
}

.yj_item .sub_c p {
	font-size: 18px;
	color: #555;
}


.publications {
	margin-top: 40px;
	margin-bottom: 50px;
}

.publications .pub-list {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dce7f0;
	padding: 20px 30px 0px;
}

.publications .p-tit {
	display: inline-block;
	font-size: 20px;
	color: #1a6cb5;
	padding: 10px 0px;
	border-bottom: 2px solid #1a6cb5;
}

.publications .kydata li {
	border: none;
	border-bottom: 1px solid #dce7f0;
	border-radius: 0px;
	padding: 25px 20px 25px 10px;
	height: auto;
	margin: 0px;
}

.publications .kydata li:last-child {
	border: none;
}

.publications .kydata li a {
	line-height: 34px;
	padding-left: 30px;
	background: url(../images/right.png) no-repeat left 10px;
}


/*团队成员*/
.teambox {
	position: relative;
	clear: both;
	background: #382e2f;
	padding: 80px 0;
}

.teambox .teamtit {
	text-align: center;
	background: url(../images/teamtitbg.png) no-repeat center 0;
	height: 316px;
	width: 88px;
	line-height: 30px;
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	position: absolute;
	left: 25px;
	top: 0;
	writing-mode: vertical-lr;
	padding: 50px 30px;
	letter-spacing: 8px;
	min-height: 316px;
}

.namebox {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.member .slick-prev:hover,
.member .slick-next:hover {
	opacity: 1;
}

.teambox .more {
	text-align: center;
	margin-top: 25px;
}

.teambox .more a {
	float: none;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 30px;
	border-radius: 30px;
	color: #fff;
}

.teambox .more a:hover {
	background: #88000c;
	color: #fff;
	border: 1px solid #88000c;
}

.member .slick-slide {
	float: left;
	margin: 0 20px;
	text-align: center;
}

.member li {
	float: left;
	width: 30.46%;
	margin-right: 4.31%;
	height: 118px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #d7d6d6;
}

.member li:nth-child(3n) {
	margin-right: 0px;
}

.member li a {
	display: block;
	overflow: hidden;
}

.member li .picture {
	float: left;
	width: 96px;
	position: relative;
	margin-right: 18px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 9px;
	margin-top: 10px;
}

.member li .picture:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}


.member li .picture .pic {
	padding-top: 100%;
	overflow: hidden;
        border: 1px solid #dce7ef;
        border-radius: 50%;
}

.member li .picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
	transform: translate(-50%, -50%);
}

.member li p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #595959;
}

.member li h3 {
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
	padding: 44px 0px;
}

.member li h6 {
	font-size: 14px;
	line-height: 30px;
	color: #595959;
}

.member li:hover h3 {
	color: #1a6cb5;
}

.team_intro  {
	margin-bottom: 15px;
}

.team_intro dt {
	float: left;
	font-size: 22px;
	color: #1a6cb5;
	line-height: 40px;
}

.team_intro dd {
	font-size: 18px;
	line-height: 40px;
} 

.teaching h3 {
	margin-bottom: 25px;
}

.teaching table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 10px;
	border: solid 1px #dce7f0;
	overflow: hidden;
	margin-bottom: 50px;
}
.teaching tr:first-child {
	cursor:default;
}
.teaching tr {
	background-color: #fff;
	cursor:pointer;
}
.teaching tr:hover td{
	color:#1a6cb5;
}

.teaching tr:nth-child(2n+1) {
	background-color: #f4f9fd;
}

.teaching tr th {
	text-align: center;
	width: 33.33%;
	height: 70px;
	background-color: #1a6cb5;
	font-size: 20px;
	color: #ffffff;
	border: 1px solid #dce7f0;
	padding: 0px 10px;
}

.teaching tr td {
	text-align: center;
	width: 33.33%;
	height: 70px;
	font-size: 16px;
	color: #00283a;
	border: 1px solid #dce7f0;
	padding: 0px 10px;
}

.graduate .content {
/*	padding: 47px 39px 34px 36px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dce7f0;*/
	font-size: 18px;
	line-height: 32px;
	color: #1f1f1f;
/*	margin-bottom: 40px;*/
}

.con-news .main {
	padding: 30px;
	margin-top: 0px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dce7f0;
	margin-bottom: 45px;
}

.con-news .main p {
	padding: 15px 0px;
}

.con-news .main p a {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #111111;
	background: url(../images/news-icon.png) no-repeat left center;
	padding-left: 22px;
}

.con-news .main p a:hover {
	color: #1a6cb5;
}

/*footer*/
.footer {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dce7f0;
	padding-top: 28px;
	padding-bottom: 38px;
	text-align: center;
}

.footer p {
	font-size: 16px;
	line-height: 30px;
	color: #464646;
}

.footer p a:hover {
	opacity: .7;
}

.footer p a {
	margin-left: 15px;
}



.bq {
	vertical-align: middle;
}


.bq p {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 26px;
}

.bq p a {
	color: rgba(255, 255, 255, 0.7);
}

.bq p a:hover {
	color: #fff;
}

.visit {
	padding: 47px 0px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.visit ul {
	text-align: center;
	width: 715px;
	margin: 0 auto;
}

.visit li {
	float: left;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 16px 40px;
	margin-left: 45px;
}

.visit li:nth-child(1) {
	margin-left: 0px;
}

.visit li p {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	font-weight: 100;
}

.tutor {
	clear: both;
	text-align: center;
	margin: 10px 0;
	vertical-align: middle;
}

.tutor a {
	display: inline-block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	color: #222;
	font-size: 16px;
	padding: 0 20px;
	color: #2b2b2b;
	/* margin: 0px 20px; */
	background: #f4f9fd;
	/* width: 180px; */
	height: 40px;
	line-height: 38px;
	border-radius: 25px;
	border: 1px solid #dce7f0;
	margin-top: 15px;
}

.tutor a:first-child{
	margin-top:0;
}

.tutor a:hover {
	background: #1a6cb5;
	color: #fff;
}

.copy {
	width: 100%;
	border-top: 1px solid #a1b9cf;
	text-align: center;
	padding: 10px;
	line-height: 26px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.whitebg {
	background: #fff;
	margin-top: -150px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.introbox.whitebg .photobox {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/*研究方向页面*/
.list_R dt {
	font-size: 18px;
	line-height: 30px;
	background: url(../images/bg-item02.png) no-repeat left 12px;
	padding-left: 13px;
	color: #fff;
	margin-top: 10px;
}

.list_R dt:hover {
	background: url(../images/bg-item02-act.png) no-repeat left 12px;
}

.list_R dt a {
	color: #333;
	display: block;
	padding: 8px 0 8px 25px;
}

.list_R dd a {
	display: block;
	padding: 10px 15px 10px 10px;
	padding-left: 35px;
}

.list_R dt:hover a {
	color: #1a6cb5;
}

.list_R dd {
	line-height: 28px;
	font-size: 16px;
	border-bottom: 1px dashed #e5e5e5;
	background: url(../images/linkicon.png) no-repeat 7px 16px;
}

.list_R dd:hover a {
	color: #1a6cb5;
}


/*团队成员页面*/
.pd-m {
	padding: 25px 0
}

.team_c {
	margin-top: 15px;
}


.team_c dt {
	font-size: 16px;
	display: block;
	padding: 10px;
	position: relative;
	font-weight: bold;
	color: #1a6cb5;
	float: left;
}

.team_c dd {
	overflow: hidden;
	zoom: 1;
	line-height: 30px;
	padding-top: 5px;
}


.team_member li {
	width: 16%;
	margin: 20px 2%;
	padding: 5px;
	float: left;
	text-align: center;
	background: #fff;
}

.team_member li a {
	display: block;
}

.team_member li .picture {
	padding-top: 140%;
	position: relative;
	overflow: hidden;
}

.team_member li .picture img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transition: all 0.7s;
	transform: translate(-50%, -50%);
}

.team_member li .picture img:hover {
	/* transform: scale(1.2); */
}

.team_member li p {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.team_member li:hover p {
	color: #1a6cb5;
}


/*分页*/
.page {
	text-align: center;
	margin: 40px auto 0 auto;
	box-sizing: border-box
}

.page * {
	line-height: 26px
}

.page button {
	margin: 5px 3px;
	min-width: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	cursor: pointer;
	outline: 0;
	text-align: center
}

.page button:hover {
	background: #1a6cb5;
	color: #fff
}

.page .btn_dis {
	cursor: default;
	opacity: .7;
	background: #eee;
	color: #5e5e5e
}

.page .btn_dis:hover {
	background: #eee;
	color: #5e5e5e
}

.page .current_page {
	background: #013e74;
	color: #fff
}

.page .input_page_num {
	width: 30px;
	height: 26px;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	outline: 0
}

.page .page_total,
.page .page_text {
	color: #2b2b2b;
	font-size: 13px
}
/*
.pages {
	text-align: center
}

.pages a {
	display: none;
	width: 80%;
	text-align: center;
	border: 1px solid #8f000b;
	color: #8f000b;
	margin-top: 20px;
	border-radius: 40px;
	line-height: 40px;
}*/

/*综合页面*/
.partbox {
	background: #fff;
	margin-top: 30px;
	padding: 30px 40px;
	margin-bottom: 30px;
	border-radius: 10px;
        min-height: 330px;
}

.nobg {
	background: transparent;
}

.location {
	position: relative;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}

.location h1 {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #051F39;
	position: relative;
}

.location span {
	float: right;
	color: #999;
	/* padding-right: 35px; */
}

.location span a {
	color: #999;
}

.location span a:hover {
	color: #333;
}

.compage {
	padding: 0px;
	background-color: #fff;
	border-radius: 15px;
	margin-top: 25px;
	padding: 15px;
	margin-bottom: 25px;
}

.flow {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
}

.l {
	padding-bottom: 0px;
}

.flow:last-child {
	border-bottom: 0;
}

.column_tit {
	line-height: 30px;
	padding: 10px 0;
	position: relative;
}

.column_tit:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.column_tit .tmt {
	font-size: 16px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #051F39;
	text-align: center;
	line-height: 44px;
	height: 44px;
	padding: 0 30px 0 20px;
}

.column_tit a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 28px;
	font-size: 14px;
	color: #c2c2c2;
	font-weight: normal;
}

.column_tit a:hover {
	color: #1a6cb5;
}

.column_tit a:hover {
	font-weight: bold;
}

.column_tit h1 {
	padding: 5px 20px;
	background: #991019;
	color: #fff;
	font-size: 18px;
	position: relative;
}







.xs-con{
    padding-left:20px;
}
.xs-con h3 {
    display: inline-block;
    font-size: 16px;
    color: #2469b2;
    padding-left: 20px;
    /* margin-top: 15px; */
    position: relative;
}

.xs-con h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2469b2;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.xs-con h3::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 2px;
    background: #2469b2;
    left: 100%;
    bottom: 50%;
}

.xs-con h3 span {
    color: #EB9513;
}


.compage a.morebtn {
	margin-top: 0;
	float: right;
	padding-left: 50px;
	background: url(../images/morebg.png) no-repeat left 20px;
	font-size: 16px;
	color: #991019;
	height: 50px;
	line-height: 50px;
}


.flow .pl,
.tplist {
	line-height: 28px;
}


.zhlist li {
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.zhlist li a {
	display: block;
	padding: 15px 0 15px 37px;
	/*text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;*/
	background: url(../images/bg-item02.png) no-repeat 10px 19px;
}

.zhlist li:last-child {
	border-bottom: 0;
}

.zhlist li a:hover {
	color: #1a6cb5;
	background: url(../images/bg-item02-act.png) no-repeat 10px 19px;
}


.tplist li {
	width: calc(25% - 3%);
	margin: 10px 1.5%;
	float: left;
	vertical-align: top;
}

.tplist li a {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tplist li a:hover p {
	color: #1a6cb5;
}

.tplist li a .pic_p {
	display: block;
	background: #f5f5f5;
	padding-top: 66.7%;
	position: relative;
	overflow: hidden;
}

.tplist li a .pic_p img {
	    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);

	transition: all 0.7s;
}

.tplist li a .pic_p img:hover {
	/* transform: scale(1.2); */
}

.tplist li p {
	text-align: center;
	line-height: 45px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	padding: 0 5px;
}

.total {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}


/*教师图片页面*/
.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: 26px;
	text-align: center;
	margin-top: 10px;
}

.content .Subtitle {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.content .Subtitle .time {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}

.content .Subtitle .click {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
}

.content .subs {
	margin: 25px 0;
	line-height: 28px;
	padding: 0px 15px;
}
.content .subs span {text-wrap: auto !important;}

.content .subs p img {
	max-width: 90%;
	margin: 0 auto;
}


.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 {
	line-height: 28px;
}

.enclosure .wzlist li a {
	display: block;
	padding: 5px 0 5px 30px;
	background: url(../images/bg-item02.png) no-repeat left 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
}

.enclosure .wzlist li a:hover {
	color: #1a6cb5;
	background: url(../images/bg-item02-act.png) no-repeat left 6px;
}

.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;
}

.flip li {
	margin: 10px 0;  line-height: 28px;
}

.flip li span {
	float: left;
	color: #1a6cb5;
	padding: 0px 15px;
	font-weight: bold
}

.flip li a {
	display: block;
	overflow: hidden;
	zoom: 1;
	/*padding-left: 10px;
	padding-top: 5px;*/
/*	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
    word-break: keep-all;
	white-space: nowrap;*/
}

.flip li a:hover {
	color: #1a6cb5;
}

.flip li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

/*结构化内容页*/
.structure {
	margin: 20px 0;
}
.structure span {
	text-wrap: auto !important;
}

.structure dl {
	display: table;
	width: 100%;
	border-spacing: 5px;
}

.structure dl:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.structure dl dt {
	display: table-cell;
	width: 22%;
	text-align: right;
	line-height: 28px;
	padding: 10px;
	background: #1a6cb5;
	color: #fff;
	vertical-align: middle;
	margin-right: 20px;
	text-align: center;
}

.structure dl dd {
	display: table-cell;
	line-height: 28px;
	padding: 10px 15px;
	vertical-align: middle;
	background: #f5f5f5;
}

/*标题列表页*/
.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:1320px) {
	.conbox {
		padding: 0px 20px;
	}

	.partbox {
		padding: 30px 20px;
	}

	.location span {
		padding-right: 0px;
	}
}

@media only screen and (max-width:1200px) {

	.conbox>.main.ml395 {
		margin-left: 0px;
	}

	.conbox .main {
		margin-top: 0px;
	}

	.conbox {
		margin-top: 30px;
	}

	.introbox {
		float: none;
		max-width: none;
		margin-bottom: 60px;  height:auto !important;
	}

	.introbox.fix {
		position: relative;
		top: 0px;
	}

	.introbox .photo {
		float: left;
		border-bottom: none;
		margin-top: 50px;
		width: 25%;
		margin-right: 50px;
		padding-bottom: 50px;
	}

	.introbox .photobox {
		width: 100%;
	}

	.brief {
		overflow: hidden;
	}

	.introbox .more {
		margin: 10px auto;
	}

	.introbox .i-visit {
		overflow: hidden;
		width: 330px;
	}

	.introbox .i-visit p .title{
		/* width: 180px; */
		text-align: left;
	}

	.introbox .i-visit p {
		text-align: right;
	}

	.introbox .more a {
		margin: 0px;
	}

	.r-search input {
		width: 50.35%;
	}

	.s3 {
		background-size: 1600px 730px;
	}


	/* 团队成员信息 */
	.itembox .member li .picture::after {
		display: none;
	}

	.member li p span {
		margin-top: 5px;
	}

}

@media only screen and (max-width:1024px) {
	.logo {
		width: auto;
		padding-bottom: 0px;
	}

	.logo i {
		height: 50px;
	}

	.searchbtn {
		display: none;
	}

	.searhbox01,
	.head .eng {
		display: none;
	}

	.head {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.top i.searchbtn {
		display: none !important;
	}

	.nav,
	.headr .ce {
		display: none
	}

	.mob {
		display: block
	}

	.nav-icon {
		margin-left: auto;
		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: #991019
	}

	.slideBox {
		margin-top: 0px;
		padding-top: 50px;
	}

	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
	}

	.namebox:after {
		display: none;
	}

	.basic {
		float: none;
		width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
	}

	.leftbox {
		float: none;
		padding-right: 0;
		width: 100%;
		margin-top: 80px;
	}

	.part {
		background: url(../images/partbg.jpg) no-repeat center top;
		margin-top: 40px;
		padding-bottom: 42px;
		padding-top: 30px;
		background-size: cover;
	}

	.location span {
		display: none;
	}

	.yj_item .sub_c {
		width: 60%;
	}

	.yd_list {
		display: block;
	}

	.pc_list {
		display: none;
	}

	.contain {
		float: none;
		width: 100%;
	}

	.tutor {
		top: 0
	}

	.enclosure .imglist li {
		width: 23%;
		height: 150px;
	}

	.structure dl dt {
		width: 25%;
	}

	.footer {
		position: relative;
	}

	.location {
		/* margin-top: 20px; */
	}

	.part_tit h1::after {
		top: 50px;
	}

	.member {
		margin-bottom: 20px;
	}

	/* 二级页 */
	.location h1 {
		font-size: 24px;
	}

	.column_tit .tmt {
		padding: 0px;
	}

	.flow {
		margin-top: 30px;
	}

	.partbox {
		padding: 10px 25px; min-height: auto;
	}

}

@media only screen and (max-width:959px) {
	.s3 {
		background-size: 1595px 760px;
	}

	.introbox {
		background-size: 100% 100%;
		margin-bottom: 60px;
	}

	.brief .data li {
		width: auto;
		float: none;
		margin: 15px 0;
		line-height: 26px;
	}

	.contact p {
		width: auto;
		float: none;
	}

	.edu {
		float: none !important;
		width: auto;
	}

	.visit,
	.bq,
	.tutor {
		width: 100%;
		text-align: center;
		display: block;
	}

	.bq {
		margin-top: 20px;
	}

	.bq p {
		text-align: center;
	}

	.research {
		float: none !important;
		width: auto;
	}



	.nrwz a {
		margin-top: 0
	}

	.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: 21%;
	}

}

@media only screen and (max-width:768px) {
	.r-search {
		display: none;
	}

	

	.teaching h3 {
		margin-bottom: 10px;
	}

	.tit {
		font-size: 20px;
		margin-bottom: 10px;
	}


	.edu .tit h3 {
		font-size: 20px;
		margin-right: 5%;
	}

	.edu {
		padding: 15px;
	}

	.publications {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.honors .bd {
		padding: 10px 15px;
	}

	.honors .bd li {
		border: none;
		line-height: 30px;
		margin: 0px;
		height: auto;
		padding: 8px 0px;
	}

	.publications .pub-list {
		padding: 10px 15px 0px;
	}

	.publications .kydata li {
		padding: 10px;
	}

	.publications .kydata li a {
		line-height: 30px;
	}

	.introbox .photo {
		float: none;
		width: auto;
		padding-bottom: 0px;
		margin: 0px;
	}

	.contact {
		position: relative;
		padding-top: 0px;
		padding-left: 0px;
	}

	.introbox .i-visit {
		padding: 0px;
	}

	.introbox .photobox::before {
		display: none;
	}

	.s2 {
		background-size: 0px;
	}

	.s3 {
		background-size: 1595px 1033px;
	}

	.logo {
		width: calc(100% - 40px);
		text-align: left;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.logo span {
		font-size: 16px;
	}

	.logo i {
		height: 35px;
	}

	.logo img {
		width: 100%;
	}

	.introbox {
		padding: 20px;
		margin-bottom: 0px;
	}

	.brief {
		float: none;
		width: 100%;
		padding-top: 1px;
		padding-bottom: 0px;
	}

	.itembox {
		margin-top: 25px;
		overflow: hidden;
	}


	.perbox {
		height: auto;
		min-height: 590px;
		padding-bottom: 80px;
	}

	.perbox ul {
		height: auto;
	}

	.bq {
		float: none;
		width: auto;
		text-align: left;
		margin-top: 10px;
	}

	.visit {
		text-align: center;
		float: none;
		width: auto;
		margin-top: 10px;
	}

	.tutor a {
		margin-top: 10px;
		font-size: 12px;
	}

	.team_member li {
		width: 29.333%;
		margin: 15px 2%;
	}

	.structure dl dt,
	.structure dl dd,
	.structure dl {
		display: block;
		width: auto;
		text-align: left;
		margin-right: 0;
	}


	.structure dl dd {
		font-size: 14px;
		padding: 10px 5px;
	}

	.structure dl dt {
		font-size: 14px;
	}

	.column_tit .tmt {
		padding: 0px;
	}

	.column_tit {
		padding: 0px;
	}
        .xs-con{
		padding-left: 0px;
        }
	.enclosure .wzlist {
		padding-left: 0px;
	}

	.structure {
		margin: 0px;
	}

	.enclosure .wzlist li a {
		font-size: 14px;
	}

	.flip li a {
		font-size: 14px;
	}

	.flip li span {
		font-size: 14px;
		padding-left: 0px;
		padding-right: 8px;
	}

	.content h2 {
		font-size: 24px;
	}

	.member li {
		width: 47.8%;
		margin-bottom: 15px;
		padding: 0px 5px;
	}

	.member li:nth-child(3n) {
		margin-right: 4.31%;
	}

	.member li:nth-child(2n) {
		margin-right: 0px;
	}



	.brief .data li h2 {
		font-size: 24px;
	}

	.brief .data li {
		font-size: 14px;
	}

	.introbox .photobox {
		float: none;
		margin: 0 auto;
		/* width: 240px; */
	}


	.contact p,
	.contact h5,
	.introbox .i-visit p .title,
	.introbox .i-visit p {
		font-size: 14px;
	}

	.introbox .more a {
		font-size: 16px;
	}

	.r-search .sstext {
		font-size: 16px;
	}

	.r-search .eng {
		padding: 14px 3px;
		font-size: 14px;
		border-radius: 13px;
	}

	.name h1,
	.name p {
		font-size: 16px;
	}

	.contact p:nth-child(2n) {
		margin-right: 0px;
	}

	.brief .data {
		padding-bottom: 0px;
	}

	.contact {
		margin-top: 10px;
	}

	.experice {
		margin-top: 20px;
	}

	.experice li {
		margin-top: 15px;
	}

	.name {
		margin-top: 15px;
	}

	.tit_in {
		margin-bottom: 15px;
	}

	.slideBox .hd {
		margin-right: 20px;
	}

	.honors .bd li a {
		font-size: 14px;
	}

	.honors .bd li a span {
		font-size: 14px;
	}

	.slideBox .hd li {
		padding-bottom: 5px;
		padding-bottom: 10px;
		margin-right: 20px;
		width: 45%;
	}

	.slideBox .hd li h3 {
		font-size: 20px;
		width: 100%;
		white-space: normal;
	}

	.edu .tit {
		padding-bottom: 10px;
		margin-bottom: 0px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.edu .tit h3.active::before,
	.edu .tit h3:hover::before {
		bottom: -11px;
	}

	.kydata li {
		margin-bottom: 20px;
	}


	.itembox .member li p {
		font-size: 16px;
	}


	.visit ul {
		width: auto;
	}

	.slideBox {
		margin-top: 0px;
		padding-top: 25px;
	}

	.team_intro dt {
		text-align: left;
		width: auto;
		line-height: 30px;
		height: auto;
	}

	.part_tit h1::after {
		top: 49px;
	}

	.direction .kydata li span {
		padding: 5px;
		font-size: 20px;
		margin-top: 0px;
		margin-right: 15px;
	}

	.kydata li {
		padding: 10px 0px;
		margin: 10px 0px;
	}

	.experice li p {
		font-size: 14px;
		margin-top: 8px;
	}

	.experice li span {
		font-size: 14px;
	}

	.brief .data li h2 {
		font-size: 20px;
	}

	.brief .data li h2 span {
		font-size: 14px;
	}

	.kydata li a {
		font-size: 14px;
	}


	.team_intro dd {
		padding-left: 0px;
		font-size: 14px;
		line-height: 30px;
	}

	.team_intro dt {
		font-size: 16px;
	}

	.member {
		margin-bottom: 10px;
	}

	.teaching table {
		margin-bottom: 25px;
                overflow-x: scroll;
		display: block;
	}

	.graduate .content {
		padding: 15px;
		margin-bottom: 25px;
		font-size: 14px;
	}

	.teaching tr th {
		font-size: 16px;
	}

	.con-news .main p {
		padding: 8px 0px;
	}

	.con-news .main p a {
		font-size: 16px;
	}

	.footer p {
		font-size: 14px;
	}

	.teaching tr td {
		font-size: 14px;
	}

	.con-news .main {
		padding: 15px;
		margin-bottom: 25px;
	}

	.foot .logo {
		justify-content: center;
	}

	.foot .visit li {
		float: none;
		font-size: 14px;
		padding: 16px 40px;
		margin-left: 0px;
		width: 300px;
		margin: 0 auto;
		margin-top: 15px;
	}

	.visit {
		padding-bottom: 15px;
		padding-top: 0px;
		margin: 0px;
	}

	.footer {
		padding: 10px 10px 15px;
	}

	.edu .tit img {
		height: 40px;
		vertical-align: bottom;
		margin-right: 0px;
		margin-top: 12px;
	}


	.member li p span {
		-webkit-line-clamp: 1;
	}

	/* 二级页 */
	.partbox {
		padding: 10px;
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.flow {
		margin-top: 30px;
	}

	.zhlist li {
		font-size: 14px;
	}

	.location {
		line-height: 30px;
	}

	.content .subs {
		margin: 10px 0;
		font-size: 14px;
		padding: 0px;
	}

	.team_member li p {
		font-size: 14px;
	}

	.team_c dt,
	.team_c dd {
		font-size: 14px;
	}

	.list_R dt a,
	.list_R dd a {
		font-size: 14px;
	}

	.tplist li p {
		font-size: 14px;
	}
}

@media only screen and (max-width:640px) {
	.member li .picture {
		width: 80px;
	}

	.member li h3 {
		padding: 34px 0px;
		font-size: 16px;
	}

	.member li {
		height: 100px;
	}


	.banner {
		top: 67px;
	}

	.logo a {
		width: 170px;
	}

	.bkbox {
		padding: 15px;
	}

	.header {
		padding: 0px;
	}

	.work li {
		border-spacing: 0;
		margin-bottom: 15px;
	}

	.slideBox .hd {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.experice li p {
		display: block;
	}

	.work li span {
		display: block;
	}

	.work li p {
		display: block;
		font-size: 16px;
		margin-top: 10px;
	}

	.visit li,
	.bq h1 {
		font-size: 19px;
	}

	.visit li p {
		font-size: 14px;
	}

	.yj_item {
		text-align: center;
	}

	.yj_item .sub_c {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}

	.yj_item .sub_c h1 {
		font-size: 36px;
	}

	.team_intro h1 {
		width: 70%;
		height: 50px;
		line-height: 50px;
		display: block;
	}

	.team_intro p {
		display: block;
		width: auto;
		padding-left: 0;
		margin-top: 10px;
	}

	.team_member li {
		width: 46%;
		margin: 10px 2%;
	}

	.tplist li {
		width: calc(50% - 3%);
	}

	.relist li {
		width: auto;
		float: none !important;
	}

	.member .slick-list {
		width: calc(100% - 60px);
	}

	.member .slick-next,
	.member .slick-prev {
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}

	.contact p {
		width: 100%;
	}


}

@media only screen and (max-width:480px) {
	.logo i {
		margin: 0px 10px;
	}

	.member li {
		width: 100%;
	}

	.member li .picture {
		margin-right: 30px;
	}
}

@media only screen and (max-width:414px) {

        .introbox .i-visit{width: 100%;}

	.r-search input {
		width: 15%;
	}

	.head {
		/* padding: 15px 0px; */
	}

	.s3 {
		background-size: 1595px 855px;
	}

	.namebox {
		font-size: 32px;
	}

	.intro .name {
		font-size: 24px;
		line-height: 46px;
		padding-left: 103px;
		width: 100%;
		background-size: 100%;
	}

	.visit li {
		padding: 0 10px;
		font-size: 20px;
	}
	.logo a{
		width: 145px;
	}

	.visit li p {
		font-size: 15px;
	}

	.teambox .teamtit {
		background-size: 75%;
		min-height: auto;
		height: auto;
		letter-spacing: 0px;
		top: -19px;
		padding: 72px 30px;
	}

	.brief .data li,
	.kydata li,
	.yj_item .sub_c p,
	.team_intro p {
		font-size: 14px;
	}

	.kydata li {
		margin-bottom: 10px;
	}

	.team_intro dd {
		padding-left: 0;
		font-size: 14px;
	}

	.slideBox .hd {
		margin-right: 0px;
	}

	.part {
		margin-top: -160px;
		padding-top: 169px;
	}

	.itembox .title span {
		font-size: 16px;
		margin-left: 0;
	}

	.perbox {
		margin-top: -65px;
	}

	.zhlist li {
		font-size: 14px;
	}

	.perbox li p {
		white-space: break-spaces;
		overflow: initial;
	}

	.member {
		float: none;
		clear: both;
		width: auto;
	}

	.through .experice li span {
		font-size: 19px;
	}

	.member li:nth-child(even) {
		margin-right: 0;
	}

	.tplist li a span {
		height: 130px;
		line-height: 129px;
	}

	.hd .details {
		margin-top: 20px;
	}

	.logo span {
		/* display: none; */
		font-size: 14px;
	}

}

@media only screen and (max-width:380px) {
	.introbox.whitebg .brief {
		padding: 0 10px;
	}

	.name h1 span {
		margin-left: 20px;
	}

	.brief .data li {
		margin: 10px 0;
	}

	.relist {
		padding: 15px 10px;
	}

	.introbox {
		padding: 10px;
	}

}

@media only screen and (max-width:320px) {
	.part01:after {
		display: none;
	}

	.name h1:after {
		display: none;
	}

	.tutor a {
		width: 90%;
		font-size: 14px;
	}

}









/*翻页条*/

.pages{padding-top: 20px;}
.page a{cursor:pointer;}
.getmore{text-align:center;}



.pages table{width:auto !important; margin:0 auto}
 tbody{
     border: none;
  
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid ##1a6cb5 !important;
    height: 25px !important;
    line-height: 23px !important;
    color: #1a6cb5 !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:#1a6cb5 !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=#1a6cb5, EndColorStr=#1a6cb5)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1a6cb5), to(#1a6cb5))!important;
    background: -moz-linear-gradient( top,#1a6cb5,#1a6cb5)!important;
    background: -ms-linear-gradient(top,#1a6cb5 0%,#1a6cb5 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


.ydpage {
    text-align: center;
    background-color: #0052a4;
    color: #fff;
    padding: 5px;
    margin: 10px 0 0 0;
    line-height: 36px;
    border-radius: 36px;
}