/*公共样式开始*/
*{
    margin:0;
    padding:0;
    list-style: none;
    font-family: "微软雅黑";
}
a{
    color:#105b9e;
    text-underline: none!important;
    text-decoration: none!important;
}
/*公共样式结束*/
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.mr10{
    margin-right: 10px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.p0{
    padding: 0;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.pb0{
    padding-bottom: 0;
}
.pl10{
    padding-left: 10px;
}
.pr10{
    padding-right: 10px;
}
.pt0{
    padding-top: 0;
}
.col3{
    color:#333;
}
.col6{
    color:#666;
}
.col4{
    color:#444;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.fw6{
    font-weight: 600;
}
.text-truncate{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.w400{
    width: 400px;
}
.dis-block{
    display: block;
}
.dis-inlineblock{
    display: inline-block;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, a, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Source Han Sans Medium";
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
}

a {
    cursor: pointer;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.wrap:after {
    content: " ";
    display: block;
    clear: both;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.mb20 {
    margin-bottom: 20px;
}

.ml0 {
    margin-left: 0px;
}

.mr10 {
    margin-right: 10px;
}

.cola9 {
    color: #a9a9a9;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px!important;
}

.mb0 {
    margin-bottom: 0px;
}

.text-muted {
    color: red;
}

.col3 {
    color: #333;
}

.green {
    color: #0bb20c;
}

.mb0 {
    padding-bottom: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.fw6 {
    font-weight: 600;
}

.colf {
    color: #fff;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}
.fs12{
    font-size:12px;
}
.fs14{
    font-size:14px;
}
.fs16{
    font-size:16px;
}
.text-indent0 {
    text-indent: 0 !important;
}
.p0{
    padding: 0!important;
}
.wrap{
    width:1260px;
    margin:0 auto;
}
.w280{
    width: 277px;
}
.noThead /deep/ .ant-table .ant-table-title{
    padding: 0;
}
.index{
    background: #eee;
}
.el-carousel{
    margin-top: 20px;
}
.el-carousel__item img{
    height:100%;
    width: 100%;
}
.announce .more{
    line-height: 40px;
    color: #333;
}
.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}
.title {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
.title .first-title{
    color:#0084ca;
    border-bottom: 2px solid #0084ca;
    padding-bottom: 10px;
}
.title .second-title{
    color:#333;
}
.content {
    width: 1260px;
    padding: 10px 0;
    margin: 0px auto;
}
.content .news-title a{
    color:red;
}
.ulContainer li{
    line-height: 30px;
    border-left: 2px solid #0084ca;
    margin-bottom: 10px;
    padding-left: 20px;
}
.ulContainer li:last-child{
    border-bottom: 0;
}
.newsList li{
    line-height: 24px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#l-header .header-top{
    line-height: 40px;
    background: #074482;
    height: 40px;
}
.wrap{
    width: 1260px;
    margin: 0 auto;
}
#l-header .header-container{
    background: #0084ca;
}
#l-header .header-container > .wrap{
    background-size: cover;
}

#l-header .navs > ul{
    width: 1260px;
    margin: 0 auto;
    height: 40px;
}
#l-header .navs > ul li {
    float: left;
    position: relative;
    display: block;
    background-image: none;
    color: white;
    width:calc(1260px/9);
}
#l-header .navs > ul li a{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-left: 0px;
    display: block;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 19px;
}
#l-header .navs > ul li a:hover {
    background: rgba(0, 0, 0, 0.5);
}
#l-header .navs > ul li:hover ul{
    display:block;
}
#l-header .navs > ul li > ul{
    position: absolute;
    left: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}
#l-header .navs > ul li > ul li{
    width: 100%;
}
#l-header .navs > ul li > ul li:hover {
    background: rgba(0, 0, 0, 0.5);
}
#l-header .navs > ul li > ul a{
    color: #fff;
    border-bottom: none;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    z-index: 9999;
    height: 34px;
    padding-right: 0;
    text-align: left;
}

