@charset "utf-8";

/* CSS Document */


.col-xs-12 {
	padding: 0;
}

@media(max-width:768px) {
	.col-xs-12 {
		padding: 0 15px;
	}
}

.position {
	margin: 17px 0px 10px;
}

.position span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.position span::before {
	content: ' ';
	background: url(home-2022.png) no-repeat center;
	display: inline-block;
	width: 16px;
	height: 13px;
	margin-right: 9px;
}

.position span a {
	color: #666666;
}

.position span a:last-child {
	color: #1C77D4;
}

.title {
	margin: 0px;
	margin-left: 19px;
}

.title h2 {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4F68BF;
	line-height: 39px;
	border-bottom: 3px solid #004098;
	font-size: 18px;
	padding: 0 4px;

}

#pager {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 29px;
}

#pager a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	line-height: 40px;
	padding: 0px 16px;
	display: inline-block;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	margin-left: 5px;
}

#pager span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	padding: 0px 16px;
	display: inline-block;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	color: #FFFFFF !important;
	background: #2057D2;
	margin-left: 5px;
}

#pager a:first-child {
	color: #FFFFFF !important;
	background: #2057D2;
}

#pager a:first-child {
	color: #FFFFFF !important;
	background: #2057D2;
}

#pager a:hover {
	color: #FFFFFF !important;
	background: #2057D2;
}

#pager a.pgCurrent {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0px 16px;
	background: #2057D2;
	display: inline-block;
}

.page-phone {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.page-phone a {
	display: inline-block;
	text-align: center;
	padding: 20px 80px;
	border: 1px solid #1C77D4;
	font-size: 18px;
	line-height: 26px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-phone a:hover {
	background-color: #1C77D4;
	color: #FFFFFF !important;
}

.document p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	margin-bottom: 20px;
}

.document img {
	max-width: 800px;
}

.document a {
	word-wrap: break-word;
}

@media(max-width:1200px) {
	.document img {
		max-width: 600px;
	}
}

@media(max-width:991px) {
	.document img {
		max-width: 100%;
	}
}


/*左侧嵌套*/
.left-nav {
	width: 27.1%;
	float: left;
}

.right {
	margin-left: 3.5%;
	float: left;
	width: 65.6%;
}

.left-nav h2 {
	font-weight: bold;
	color: #F2F8FF;
	line-height: 40px;
	background: #2C52AE;
	padding: 23px 9px 14px 9px;
	margin-bottom: 4px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.left-nav a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.left-nav ul {
	padding-top: 1.5px;
	padding-bottom: 13.5px;
	list-style-position: outside;
	background: #F3F8FF;
}

.left-nav li {
	padding: 22.5px 21px 22.5px 21px;
	margin-bottom: 3px;
}

/* .left-nav li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 17px;
	background: #2C52AE;
	border-radius: 3px;

} */

.left-nav li {
	background: url(nav-list-2022.png) no-repeat left 21px top 28px;
}

.left-nav li a {
	margin-left: 17px;
	overflow: hidden;
	display: -webkit-inline-box;
	max-width: 265px;
}

.active a {
	font-weight: bold;
	color: #0E51AC;
}

@media(max-width:1299px) {

	.left-nav li a {
		max-width: 240px;
	}
}

@media(max-width:1200px) {
	.left-nav {
		width: 27.1%;
	}

	.right {
		width: 65.6%;
	}

	.left-nav h2 {
		padding-left: 15px;
	}

	.left-nav li {
		padding-left: 15px;
	}

	.left-nav li a {
		max-width: 200px;
	}
}

@media(max-width:991px) {
	.right {
		width: 100%;
		margin-left: 0;
	}
}

/*人员列表页*/
.people-list li {
	float: left;
	width: 25%;
	padding: 25px 32px 25px 22px;
}

.people-list a {
	display: block;
}

.people-list a:first-child {
	width: 159px;
	height: 206px;
}

.people-list a:first-child img {
	width: 100%;
	height: 100%;
}

.peo-img {
	width: 100%;
	text-align: center;
	height: 208px;
	overflow: hidden;
}

.peo-img img {
	width: 100%;
	max-width: 159px;
	height: 100%;
	transition: all 0.3s;
}

.peo-img img:hover {
	transform: scale(1.1);
}

.name {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D65BF;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.zw {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: center;
}

@media(max-width:1200px) {
	.people-list li {
		width: 33%;
		padding: 15px 40px;
	}
}

@media(max-width:768px) {
	.people-list li {
		width: 50%;
		padding: 15px 40px;
	}
}

@media(max-width:500px) {
	.people-list li {
		padding: 15px 20px;
	}
}

@media(max-width:400px) {
	.peo-img {
		height: 180px;
	}
}


/*细览*/
.docpeople {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #444444;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

.doc-ifm span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 40px;
}

.doc-ifm a {
	color: #777777;
}

.doc-ifm span:last-child {
	float: right;
}

.doc-ifm {
	background: #EFF8FF;
	padding: 0px 10px;
	margin-bottom: 20px;
}

@media(max-width:991px) {
	.docpeople {
		font-size: 20px;
		line-height: 35px;
	}
}

/*人员细览*/
.right.peop {
	margin-left: 2.09%;
	width: 69.51%;
}

.peop .title h2 {
	margin-left: 22px;
}

.details {
	width: 100%;
}

.details ul {
	display: inline-block;
	float: left;
	width: 692px;
	min-height: 204px;
	background: #F9FBFE;
	padding: 25px 24px 15px 30px;
}

.details ul .name {

	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
}

.details ul li:first-child {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D60B5;
	line-height: 38px;
	border-bottom: 1px solid #D9DDE8;
	margin-bottom: 14px;
}

.details ul .job-title {
	margin-left: 21px;
}

.details ul .job-title,
.details ul .research-direction {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D60B5;
	line-height: 38px;
}

.details ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626F80;
	line-height: 30px;
}

.details ul li::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.details ul li div {
	display: inline-block;
	float: left;
	/* width: 50%; */
}

.education,
.mail {
	margin-right: 30px;
}

.details ul li:last-child div {
	width: 100%;
}

.details ul li span {
	color: #0D57A2;
}

.details .peop-img {
	display: inline-block;
	float: right;
	width: 150px;
	height: 204px;
	background: #F9FBFE;

}

.details .peop-img img {
	width: 100%;
	height: 100%;
}

.details::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

#yjfx div {
	display: inline-block;
	float: none;
}

#yjfx font {
	font-size: 16px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D57A2;
	line-height: 30px;
}

