* {
    box-sizing: border-box;
}

body {
    /* 1200 */
    /* min-width: 1200px; */
    min-width: 1400px;
    min-height: 100%;
    position: relative;
}

.wrap {
    /* 1200 */
    /* max-width: 1200px; */
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
}

.fixed-box {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}
.nav{
    display: flex;
    align-items: center;

}
/* logo */
.logo{
    width: 76px;
    height: 75px;
    margin-right: 38px;
}
.logo-pic{
    width: 100%;
    height: 100%;
}



/* .set-fixed-height-index {
    width: 100%;
    height: 372px;
}

.set-fixed-height {
    width: 100%;
    height: 170px;
}

.header {
    height: 106px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;

    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

.search {
    position: relative;
}

.search input {
    height: 40px;
    width: 294px;
    background-color: #F9FAFC !important;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    padding-left: 41px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 24px;
}

.search input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
} */
.login-search{
    align-items: center;
}
.btn-search {
    height: 20px;
    width: 20px;
    background: url('../images/icon-search.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}

.login {
    cursor: pointer;
}

.login-icon {
    height: 42px;
    width: 42px;
    background: url('../images/icon-login.png') no-repeat;
    background-size: 100%, 100%;
    margin-right: 9px;
}

.login p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

.fixed-box::before{
    content: '';
    width: 100%;
    height: 10px;
    background:#3780D0;
    position: absolute;
    top: 0;
}
.fixed-box::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    bottom: -2px;
}
.fixed-box{
    padding-top: 10px;
    z-index: 11;
}

/* 导航栏 */
.nav{
    position: relative;
}
.nav-list{
    width: 100%;
    height: 110px;
    justify-content: space-between;
    align-items: center;
}
.item-tab {
    /* margin-right: 56px; */
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex: 1; */
    text-align: center;
}

.item-tab:not(:last-child) {
    flex: 1;
}

.item-tab:last-child {
    /* width: 165px; */
    margin-left: 10px;
    flex-shrink: 0;
}

.tab-title {
    font-size: 20px;
    color: #686868;
    line-height: 30px;
    letter-spacing: 1px;
}
.item-active{
    position: relative;
}
.item-active .tab-title {
    font-size: 22px;
    font-weight: bold;
    color: #1D63AF;
    line-height: 30px;
    letter-spacing: 1px;
}

a:hover {
    text-decoration: none
}

.item-active .tab-title::before {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -50%;
    transform: translate(50%, 0);
    /* top: -45px; */
    /* margin-top: 11px; */
}
.item-active .tab-title::after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background-color: #1D63AF;
    position: absolute;
    bottom: -2px;
    left: -50%;
    transform: translate(50%, 0);
    z-index: 2;
    /* margin-top: 11px; */
}

.drop-box {
    display: none;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    box-shadow: 0px 2px 10px 0px rgba(111, 111, 111, 0.5000);
}

.drop-box {
    width: 160px;
    position: absolute;
    top: 112px;
}

.drop-box li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
}

.drop-box li:last-child {
    border-bottom: 0;
}

.drop-box a {
    font-size: 16px;
    letter-spacing: 1px;
}

.drop-box a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #1D63AF;
    line-height: 30px;
    letter-spacing: 1px;
}

/* 导航切换 */
.item-container {
    display: none;
}

.none {
    display: none;
}

.block {
    display: block;
}








