* {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	font-family: "Microsoft YaHei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #535353;
	background: white;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.head header {
	width: 1200px;
}
.head nav {
	height: 36px;
	min-width: 1200px;
	background: url(common_res/top-backgroud.png);
}
.head header {
	height: 120px;
	position: relative;
	/*background: url(common_res/top-backgroud2.png) no-repeat;*/
	background-position: 705px 0;
}
.head header .search {
	position: absolute;
	left: 857px;
	top: 48px;
}
.head header .search .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	background: url(common_res/search-icon.png) no-repeat center center;
	cursor: pointer;
}
.head header .search input {
	width: 159px;
	height: 19px;
	outline: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 35px;
	border: 1px solid #66a6d2;
	border-radius: 5px;
	font-size: 15px;
	color: #535353;
}
.head header .top-name {
	position: absolute;
	top: 25px;
	left: 135px;
}
.head .top-nav {
	width: 922px;
	margin: auto;
}
.head .top-nav li {
	float: left;
	list-style: none;
	text-align: center;
	width: 92px;
	line-height: 36px;
	color: white;
	font-size: 13px;
	position: relative;
	z-index: 10000;
}
.head .top-nav li.title::after {
	position: absolute;
	right: 0;
	top: 4px;
	content: '';
	width: 1px;
	height: 27px;
	background: #004b84;
}
.head .top-nav li a {
	color: inherit;
	display: inline-block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}
