@charset "utf-8";

/*公共样式 开始*/

html,
body {
  float: left;
  width: 100%;
  min-width: 1170px;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f8f8f8;
  word-break: break-word;
  opacity: 0;
  filter: alpha(opacity=0);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

.base {
  width: 1170px;
  margin: 0 auto;
}

input:focus{
  outline: none;
}

.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0;
    background: none;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
  background-position: center center; 
}

/*公共样式 结束*/
.top-link{
  font-size: 0;
  padding: 6px 0 8px 0;
  border-bottom: 1px solid #dcdcdc;
}

.top-link a{
  display: inline-block;
  font-size: 12px;
  color: #638fb5;
  padding: 5px 24px 5px 0;
  margin-right: 24px;
  position: relative;
}

.top-link a:hover{
  color: #00498a;
}

.top-link a:after{
  content: '';
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.top-link a:last-child{
  padding-right: 0;
  margin-right: 0;
}

.top-link a:last-child:after{
  display: none;
}

.header-logo{
  display: block;
}

.header-logo img{
  width: 100%;
}

.navlist {
  width: 100%;
  background: #00498a;
  height: 50px;
}

.navlist>li {
  float: left;
  position: relative;
  transition: all 0.2s ease-in;
  border-right: 1px solid #dcdcdc;
}

.navlist>li:last-child {
    border-right:none;
}

.navlist>li.active>a,
.navlist>li a:hover {
  background: #dcdcdc;
  color: #00498a;
}

.navlist>li>a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 0px 50.1px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

.navlist>li>a:before
  content: '';
  width: 1px;
  height: 14px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.navlist>li:last-child>a:before{
  display: none;
}

/*填补最后一个nav间隙（包含ie8兼容写法）*/
.navlist>li + li + li + li + li + li + li:hover>a:after,
.navlist>li + li + li + li + li + li + li.active>a:after{
  content: '';
  width: 2px;
  height: 50px;
  background: #dcdcdc;
  position: absolute;
  right: -2px;
  top: 0;
}

.navlist>li ul {
  width: 100%;
  display: none;
  border-bottom: 2px solid #f38125;
  padding-bottom: 5px;
  top: 50px;
  left: 0;
  position: absolute;
  z-index: 9999;
  background: #00498a;
}

.navlist>li ul a {
  display: block;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 20px;
    text-align: center;
    background: #00498a;
    color: #fff;
    transition: all 0.2s ease-in;
}

.banner{
  height: 430px;
  overflow: hidden;
  margin-top: 29px;
}

.banner ul li a{
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner ul li a h4{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.banner ul li a h4 span{
  font-size: 22px;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 19px 185px 19px 25px;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 23px;
    width: 150px;
    right: 20px;
    padding-top: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #55535a;
    width: 14px;
    height: 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00498a;
}

.main-left{
  width: 745px;
  margin-top: 16px;
}

.main-right{
  width: 368px;
  margin-top: 16px;
}

.main-title{
  margin-top: 31px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #00498a;
}

.main-title h4{
  float: left;
  font-size: 22px;
  color: #fff;
  background: #00498a;
  position: relative;
  padding: 12px 14px;
}

.main-title h4:after{
  content: '';
  border-top: 46px solid transparent;
  border-left: 12px solid #00498a;
  position: absolute;
  right: -12px;
  top: 0;
}

.main-title a{
  font-size: 12px;
  color: #638fb5;
  float: right;
  margin-top: 21px;
}

.main-title a:hover{
  color: #00498a;
}

.main-list1{
  font-size: 0;
  margin: 0 -10px;
}

.main-list1 li{
  display: inline-block;
  width: 360px;
  height: 423px;
  background: #f2f6f9;
  border: 1px solid #e5e5e5;
  margin: 30px 10px 0;
  vertical-align: top;
}

.main-list1-top{
  padding: 13px 13px 0;
}

.main-list1-top h4{
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-align: center;
}

.main-list1-top div{
  width: 100%;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
}

.main-list1-top p{
  font-size: 14px;
  color: #000;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
  margin: 5px 0;
  word-break: break-word;
}

.main-list1-top p a{
  color: #00498a;
  margin-left: 8px;
}

.main-list1 h5{
  font-size: 12px;
  color: #00498a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f2f6f9;
  padding: 15px 13px;
  height: 12px;
}

.main-list1-top h4:hover{
  color: #00498a;
}

.main-list1-top p a:hover{
  color: #f46621;
}

.main-groud{
  width: 100%;
  height: 395px;
  background: #fff;
  margin-top: 30px;
}

.main-groud-top{
  padding: 14px 16px 0;
}

.main-groud-top div{
  width: 100%;
  height: 198px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-groud-top p{
  font-size: 14px;
  color: #000;
  line-height: 25px;
  height: 150px;
  overflow: hidden;
  letter-spacing: 0.5px;
  margin: 15px 0 18px;
}

.main-groud-top a{
  display: block;
}

.join-a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #f46621;
  background: #f2f6f9;
}

.main-groud-top a:hover p,
.join-a:hover{
  color: #00498a;
}

.main-news{
  border: 1px solid #e5e5e5;
  background: #fff;
  border-top: none;
  padding: 0 24px 20px;
}

.main-news li{
  padding-top: 27px;
}

.main-news li a{
  display: block;
}

.main-news-top {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.main-news .media-left{
  display: table-cell;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background: #dfebf8;
  text-align: center;
  color: #00498a;
}

.main-news .media-left strong{
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
}

.main-news .media-left strong small.mon{
  display: inline-block;
}

.main-news .media-left small{
    display: block;
    font-size: 12px;
    /*text-transform: uppercase;*/
}

.main-news .media-body{
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #00498a;
  font-weight: bold;
  padding-left: 15px;
  line-height: 24px;
}

.main-news .media-body h4{
  max-height: 48px;
  overflow: hidden;
  _height: expression(this.scrollHeight > 48 ? "48px": "auto");
}

.main-news li a:hover .media-body h4{
  color: #f38125;
}

.common-top{
  float: left;
  width: 1105px;
  padding: 40px 35px 40px 30px;
  /*background: #d9e5f2;*/
}

.common-top h4{
  font-size: 28px;
  color: #00498a;
  max-width: 45%;
  float: left;
  text-transform: uppercase;
}

.common-local{
  display:none;
  float: right;
  max-width: 45%;
  padding-left: 17px;
  position: relative;
  font-size: 12px;
  color: #666;
  margin-top: 9px;
}

.common-local:before{
  content: '';
  width: 10px;
  height: 13px;
  background: url(../images/icon_local2.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.common-local a{
  color: #666;
}

.common-local a:hover{
  color: #f46621;
}

.common-list li a{
  display: block;
  float: left;
  width: 1097px;
  padding: 21px 45px 21px 28px;
  background: #fff;
  margin-bottom: 20px;
}

.common-list .list-left{
  display: inline-block;
  width: 205px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common-list li img{
  display: none;
}

.common-list .list-right{
  padding-left: 20px;
    width: 871px;
    float: right;
}

.common-list .list-right h4{
  color: #000;
  font-size: 18px;
  margin: 1px 0 8px;
  line-height: 30px;
}

.common-list .list-right small{
  font-size: 12px;
  color: #999;
}

.common-list .list-right p{
  color: #333;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
}

.common-list li a:hover .list-right h4{
  color: #00498a;
}

.article-content{
  word-break: break-word;
}

.article-content img{
  max-width: 100 !important;
}

.common-box .main-title{
  margin-top: 50px;
}

.research-list li a{
  display: block;
  background: #eee;
  margin-top: 35px;
  float: left;
  padding-right: 35px;
  width: 1135px;
  border: 1px solid transparent;
  transition: all .2s ease-in;
}

.research-list li .list-left{
  float: left;
  width: 310px;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.research-list li .list-right{
  padding: 10px 0 10px 38px;
  width: 785px;
  float: left;
}

.research-list li .list-right h4{
  font-size: 20px;
  color: #175eaf;
  padding: 15px 0;
  border-bottom: 1px solid #8ab2e0;
  line-height: 28px;
  
}

.research-list li .list-right p{
  font-size: 14px;
  color: #333;
  line-height: 32px;
  margin-top: 20px;
}

.research-list li a:hover {
  border: 1px solid #8ab2e0;
}

.fundings-list{
  background: #eee;
  padding: 22px 33px;
}

.fundings-list li a{
  display: block;
  padding: 15px 0 15px 16px;
  font-size: 16px;
  color: #010101;
  position: relative;
  line-height: 24px;
}

.fundings-list li a:before{
  content: '';
  width: 5px;
  height: 5px;
  background: #00498a;
  position: absolute;
  left: 0;
  top: 25px;
  border-radius: 50%;
}

.fundings-list li a:hover{
  color: #00498a;
}

.collaborator-list{
  font-size: 0;
  margin: 10px -35px 0;
}

.collaborator-list li{
  display: inline-block;
  width: 240px;
  margin: 30px 35px 0;
  vertical-align: top;
  padding-bottom: 15px;
  text-align: center;
}

.collaborator-list li a{
  display: block;
}

.collaborator-list li a .list-left{
  width: 100%;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collaborator-list li a p{
  font-size: 16px;
  color: #000;
  line-height: 23px;
  margin-top: 10px;
}

.collaborator-list li:hover a p{
  color: #00498a;
}

.members-list{
  font-size: 0;
  margin: 0 -40px;
}

.members-list li{
  display: inline-block;
  width: 543px;
  margin: 33px 40px 0;
  background: #eee;
  border: 1px solid transparent;
  vertical-align: top;
  transition: all .2s ease-in;
}

.members-list li:hover{
  border: 1px solid #00498a;
}

.members-list li a{
  display: block;
}

.members-list .list-left{
  width: 143px;
  height: 201px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.members-list .list-right{
  float: left;
  width: 354px;
  padding: 0 25px 10px 21px;
}

.members-list .list-right h4{
  font-size: 24px;
  color: #175eaf;
  padding: 23px 0;
  border-bottom: 1px solid #dcdcdc;
}

.members-list .list-right h4 span{
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-left: 30px;
}

.members-list .list-right p{
  font-size: 14px;
  color: #333;
  margin-top: 26px;
  position: relative;
  line-height: 20px;
  min-height: 20px;
}

.members-list .list-right p.email{
  padding-left: 30px;
}

.members-list .list-right p.email:before{
  content: '';
  width: 23px;
  height: 16px;
  background: url(../images/icon_email.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.members-top{
  background: #eee;
  margin-top: 55px;
  float: left;
  width: 100%;
}

.members-top img{
  float: left;
  height: 206px;
}

.members-top .members-top-right{
  float: left;
  padding: 0 30px 10px;
}

.members-top .members-top-right h4{
  font-size: 26px;
  color: #175eaf;
  padding: 22px 0 17px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 30px;
}

.members-top .members-top-right h4 span{
  font-size: 16px;
  padding: 0 27px;
  position: relative;
  font-weight: normal;
  position: relative;
}

.members-top .members-top-right h4 span:before{
  content: '';
  width: 1px;
  height: 13px;
  background: #d2d2d2;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.members-top .members-top-right h4 span.span1{
  color: #175eaf;
  margin-left: 15px;
}

.members-top .members-top-right h4 span.span2{
  color: #db8d06;
}

.members-top .members-top-right p{
  font-size: 14px;
  color: #000;
  margin-top: 25px;
}

.members-top .members-top-right p span{
  padding-left: 35px;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  line-height: 20px;
}

.members-top .members-top-right p.p1 span.span1:before{
  content: '';
  width: 23px;
  height: 16px;
  background: url(../images/icon_email.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.members-top .members-top-right p.p1 span.span2{
  margin-left: 150px;
  padding-left: 26px;
}

.members-top .members-top-right p.p1 span.span2:before{
  content: '';
  width: 14px;
  height: 17px;
  background: url(../images/icon_local.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.members-top .members-top-right p.p2 span:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon_research.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}

.members-bottom{
  padding: 35px 33px 0;
  background: #eee;
  margin-top: 20px;
}

.members-title{
  font-size: 18px;
  color: #175eaf;
  margin-bottom: 15px;
  line-height: 24px;
}

.members-article{
  padding: 0 30px 30px;
}

.members-article p{
    word-break: break-word;
}

.publications-box{
  padding: 35px 32px 0;
  background: #fff;
}

.publications-title{
  font-size: 28px;
  color: #00498a;
  line-height: 24px;
  margin-bottom: 25px;
}
.publications-box p{
  text-align: justify;
    word-break: break-word;
}

.publications-article{
  padding: 0 17px 40px;
}

.recruitment-box{
  padding: 50px 55px 0;
  background: #fff;
}

.recruitment-list li{
  padding-bottom: 80px;
}

.recruitment-list li .recruitment-title{
  text-align: center;
  font-size: 28px;
  color: #00498a;
  margin-bottom: 50px;
}

.recruitment-list li .recruitment-title span{
  color: #f07b43;
  margin-left: 20px;
}

.footer-all{
  width: 1100px;
  background: #00498a;
  padding: 15px 35px;
  margin-top: 50px;
}

.footer-all p{
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  padding: 7px 0;
}

.footer-all p a:hover{
  color: #f38125 !important;
}

.wp_articlecontent{
  padding: 30px 100px;
  background: #fff;
}

/*页码样式调整*/

.wp_paging {
    float: none;
    text-align: right;
    margin-top: 20px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
  float: none;
}

.wp_paging a.pagingJump {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #00498a;
  color: #fff;
  padding: 0 3px 0 7px;
  border-radius: 5px;
  margin-left: -7px;
  margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover{
  color: #fff;
}

.wp_paging li span.pages {
  float: left;
  margin-left: 15px;
  margin-top: -2px;
}

.wp_paging li input {
  width: 55px;
  height: 20px;
  line-height: 20px;
  margin-top: 0;
  float: left;
  border-radius: 4px;
  margin-top: -25px;
}