/* 首页内容区域 */
.banner{
    width: 100%;
    height: 364px;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/banner.jpg') top center no-repeat;
    background-size: auto 100%;
}
.banner-text-box{
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.hidden{
    display: none;
}
.banner-text{
    width: 926px;
    height: 30px;
    text-align: justify;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 18px;
}
.text-icon{
    width: 21px;
    height: 21px;

    float: right;
    shape-outside:inset(calc(100% - 100px) 0 0);

    /* position: absolute;
    right: 0; */
    /* bottom: 5px; */
    /* background: url('../images/icon-text.png') 0 0 no-repeat;
    background-size: 100% 100%; */
    /* background-position-y: 122px; */
    /* background-position: right 122px; */
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* .banner-text{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative; 

} */
/* .banner-text p::after{
     
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 352px;
    padding-left: 4px;
    background: linear-gradient(to right, transparent, 0%);
} */
/* banner 结束 */

.container {
    /* padding-top: 370px; */
    /* height: 6000px; */
    width: 100%;
    margin-top: 6px;
}
.top-box{
    width: 100%;
    height: 500px;
    justify-content: center;
    margin-top: 40px;
}
.swiper-box{
    width: 985px;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.swiper-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: 2; */
}
/* .swiper-box .swiper{
    width: 100%;
    height: 100%;
}
.swiper-box .swiper-pagination{
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 47px !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 60px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background-color: #bfbfbf !important;
    margin-right: 15px;
}
.swiper-box .swiper-pagination-bullet-active{
    background-color: #ffffff !important;
} */
.swiper-box .swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-box .pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
}

.swiper-box .swiper-pagination-switch{
    width: 60px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background-color: #bfbfbf !important;
    margin-right: 15px;
    /* z-index: 3 !important; */
}
.swiper-box .swiper-active-switch{
    background-color: #ffffff !important;
}

.swiper-box .swiper-button-prev{
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: url('../images/swiper-next.png') 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    z-index: 2;
    cursor: pointer;
}
.swiper-box .swiper-button-next{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: url('../images/swiper-next.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}



.index-swiper-item{
    position: relative;
    height: 100%;
    cursor: pointer;
}
.index-swiper-title{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left:0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 50px;
    color: white;
 
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
}
.swiper-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 科室分组 */
.group{
    width: 386px;
    height: 100%;
    margin-left: 30px;
    flex-shrink: 0;
}
.group-top{
    margin-bottom: 23px !important;
}
.group-list{
    width: 100%;
    height: 432px;
    background: #f9fafc;
    /* background: red; */
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    border-radius: 20px;
}
.group-list::-webkit-scrollbar {
    width: 0 !important;
}
/* .group-item{
    height: 72px;
    width: 100%;
    background: url('../images/img-bg.png') no-repeat;
    background-size: 100% 100%;
    align-items: center;
    margin-bottom: 20px;
}
.group-item:hover{
    color: #1D63AF;
    background: url('../images/img-bg-c.png') no-repeat;
    background-size: 100% 100%;
} */
 /* .group-item a{
    padding-left: 63px;
} */

.group-item{
    /* height: 72px; */
    width: 100%;
    /* background: url('../images/img-bg.png') no-repeat; */
    /* background-size: 100% 100%; */
    align-items: center;
    /* margin-bottom: 20px; */
}
.group-item:hover p{
    color: #1D63AF;
}
 .group-item a{
    padding-left: 12px;
}

.group-icon{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 33px;
}
.group-icon img{
    width: 28px;
    height: 28px;
}
.group-link{
    height: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 26px 0;
}

.group-link p{
    display: inline-block;
    min-width: 192px;
    font-size: 24px;
    color: #333333;
    line-height: normal;
    /* text-align-last: justify; */
    padding-right: 12px;
}
/* .top-box {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}

.top-img {
    height: 371px;
    width: 750px;
    margin-right: 30px;
}

.top-text {
    height: 401px;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    padding-top: 14px;
}

.overflow {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.top-text p {
    display: inline
}

.more {
    font-size: 16px;
    color: #1D63AF;
    line-height: 24px;
    margin-left: 17px;
}

.more:hover {
    font-weight: bold;
} */

/* 重要新闻 */
.important-box {
    margin-top: 44px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}

.important-news {
    width: 988px;
    margin-right: 30px;
}

.block-top {
    margin-bottom: 32px;
}

.block-title {
    padding-left: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    letter-spacing: 1px;
    background: url(../images/icon-title.png) no-repeat left;
    background-size: 30px 30px;
}

.block-see-more {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-right: 18px;
    background: url('../images/icon-11.png') no-repeat right center;
    background-size: 16px 16px;
}

.block-see-more:hover {
    color: #333333;
}

.news-article-item {
    width: 325px;
    height: 431px;
    background-color: #F9FAFC;
    overflow: hidden;
}

.news-article-pic{
    width: 325px;
    height: 325px;
    overflow: hidden;
}
.news-item-img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.news-item-img-box {
    width: 325px;
    height: 325px;
    overflow: hidden;
    text-align: center;
}

.news-article-title {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 24px;
}


/* .news-pic-dot-item{
    margin-top: 4px;
} */
/* 重要公告 */
.notice-item {
    height: 101px;
    width: 100%;
    background-color: #F9FAFC;
    margin-bottom: 9px;
    padding: 18px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 15px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    border-radius: 20px;
}


.notice-title {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.news-article-title:hover,
.notice-title:hover {
    color: #1D63AF;
    font-weight: bold;
}

.notice-date {
    font-size: 14px;
    color: #969696;
    line-height: 21px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
}
.notice-item:hover,
.notice-item:hover .notice-title,
.notice-item:hover .notice-date{
    color: #1D63AF;
    background: #F2F3F6;
}


/* 专家列表 */
.expert-box{
    margin-top: 36px;
}
.expert-swiper{
    position: relative;
    width: 100%;
    height: 250px;
}
.expert-swiper .swiper-container{
    padding: 0 10px 0;
    width: 1295px;
    height: 100%;
}
.expert-item{
    width: 300px;
    height: 201px;
    padding: 10px;
    padding-right: 17px;
    background: #f7f7f7;
    border-radius: 10px;
}
.expert-pic{
    height: 100%;
    width: 146px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-right: 4px;
}
.expert-pic img:hover{
    transform: scale(1.1);
    transition: 0.5s;}
.expert-info{
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.expert-swiper .swiper2-button-next{
    width: 35px;
    height: 35px;
    background: url('../images/icon-13.png') 0 0 no-repeat;
    background-size: 35px 35px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
}
.expert-swiper .swiper2-button-prev{
    width: 35px;
    height: 35px;
    background: url('../images/icon-12.png') 0 0 no-repeat;
    background-size: 35px 35px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
}
.expert-swiper .swiper-button-prev::after{
    content: '';
}
.expert-item:hover,
.expert-item:hover p{
    background: #DFEDFC;
    color: #1D63AF;
}
/*专区Box */
.zone-box {
    margin-top: 60px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}

.zone-list.left ,
.zone-list.left a{
    color: #1D63AF;
}

.zone-list.right a,
.zone-list.right {
    color: #00A4AC;
}

/* 学习专区 */
.study-zone {
    width: 688px;
}

.zone-list {
    background-size: 100% 100%;
    /* height: 474px; */
}

.study-zone-bg {
    /* background: url('../images/study-zone.png') no-repeat; */
    border-left: 7px solid #1D63AF;
    display: flex;
    flex-wrap: wrap;
}

.zone-item {
    width: 50%;
    /* height: 158px; */
    /* filter: blur(10px); */
    /* margin-left: 27px;
    margin-right: 22px;
    margin-bottom: 20px; */
    padding-left: 35px;
    padding-right: 26px;
    padding-top: 16px;
}


.study-zone-item {
    border-left: 1px solid #1D63AF;
}

.study-zone-item-left {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    border-bottom: 1px solid #1D63AF;
}
.study-zone-item:hover {
    background: #F9FAFC;
}


.study-item-headline {
    width: 100%;
    display: flex;
    /* padding-bottom: 5px; */
    /* border-bottom: 4px solid #1D63AF; */
    justify-content: space-between;
    align-items: flex-end;
}

.study-item-ord {
    font-size: 40px;
    line-height: 40px;
    margin-right: 12px;
}

.study-item-topic {
    font-size: 26px;
    line-height: 39px;
}

.study-zone-item-icon {
    height: 20px;
    width: 20px;
    background: url('../images/icon-14.png') center no-repeat;
    background-size: 100% 100%;
    justify-self: flex-end;
    align-self: center;
}
.study-zone-item:hover .study-zone-item-icon {
    background: url('../images/icon-14-c.png') center no-repeat;
    background-size: 100% 100%;
}

.zone-item-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
}

.zone-item-title:hover {
    font-weight: bold;
}

.zone-item-date {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
    margin-bottom: 21px;
}
.no-border{
    border: none !important;
}

/* 分享专区 */
.share-zone {
    width: 688px;
}

.share-zone-bg {
    border-left: 7px solid #00A4AC;
    display: flex;
    flex-wrap: wrap;
}

.share-zone-item {
    /* border-bottom: 1px solid #126BBC; */
    border-left: 1px solid #00A4AC;
}
.share-zone-item:hover {
    background: #F9FAFC;
}
.share-zone-item-left{
    height: 143px;
    border-bottom: 1px solid #1D63AF;
}
.share-zone-item-icon {
    height: 20px;
    width: 20px;
    background: url('../images/icon-15.png') no-repeat center;
    background-size: 100% 100%;
    align-self: center;
    margin-left: auto;
}
.share-zone-item:hover .share-zone-item-icon {
    background: url('../images/icon-15-c.png') no-repeat center;
    background-size: 100% 100%;
}

.share-item-headline {
    height: 54px;
    display: flex;
}
/* .share-zone .zone-item-title{
    margin-top: 0;
} */
.bg-pdf {
    background: url('../images/PDF.png') no-repeat top left;
    background-size: 40px 40px;
}

.bg-word {
    background: url('../images/word.png') no-repeat top left;
    background-size: 40px 40px;
}

.bg-xl {
    background: url('../images/word.png') no-repeat top left;
    background-size: 40px 40px;
}

/* 发展历程 */
.history-box{
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.develop-box{
    width: 100%;
    height: 690px;
    background: url('../images/img-05.png') 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.develop-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    left: 90px;
    background: url('../images/icon-17.png') 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.develop-prev{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    left: 30px;
    background: url('../images/icon-17.png') 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);

    cursor: pointer;
}

.develop-next-gray{
    background: url('../images/icon-16.png') 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.develop-prev-gray{
    background: url('../images/icon-16.png') 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);

}




.line{
    width: 0%;
    height: 107px;
    position: absolute;
    top: 431px;
    left: 0;
    right: 0;
    background: url('../images/img-line.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.year-node{
    width: 30px;
    height: 28px;
    position: relative;
    top: 426px;
    left: 1116px;
    background: url('../images/icon-19.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.year-node-active{
    background: url('../images/icon-19-c.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.one-year{
    left: 269px;
    top: 494px;
}
.two-year{
    left: 709px;
    top: 395px;
}
.history-top{
    width: 353px;
    position: absolute;
    bottom: 50px;
    left: -131px;
    flex-direction: column;
    align-items: flex-start;
    /* display: none; */
    opacity: 0;
    transition: 0.5s;
}
.history-text{
    margin-bottom: 25px;
    background: #fff;
    border-radius: 20px;
    border: #1D63AF solid 1px;
    padding: 12px;
}
.history-text-icon{
    width: 28px;
    height: 28px;
    margin-right: 12px;
    align-self: flex-start;
}
.history-text p{
    font-size: 18px;
    line-height: 22px;
    color: #1D63AF;
}

/* .history-pic{
    width: 353px;
    height: 234px;
    overflow: hidden;
    border: 3px solid #fff;
    border-bottom-left-radius: 28px;
    border-top-right-radius: 28px;
    box-shadow: 0 5px #b5bbc2;
    overflow: hidden;
} */
.history-pic{
    width: 353px;
    height: 234px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 28px;
    /* box-shadow: 0 5px #b5bbc2; */
    overflow: hidden;
}
.history-pic img{
    height: 100%;
    width: auto;
    transition: 0.5s;

    /* object-fit: cover; */
}
.history-pic img:hover{
    transform: scale(1.1);
}
.history-year{
    width: 162px;
    height: 83px;
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 35px;
    color: #1D63AF;
}
.history-year-hover{
    background: url('../images/img-07.png') 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;   
}
.year-node:hover .history-year{
    background: url('../images/img-07.png') 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.opacity-1{
    opacity: 1;
}
.opacity-0{
    opacity: 0;
}
.year-node:hover .history-top{
    /* display: block; */
    opacity: 1;
}


/* 常驻入口 */

.inlet-box {
    margin-top: 60px;
    /* height: 426px; */
    margin-bottom: 230px;
}

.inlet-title-box {
    margin-bottom: 23px;
}

.inlet-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    width: 1432px;
    margin: 0 auto;
}

.inlet-item-big {
    height: 206px;
    width: 358px;
    margin-bottom: 14px;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    border-radius: 20px;
}

.inlet-item {
    height: 188px;
    width: 326px;
    background-color: #f3f3f3;
    border-radius: 20px;

    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    cursor: pointer;
    transition: 0.5s;
}

.inlet-icon {
    height: 80px;
    width: 80px;
}

.inlet-item .inlet-tetx {
    font-size: 30px;
    color: #333333;
    line-height: 45px;
    letter-spacing: 1px;
}

.inlet-item .icon-01 {
    background: url('../images/icon-01.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-02 {
    background: url('../images/icon-02.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-03 {
    background: url('../images/icon-03.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-04 {
    background: url('../images/icon-04.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-05 {
    background: url('../images/icon-05.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-06 {
    background: url('../images/icon-06.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-07 {
    background: url('../images/icon-07.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item .icon-08 {
    background: url('../images/icon-08.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover {
    /* height: 206px;
    width: 358px; */
    background-color: #1D63AF;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    cursor: pointer;
    box-shadow: 0 5px 10px 10px #1D63AF;
    box-shadow: 2px 2px 5px #1D63AF;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.inlet-item-hover .inlet-tetx {
    font-size: 30px;
    color: #ffffff;
    line-height: 45px;
    letter-spacing: 1px;
}

.inlet-item-hover .icon-01 {
    background: url('../images/icon-hover-01.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-02 {
    background: url('../images/icon-hover-02.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-03 {
    background: url('../images/icon-hover-03.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-04 {
    background: url('../images/icon-hover-04.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-05 {
    background: url('../images/icon-hover-05.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-06 {
    background: url('../images/icon-hover-06.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-07 {
    background: url('../images/icon-hover-07.png') no-repeat;
    background-size: 100% 100%;
}

.inlet-item-hover .icon-08 {
    background: url('../images/icon-hover-08.png') no-repeat;
    background-size: 100% 100%;
}
/* 返回顶部 */

.to-top{
    width: 43px;
    height: 32px;
    position: fixed;
    bottom: 200px;
    right: 0;
    border-radius: 100px 0 0 100px;
    background: #f6f7fa;
    display: none;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    /* background: #fff; */
}
.to-top img{
    width: 24px;
    height: 24px;
    margin-top: 4px;

}


/* 二级页面导航栏 */
.second-page-fixed {
    padding-top: 0;
    border-top: 0;
}
.second-page-fixed::before{
    height: 0;
}
.second-page-nav-box {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    /* padding-top: 16px; */
}

/* 二级页面左侧导航 */
.left-nav {
    width: 160px;
    position: fixed;
    top: 148px;
    background-color: #fff;
}

.left-nav-list {
    width: 160px;
    z-index: 4;
}

.left-nav-item p {
    width: 100%;
    height: 54px;
    background-color: #f9fafc;
    font-size: 18px;
    color: #333333;
    line-height: 54px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
}
.left-nav-item .left-drop-list{
    display: none;
}
.left-nav-item-active p,
.left-nav-item:hover p {
    background-color: #1D63AF;
    color: #fff;
}
.left-nav-item-active .left-drop-list{
    display: block;
    margin: 12px 0;
    width: 100%;
}
.left-nav-item:hover .left-drop-list{
    display: block;
    margin: 12px 0;
    width: 100%;
}
.left-drop-item{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 8px 0;
    cursor: pointer;
}
.left-drop-item-active{
    color: #1D63AF;
    font-weight: bold;
}
.left-drop-item:hover{
    color: #1D63AF;
    font-weight: bold;
}
/* 二级页面内容区域 */
.container-second-page {
    padding-top: 130px;
    width: 1400px;
    margin: 0 auto;
}

.right-container {
    width: 1240px;
    margin-left: 160px;
}

.container-top {
    width: 100%;
    height: 95px;
    background: url('../images/router-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
}

.container-top p {
    font-size: 16px;
    color: #666666;
    line-height: 95px;
}

.icon-right {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/icon-right.png') no-repeat;
    background-position-y: 2px;
    background-size: 100% 100%;

}

.container-box {
    margin-left: 30px;
    margin-bottom: 100px;
}


/* 运营指标页面 */
.top {
    margin-top: 26px;
}

.operation-container {
    margin-top: 30px;
    /* margin-bottom: 101px; */
}

.operation-date-title {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    margin-right: 8px;
}

.operation-date-input {
    width: 240px;
    height: 48px;
    border: 1px solid #D0D0D0;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    padding-left: 20px;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url('../images/operation-icon-01.png') no-repeat #FFFFFF;
    background-position: 206px 50%;
}
.operation-date-input::-webkit-input-placeholder{
    color: #333333;
    font-size: 18px;
}
select{
    cursor: pointer;
}
select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
}

.operation-table-box {
    margin-left: 45px;
    margin-top: 26px;
    overflow-x: scroll;
    width: 1165px;
}

.operation-table-tip {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.table {
    width: 100%;
    border: 1px solid #D0D0D0;
    margin-top: 16px;
}
.operation-table{
    white-space: nowrap;
    table-layout: fixed !important;
}

.table tr {
    height: 48px;

}
.operation-table th{
    padding: 0 10px;
    width: 200px !important;
}

.table-header {
    background-color: #DFEDFC;
    font-size: 18px;
    font-weight: bold;
    color: #1D63AF;
    line-height: 27px;
}

.table-header th,
.table-tbody td {
    border-right: 1px solid #D0D0D0;
}

.table td {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.table-tbody tr:nth-child(2n) {
    background-color: #F9FAFC;
}

/* 运营指标图表 */
.operation-echarts {
    width: 1165px;
    height: 580px;
    margin-top: 60px;
    margin-left: 45px;
    margin-bottom: 101px;
}

/* 月份选择器插件样式 */
.monthpicker{
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    z-index: 1 !important;
}
.years select{
    height: 36px;
    font-size: 16px !important;
    border: 1px solid #D0D0D0;
    padding-left: 8px;
}
.monthpicker table{
    width: 100%;
    flex: 1;
}
.monthpicker tr{
    height: 54px;
}
.monthpicker button{
    height: 54px;
    font-size: 16px !important;
}







/* 病案质量页面 */
.select-box {
    margin-right: 80px;
}

.select-box span {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    margin-right: 8px;
}

.select-box select {
    width: 240px;
    height: 48px;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url('../images/operation-icon-01.png') no-repeat #FFFFFF;
    background-position: 206px 50%;
    padding-left: 20px;
    padding-right: 30px;
}

.select-box .select-custom {
    width: 240px;
    height: 48px;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    background: url('../images/operation-icon-01.png') no-repeat #FFFFFF;
    background-position: 206px 50%;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
}
.select-box .select-custom .selected-custom{
    /* 一行超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-box .select-custom .options-custom{
    position: absolute;
    top: 48px;
    left: 0;
    width: 240px;
    max-height: 200px;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    overflow-y: auto;
}
.select-box .select-custom .options-custom .option-custom{
    font-size: 16px;
    line-height: normal;
    padding: 8px 20px;
    cursor: pointer;
}
.select-box .select-custom .options-custom .option-custom:hover{
    background-color: #DFEDFC;
}
.select-box .select-custom .options-custom .option-custom.selected{
    background-color: #DFEDFC;
}

.data-totals-table {
    margin-top: 36px;
}

.table-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
}

.good-show-table {
    margin-top: 56px;
}

.cases-ID {
    padding-left: 10px;
    padding-right: 10px;
}

.problems {
    text-align: start !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

.w163 {
    width: 163px;
}

.w232 {
    width: 232px;

}

.w91 {
    width: 91px;
}

.w98 {
    width: 98px;
}

.w133 {
    width: 133px;
}

/* 总值班表 */
.duty-top-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
}
.margin-right0{
    margin-right: 0;
}
.change-week{
    justify-content: flex-end;
}
.change-week-title {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    margin-right: 10px;
}

.week-check-item {
    width: 100px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    font-size: 18px;
    color: #686868;
    line-height: 48px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
}

.week-check-item-active {
    color: #1D63AF;
    border: 1px solid #1D63AF;
}

.duty-table {
    margin-top: 30px;
}

.department-ward {
    width: 244px;
}

.first-row {
    background: #DFEDFC;
}

.first-row th:nth-last-of-type(-n+2) {
    background: #F9FAFC;
    color: #333333;
}

.second-row {
    background: #d3e1f0;
}

.second-row th:nth-last-of-type(-n+2) {
    background: #EAEEF4;
    color: #333333;
}

.first-row th,
.second-row th {
    font-weight: normal !important;
}

/* 会诊管理页面 */
.consultation-change-week {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
}
.am{
    background-color: #F9FAFC;
}
.pm{
    background-color: #fff;
}




/* 分页器开始*/
/* 外面盒子样式---自己定义 */
.page_div {
    color: #666
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    /* background-color:#f9f9f9; */
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 70px;
    height: 32px;
    color: #666;
    border: 1px solid #d0d0d0;
}

#nextPage,
#prePage {
    width: 32px;
    height: 32px;
}

/* #prePage{
    background: url(../images/toleft_btn.png) no-repeat;
    background-size: 12px 12px;
} */
.totalNum {
    padding-left: 10px;
    padding-right: 10px;
}

.page_div .current {
    background-color: #1D63AF;
    border-color: #1D63AF;
    color: #FFF;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop;
}

.contentpager {
    margin-right: 160px;
}

/* 分页器结束 */



/* 搜索结果页 */
.center-box {
    margin: 29px 0 100px 0;
}

.search-nav {
    margin-bottom: 29px;
}

.navigation {
    display: inline-block;
    background: #F9FAFC;
    padding: 0 10px;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}

.search-ipt-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
    position: relative;
}
.search-ipt{
    width: 1014px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #D0D0D0;
    background: url('../images/icon-search.png') 20px center no-repeat;
    background-size: 18px 18px;
    padding-left: 45px;
    padding-right: 190px;
    font-size: 16px;
    color: #000;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); */
}
.search-send{
    width: 176px;
    height: 60px;
    position: absolute;
    right: 193px;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    background: #1D63AF;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
}






.search-result {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    padding-bottom: 14px;
    border-bottom: 1px solid #D0D0D0;
}

.search-result-list {
    margin-bottom: 50px;
}

.one-result {
    width: 1400px;
    border-bottom: 1px solid #D0D0D0;
    padding: 25px 0;
}

.one-result:hover {
    background: #F9FAFC;
}

.list-header {
    margin-bottom: 20px;
}

.result-title {
    font-size: 22px;
    line-height: 33px;
    color: #333333;
}

.result-title:hover {
    color: #1D63AF;
}

.result-intro {
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.red-keyword {
    color: #1D63AF;
}

.result-time {
    font-size: 13px;
    line-height: 20px;
    color: #969696;
    margin-top: 17px;
}


/* 学部概览 */
.introduction-page {
    margin-top: 27px;
}

.one-intro {
    margin-bottom: 54px;
}

.content-header {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 33px;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 18px;
    margin-bottom: 42px;
}

.content-pic {
    width: 100%;
    margin-top: 42px;
}

.content-p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    text-indent:36px;
}


/* 指南共识 */
.guide-page {
    margin-top: 20px;
}

.guide-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-bottom: 30px;
}

.content-item {
    font-size: 18px;
    font-weight: bold;
    color: #333330;
    line-height: 30px;
    margin-bottom: 18px;
}

.item-span {
    font-weight: normal;
}

.pdf-span {
    background: url(../images/icon-pdf.png) no-repeat left center;
    background-size: 28px 28px;
    padding-left: 41px;
}

.button-box {
    margin: 17px 0 0 96px;
}

.download-btn {
    width: 220px;
    height: 50px;
    background: #1D63AF;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}


/* 病例共享 */
.case-page {
    margin-top: 26px;
}

.sortlist {
    padding-left: 17px;
    width: 203px;
    height: 48px;
    border: 1px solid #D0D0D0;
}

.case-spanone {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    cursor: pointer;
}

.case-span {
    color: #1D63AF;
}

.case-div {
    width: 0px;
    height: 29px;
    border-left: 1px solid #D0D0D0;
    margin: 0 12px;
}

.case-list-box {
    margin-top: 24px;
    margin-bottom: 50px;
}

.one-case {
    border-bottom: 1px solid #E7E7E7;
    padding: 24px 0 20px 0;
}

.case-title a {
    font-size: 22px;
    color: #333333;
    line-height: 33px;
    font-weight: bold;
}

.case-title a:hover {
    color: #1D63AF;
}

.case-intro {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.guide-disease {
    margin-top: 10px;
    line-height: 1.8;
    color: #5f7186;
}

.guide-disease-label {
    display: inline-block;
    margin-right: 8px;
    color: #7b90a8;
}

.guide-disease-tag {
    display: inline-block;
    margin: 0 8px 6px 0;
    padding: 2px 10px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid #cadcf4;
    color: #1d63af;
    font-size: 13px;
}


/* 分页器 */
/* 外面盒子样式---自己定义 */
.page_div {
    color: #666
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 32px;
    /* background-color:#f9f9f9; */
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 70px;
    height: 32px;
    color: #666;
    border: 1px solid #d0d0d0;
}

#nextPage,
#prePage {
    width: 32px;
    height: 32px;
}

/* #prePage{
    background: url(../images/toleft_btn.png) no-repeat;
    background-size: 12px 12px;
} */
.totalNum {
    padding-left: 10px;
    padding-right: 10px;
}

.page_div .current {
    background-color: #1D63AF;
    border-color: #1D63AF;
    color: #FFF;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop;
}

.contentpager {
    margin-right: 160px;
}

.contentpager {
    margin-top: 50px;
    margin-left: 150px;
    margin-top: 478px;

}
/* 签到页面 */
.lessons-box{
    margin-top: 21px;
}
.lessons-title{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
}
.remark-box{
    font-size: 14px;
    color: #969696;
    line-height: 21px;
    margin-top: 11px;
}
.remark{
    margin-right: 49px;
}
.keynote-container{
    font-size: 18px;
    color: #333330;
    line-height: 30px;
    margin-top: 13px;
}
.keynote{
    font-weight: bold;
}
.video{

    margin-top: 25px;
}
.lessons-video{
    width: 889px;
    height: 448px;
}
.sign-in-box{
    width: 889px;
    margin: 0 auto;
}
.sign-in-tab{
    margin-top: 32px;
}
.sign-in-item{
    height: 50px;
    width: 260px;
    border: 1px solid #1D63AF;
    color: #1D63AF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.signin-active{
    background: #1D63AF;
    color: #fff;
}
.sign-in-wrap{
    margin-top: 40px;
}
.lessons-container{
    padding-top: 25px;
    padding-right: 110px;
    padding-bottom: 40px;
    padding-left: 110px;
    border: 1px solid #d0d0d0;
}
.student-title{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-left: 15px;
}
.student-box{
    height: 224px;
    margin-top: 15px;
    overflow-y: auto;
    padding-right: 5px;
}
.student-box::-webkit-scrollbar{
    display: none;
}
.student-list{
    flex-wrap: wrap;
}
.student-item{
    width: 49%;
    height: 56px;
    padding-left: 19px;
}
/* 自定义复选框 */
.checked-box{
    position: relative;
    margin-right: 9px;
}
.student-checkbox{
    width: 18px;
    height: 18px;
    appearance: none;
    outline: none;
}
.checked-style{
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: url('../images/unchecked.png') no-repeat;
    background-size: 100% 100%;
    z-index: -1;

}
.student-checkbox[type="checkbox"]:checked + .checked-style{
    background: url('../images/checked.png') no-repeat center/100% 100%;
}


.student-name{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.option-box{
    position: relative;
}
.option-active{
    width: 204px;
    height: 38px;
    border: 1px solid #d0d0d0;
    padding-left: 23px;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    background: url('../images/operation-icon-01.png') no-repeat #FFFFFF 179px center;
    cursor: pointer;
}
.option-list{
    position: absolute;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(111,111,111,0.5);
    z-index: 1;
    padding: 0 14px;
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}
.option-item{
    height: 44px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 44px;
    cursor: pointer;
}
.option-item:hover{
    color: #1D63AF;
    font-weight: bold;
}
.option-item:last-child{
    border-bottom: none;
}
.sign-in-send{
    width: 100%;
    height: 50px;
    background: #1D63AF;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
    margin-top: 45px;
}

/* 个人签到 */
.lessons-item{
    margin-bottom: 35px;
}
.lessons-title{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-bottom: 9px;
}
.lessons-tip{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.note-text{
    margin-top: 26px;
    width: 652px;
    height: 186px;
    background: #F9FAFC;
    border: 1px solid #D0D0D0;
    padding: 15px;
    font-size: 18px;
    line-height: 27px;
}

.upload-piclist {
    width: 100%;
    height: 102px;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
}
/* .uppic-button{
    height: 83px;
    width: 110px;
    background: url('../img/icon31.png') no-repeat center #f9f9f9;
    background-size: 47px 40px;
    border: 1px dashed #cfcfcf;
    border-radius: 3px;
    order: 1;
} */
#file {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.upload-Picitem {
    width: 102px;
    height: 102px;
    position: relative;
}

.remove-pic{
    position: absolute;
    right: 0;
    /* transform: translate(50% 50%); */
    margin-top: -8px;
    margin-right: -8px;
    height: 17px;
    width: 17px;
    background: url(../images/icon-close.png) no-repeat;
    background-size: 100% 100%;
}
.upload-Picitem .up-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-pic{
    width: 102px;
    height: 102px;
    background: url('../images/img-04.png') no-repeat;
    background-size: 100% 100%;
}
.save{
    width: 667px;
    height: 50px;
    background: #1D63AF;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
}
/* 遮罩层 */
.pic-shadow-box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.4);
    position: absolute;
    z-index: 9;
}
.big-pic{
    width: 60%;
    height: auto;
    position: fixed;
    left: 20%;
    opacity: 1;
}
/* 提交弹窗 */
.tip-pop-box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.4);
    position: absolute;
    z-index: 9;
}
.tip-pop{
    width: 655px;
    height: 273px;
    position: fixed;
    left: 50%;
    /* top: 50%; */
    margin-left: -328px;
    background: #fff;
    padding-top: 24px;
    padding-right: 65px;
    padding-bottom: 30px;
    padding-left: 65px;
}
.pop-title{
    margin-bottom: 32px;
}
.tip-icon{
    width: 30px;
    height: 30px;
    background: url('../images/icon-tip.png') no-repeat;
    background-size: 100% 100%;
}
.tip-pop-title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-left: 13px;

}
.pop-container{
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
}
.nocome{
    display: inline;
}
.yes{
    width: 260px;
    height: 50px;
    background: #1D63AF;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    align-self: center;
    margin-top: 20px;
}



/* 卫勤两防 */
.code-box{
    text-align: center;
}
.img-code{
    height: 97px;
    width: 94px;
}
.points-text{
    width: 100%;
    height: 50px;
    background: #f9fafc;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 27px;
}
.points-text::-webkit-input-placeholder{
font-size: 18px;
color: #969696;
line-height: 27px;
}
.padding15{
    padding-left: 15px;
    padding-right: 15px;
}

/* 请假审批表 */
.h37{
    height: 37px;
}
.h40{
    height: 40px;
}
.h43{
    height: 43px;
}
.h175{
    height: 175px;
}
.h59{
    height: 59px;
}
.h96{
    height: 96px;
}
.w100{
    width: 100%;
}

.m-r30{
    margin-right: 30px;
}
.m-r42{
    margin-right: 42px;
}
.p-l21{
    padding-left: 21px;
}
.p-l7{
    padding-left: 7px;
}

.text-start{
    text-align: start;
}
.flex-start{
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}
.check-box::before{
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    margin-right: 7px;
}
.check-box-block{
    padding-right: 35px;
    line-height: 14px;
    /* padding-top: 8px; */
}
.check-box-block::before{
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    margin-right: 7px;
    margin-top: 2px;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    flex-shrink: 0;
}
.check-box-s{
    margin-right: 36px;
}
.check-box-s::before{
    height: 5px;
    width: 5px;
    content: '';
    display: inline-block;
    border: 1px solid #A8A8A8;
    border-radius: 1px;
    margin-right: 5px;
}
.underline{
    display: inline-block;
    width: 36px;
    line-height: 26px;
    border-bottom: 1px solid #a8a8a8;
    margin-left: 3px;
    margin-right: 3px;
}
.m-r42{
    margin-right: 42px;
}
.w516{
    width: 516px;
}
.w146{
    width: 146px;
}
.w112{
    width: 112px;
}
.w56{
    width: 56px;
}
.l-h22{
    line-height: 22px;
}
.leave-table{
    width: 100%;
    border: 1px solid #d0d0d0;
    /* table-layout: fixed; */
}
.table-box{
    width: 750px;
    height: 1050px;
    margin: 0 auto;
    margin-top: 115px;
    margin-bottom: 115px;
}
.table-title{
    width: 100%;
    height: 76px;

}
.leave-th{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.leave-tbody{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 21px;
}
.leave-tbody .td-row:last-child{
    border-bottom: none;
}
.leave-first-row{
    border-top: 1px solid #a8a8a8;
}
.td-row{
    border-bottom: 1px solid #a8a8a8;
}
.td-row td{
    border-right: 1px solid #a8a8a8;
}
.td-row td:last-child{
    border-right: none;
}
.now-leave{
    text-align: start;
    padding-top: 12px;
    padding-left: 10px;
}
.now-leave p{
    margin-bottom: 12px;
}

.old-leave .underline{
    margin-left: 0;
    margin-right: 0;
}


/* 暂无数据页面 */
.none-data{
    height: 390px;
    width: 100%;
    background: url('../images/nodata.png') no-repeat center;
    background-size: 330px 200px;
    text-align: center;
    padding-top: 280px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.up-btn{
    width: 142px !important;
    margin-left: 60px !important;
}
.cover-window{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.window-box{
    background: #fff;
}
.btn-1{
    width: 284px;
    height: 50px;
    background: #1D63AF;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;}
.btn1-box{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 160px;
    padding-right: 160px;
}

/* 专家简介 */
.expert-top{
    height: 97px;
}
.expert-top h2{
    height: 92px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 92px;
}
.expert-info-box{
    height: 153px;
    width: 100%;
    padding: 10px;
    background: #F9FAFC;
    border-radius: 2px;
}
.expert-header-pic{
    width: 99px;
    height: 132px;
    margin-right: 21px;

}
.expert-page-info h2{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 39px;
}
.expert-page-info p{
    font-size: 18px;
    color: #666666;
    line-height: 27px;
}
.expert-page-text{
    margin-top: 27px;
}
.expert-page-text p{
    margin-top: 27px;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    text-indent: 36px;
}
/* 亚专科 */
.ward-list{
    width: 1211px;
    margin-top: 37px;
    flex-wrap: wrap;
}
.ward-item{
    width: 293px;
    margin-bottom: 25px;
    margin-right: 13px;
}
.ward-item:nth-child(4n){
    /* background: red; */
    margin-right: 0;
}
.ward-item:hover h2,
.ward-item:hover p{
    color: #1D63AF;
}
.ward-pic{
    width: 293px;
    height: 164px;
    margin-bottom: 19px;
    cursor: pointer;
    overflow: hidden;
}
.ward-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ward-title{
    margin-bottom: 5px;
}
.ward-title h2{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.ward-synopsis p{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
/* 学部介绍 */
.honor-swiper{
    width: 100%;
    /* margin-top: 36px; */
    height: 210px;
}
.honor-swiper .swiper-container{
    /* padding-left: 41px; */
    width: 1140px;
    height: 210px;
}
.honor-swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.honor-swiper .swiper-button-next{
    width: 35px;
    height: 35px;
    background: url('../images/icon-13.png') 0 0 no-repeat;
    background-size: 35px 35px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;
    flex-shrink: 0;

}
.honor-swiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    background: url('../images/icon-12.png') 0 0 no-repeat;
    background-size: 35px 35px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    cursor: pointer;    
    flex-shrink: 0;

}
.study-pic-box{
    width: 300px;
    height: 201px;
}
.study-pic{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.article-header{
    margin-bottom: 42px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
    
}
.article-title{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 33px;

}
.article-info{
    color: #999;
    font-size: 14px;

}
.honor-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