.head .top-nav li:hover .main-link {
	color: #2fd5ff;
	background: #00569a;
}
.head .top-nav li:hover .extend-2 {
	height: 72px;
}
.head .top-nav li:hover .extend-3 {
	height: 108px;
}
.head .top-nav li:hover .extend-4 {
	height: 144px;
}
.head .top-nav li:hover .extend-6 {
	height: 216px;
}
a {
	text-decoration: none;
}
.extend {
	position: absolute;
	top: 36px;
	left: 0;
	width: 92px;
	height: 0;
	transition: height 0.6s;
	-moz-transition: height 0.6s; /* Firefox 4 */
	-webkit-transition: height 0.6s; /* Safari and Chrome */
	-o-transition: height 0.6s; /* Opera */
	overflow: hidden;
}
.extend a {
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid white;
	font-size: 13px;
	text-align: center;
	background: #243d5f;
}
.content {
	width: 920px;
	text-align: justify;
	line-height: 30px;
}
.content img {
	max-width: 100%;
}
.foot {
	height: 133px;
	background: #243d5f;
	font-size: 16px;
	color: #6c899d;
	text-align: center;
	min-width: 1200px;
}
.foot .copy-right {
	margin-bottom: 15px;
	padding-top: 35px;
}
.common-container {
	margin-top: 20px;
	margin-bottom: 100px;
}
.common-container .left-nav {
	width: 230px;
	float: left;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
}
.common-container .left-nav .title {
	height: 36px;
	line-height: 36px;
	color: white;
	background: url(common_res/top-backgroud.png);
	margin-bottom: 2px;
}
.common-container .left-nav .nav-link {
	display: block;
	/*height: 36px;*/
	margin-bottom: 1px;
	color: #313131;
	line-height: 36px;
	background: #eeeeee;
}
.common-container .left-nav .nav-link.active {
	background: #a3c6f2;
	color: #18669f;
}
.common-container .left-nav .nav-link-like {
	margin-bottom: 1px;
	color: #313131;
	line-height: 36px;
	background: #eeeeee;
	cursor: pointer;
}
.common-container .left-nav .nav-link-like.active {
	background: #a3c6f2;
	color: #18669f;
}
.nav-link-like .addition {
	display:none;
	overflow: hidden;
	transition: height 0.6s;
	-moz-transition: height 0.6s; /* Firefox 4 */
	-webkit-transition: height 0.6s; /* Safari and Chrome */
	-o-transition: height 0.6s; /* Opera */
}
.nav-link-like:hover .addition-02 {
	height: 33px;
}
.nav-link-like:hover .addition-03 {
	height: 110px;
}
.nav-link-like:hover .addition-04 {
	height: 147px;
}
.nav-link-like .addition .vice-link {
	display: block;
	background: white;
	color: #313131;
	border-bottom: 1px solid black;
}
.nav-link-like .addition .vice-link:last-child {
	border-bottom: none;
}
.nav-link-like .addition .vice-link.active {
	color: #006ab4;
	background: url(common_res/arrow03.png) white no-repeat;
	background-position: 218px 14px;
}
.common-container .right-content {
	width: 645px;
	float: right;
	text-align: justify;
}
.du-title {
	color: #313131;
	font-size: 11px;
	border-bottom: 1px solid #4f97cb;
	position: relative;
	line-height: 36px;
	height: 36px;
}
.du-title a {
	color: #a3c6f2;
}
.du-title::after {
	position: absolute;
	bottom: 1px;
	content: '';
	left: 0;
	right: 0;
	height: 1px;
	background: #4f97cb;
}
.single-title {
	color: #313131;
	font-size: 11px;
	border-bottom: 3px solid #4f97cb;
	position: relative;
	line-height: 36px;
	height: 36px;
}
.single-title a {
	color: #a3c6f2;
}
.introduce-container {
	margin-top: 30px;
}
.introduce-container .portrait {
	width: 166px;
	float: left;
	text-align: center;
	margin-top: 7px;
}
.introduce-container .portrait .pic-container {
	padding: 4px;
	border: 1px solid #2470a6;
	position: relative;
	width: 148px;
	margin-left: 5px;
}
.introduce-container .portrait .pic-container .left-top {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 10px;
	height: 10px;
}
.introduce-container .portrait .pic-container img {
	width: 148px;
	vertical-align: middle;
}
.introduce-container .portrait .pic-container .right-bottom {
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 10px;
	height: 10px;
}
.introduce-container .portrait .name {
	line-height: 2;
	margin-top: 15px;
	font-size: 21px;
	color: #005897;
	font-weight: bold;
       display: initial;
       text-align: center;
       margin-right: 1px;

}
.introduce-container .detail {
	width: 462px;
	float: right;
	color: #313131;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}
.researcher-item {
	margin-top: 13px;
}
.researcher-item .researcher-pic {
	float: left;
	width: 93px;
	height: 116px;
	border-right: 1px solid #81cef2;
}
.researcher-item .researcher-pic img {
	vertical-align: middle;
	border: 5px solid #a3c6f2;
	width: 78px;
	height: 106px;
}
.researcher-item .researcher-detail {
	width: 497px;
	padding-left: 48px;
	float: right;
	height: 116px;
	background: #eeeeee;
	position: relative;
}
.researcher-item .researcher-detail .researcher-next {
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 2px solid #006ab4;
	right: 12px;
	top: 32px;
	border-radius: 100%;
	background: url(common_res/arrow02.png) no-repeat center center;
}
.researcher-item .researcher-detail .researcher-name {
	line-height: 1;
	margin-top: 22px;
	font-size: 15px;
	color: #313131;
}
.researcher-item .researcher-detail .researcher-field {
	margin-top: 5px;
	font-size: 12px;
	line-height: 2;
	width: 390px;
	color: #005897;
	margin-left: 0;
	margin-right: 0;
}
.introduce-container02 {
	margin-top: 30px;
	border-bottom: 1px solid #4f97cb;
}
.introduce-container02 .portrait {
	width: 166px;
	float: left;
	text-align: center;
	margin-top: 7px;
}
.introduce-container02 .portrait .pic-container {
	padding: 4px;
	border: 1px solid #2470a6;
	position: relative;
	width: 115px;
	margin-left: 5px;
}
.introduce-container02 .portrait .pic-container .left-top {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 10px;
	height: 10px;
}
.introduce-container02 .portrait .pic-container img {
	width: 130px;
	vertical-align: middle;
	height: 155px;
}
.introduce-container02 .portrait .pic-container .right-bottom {
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 10px;
	height: 10px;
}
.introduce-container02 .detail {
	width: 478px;
	float: right;
	color: #313131;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}
.introduce-container02 .detail .detail-item {
	margin-top: 17px;
	padding-bottom: 6px;
}
.introduce-container02 .detail .detail-item a {
	display: inline-block;
	width: 81px;
	height: 28px;
	text-align: center;
	background: #a3c6f2;
	color: #313131;
	font-size: 15px;
	margin-right: 24px;
}
.introduce-container02 .detail .detail-item a.active {
	color: white;
	background: #006ab4;
}
.detail {
	color: #313131;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}
.achievements .achievement-item {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	border-bottom: 1px solid #4f97cb;
	position: relative;
}
.achievements .achievement-item .title {
	font-size: 15px;
	color: #313131;
	position: relative;
}
.achievements .achievement-item .title::before {
	position: absolute;
	content: '';
	left: -23px;
	top: 5px;
	width: 7px;
	height: 7px;
	background: #313131;
	border-radius: 100%;
}
.achievements .achievement-item .title:hover {
	color: #006ab4;
}
.achievements .achievement-item .download {
	position: absolute;
	right: 20px;
	top: 5px;
}
.article-title {
	font-size: 21px;
	font-weight: bold;
	color: #005897;
	line-height: 1;
	margin: 15px 0;
	letter-spacing: 1px;
	text-align: center;
}
.article-info {
	height: 31px;
	padding-left: 10px;
	background: #eeeeee;
	line-height: 31px;
	font-size: 12px;
	color: #a0a0a0;
	margin-bottom: 15px;
	text-align: center;
}
.researcher-page {
	margin-top: 50px;
	text-align: right;
}
.new-page {
	margin-top: 25px;
	text-align: right;
}
.du-title .right-nav {
	float: right;
}
.news-container {
	margin-top: 5px;
	margin-bottom: 50px;
}
.news-container .new-item {
	margin-top: 10px;
}
.news-container .new-item .new-date {
	float: left;
	height: 55px;
	width: 110px;
	background: #a3c6f2;
	color: white;
	line-height: 1;
	text-align: center;
}
.news-container .new-item .new-date .day {
	font-size: 16px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.news-container .new-item .new-date .year {
	font-size: 18px;
	margin-top: 10px;
}
.news-container .new-item .new-brief {
	float: right;
	height: 55px;
	width: 770px;
	padding-left: 34px;
	background: #eeeeee;
	line-height: 1;
}
.news-container .new-item .new-brief .title {
	display: block;
	font-size: 16px;
	color: #006ab4;
	margin-top: 16px;
}
.news-container .new-item .new-brief .author {
	margin-top: 16px;
	font-size: 13px;
	color: #a0a0a0;
}
.article-img-container {
	margin: 10px 0;
	text-align: center;
}
.book-list {
	margin-top: 15px;
}
.book-item {
	margin-bottom: 5px;
}
.book-item.prize {
	height: 38px;
	line-height: 38px;
	background: #eeeeee;
	padding: 0 15px;
}
.book-item.prize a {
	color: #313131;
	font-size: 15px;
}
.book-item .author-name {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 125px;
	color: #006ab4;
	font-size: 15px;
	background: #a3c6f2;
	text-align: center;
}
.book-item .book-brief {
	float: right;
	height: 38px;
	width: 485px;
	line-height: 38px;
	background: #eeeeee;
	padding: 0 15px;
	height: 50px;
	line-height: 55px;
}
.book-item .book-brief a {
	color: #313131;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	width: 400px;
	margin-left: -3px;
	margin-top: 5px;
	line-height: 20px;
	display: inline-block;
}
.book-item .book-brief .time {
	float: right;
	font-size: 13px;
	color: #a0a0a0;
}
.content-title {
	line-height: 1;
	font-size: 21px;
	color: #005897;
	letter-spacing: 1px;
	margin-top: 17px;
	margin-bottom: 25px;
}
.pagination-container {
	height: 31px;
	float: right;
}
.pagination-container a {
	display: inline-block;
}
.pagination-container .prev {
	height: 31px;
	width: 33px;
	background: url(common_res/prev.png) no-repeat center center;
	float: left;
}
.pagination-container .page {
	height: 29px;
	min-width: 29px;
	text-align: center;
	border: 1px solid #a3c6f2;
	float: left;
	line-height: 29px;
	margin-left: 2px;
	color: #005897;
}
.pagination-container .page.active {
	color: white;
	background: #a3c6f2;
}
.pagination-container .omit {
	height: 31px;
	width: 31px;
	text-align: center;
	color: #005897;
	float: left;
}
.pagination-container .next {
	height: 31px;
	width: 32px;
	background: url(common_res/next.png) no-repeat center center;
	float: left;
	margin-left: 2px;
}
.pagination-container .total {
	color: #959595;
	font-size: 15px;
	position: relative;
	line-height: 31px;
	height: 31px;
	margin-right: 5px;
	float: left;
}
.pagination-container .jump {
	display: inline-block;
	line-height: 31px;
	height: 31px;
	padding-left: 5px;
	padding-right: 5px;
	color: #313131;
	font-size: 15px;
	float: left;
}
.pagination-container .jump-input {
	height: 29px;
	width: 29px;
	text-align: center;
	border: 1px solid #a3c6f2;
	float: left;
	line-height: 29px;
	outline: 0;
}
.pagination-container .jump-button {
	height: 31px;
	width: 32px;
	background: url(common_res/go.png) no-repeat center center;
	float: left;
	margin-left: 2px;
}
.search-container {
	margin-top: 3px;
	min-height: 430px;
	margin-bottom: 15px;
}
.search-container .search-item {
	padding: 3px 0;
	border-bottom: 1px solid #e5e5e5;
}
.redSpan {
	color: red;
}
.search-container .search-item .content {
	font-size: 18px;
	color: #313131;
	line-height: 2;
}
.search-container .search-item .content a {
	color: #313131;
}
.search-container .search-item .content:hover {
	background: #a3c6f2;
}
.search-container .search-item .content:hover a {
	color: white;
}
.search-container .search-item .content:hover a span {
	color: white;
}
.table-title {
	height: 74px;
	margin-top: 10px;
	background: #006ab4;
	color: rgba(255, 255, 255, .9);
}
.table-title p:first-child {
	padding-left: 15px;
	padding-top: 8px;
	font-size: 20px;
}
.table-title p:last-child {
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
}
.list-table {
	width: 651px;
	font-size: 15px;
	position: relative;
	right: 3px;
}
.list-table th {
	background: #81cef2;
	color: white;
	height: 44px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.25;
}
.list-table td {
	background: #eeeeee;
	color: #313131;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.list-table td .title {
	font-size: 15px;
	font-weight: bold;
}
.list-table td .title.align {
	text-align: center;
}
.list-table td .addition {
	font-size: 12px;
}
.list-table td .addition.align {
	text-align: center;
}



.anniu {
    width: 35px !important;
    height: 31px !important; background:url(common_res/search-icon.png) no-repeat; border:0 !important;
}
.hhi3,.hhi6 {margin-right:0 !important;}
.selected1,.parent1 {    background: #a3c6f2 !important;
    color: #18669f !important;
}
.selected2,.parent2 {color: #006ab4 !important;
    background: url(common_res/arrow03.png) white no-repeat !important;
    background-position: 218px 14px !important;
}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.lby {min-height:300px;}
.wznr h2 {text-align:center; line-height:28px; font-size:16px;}
.wznr {min-height:300px;}
.wp_entry {
    width: 100%;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
}
.wp_entry p {
    text-indent: 2em;
    margin-bottom: 0px;
}
.MMi7 .extend {display:none !important;}

.selected3,.parent3 {
    color: white !important;
    background: #006ab4 !important;
}





.wp_entry p {
    text-indent: 2em;
    margin-bottom: 0px;
}


