@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #595c5b;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #828282;
}

a:hover,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #006ec7;
}

p,
ul {
    margin: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
    padding: 0;
}


/*头部*/

.header {
    background: url(../images/header.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 24px 0;
}

.header .container {
    padding: 0 20px;
}

.container {
    padding: 0;
}

.logo {
    display: block;
    width: 70%;
    float: left;
}

.navbar-toggle {
    display: none;
    /*position: relative;*/
    /*float: right;*/
    width: 24px;
    height: 22px;
    background: url(../images/anniu.png) no-repeat;
    margin-top: 10px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}


/*搜索*/

.search {
    width: 280px;
    height: 38px;
    background: #fff;
    border: 1px solid #85b6e1;
    border-radius: 30px;
    margin: 12px 0 9px auto;
}

#search_kang {
    width: 170px;
    height: 32px;
    margin-left: 15px;
    margin-top: 2px;
    border-radius: 30px;
    outline: none;
}

#search_submit {
    width: 75px;
    height: 32px;
    background: #0056a0;
    color: #fff;
    border-radius: 30px;
    margin: 2px 2px 2px 10px;
    outline: none;
    vertical-align: top;
}


/*  */

.toplink {
    width: 280px;
    text-align: center;
    margin: 0 0 0 auto;
}

.toplink ul{
       overflow: hidden;
    margin: 0 auto;
}

.toplink ul li{
   display: inline-table;
   font-size: 14px;
    color: #333;
}

.toplink ul li:first-child {
    margin-right: 10px;
}

.toplink ul li .tianqi-img{
       margin-right: 6px;
}

.toplink a {
    font-size: 14px;
    color: #333;
}


/*导航*/

.nav {
    background: #2f5e94;
}

.nav ul li {
    position: relative;
    float: left;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 14.28%;
    z-index: 99;
}

.nav ul li a {
    display: block;
    color: #fff;
    height: 56px;
    font-family: "微软雅黑";
    font-size: 20px;
    background-image: url(../images/nav-bolid.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.nav ul li:first-child a{
    background-image: none;
}

.nav ul li:first-chlid a{
   background-image: none;
  
}

.nav ul li.active a {
    background: #14aae0;
}

.nav ul li:hover a {
    background: #14aae0;
}

.nav ul li .nav_item {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    background: url(../images/nav-item.png);
    width: 100%;
    z-index: 99;
    margin-left: 0;
}

.nav ul li:hover .nav_item {
    display: block;
    /* -webkit-animation: nav 0.2s ease;
    -moz-animation: nav 0.2s ease;
    -ms-animation: nav 0.2s ease;
    -o-animation: nav 0.2s ease;
    animation: nav 0.2s ease; */
}

.nav ul li .nav_item li {
    float: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.nav ul li .nav_item li:first-child {
    border-top: none;
}

.nav ul li .nav_item li a {
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background-image: none;
}

.nav ul li:hover .nav_item li a {
    border-top: 0;
    background: none;
}

.nav ul li .nav_item li:hover a {
    background: url(../images/nav-item-arrow.png) 80% center no-repeat;
}


/*banner相关设置*/

.banner {
    background: #f4f4f4;
    background: #fff;
}

#full-width-slider {
    width: 100%;
    color: #000;
    box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}
#full-width-slider .rsGCaption {
    width: 70%;
    position: absolute;
    right: 13%;
    bottom: 5%;
    text-align: right;
    z-index: 32;
    font-size: 24px;
    color: #f5f5f5;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 3%;
	bottom: 55%;
}

#full-width-slider .rsArrowRight {
	position: absolute;
	right: 3%;
	bottom: 55%;
}

#full-width-slider .rsArrow .rsArrowIcn {
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	background: url(../images/banner-left.png) center no-repeat;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	background: url(../images/banner-right.png) center no-repeat;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, 0.6);
    background: #ff0000;
    filter: alpha(opacity=60);
    /*IE*/
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 10px;
    left: 13%;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

.rsMinW .rsBullet {
    height: 73px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-sizing: content-box;
    padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
    display: block;
    width: 50px;
    height: 73px;
    line-height: 73px;
    padding-right: 5px;
    font-size: 30px;
       font-style: italic;
    color: #fff;
    background: none;
    /* background: rgba(255, 255, 255, 1); */
    /* border-radius: 50%;*/
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #2f5e94;
}

#full-width-slider8 .rsBullet.rsNavSelected span {
    display: none;
}

#full-width-slider8 {
    width: 100%;
}

.banner .x-bannerimg {
    width: 100%;
}


/*首页内容部分*/

.back-white {
    background: #fff;
}

.gay-content {
    background: #f5f5f5;
}

.gay-content .container {
    padding: 30px 20px 0;
    background: #fff;
}

