/* 公共样式 */
body{
    width: 100%;
    font-family: "微软雅黑";
}
.center,.content{
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
}
.lf{ 
    float: left;
}
.rg{ 
    float: right;
}
a:focus{
    outline:none;
}
input,select{
    outline: none;
}
.clearfix{ 
    clear: both;
}

/* 头部开始 */
.header{
    height: 383px;
    width: 100%;
    background: url(ylws2023banner.png) no-repeat center center;
    background-size: cover;
    padding-top: 20px;
}
.header_title{
    margin: 85px 0 0 121px;
}
/* 中心内容 */
.center{
    margin-bottom: 25px;
    overflow: hidden;
    margin-top:10px;
}
.leibiao{
    width: 47%;
    float:left;
    margin-left:3%;
    margin-top: 15px;
    overflow: hidden;
}
/* .leibiao:nth-child(2n+1){
    margin-left:0;
} */
.leibiao:nth-child(2n) {
    margin:15px 3% 0 0;
}

.leibiao .title{
    overflow: hidden;
}
.leibiao .title p{
    font-size: 24px;
    line-height: 42px;
    color: #056cae;
    font-weight: bold;
    float:left;
    width:187px;
    height:45px;
}
.leibiao .title a{
    font-size: 18px;
    color: #999999;
    line-height: 41px;
    font-weight: 400;
    float:right;
}
.leibiao .xbk{
    background-color:#e1e1e1;
    width: 100%;
    height: 3px;
    margin-top: -3px;
}
.column-cove .leibiao_con li a{
    line-height: 45px;
    font-size: 18px;
    color: #000;    
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float:left;
}
.column-cove .leibiao_con li span{
    line-height: 45px;
    font-size: 16px;
    color:#333333;
    float:right
}
.column-cove ul{
    overflow:none;
    margin-top: 0;
    height:auto;
    line-height:45px;
    margin-top:10px;
}
.column-cove ul li{
    background: url(dian_03.png) no-repeat left 19px;
    padding-left: 24px;
    overflow: hidden;
}
.column-cove ul li.white ins{width: 44px;height: 32px;position: absolute;right: 0;z-index: 1;background-color: #fff;font-size: 27px;}

.column-cove ul li a:hover {
    color: #000;
}
.sj_footer{display: none;}

/* 手机端 
@media screen and (max-width:1024px ) {
    .header{
        padding:20px 0px;
    }
    .center {
        padding: 0 10px;
    }
    .center, .content{
        max-width: 100%;
    }
    .header{
        height: auto;
        padding-bottom: 140px;
        background-size: inherit;
        padding-top: 0px;
        overflow: hidden;
    }
    .header_title{
       margin:0 auto;
       text-align: center;
    }
    .header_title img{
        max-width: 80%;
    }
    .column-cove .leibiao_con li a{
        width:72%;
    }
    .footer {
        display: none;
    }
    .footer_con {
        width: 100%;
    }
    .main {
        margin: 0;
    }
    .sj_footer {
        width: 100%;
        background-color: #333333;
        font-size: 13px;
        color: #ffffff;
        text-align: center;
        line-height: 2.875rem;
    }
    .footer_bg {
        display: none;
    }
    .mob_style {
        display: block;
    }
    .flink {
        display: none;
    }
}
@media screen and (max-width:768px ) {
    .leibiao{
        width:100%;
        float:none;
        margin:0;
        margin-top:20px;
    }

}*/
