.newsbox{
    margin-top: 70px;
}
.newsbox .news{
    width: 56%;
    position: relative;
    float: left;
}

.news .item{
    width: 48%;
}
.news .itembox{
    margin-top:30px;
}
.news .itembox li{
    opacity: 0; 
    visibility: hidden; 
    display: none;
}
.news .itembox li.show{       
    opacity: 1; 
    visibility: visible; 
    animation: 0.3s ease 1 normal backwards running fadeInLeft;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .itembox .more{
    position: absolute;
    right: 0;
    top:5px;
    font-size: 15px;
}
.news .itembox .more:hover{
    color:#004998;
}
.news .title li{
    float:left;
    font-size: 26px;
    padding-right: 20px;
    cursor: pointer;
}
.news .title li.cur{
    color: #004998;;
}
.news .item img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.item h3 {
    position: relative;
}
.item h3 font{
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:15px 0;
    position: relative;
    line-height: 1.6;
}
.item h3 font:hover{
    color:#004998;
}
.item h3:after{
    position: absolute;
    height: 1px;
    background-color: #ccc;
    width: 30%;
    content:'';
    bottom: -8px;
    left: 0;
}
.item .text{
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color:#555;
    line-height: 1.6;
}
.news .item .img{
    overflow: hidden;
}
.news .item img:hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}
/* */
.newsbox .textlist{
    line-height: 2.6;
    width: 100%;
}
.newsbox .textlist div{
    border-bottom: 1px dashed #CED8E5;
    position: relative;
}
.newsbox .textlist div a{
    padding-right:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newsbox .textlist div a:hover{
    color:#004998;
}
.newsbox .textlist div span{
    font-size: 14px;
    color:#888;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newsbox .notice{
    width: 40%;
    float: right;
}
.newsbox .notice .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.newsbox .notice .title h2{
    font-size: 26px;
    color: #1a5ab5;    
}
.newsbox .notice .title .more{
    font-size: 15px;
}
.newsbox .notice .title .more:hover{
    color: #1a5ab5;
}
.notice ul{
    margin-top:30px;
}
.notice li{
    margin-bottom: 25px;
}
.notice li .time{
    float: left;
    width: 90px;
}
.notice li .time .ny{
    height: 34px;
    line-height: 34px;
    background-color: #1a5ab5;
    color: #f2f3f8;
    font-size: 14px;
    text-align: center;
}
.notice li .text{
    float: right;
    width: calc(100% - 110px);
}
.notice li .text h3{
    font-size: 16px;    
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;
}
.notice li .text h3:hover{
    color:#004998;
}
.notice li .text p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* <!-- 部门、团队 --> */
.unit{
    background: url(/Resource/Images/depbg.jpg) center top no-repeat #daecff;
    padding: 80px 0 70px;
    margin-top:70px;
}
.unit .center{
    background-color: #fff;
    padding:20px 50px 50px;
}

.unit .introbox{
    width: 56%;
    float:left;
}

.unit .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.unit .title h2{
    font-size: 24px;
    color:#1a5ab5;
}
.unit .title a{
    font-size: 14px;
    color:#555;
}
.unit .title a:hover{
    color:#004998;
}
.videobox{
    position: relative;
    width:60%;
    height: 0;
    padding-bottom: 33.75%;
    display: block;
    float:left;
}
.videobox video{
    position:absolute;width: 100%;height: 100%;
}

.videobox .fm{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.videobox .play{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.videobox .mark{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.introbox .textbox{
    width: 37.5%;
    font-size: 15px;
    float:right;
    line-height: 1.8;
     display: -webkit-box;
    -webkit-line-clamp: 10; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.teambox{
    width: 40%;
    float:right;
}
.teambox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teambox li{
    width: 47.5%;    
}
.teambox li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
    border:1px solid #dddddd;
    background-color: #f1f8ff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;;
    transition:all 1s;
}

.teambox li a:hover{
    border: 1px solid #004998;
    box-shadow: 400px 0 0 0 #004998 inset;
    -moz-box-shadow: 400px 0 0 0 #004998 inset;
    -o-box-shadow: 400px 0 0 0 #004998 inset;
    -webkit-box-shadow: 400px 0 0 0 #004998 inset;
    color:#fff;
}

/* 三个模块 */
.modelbox{
    padding: 60px 0;
}
.modelbox .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.modelbox .title h2{
    font-size: 26px;
    color:#1a5ab5;
}
.modelbox .title a{
    font-size: 14px;
}

.personbox{
    width:25%;
    float:left;
}
.persons{
    position: relative;
    overflow: hidden;
}
.persons .swiper-wrapper{
    margin: 0 auto;
}
.personbox .swiper-button-next{
    background: url(/Hlb/Resource/Images/arrow2.png) no-repeat;
    z-index: 10;
}
.personbox .swiper-button-prev{
    background: url(/Hlb/Resource/Images/arrow1.png) no-repeat;
    z-index: 10;
}
.persons .swiper-slide a{
    display: block;
    position: relative;
    width: 70%;
    height: 0;
    padding-bottom: 87.5%;
    margin: 0 auto;
}
.persons .swiper-slide a .text{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background: rgba(26,90,181,.9);
    color:#fff;
    line-height: 46px;
}
.persons .swiper-slide a .text h3{
    font-size: 16px;
    font-weight: bold;
}
.persons .swiper-slide a .text span{
    font-size: 14px;
}
.persons .swiper-slide a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
   
}
.modelbox a:hover{
    color:#004998;
}
.write{
    width: 28%;
    float:left;
    margin-left:3%;
}

.health{
    width: 40%;
    float:right;
}
.model li{
    line-height: 56px;
}
.model li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width:1020px) {  
    .newsbox{
        margin-top:30px;
    }
    .newsbox .news{
        width:100%;
    }
    .news .title li{
        font-size: 18px;
    }
    .news .itembox{
        margin-top:15px;
    }
    .newsbox .notice{
        width: 100%;
        margin-top:30px;
    }
    .newsbox .notice .title h2{
        font-size: 18px;
    }
    .notice ul{
        margin-top:15px;
    }
    .unit{
        padding:40px 30px;
    }
    .unit .introbox{
        width: 100%;
    }
    .unit .center{
        padding:20px 30px 50px;
    }
    .unit .title h2{
        font-size: 18px;
    }
    
    .teambox{
      width: 100%;  
      margin-top:30px;
    }
    .modelbox .title h2{
        font-size: 18px;
    }
    .personbox{
        width: 40%;
    }
    .write{
        width: 55%;
    }
    .health{
        width: 100%;
        margin-top:30px;
    }
    .teambox li a{
        font-size: 15px;
    }
}

@media (max-width:500px) { 
    .news .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .videobox{
        width: 100%;
        padding-bottom:56.25%;
    }
    .introbox .textbox{
        width: 100%;
        
    }
    .personbox{
        width: 100%;
    }
    .write{
        width: 100%;
        margin-top:30px;
    }
}