.title {
    border-top: 2px solid #0056a0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 11px;
}

.title h3 {
    float: left;
    height: 45px;
    line-height: 45px;
    color: #0056a0;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding-right: 10px;
    position: relative;
}

.title h3:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    background: #bd1629;
}

.title h3 img {
    margin-bottom: 1px;
}

.title .more {
    float: right;
    color: #888;
    font-size: 14px;
    height: 45px;
    line-height: 46px;
    text-decoration: none;
    margin-right: 5px;
}

.title .more img {
    margin-bottom: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title .more:hover img {
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-box .container {
    padding: 0 20px;
}


/* 中心简介 */

.index-about .index-about-content {
    font-size: 16px;
    color: #333;
   line-height: 36px;
  padding: 0 10px;
      position: relative;
}

.index-about .index-about-content p{
   font-size: 16px;
    color: #333;
  line-height: 36px;
}

.index-about .index-about-content .content-more{
   font-size: 16px;
    color: #064e8d;
    position: absolute;
    right: 45%;
    bottom: 0;
}


/* 国内新闻&国外新闻 */

.index_news {
    padding-right: 0.98%;
}

.index_news .item ul,
.index_intr .item ul {
    border-top: 2px solid #0056a0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 11px;
}

.index_news .item ul li,
.index_intr .item ul li {
    display: inline-block;
}

.index_news .item ul li a,
.index_intr .item ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    padding-right: 10px;
    height: 45px;
    line-height: 45px;
    margin-right: 27px;
    position: relative;
}

.index_news .item ul li.active a,
.index_intr .item ul li.active a {
    color: #0056a0;
}

.index_news .item ul li.active a:after,
.index_intr .item ul li.active a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    background: #bd1629;
}

.index_news .item ul li a span,
.index_intr .item ul li a span {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    margin-right: 5px;
    float: left;
    overflow: hidden;
}

.index_news .item ul li a span img,
.index_intr .item ul li a span img {
    margin-left: -32px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s line
}

.index_news .item ul li.active a span img,
.index_intr .item ul li.active a span img {
    margin-left: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s line
}

.domestic .cont,
.abroad .cont {
    position: relative;
}

.domestic .more,
.abroad .more {
    position: absolute;
    right: 20px;
    top: 16px;
    color: #888;
    font-size: 14px;
}

.domestic .more img,
.abroad .more img {
    margin-left: 5px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.domestic .more:hover img,
.abroad .more:hover img {
    margin-left: 10px;
}

.domestic ul,
.abroad ul {
    margin-bottom: 20px;
}

.domestic ul li,
.abroad ul li {
    position: relative;
}

.domestic ul li a,
.abroad ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 45px;
    background: url(../images/index-list.png) 15px center no-repeat;
    z-index: 2;
}

.domestic ul li:hover a,
.abroad ul li:hover a {
    background: url(../images/index-list-hover.png) 15px center no-repeat;
}

.domestic ul li:first-child::after,
.abroad ul li:first-child::after {
    height: 50%;
    top: 50%;
}

.domestic ul li:last-child:after,
.abroad ul li:last-child:after {
    height: 50%;
}

.domestic ul li::after,
.abroad ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 21px;
    top: 0;
    background: #ebebeb;
    z-index: 1;
}

