.list_content {
    width: 100%;
    float: right;
    background: #fff;
}
.list_content .list_tit2 {
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
}
.list_content .list_tit2 img {
    width: 28px;
}
.list_content .list_tit2 img {
    margin: 19px 15px;
    float: left;
}
.list_content .list_tit2 h3 {
    font-size: 18px;
    color: #2850a0;
    float: left;
    line-height: 60px;
}
.list_content>ul {
    /*width: 927px;*/
    margin: 30px;
    margin-bottom: 5px;
    /*border-bottom: 1px dashed #d9d9d9;*/
}
.list_content>ul li {
    height: 43px;
}

.list_content>ul li img, .list_content>ul li i {
    width: 4px;
    height: 4px;
    float: left;
    margin: 10px 10px 10px 0;
}
.list_content>ul li span {
    font-size: 16px;
    color: #333;
    float: left;
    height: 25px;
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
    line-height: 25px;
}
 .list_content > ul > li > a > span:nth-child(2){
     width: 800px;
    height: 25px;
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
    line-height: 25px;
 }
.list_content>ul li .time {
    float: right;
}

.list_content .content{
    font-size: 13px;
    line-height: 36px;
    color: #333;
    padding: 20px;
    box-sizing: border-box;
}
.list_content .content img{
    max-width: 100%;
}
.list_content .content > .content-title{
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;

}


.xwdt-ztzl {
    padding: 50px;
}
.xwdt-ztzl .layui-col-xs4 {
    margin-bottom: 20px;
}
.xwdt-ztzl .article-img{
    margin-bottom: 15px;
    display: block;
}
/** 筛选条件**/
.xwdt-search {
    width: 995px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px auto;
}
.zhanhuiss {
    border-bottom: 1px solid #ececec;
    padding: 5px 0px;
    zoom: 1;
    overflow: hidden;
    width: 100%;
}
.zhanhuiss .ssname {
    float: left;
    width: 57px;
    text-align: right;
    color: #666666;
}
.timess {
    float: left;
}

.year {
    height: 30px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    overflow: hidden;
}
.year a {
    float: left;
    display: block;
    width: 52px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    padding: 0 8px;
}
.year a.current {
    background: var(--lyj-primary-color);
    color: #fff;
    text-decoration: none;
}

.timess p a.xy {
    color: var(--lyj-primary-color);
    font-weight: 800;
}

.timess p {
    line-height: 30px;
}
.timess p a {
    padding: 0 20px;
}