.resume .title,
.commitment .title {
	margin: 30px 0 0 0;
	padding-left: 43px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0460BF;
	line-height: 36px;
	background: url(wenjian-2022.png) no-repeat;
	background-color: #F9FBFE;
	background-position: left 18px top 9px;
}

.resume .content,
.commitment .content {
	margin-top: 23px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #404040;
	line-height: 26px;
}

.resume .content font,
.commitment .content font {
	font-size: 16px !important;
}

.commitment .content {
	margin-bottom: 30px;
}

.peopleInfo {
	margin-top: 28px;
}

@media (max-width: 991px) {


	.details ul {
		width: 100%;
	}

	.details .peop-img {
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}

	.details .peop-img img {
		width: 150px;
	}
}

@media (max-width: 1300px) {
	.right.peop {
		width: 100%;
		margin-left: 0;
	}
}

.people-list::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/* 文字列表 */
.news-list {
	margin-top: 11px;
}

.news-list li:nth-child(5n) {
	margin-bottom: 22px;
}

.news-list li {
	background: url(list-2022.png) no-repeat left 19px;
}

/* .news-list li::before {
	content: '';
	display: inline-block;
	background: url(list.png) no-repeat center;
	width: 10px;
	height: 44px;
} */

.news-list li a {
	margin-left: 21px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #1B2238;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 80%;
}

.news-list li span {
	float: right;
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
}

@media(max-width:991px) {
	.news-list li a {
		margin-left: 21px;
		font-size: 16px;
		font-family: Arial;
		font-weight: 400;
		color: #1B2238;
		line-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-inline-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 10;
		width: 75%;
	}
}

.right.no-left-nav {
	width: 100%;
	margin-left: 0;
}

.right .common {
	padding: 15px 15px;
	margin-top: 11px;
}

.right .map .map-title {

	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e3ecf6;
}

.right .map .map-title a {
	display: inline-block;
	color: #5980d1;
	font-size: 18px;
	height: 100%;
	line-height: 50px;
	text-decoration: none
}

.right .map .map-title .titNavIcon {
	border-left: 9px solid rgba(9, 71, 156, 1);
	margin-right: 10px;
}

.right .map .map-content {
	margin-top: 10px;
	padding: 10px 15px;
}

.right .map .map-content li {
	display: inline-block;
	float: left;
	width: 33%;
	padding-bottom: 15px;
}

@media(max-width: 600px) {
	.right .map .map-content li {
		width: 100%;
	}
}

.right .map .map-content li a {
	color: rgb(31, 31, 31);
}

.right .map .map-content ul::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.no-left-nav .news-page .newsTitle {
	width: 100%;

}

.no-left-nav .news-page .newsTitle p {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}

.no-left-nav .news-page .newsbox {
	width: 100%;
	margin: 15px 10px;
	padding: 15px 10px;
	display: inline-block;
	background-color: #e0eeff96;
	color: #696969;
	font-size: 14px;
}

.no-left-nav .news-page .newsContent {
	padding: 15px 10px;
}

.news-page .newsTitle {
	width: 100%;
}

.news-page .newsTitle p {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}

.news-page .newsbox {
	width: 100%;
	margin: 15px 10px;
	padding: 15px 25px;
	display: inline-block;
	background: #F3F6FE;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}

.news-page {
	padding-top: 25px;
	padding-bottom: 15px;
}

.news-page .newsContent {
	padding: 15px 10px;

}

.news-page .newsContent p {
	margin-bottom: 10;
	line-height: 2;
}

.pager ul {
	display: inline-block !important;
}

.pager ul::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	text-align: center;
}

.pager ul li {
	/* display: inline-block; */
	height: 40px;
	min-width: 40px;
	line-height: 40px !important;
	font-size: 16px !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666 !important;
	border: 1px solid #DCDCDC !important;
	border-radius: 4px;
}

.pager ul li.pgCurrent {
	color: #fff !important;
}

.pager ul li:hover {
	background: none repeat scroll 0 0 #2266BB !important;
	border: none !important;
	color: #FFFFFF !important;
}

.pages .recordCount {
	display: none;
}

.pages .first {
	display: none;
}

.pages .text {
	display: none;
}

.TRS_Editor p,
.TRS_Editor span {
	font-size: 14px;
}

.TRS_Editor img {
	max-width: 100%;
}

@media(max-width: 767px) {

	.news-page .newsContent img,
	.news-page .newsContent table {
		width: 100%;
	}

	.news-list li {
		margin-bottom: 10px;
	}

	.news-list li a {
		width: 90%;
		line-height: 28px;
	}

	.news-list li span {
		float: left;
		margin-left: 21px;
	}
}

@media (min-width: 767px) {
	.news-page .newsContent img {
		max-width: 100%;
	}
}