.gray {
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
html,body{
    color:#333;
}
body, button, code, div, em, h1, h2, h3, h4, h5, h6, i, input, li, p, select, span, table, td, textarea, th, ul {
margin: 0;
padding: 0;
color: inherit;
line-height: inherit;
font-family: "microsoft yahei",'PingFang SC',PingFangMedium;
}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
img {border: 0;display: inline-block;max-width: 100%;vertical-align: middle;height: auto}
.flt {float: left}
.frt {float: right}
li, ul {list-style: none}
a, em, i, p, span {text-decoration: none;color: inherit;font-size: inherit}
:focus {outline: 0 !important;border-color: inherit}
.clearfix:after, .clearfix:before {display: table;line-height: 0;content: ""}
.clearfix:after {clear: both}
table {border-collapse: collapse;border-spacing: 0;width: 100%}
h3, h4, h5, h6 {font-weight: 400}
em, i {font-style: normal}
input[type=button], input[type=reset], input[type=submit], input[type=text] {-webkit-appearance: none}
input[type=button] {border: none}
textarea {-webkit-appearance: none}
.center{
    width: 1500px;
    margin: 0 auto;
}

.top{
    height: 210px;
    background: url(/Hlb/Resource/Images/headerbg.jpg) no-repeat center;
    
}
.top .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav-button{
    display: none;
    width: 25px;
    height:20px;
    margin-left:10px;
}
.nav-button.hit span:nth-child(1){
    transform: translateY(9px) rotate(45deg);
}
.nav-button.hit span:nth-child(2){
    opacity: 0;
}
.nav-button.hit span:nth-child(3){        
    transform: translateY(-9px) rotate(-45deg);
}
.nav-button div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.nav-button span{
    width: 100%;
    height:2px;
    background-color: #004998;
    display: block;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}

.nav{
    height: 50px;
    line-height: 50px;
    background-color: #1a5ab5;
}
.nav ul{
    display: flex;
    justify-content: space-around;
}
.nav a{
    color:#fff;
    display: block;
}
.nav a:hover{
    font-weight: bold;
}

/* 尾部 */
.footer{
    background:linear-gradient(#cde4ff,#a8cdf8);
    padding:50px 0;
    font-size: 14px;
    margin-top:50px;
}
.footer .center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info{
    display: flex;
}
.info .wechat{   
    text-align: center;
    margin-right: 30px;
}
.info .text{
   
    line-height: 2;
}

/* 通用 */
.edit_title{
    text-align: center;
    padding:20px;
    border-bottom: 1px solid #e3e3e3;
    margin-top:20px;
}
 .edit_title h3{
    font-size: 24px;
    font-weight: bold;
}
.edit{
    font-size: 16px;
    line-height: 2;
    padding:30px 10px 50px;
}
.edit_title .info{
    text-align: center;
    justify-content: center;
    font-size: 14px;
    padding-top:10px;
    color: #555;
}
.edit_title .info span{
    padding: 0 10px;
}
.edit p{
    padding-top:2px;
}
.edit img{
    max-width: 90% !important;
}
.textlist{
    margin-bottom: 30px;
}
.textlist li{
   padding:25px 0;
   border-bottom: 1px dashed #ddd;
}
.textlist li .text h3:hover{
   color: #004998;
}
.textlist li a{
    display: block;   
    height: 34px;
}


.textlist li .date{
    width: 90px;
    float: left;
    font-size: 14px;  
    background: #1a5ab5;
    color:#fff;
    height:34px;
    line-height: 34px;
    text-align: center;
}
.textlist.party li .date{
    background:#BE0611;
}
.textlist li .date .day{
    font-size: 18px;
    font-weight: bold;
    color:#5c6268;
    position: relative;
    padding-bottom:10px;
}
.textlist li .date .day:after{
    content:'';
    position: absolute;
    height:1px;
    width: 32px;
    background-color: #dddddd;
    left: 0;
    bottom: 0;
}
.textlist li .date .ny{
    font-size: 20px;  
    color:#A7A7A7;
    padding-top:10px;
    font-weight: bold;
}

.textlist li .text{
    width:calc(100% - 110px);
    float: right;
}
.textlist li .text h3{
    font-weight: bold;
    font-size: 16px;
    color:#333;
}
.textlist.nodetail h3{   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
    margin-top:5px;
}
.textlist.nodetail .summary{   
    font-size: 14px; 
    line-height: 2; 
    color: #666; 
    text-align: justify; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    position: relative;
    margin-top:8px;
}
.imglistbox{
    background: #f5f5f5;   
    padding:50px 0;
    margin-bottom: -50px;
}
.imglistbox .imglist{  
    padding:10px;
    background-color: #fff;
}
.imglistbox .imglist li{
    float: left;width: 33.3%;box-sizing: border-box;border-right: 2px solid #f2f2f2;border-bottom: 2px solid #f2f2f2;padding: 0;
    padding:25px;
}
.imglistbox .imglist li:nth-child(3n) { border-right: none; }
.imglistbox .imglist li:nth-child(7), .imglistbox .imglist li:nth-child(8), .imglistbox .imglist li:nth-child(9) { border-bottom: none; }

 .imglistbox .imglist li .img{
   width: 100%;
   height: 0;
   padding-bottom: 57.14%;
   position: relative;
}
.imglistbox .imglist li .img a{
    display: block;
    position: absolute;
    height:100%;
    width: 100%;
    overflow: hidden;
}

.imglistbox .imglist li .img a img{
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}


.imglistbox .imglist li:hover img{
    transform: scale(1.2);
    transition: all 1s;
}
.imglistbox .imglist li:hover h2{
    color:#00358d;
}
.imglistbox .imglist li h2{
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:10px 0 5px;
}
.imglistbox .imglist li .summary{
    margin-bottom: 5px; font-size: 14px; line-height: 22px; color: #474747; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; height: 66px; 
}
.imglistbox .imglist li .date{
    font-size: 14px;line-height: 1.5;color: #9c9c9c;margin-top: 20px;
}
.page{
    padding:20px 30px 50px;
    background-color: #fff;
    
}
.page input{
    width:72px;
    outline: none;
}
.page .jump{
    cursor: pointer;
    border-radius: 5px;
    border:1px solid #eee;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #eee;
}

.personlist{
    margin:20px 0;
}
.personlist li{
    width: 18%;
    margin:10px 1%;
    float: left;
    height: 0;
    padding-bottom: 22.5%;
    position: relative;
}
.personlist li a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.personlist li a img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.personlist li 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;
}
.personlist li a .text h3{
    font-size: 16px;
    font-weight: bold;
}
.personlist li a .text span{
    font-size: 14px;
}
.avator img{
    margin:20px auto;
    width: 200px;
    max-width: 100%;
    display: block;
}

@media (max-width:1500px) {    
    .center{
        width: 95%;        
    } 
}
@media (max-width:1320px) {    
    .center{
        width: 100%;   
        padding:0 30px;
        box-sizing: border-box;
    }    
}

@media (max-width:1020px) {    
    .top{
        background: none;
        height: 150px;
        border-bottom: 5px solid #004998;
    }
    .top img{
        max-width: calc(100% - 35px);
    }
    .header{
        position: relative;
        z-index: 100;
    }
    .nav{
        position: absolute;
        width: 100%;
        bottom:0;      
        padding: 0;
        z-index: 5;
        box-sizing:content-box;
        background: #daecff;       
        opacity: 0;            
        transition: all .5s;
        height: 0;
        display: none;
       
    }
    .nav.hit{  
        height: auto;
        opacity: 1;
        transform: translateY(100%);
        display: block;
        transition: all .5s;
    }
    .nav ul{
        display: block;
       line-height: 3;
      padding-bottom: 0;
    }
    .nav ul li{
        border-bottom: 1px solid #aac9eb;
        text-align: center;
    }
    .nav a{
        color:#333
    }
    .nav-button{
        display: block;
        width: 25px;
        height:20px;
        margin-left:10px;
    }
    .nav-button.hit span:nth-child(1){
        transform: translateY(9px) rotate(45deg);
    }
    .nav-button.hit span:nth-child(2){
        opacity: 0;
    }
    .nav-button.hit span:nth-child(3){        
        transform: translateY(-9px) rotate(-45deg);
    }
    .nav-button div{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }
    
    .nav-button span{
        width: 100%;
        height:2px;
        background-color: #004998;
        display: block;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    }    
  
    
    .footer{
        font-size: 14px;
    }
    .footer .center{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer .text{
        width: 100%;      
    }

   
    .sbanner .text{
        font-size: 24px;
    }
    .nunit_name{        
        font-size: 18px;
        margin: 30px 0;;
    }
    .imglistbox .imglist li {
        width: 48%;    
    }

    .personlist li{
        width: 22%;
        padding-bottom: 27.5%;
        margin:10px 1.5%;
    }
    .personlist li a .text{
        line-height: 36px;
    }
    .personlist li a .text h3{
        font-size: 15px;
    }
    

}
@media (max-width:768px) { 
    .center{
        padding:0 20px;
    }     
    .textlist li .date{
        width: 70px;
        font-size: 12px;
    }
    .textlist li .date .day{
        font-size: 30px;
    }
    .textlist li .text{
        width: calc(100% - 90px)
    }
    .textlist li .text h3{
        font-size: 16px;
    }
    
    .imglistbox .imglist li {
        width: 100%;   
        float:none; 
    }
    .personlist li{
        width: 32%;
        padding-bottom: 40%;
        margin:10px 0.66%;
    }
}

@media (max-width:640px) {
    .personlist li{
        width: 48%;
        padding-bottom: 60%;
        margin:10px 1%;
    }

}
