/* 图片列表开始 */
.dhwh{
    
}

.image-list{
    flex-wrap: wrap;
}

.image-list li{
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 2% 0;
    transition: all .5s;
}

.imageL{
    flex-shrink: 0;
    width: 160px;
    height: 119px;
    overflow: hidden;
}

.imageL img{
    width: 100%;
    height: inherit;
    transition: all 1s;
}

.imageR{
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 1.5%;
}

.imageR h3{
    font-size: 16px;
    color: #333333;
    transition: all 1s;
}

.imageR > p{
    height: 60px;
    font-size: 14px;
    color: #A09F9F;
    line-height: 30px;
    margin: 10px 0;
    transition: all 1s;
}

.image-tool{
    font-size: 14px;
    color: #AFAFAF;
    flex-wrap: wrap;
}

.image-tool p{
    margin-left: 30px;
}

.image-tool p:first-child{
    margin-left: 0;
}

.image-list li:hover .imageL img{
    transform: scale(1.1);
}

.image-list li:hover .imageR h3{
    color: #9B0A0E;
}

.image-list li:hover .imageR > p{
    color: #333333;
}

.image-list li:hover{
    border-bottom: 2px solid #9B0A0E;
}
/* 图片列表结束 */

/* 文字列表开始 */
.xwgk{}

.words-list li{
    width: 100%;
    border-bottom: 1px solid #DDDEDD;
    box-sizing: border-box;
    padding: 2% 0;
    transition: all .5s;
}

.wordsL{
    flex-shrink: 0;
    width: 85px;
    height: 89px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
}

.wordsL p{
    text-align: center;
}

.wordsL p:first-child{
    height: 49px;
    background: #C9C9C9;
    font-size: 18px;
    color: white;
    line-height: 49px;
    transition: all 1s;
}

.wordsL p:nth-child(2){
    height: calc(100% - 49px - 2px);
    font-size: 16px;
    color: #7C7C7C;
    line-height: 38px;
    transform: all 1s;
}

.wordsR{
    width: calc(100% - 85px);
    height: auto;
    box-sizing: border-box;
    padding-left: 1.5%;
}

.wordsR h3{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.wordsR > p{
    font-size: 14px;
    color: #919191;
    line-height: 30px;
    margin: 3px 0;
}

.words-tool p{
    font-size: 14px;
    color: #AFAFAF;
    margin-right: 20px;
}

.words-list li:hover{
    border-bottom: 2px solid #9B0A0E;
}

.words-list li:hover .wordsL p:first-child{
    background: #9B0A0E;
}

.words-list li:hover .wordsL{
    border: 1px solid #9B0A0E;
}

.words-list li:hover .wordsL > p:nth-child(2){
    color: #9B0A0E;
}

.words-list li:hover .wordsR h3{
    color: #9B0A0E;
}

.words-list li:hover .wordsR > p{
    color: #333333;
}

/* 文字列表结束 */

/* 新闻详情部分开始 */
.news-detail{}

.news-detail h3{
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    margin: 8% 0 1% 0;
}

.de-tools{
    border-bottom: 1px solid rgba(217,217,217,0.4000);
    box-sizing: border-box;
    padding: 1.5% 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.de-tools p{
    flex-shrink: 0;
    font-size: 14px;
    color: #AFAFAF;
    margin: 0 5px;
}

.de-content img{
    /*width: 100%;*/
    height: auto !important;
    margin: 15px 0 !important;
}

.de-content p{
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
    color: #333333 !important;
    line-height: 36px !important;
    /*text-indent: 2em !important;*/
    margin-bottom: 15px !important;
}

.de-content p , .de-content span, .de-content a{
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.bottom-tools{
    border-top: 1px solid #F4F4F4;
    margin-top: 40px;
    padding-top: 20px;
}

.bottom-tools a{
    width: 40%;
    font-size: 16px;
    color: #AFAFAF;
}

.bottom-tools a span{
    flex-shrink: 0;
}

.bottom-tools p{
    color: #333333;
}

.bottom-tools a:hover{
    color: #821316;
}

.bottom-tools a:hover p{
    color: #821316;
}

/* 新闻详情部分结束 */












@media screen and (max-width: 998px) {
    .image-list li, .words-list li{
        padding: 4% 0;
    }
}

@media screen and (max-width: 698px) {
    .image-tool p:nth-child(2){
        display: none;
    }

    .news-detail h3{
        font-size: 28px;
    }
}

@media screen and (max-width: 598px) {
    .imageL{
        width: 101px;
        height: 75px;
    }

    .wordsL{
        width: 75px;
        height: 73px;
    }

    .wordsL p:first-child{
        height: 39px;
    }

    .wordsL p:nth-child(2){
        height: 32px;
        line-height: 32px;
    }

    .imageR{
        width: calc(100% - 101px);
    }

    .imageR > p{
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 5px 0;
        line-height: 25px;
        /* font-size: 12px; */
    }

    .image-tool p{
        margin-left: 0;
        margin-right: 5px;
    }

    .wordsR > p{
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 5px 0;
        margin: 0;
    }

    .words-tool p{
        margin-left: 0;
        margin-right: 5px;
        font-size: 12px;
    }

    .image-tool img{
        width: 16px;
        height: 16px;
    }

    .words-tool img{
        width: 16px;
        height: 16px;
    }

    .news-detail h3{
        font-size: 24px;
    }
    
    .de-content img{
        width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
    .image-tool{
        font-size: 12px;
    }

    .de-tools img{
        width: 16px;
        height: 16px;
    }

    .de-tools p{
        font-size: 12px;
    }

    .news-detail h3{
        font-size: 20px;
    }

    .bottom-tools{
        flex-wrap: wrap;
    }

    .bottom-tools a{
        width: 100%;
        margin-bottom: 10px;
    }

    .wordsR, .imageR{
        padding-left: 3%;
    }

    .image-list li, .words-list li{
        padding: 5% 0;
    }
}