.zd_top{width: 100%;background: url("../images/2019zdly_bg.jpg") no-repeat;background-size: 100% 100%;padding: 30px 0}
.zdlytop{width: 1200px;margin: 0 auto}

.list_box{
    /*float: right;*/
    width: 1200px;
    height: 350px;
}
.ul_list{
    width: 1160px;
    height: 312px;
    padding: 24px 10px 0;
    background:-webkit-gradient(linear, 100% 0%, 100% 100%,from(#f9fcff), to(#fff));
    box-sizing: border-box;
    display: none;
}
/*.list_box .ul_list:nth-of-type(1){*/
/*    display: block;*/
/*}*/
.ul_list .li_content{
    /*height: 85px;*/
    margin-bottom: 17px;
    border-bottom: 1px dashed #e5e5e5;
}
.li_content>a{
    display: block;
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333;

}
.li_content p{
    text-indent:25px;
    font-size: 14px;
    color: #999;
    line-height: 19px;
    margin: 0;
    position: relative;
}
.li_content p a {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 12px;
    color: red;
}

/* label*/
.label{
    height: 35px;
    background: #f0f3f6;
    position: relative;
    overflow: hidden;
}
.label>a{
    float: left;
    width: 108px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}
.label>a.active{
    background: #285abe;
    color: #fff;
}
.label .label_more{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;

}
.label .label_more a{
    width: 16px;
    height: 16px;
    background: url("../images/moreIcon.png") no-repeat;
    display: none;
}

.ul_list li:not(:first-child){
    margin-bottom: 19px;
    list-style-image: url("../images/style-icon.png");
    list-style-position: inside;
    overflow: hidden;
    position: relative;
}

.ul_list li:not(:first-child) a{
    display: inline-block;
    max-width: 80%;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    vertical-align: -5px;
    margin-left: 10px;
}
.ul_list li:not(:first-child)>a:hover{
    color: #285abe;
    border-bottom: 1px solid #285abe;
}
.ul_list li:not(:first-child) .li_date{
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 0;
    top:3px;
}
.ul_list li:last-child{
    margin-bottom: 0;
}


.ggfwyms{width: 1100px;margin: 40px auto;}
 