#l-header .navs > ul li > ul a:hover {
    background: none;
}
/*头部结束*/
/*轮播开始*/
.swiper-container.content{
    width: 1260px;
    height: 430px;
    padding: 10px;
    margin: 0px auto;
}
.swiper-slide{
   width:100%!important;
}
.swiper-container img{
      max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
}
.swiper-slide .detail {
    height: 90px;
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    opacity: 1;
    transition: opacity .3s .3s;
}
.swiper-slide .detail h3 {
    width: 950px;
    margin: 15px auto 0;
}
.swiper-slide .detail p {
    width: 950px;
    margin: 5px auto 0;
}
.swiper-slide .detail p span {
    width: 650px;
    display: block;
}
.swiper-pagination {
    width:170%!important;
    bottom: 35px!important;
    right: 322px;
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 0 5px;
}
.swiper-slide img {
  max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
/*轮播结束*/
/*神经生理学*/
.qhbox {
    width: 100%;
    height: 600px;
    background: url('/xbslx/images/qiebg.jpg');
    background-size: cover;
    overflow: hidden;
}
.qhbox  .rencaibox {
    width: 1220px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.qhbox  .rencaibox .rencai-title {
    width: 144px;
    margin: 0 auto;
    overflow: hidden;
}
.qhbox  .rencaibox .rencai-title span {
    float: left;
    height: 60px;
    width: 150px;
    background: url('/xbslx/images/qieline.png') right center no-repeat;
}
.qhbox  .rencaibox .rencai-title span :last-child{
     background: none;
 }
.qhbox  .rencaibox .rencai-title span b{
    display: block;
    height: 57px;
    border-bottom: solid 3px #717171;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    cursor: pointer;
}
.qhbox  .rencaibox .rencai-title span b.curb {
    border-bottom: solid 3px #c91111 !important;
    color: #c91111;
}
.qhbox  .rencaibox .rencai-content .detail span{
    display: block;
    line-height: 3;
}
.qhbox  .rencaibox .rencai-content .introduce{
    line-height: 3;
}
/*友情链接*/
.link{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #0084ca;
}
.link .content{
    background: #fff;
    padding-bottom: 20px;
}
.link .content a{
    padding-right: 20px;
}
/*更度*/
.btn-more{
    display: block;
    width: 140px;
    height: 34px;
    border-radius: 40px;
    text-align: center;
    border: solid 1px #bebebe;
    margin:0 auto;
    background: transparent;
}
.btn-more:hover{
     background: #0084ca;
     color:#fff;
}
/**/
.content-container .title{
    width: 100%;
    background: #2F8BD6;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
}
.content-container .title .pull-left{
    font-weight: bold;
    padding-left: 10px;
}
.content-container .title .pull-right{
    padding-right: 10px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.content-container{
    background: #fff;
}
.content-container .ulContainer{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}
.content-container .ulContainer li {
    line-height: 29px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    border-left: 0;
}
.content-container .ulContainer li:last-child{
    border-bottom: 0;
}
.content-container .ulContainer li a{
    color: #333;
}
/*link*/
.link {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #0084ca;
}
.link .content{
    background: #fff;
    padding-bottom: 20px;
}
.link .content .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
/*footer*/
#l-footer {
    background: #003362;
    padding-top: 18px;
    padding-bottom: 18px;
}
#l-footer div{
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
/*header-container*/
/*综合区*/
.fixnews-title,
.fixnews-title-more{
    background: #105b9e;
    color:#fff;
    text-align: center;
}
.fixnews-title{
    font-size: 18px;
    font-weight: 600;
    width: 100px;
    border-radius:5px;
    margin: 20px auto 20px;
}
.fixnews-title-more{
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 6px;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*列表*/
/*左侧导航*/
.left-nav .title{
    height: 48px;
    line-height: 47px;
    width: 185px;
    border-bottom: 1px solid #9e9e9e;
    font-size: 18px;
    font-weight: bold;
    color: #737373;
}
.left-nav .title-first{
    font-size: 30px;
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
}
/*右侧内容*/
.right-content {
    width: 773px;
    float: right;
}
.right-content .right-title {
    height: 47px;
    line-height: 46px;
    border-bottom: 1px solid #9e9e9e;
}
.right-content .right-title .pull-left{
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #105b9e;
    font-size: 18px;
    font-weight: bold;
    color: #737373;
}
.right-content .right-title .pull-right {
    color: #737373;
}
.right-content .right-title .pull-right .ant-breadcrumb{
    line-height: 47px;
    font-size: 12px;
}
.right-detail-container ul {
    margin-bottom: 30px;
}
.right-detail-container ul li {
    background: url("/xbslx/images/two_05.jpg") no-repeat scroll 10px center;
    color: #737373;
    float: left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 33px;
    width: 100%;
    border-bottom: 1px dashed #cecece;
}
.libiao{
    color: #737373;
    float: right;
}
.libiao a{
    color: #333333;
}
/* 新公告 */
.gywm-box {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    border-bottom: 3px #0857B3 solid;
}
.h-gywm-t1 {
    font-size: 25px;
    color: #002147;
}
.module_more {
    float: right;
    font-weight: normal;
    padding: 4px 0px 0 10px;
}
.h-xwzx-con .item{
    margin-bottom: 8px;
}
.module_more a {
    font-size: 14px;
    line-height: 30px;
    color: #B9B9B9;
}
.announce-more{
    font-size: 14px;
    line-height: 30px;
    color: #B9B9B9;
}
.item .time{
    width: 58px;
    height: 58px;
    padding: 0 0px;
    border: 1px solid #0B4785;
    text-align: center;
    color: #898989;
    float: left;
}
.item .time .time-m {
    line-height: 30px;
    font-size: 12px;
    background: #0B4785;
    color: #FFFFFF;
    border-bottom: 1px solid #dcdcdc;
}
.item .time .time-d {
    font-size: 20px;
    line-height: 24px;
    color: #0B4785;
}
.item .news-content {
    width:calc(100% - 80px);
}
.item .news-content .title {
    margin: 0 0 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
}
.item .news-content .title {
    margin: 0 0 0px;
    font-size: 15px;
    font-weight: normal;
}

/* 学术动态 */
.article .title {
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
}
.article .title::before{
    content:"·";
    padding-right:10px;
    color:#666;
}
.h-xwzx-con .article li {
    border: 0px;
    line-height: 16px;
}
.h-xwzx-con .article li a{
    color: #000000;
    font-weight: normal;
}
.article .date {
    float: right;
    color: #666666;
    padding-right: 2px;
}
.new-mini-title{
    text-align: center;
    margin-top: 10px;
}
.friendly-link{
    display: inline-block;
    width:100%;
}
.speed-through li{
    margin-bottom: 20px;
}
#c151004 ul li>a {font-weight:600!important};
ul li ul li a {
    width: 144px!important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #336699;
    color: #fff;
}
.speed-through li img{
    width: 100%;
    height:74px;
    border-radius: 5px;
}