/*通用列表页*/
.list_wz .ty_list li{
    margin-bottom: 20px;
}
.list_wz .ty_list li a{
    padding: 25px 0;
    border-bottom: 2px solid #faf6ed;
    overflow: hidden;
}
.list_wz .ty_list li a:hover{
    background: #faf6ed;
}
.list_wz .ty_list li .bt{
    width: 134px;
    text-align: center;
    background: url("../images/frame/wz_0.png")no-repeat center;
}
.list_wz .ty_list li .bt p{
    display: block;
    color: #a03626;
    font-size: 36px;
}
.list_wz .ty_list li .bt span{
    display: block;
    font-size: 16px;
}

.list_wz .ty_list li dl{
    width: calc(100% - 134px);
    padding-left: 35px;
    position: relative;
}
.list_wz .ty_list li dl:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #eebeb6;
}
.list_wz .ty_list li dl dd{
    overflow: hidden;
    margin-bottom: 10px;
    display: inherit;
    max-width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.list_wz .ty_list li dl dt{
    font-weight: 100;
    max-width: 99%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    height: 48px;
}


/*文章正文*/
.details{
    min-height: 500px;
}

.details .titles{
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.details .time{
    text-align: center;
    color: #999999;
}
.details .time span{
    margin: 0 5px;
    font-size: 14px;
    line-height: 40px;
}
.details .text{
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #d3d3d3;
}
    /*分页*/
.details .pagers{
    margin: 20px 0;
    overflow: hidden;
}
.details .pagers div{
    font-size: 14px;
    color: #666666;
}


@media screen and ( max-width: 1200px ) {
    /*通用列表页*/
    .list_wz .ty_list li{
        margin-bottom: 10px;
    }
    .list_wz .ty_list li a{
        padding: 10px 0;
    }
    .list_wz .ty_list li a:hover{

    }
    .list_wz .ty_list li .bt{
        width: 80px;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size: 100% auto;
        padding: 12px 0;
    }
    .list_wz .ty_list li .bt p{
        font-size: 24px;
    }
    .list_wz .ty_list li .bt span{
        font-size: 12px;
    }

    .list_wz .ty_list li dl{
        width: calc(100% - 90px);
        padding-left: 10px;
    }
    .list_wz .ty_list li dl:before{

    }
    .list_wz .ty_list li dl dd{
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .list_wz .ty_list li dl dt{
        max-width: 100%;
    }


    /*文章正文*/
    .details .titles{
        font-size: 20px;
        line-height: 30px;
    }
    .details .time{
        margin-top: 5px;
    }
    .details .time span{
        line-height: inherit;
    }
    .details .text{
        padding: 20px 0;
    }



}












