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}

body {background:#f7f7f7 url(/Ylbxc/Resource/Images/bodybg.gif) center top no-repeat;}
.center{
    width: 1200px;
    margin: 0 auto;
}
.top {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.nav-button{
    display: none;
}

.nav{
    height: 60px;
    line-height: 60px;
    background: #0268ca;
    display: flex;
    justify-content: space-around;
    font-size: 18px;
}
.nav a{
    color:#fff;
}
.nav a:hover{
    font-weight: bold;
}

.footer{
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 20px 0;
    align-items: center;
}
.footer .text{
    text-align: center;
    padding-left: 20px;
}
/* 通用 */
.edit_title{
    text-align: center;
    padding:20px;
    border-bottom: 1px solid #e3e3e3;   
}
 .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;
}

.wrapper .imglist li{
    float: left;width: 33.3%;box-sizing: border-box;border-right: 2px solid #f2f2f2;border-bottom: 2px solid #f2f2f2;padding: 0;
    padding:15px;
}
.wrapper .imglist li:nth-child(3n) { border-right: none; }
.wrapper .imglist li:nth-child(7), .imglistbox .imglist li:nth-child(8), .imglistbox .imglist li:nth-child(9) { border-bottom: none; }

 .wrapper .imglist li .img{
   width: 100%;
   height: 0;
   padding-bottom: 57.14%;
   position: relative;
}
.wrapper .imglist li .img a{
    display: block;
    position: absolute;
    height:100%;
    width: 100%;
    overflow: hidden;
}

.wrapper .imglist li .img a img{
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}


.wrapper .imglist li:hover img{
    transform: scale(1.2);
    transition: all 1s;
}
.wrapper .imglist li:hover h2{
    color:#00358d;
}
.wrapper .imglist li h2{
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:10px 0 5px;
}
.wrapper .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; 
}
.wrapper .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;
}
@media (max-width:1280px) { 
    .center{
        width: 95%;        
    }
}
@media (max-width:768px) {    
    .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 {
        display: block;
       line-height: 3;
      padding-bottom: 0;
    }
    .nav  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: #fff;
        display: block;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    } 


}