.domestic ul li a p,
.abroad ul li a p {
    float: left;
    width: 76%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.domestic ul li:hover a p,
.abroad ul li:hover a p {
    color: #0056a0;
    font-weight: bold;
}

.domestic ul li a span,
.abroad ul li a span {
    float: left;
    text-align: right;
    width: 23%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #888;
    margin-right: 1%;
}


/* 中心简介 */

.index-about {
    padding-left: 1.22%;
}


/* 成果介绍&国际合作 */

.index_intr {
    padding-right: 0.98%;
}

.achie .tel,
.coop .tel {
    overflow: hidden;
    margin-top: 30px;
}

.achie .tel ul,
.coop .tel ul {
    margin-left: -4.03%;
}

.achie .tel ul li,
.coop .tel ul li {
    float: left;
    width: 45.97%;
    margin-left: 4.03%;
    position: relative;
}

.achie .tel ul li .tel-img,
.coop .tel ul li .tel-img {
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.achie .tel ul li .tel-img img,
.coop .tel ul li .tel-img img {
    width: 100%;
    min-height: 100%;
}

.achie .tel ul li .tel-title,
.coop .tel ul li .tel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: url(../images/tel-title.png) repeat;
}

.achie .tel ul li .tel-title p,
.coop .tel ul li .tel-title p {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    height: 22px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.achie .cont,
.coop .cont {
    position: relative;
}

.achie .more,
.coop .more {
    position: absolute;
    right: 20px;
    top: 16px;
    color: #888;
    font-size: 14px;
}

.achie .more img,
.coop .more img {
    margin-left: 5px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.achie .inter-list ul,
.coop .inter-list ul {
    margin-left: -4.03%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.achie .inter-list ul li,
.coop .inter-list ul li {
    float: left;
    width: 45.97%;
    margin-left: 4.03%;
}

.achie .inter-list ul li a,
.coop .inter-list ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 27px;
    background: url(../images/index-list.png) 2px center no-repeat;
    z-index: 2;
}

.achie .inter-list ul li:hover a,
.coop .inter-list ul li:hover a {
    background: url(../images/index-list-hover.png) 2px center no-repeat;
}

.achie .inter-list ul li a p,
.coop .inter-list ul li a p {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.achie .inter-list ul li:hover a p,
.coop .inter-list ul li:hover a p {
    color: #0056a0;
    font-weight: bold;
}


/* .achie .inter-list ul li a span, .coop .tel ul li a span {
    float: left;
    text-align: right;
    width: 23%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #888;
    margin-right: 1%;
} */


/* 资料服务 */

.index-service {
    padding-left: 1.22%;
    margin-bottom: 20px;
}

.index-service ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding-left: 45px;
    background: url(../images/index-list.png) 15px center no-repeat;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-service ul li:hover a {
    color: #0056a0;
    font-weight: bold;
    background: url(../images/index-list-hover.png) 15px center no-repeat;
}


/*链接图片*/

.link ul {
    margin-left: -2.28%;
}

.link ul li {
    width: 22.72%;
    margin: 20px 0 40px 2.28%;
    float: left;
    text-align: center;
}

.link ul li a {
    display: block;
    height: 119px;
    overflow: hidden;
}

.link ul li a img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.link ul li:hover a img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}


/*简介*/

.left-box {
    padding-right: 2.42%;
    margin-top: -42px;
}

.left-nav {
    position: relative;
    background: #086291;
}

.left-nav .nav-bolid {
    position: absolute;
    top: -66px;
    left: 15px;
    z-index: 99;
}

.left-nav .column {
    background-color: #086291;
    background-image: url(../images/navleft.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font-size: 36px;
    line-height: 100px;
    color: #fff;
    text-align: center;
}

.left-nav ul {
    padding: 20px 0;
    background: #e5e5e5;
}

.left-nav ul li {
    height: 60px;
    line-height: 60px;
}

.left-nav ul li a {
    display: block;
    font-size: 20px;
    color: #040404;
    text-align: center;
}

.left-nav ul li.active a {
    color: #2f5e94;
}

.left-nav ul li:hover a {
    color: #2f5e94;
}


/*右边*/

/*.right-box {
    width: 74%;
}*/

.right-content {
    position: relative;
}

.columnkuang {
    width: 100%;
    height: 60px;
    line-height: 40px;
    background: #fff;
}

.location {
    position: absolute;
    right: 5px;
    top: 0px;
    height: 56px;
    line-height: 60px;
    font-size: 14px;
    color: #555;
}

.location a {
    font-size: 14px;
    color: #555;
}

.columntitle {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    color: #086291;
    height: 56px;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.columntitle span {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
}


/* 图片列表 */

.list-img ul {
    min-height: 320px;
    margin-top: 10px;
}

.list-img ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 18px 0 15px;
    margin-top: 5px;
}

.list-img ul li .pull-left a {
    display: block;
    width: 202px;
    height: 123px;
    overflow: hidden;
}

.list-img ul li .pull-left a img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.list-img ul li:hover .pull-left a img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.list-img ul li .media-body {
    padding: 0 20px;
}

.list-img ul li .media-body .media-heading {
    font-size: 18px;
    font-weight: bold;
    font-family: "Nunito";
    color: #333;
    line-height: 1.5;
    margin: 5px 0 3px;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-img ul li .media-body .abstract {
    font-size: 16px;
    color: #888;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 7px 0 10px;
}

.list-img ul li:hover .media-body .abstract {
    text-decoration: underline;
}

.list-img ul li .media-body .date {
    color: #2f5e94;
    font-size: 14px;
}

.about {
    margin-bottom: 50px;
    color: #595c5b;
    font-size: 14px;
    line-height: 1.5;
    min-height: 250px;
    padding-top: 40px;
}

.about h1 {
    margin-top: 10px;
    color: #086291;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.about p {
    font-size: 16px;
    color: #555555;
    line-height: 36px;
    /*text-indent: 2em;*/
}

.about p img {
    max-width: 90%;
       height: auto;
}

.article {
    padding-top: 20px;
}

.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
    margin: 0;
}

.article h2.title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #086291;
    font-family: "微软雅黑";
    line-height: 24px;
    margin: 0;
    background: none;
    border: none;
}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.article h4.information {
    margin: 0;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    border-bottom: 1px dashed #c1c1c1;
}

.article .content {
    color: #555555;
    font-size: 16px;
    line-height: 36px;
    min-height: 250px;
    margin-bottom: 50px;
    padding: 10px 0px;
}

.article .content p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: "微软雅黑";
}

.article .content p img {
    max-width: 100%;
}

.organization p img.mapimg {
    width: 100%;
    margin: 35px 0;
}

.learning h1 {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
    padding-left: 45px;
    background-color: #ededed;
    background-image: url(../images/huang.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-bottom: 15px;
}

.learning p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-left: 45px;
}


/*列表*/

.list-link ul {
    overflow: hidden;
}

.list-link ul li {
    width: 33.33%;
    float: left;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #e5e5e5;
}

.list-link ul li a {
    display: block;
    height: 72px;
    font-size: 18px;
    padding-left: 35px;
    background: url(../images/index-list.png) 10px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-link ul li:hover a {
    background: url(../images/index-list-hover.png) 10px center no-repeat;
}

.list-link ul li p {
    float: left;
    width: 85%;
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-link ul li:hover p {
    color: #2f5e94;
}


/* 人员详情 */

.datails-content {
    margin-top: 30px;
    margin-bottom: 80px;
}

.datails-content table {
    width: 100%;
    margin-bottom: 30px;
   border: none;
}

.datails-content table td {
    display: block;
    width: 18.1%;
    height: 189px;
    margin-right: 25px;
    float: left;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
}

.datails-content table td img{
   width: 100% !important;
    height: auto !important;
}

/*.datails-content table td  h3{
   margin: 8px 0 10px;
}*/

.datails-content table td+td {
    width: 70%;
    height: auto;
      margin-right: 0;
    word-wrap: break-word;
}

/*.datails-content table th+th td h3{
    margin: 20px 0 10px;
}*/

.datails-content h3 {
    font-size: 24px;
    color: #2f5e94;
}

.datails-content p {
    font-size: 16px;
    color: #333;
}

.People-box .item{
   background: #f6f6f6;
   margin-top: 20px;
}

.People-box .item ul li{
    display: inline-block;
}

    .People-box .item ul li a {
    display: block;
    font-size: 22px;
    color: #333;
    padding: 0px 30px;
    /* padding-right: 10px; */
    height: 52px;
    line-height: 52px;
    /* margin-right: 27px; */
    position: relative;
}

.People-box .item ul li.active a{

background: #2f5e94;
    color: #fff;
}


.People h3{
   font-size: 22px;
}

.People ul {
        margin-left: -5%;
    margin-top: 30px;
    overflow: hidden;
    
}

.People ul li {
    float: left;
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
}

.People ul li .pull-left {
    width: 182px;
    height: 189px;
    margin-right: 20px;
   padding-right: 0px;

}

.People ul li .pull-left img{
    width: 100%;
    min-height: 100%;
}

.People ul li .media-heading{
    font-size: 24px;
    color: #2f5e94;
    margin-bottom: 17px;
    margin-top: 5px;
}

.People ul li .media-heading span{
    font-size: 18px;
    color: #333;
    margin-left: 15px;
   
}

.People ul li .abstract{
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.People ul li .more{
    display: block;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}


/*尾部*/

.footer {
    background: url(../images/footer.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}

.footer .container {
    padding: 0 20px;
}

.footer .footer-left {
    width: 23.24%;
    float: left;
    position: relative;
}

.footer .footer-left h4 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #adc6df;
}

.footer .footer-left ul li {
    float: left;
    margin-right: 30px;
}

.footer .footer-left ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer .footer-logo {
    width: 55.15%;
    float: left;
    text-align: center;
    margin-top: 23px;
}

.footer .footer-right {
    width: 21.61%;
    float: left;
    text-align: left;
    margin-top: 23px;
}

.footer .footer-right p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}


/*分页栏*/

.pagebar {
    margin: 15px auto 40px;
    text-align: center;
}

.p_first_d,
.p_last_d {
    font-size: 14px;
    color: #808080;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
    border-radius: 5px;
    display: none;
}

.p_first,
.p_last {
    font-size: 14px;
    color: #808080;
    padding: 7px 10px 7px 25px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
    border-radius: 5px;
    display: none;
}

.p_prev_d,
.p_prev {
    font-size: 14px;
    color: #656565;
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
}

.p_no {
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
    color: #656565;
    font-size: 14px;
}

.p_t {
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
    color: #656565;
    font-size: 14px;
}

.p_no_d {
    background: #086291;
    color: #fff;
    font-size: 14px;
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
    display: inline-table;
}

.p_next,
.p_next_d {
    font-size: 14px;
    color: #656565;
    padding: 7px 13px;
    margin: 12px 0 12px 4px;
    border: 1px solid #eaeaea;
    display: inline-table;
}