/*通用列表页*/
.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;
    overflow-x: auto;
}
    /*分页*/
.details .pagers{
    margin: 20px 0;
    overflow: hidden;
}
.details .pagers div{
    font-size: 14px;
    color: #666666;
}


/*图文列表*/
.list_tw .ty_list li{
    margin-bottom: 20px;
}
.list_tw .ty_list li a{
    padding: 25px 15px;
    overflow: hidden;

}
.list_tw  .ty_list li a:hover{
    background: #faf6ed;
}
.list_tw  .ty_list li .img{
    width: 150px;
    height: 92px;
    overflow: hidden;
    border-radius: 5px;
}
.list_tw  .ty_list li .img img{
    /*height: 100%;*/
}

.list_tw  .ty_list li dl{
    width: calc(100% - 180px);
    position: relative;
}

.list_tw  .ty_list li dl dd{
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    line-height: 24px;
}
.list_tw  .ty_list li dl dd h4{
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
    background: url("../images/frame/tw_1.png")no-repeat left center;

}
.list_tw  .ty_list li dl dd span{
    display: inline-block;
    padding-left: 27px;
    background: url("../images/frame/tw_0.jpg")no-repeat left center;
    color: #999999;
    font-size: 14px;
    float: right;
}


.list_tw  .ty_list li dl dt{
    font-weight: 100;
    width: 100%;
    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;
}








@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;
        margin: 0;
    }

    .details .text{
        padding: 20px 0;
    }

    /*图文列表*/
    .list_tw .ty_list li{
        margin-bottom: 10px;
    }
    .list_tw .ty_list li a{
        padding: 10px;
        overflow: hidden;

    }
    .list_tw .ty_list li .img{
        width: 100%;
        height: auto;
    }
    .list_tw .ty_list li .img img{
        width: 100%;
        height: auto;
    }
    .list_tw .ty_list li dl{
        width: 100%;
    }
    .list_tw  .ty_list li dl dd{
        margin-bottom: 5px;
    }
    .list_tw .ty_list li dl dd h4{
        max-width: 100%;
        margin: 10px 0 0 0;
    }
    .list_tw .ty_list li dl dd span{
        width: 100%;
        float: left;
    }








}












