.IndexTop {
    /*width: 100%;*/
    height: 369px;
    background: url("../img/banner_c.jpg") no-repeat;
    /*position: relative;*/
    background-size: 100%;
}

.TopDiv {
    width: 900px;
    /*width: 1200px;*/
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.TopDiv p {
    font-size: 40px;
    color: #fff;
}

.SearchDiv {
    background: #fff;
    height: 170px;
    margin-top: 30px;
    background-size: 100%;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.SearchI {
    /*background-color: #ffffff;*/
    height: 50px;
    width: 700px;
    border-radius: 0px 5px 5px 0px;
    margin: 0 auto;
    margin-top: -1px;
}

.SearchI input {
    width: 579px;
    height: 48px;
    padding: 0px 15px;
    border: 1px solid #efefef;
    border-right: 0px;
    float: left;
    font-size: 14px;
    color: #333;
}

.SearchI input::-webkit-input-placeholder {
    color: #a7a6a6;
}

.SearchI input::-moz-placeholder {
    color: #a7a6a6;
}

.SearchI input:-moz-placeholder {
    color: #a7a6a6;
}

.SearchI input:-ms-input-placeholder {
    color: #a7a6a6;
}

.SearchI .searchBtn {
    background-color: #1a94ab;
    color: #ffffff;
    height: 50px;
    width: 90px;
    vertical-align: middle;
    float: right;
    font-size: 16px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.searchBtn > img {
    padding-top: 7px;
}

.SearchLi {
    width: 700px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    /* border-bottom: 1px solid #eaeaea; */
    padding-top: 30px;
    /* margin-bottom: 22px;*/
}

.SearchLi li {
    float: left;
    /*width: 42px;*/
    padding: 5px 15px;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 29px;
    /*border-bottom: 1px solid #e5e5e5;*/
    cursor: pointer;
}

.SearchLi li:last-child {
    width: 260px;
    height: 29px;
}

.SearchLi li.activeLi {
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1daaa4;
    background-size: 100% 100%;
    line-height: 29px;
    border: 0;
    outline: 0;
}

.tipsDiv {
    background: #eeeeee;
    height: 44px;
    line-height: 44px;
}

.tipsD {
}

.tipsD p img {
    vertical-align: middle;
    /*margin: 0 10px;*/
    margin-right: 10px;
}

.titleB {
    color: #3c3c3c;
    font-weight: bold;
}

.OpenLTime {
    color: #9f9f9f;
}

/*资源*/
.recourseDiv {
    position: relative;
    height: 550px;
    /*height: 520px;*/
    background: #fff;
}

.leftDiv {
    position: absolute;
    top: 0;
    width: 130px;
    height: 230px;
}

.leftUl {
}

.leftUl li {
    width: 100%;
    height: 57.5px;
    line-height: 57.5px;
    color: #fff;
    background: #1daaa4;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.leftUl li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.putAwayDiv {
    width: 40px;
    height: 160px;
    background: url("../img/shouqi.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 130px;
    top: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 65px;
    cursor: pointer;
}

.putAwayDiv span {
    color: #fff;
}

.openDiv {
    left: 0px;
    height: 160px;
}

.zyUl {
    padding-top: 65px;
    /*min-height: 300px;*/
    min-height: 360px;
    background: #fff;
}

.zyUl > li {
    float: left;
    /*width: 30%;*/
    width: 47%;
    /*background: #fff;*/
    /*border-right: 1px solid #1E9FFF;*/
    margin-right: 5%;
}

.zyUl > li:last-child {
    margin-right: 0%;
}

.zyUl > li img.iconL {
    vertical-align: sub;
    margin-right: 5px;
}

.zyUl > li img.iconH {
    width: 100%;
    margin-top: 10px;
}

.tit16Bold {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: bold;
}

.moreCZ a {
    text-decoration: none;
}

.moreCZ a:hover {
    color: #1e9fff;
}

.contUl {
}

.contUl li {
    margin-left: 20px;
    width: 94%;
    float: left;
    text-align: left;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #999;
    list-style-type: square;
    color: #6b6b6b;
    font-size: 14px;
    /*将样式变换为图片*/
    /*list-style-image: url("image/ico.jpg");*/
}

/*li的列表样式*/
/*
.list-style-block {
    width: 95%;
    margin-left: 7.5%;
    !* display: table; *!
    padding-left: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../img/yuan.png') left center no-repeat;
}*/
.contUl li a {
    float: left;
    width: 74%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2%;
    text-decoration: none;
    cursor: pointer;
}

/*本馆咨询*/
.LibraryConDiv {
    /*height: 370px;*/
    height: 404px;
    position: relative;
    background: url("../img/benguan.png") no-repeat;
    background-size: 100%;
}

.topConDiv {
    position: absolute;
    top: -60px;
    /*margin: 0 auto;*/
    width: 890px;
    height: 400px;
    background: url("../img/benguanzixun.png") no-repeat;
    background-size: 100%;
}

.contentDiv {
    padding: 55px;
}

.titB {
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
    /*font-weight: bold;*/
    /*vertical-align: sub;*/
}

.subTit {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: -webkit-baseline-middle;
}

.LibraryUl {
    margin-top: 10px;
}

.LibraryUl li {
    /*margin-left: 20px;*/
    width: 94%;
    float: left;
    text-align: left;
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px dashed #999;*/
    /*list-style-type: none ;*/
    color: #fff;
}

.LibraryUl li a {
    float: left;
    width: 74%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.LibraryUl li span {
    color: #fff;
    font-size: 14px;
}

.more {
    width: 90px;
    height: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.3);
    color: #cdf8f2 !important;
    border: 0;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 20px;
}

.rightConDiv {
    position: absolute;
    width: 360px;
    height: 240px;
    background: url("../img/benguanright.png") no-repeat;
    background-size: 100%;
    left: 800px;
    top: 90px;
}

/*学术沙龙等tab div*/
.tabDiv {
    height: 350px;
    background: #fff;
    width: 100%;
    /*padding: 80px 0;*/
    padding-top: 50px;
}

.tabLogo {
    border-radius: 5px;
}

.tabUl {
    display: inline-block;
    /*vertical-align: super;*/
    width: 93%;
    margin-left: 30px;
}

.tabUl li {
    float: left;
    color: #787878;
    padding: 5px 20px;
    font-size: 20px;
    cursor: pointer;
}

.tabUl li:last-child {
    float: right;
    padding-right: 0;
    color: #787878 !important;
    font-size: 15px;
}

.tabUl li:not(:last-child).activeLi {
    background: #15a3a5;
    color: #fff;
    border-radius: 20px;
}

.cenUl {
    margin-top: 20px;
}

.cenUl li {
    float: left;
    width: 44.5%;
    height: 55px;
    /*border: 1px solid #f4f4f4;*/
    border-radius: 10px;
    padding: 20px;
    background: url("../img/border.png") no-repeat;
    border-bottom: 1px solid #efefef;
}

/*.cenUl li{
    background: url('../img/gang.jpg');
    background-size: 100%;
    content: '';
    display: block;
    height: 3px;
    !* padding: 0 10px; *!
    position: relative;
    bottom: 3px;
    left: 0%;
}*/

.cenUl li:nth-child(odd) {
    /*奇数行   even 偶数行*/
    margin-right: 4%;
}

.cenUl li:nth-child(-n + 2) {
    margin-bottom: 25px;
}

.leftD {
    width: 74%;
    margin-right: 3.8%;
    /*background: red;*/
    float: left;
}

.leftD p,
.rightD p {
    line-height: 25px;
    max-height: 30px;
}

.leftD p:first-child {
    line-height: 32px;
    font-size: 16px;
    color: #000;
    /*color: #3c3c3c;*/
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.leftD p:last-child {
    font-size: 13px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rightD {
    width: 22%;
    float: left;
    /*background: green;*/
    border-left: 1px solid #f4f4f4;

    text-align: center;
}

.rightD p:first-child {
    font-size: 14px;
    color: #606060;
    line-height: 32px;
}

.rightD p:last-child,
.rightD p:last-child span {
    font-size: 13px;
    color: #6d6d6d;
}

/*新闻通报*/
.newsDiv {
    /*height: 280px;*/
    height: 280px;
    /*height: 410px;*/
    position: relative;
    background: url("../img/newsBJ.png") no-repeat;
    background-size: 100% 100%;
    /*padding: 45px 0;*/
    padding: 30px 0;
}

.newsBookUl {
    margin-top: 20px;
}

.newsBookUl li {
    float: left;
    width: 29%;
    height: 176px;
    background: #fff;
    padding: 20px;
}

.newsBookUl li:not(:last-child) {
    margin-right: 15px;
}

.newsBookUl li div:first-child {
    float: left;
    width: 120px;
}

.newsBookUl li div:first-child img {
    width: 100%;
}

.newsBookUl li div:last-child p:first-child {
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsBookUl li div:last-child p.otherT {
    margin-top: 20px;
}

.lookS {
    margin-top: 70px;
}

.lookS span {
    cursor: pointer;
    color: #1e8dab;
}

/*医学前沿*/
.QYDiv {
    /*height: 280px;*/
    height: 320px;
    /*height: 410px;*/
    position: relative;
    background: #f2f2f2;
    background-size: 100%;
    padding: 45px 0;
}

.titN,
.subTitN {
    font-weight: bold;
    color: #333;
    vertical-align: middle;
}

.titN {
    font-size: 20px;
}

.subTitN {
    font-size: 15px;
}

.lbDiv {
    height: 270px;
    margin-top: 50px;
    /*background: gray;*/
}

/*资源公告*/
.resourcesDiv {
    height: 480px;
    position: relative;
}

.resTopDiv {
    height: 130px;
    background: url("../img/resources.jpg") no-repeat;
    background-size: 100% 100%;
}

.resConUl {
    padding: 50px 0;
    height: 160px;
}

.resConUl li {
    width: 30%;
    float: left;
    /*background: red;*/
}

.resConUl li:not(:last-child) {
    margin-right: 5%;
}

.contentT {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
    line-height: 40px;
    font-size: 16px;
}

.contentP {
    line-height: 24px;
    font-size: 14px;
    color: #9d9d9d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.moreY {
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #f4b10f;
    border: 0;
    outline: 0;
    border-radius: 20px;
    font-size: 15px;
}

.moreY a,
.more a {
    text-decoration: none !important;
    color: #fff !important;
}

.titTime {
    font-size: 30px;
    color: #7b7b7b;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
}

/*相关链接*/
.relatedLinks {
    height: 480px;
    position: relative;
}

.relConUl {
    padding: 50px 0;
    height: 160px;
}

.relConUl li {
    /*margin-left: 20px;*/
    width: 100%;
    float: left;
    text-align: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #999;
    /*list-style-type: none ;*/
    color: #333;
    list-style-type: square;
}

.relConUl li a {
    float: left;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2%;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.relConUl li span {
    color: #727272;
    font-size: 14px;
}

/*
.relConUl li {
    width: 30%;
    float: left;
    !*background: red;*!
}

.relConUl li:not(:last-child) {
    margin-right: 5%;
}

*/

.certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    /*padding-top: 100px;*/
    /*padding-bottom: 60px;*/
}

.swiper-slide {
    /*width: 540px;*/
    /*height: 500px;*/
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);*/
}

.swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide p.tipText {
    font-size: 14px;
    /* font-weight: bold; */
    /* line-height: 30px; */
    color: #333;
    width: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl,
.swiper-button-next:after {
    content: "";
}

.swiper-button-prev {
    /*left: 5px;*/
    left: 0px;
    /*top: 55%;*/
    width: 28px;
    height: 43px;
    background: url("../img/swLeft.png") rgba(0, 0, 0, 0.4) no-repeat;
    background-size: 100%;
}

.swiper-button-next {
    /*left: 99px;*/
    width: 28px;
    height: 43px;
    background: url("../img/swRight.png") rgba(0, 0, 0, 0.4) no-repeat;
    /*background-position: 0 -93px;*/
    background-size: 100%;
    /*margin-top: -100px;*/
    /*right: 48px;*/
    right: 0px;
}

.moreNews {
    float: right;
    padding-right: 0;
}

.moreNews a {
    text-decoration: none;
    color: #787878 !important;
    font-size: 15px;
}

.linkDiv {
    height: 50px;
    line-height: 50px;
    background: #fafafc;
    border-top: 1px solid #eeeef0;
}

.linkDiv .yqLink {
    color: #009688;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
}

.linkUl {
    display: inline-block;
    vertical-align: middle;
}

.linkUl li {
    float: left;
    margin-left: 10px;
}

.linkUl li a {
    text-decoration: none;
    color: #969595;
    font-size: 15px;
}

.linkUl li a:hover {
    color: #1daaa4;
}

/* 会动的飘窗 */
#roll {
    width: 420px;
    position: fixed; /*fixed实现绝对定位*/
    cursor: pointer;
    padding: 10px;
    color: #fff;
    text-indent: 2em;
    border-radius: 10px;
    z-index: 99;
    display: none;
    background: url("../img/rollbj.png") 0 0 no-repeat;
    padding: 30px 50px;
    line-height: 23px;
    background-size: 100% 100%;
}

#roll h1 {
    text-align: center;
    font-size: 26px;
    color: #fff;
}

#roll p {
    margin-top: 20px;
}

#roll p span,
#roll p {
    color: #ffffff;
    font-size: 16px !important;
}

#roll img {
    height: 13px;
    width: 13px;
    float: right;
    margin-right: 5px;
}
