.news-list {
    margin: 0 -12px;
}

.news-list .item {
    width: 25%;
    padding: 0 12px;
}

.news-list .item .box {
    text-align: center;
    max-width: 245px;
    position: relative;
    margin: 0 auto 80px;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.news-list .pic {
    border: 10px solid rgba(155, 162, 16, 0.60);
    border-radius: 250px;
    overflow: hidden;
    position: relative;
}

.news-list .box:hover .pic:before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.70) url(../../images/common/news/hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-list .date,
.news-detail .date {
    display: inline-block;
    background: #663366;
    text-align: center;
    color: #CCC4E8;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    width: 75px;
    height: 75px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    padding: 6px 0 0;
    margin: -45px 0 15px;
}

.news-list .date:before,
.news-detail .date:before {
    content: "";
    border: 1px solid #B3A0C8;
    margin: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.news-list .date b,
.news-detail .date b {
    display: block;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 45px;
    font-weight: normal;
}

.news-list .name {
    color: #84742D;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list .box:hover .name {
    color: #663366;
}

.news-list .description {
    font-size: 13px;
    color: #676759;
    letter-spacing: 0;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    text-align: left;
}

.news-list .box:hover .description {
    color: #000;
}

.news-list+.btn-box {
    padding-top: 0;
}

.news-detail {
    max-width: 1205px;
    padding-left: 95px;
    margin: 0 auto;
    position: relative;
}

.news-detail .date {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.news-detail .txt {
    padding-left: 20px;
    border-left: 1px solid #E0E0E0;
}

.news-detail .title {
    background: url(../../images/common/news/title_bg.png);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.73;
    position: relative;
    padding: 26px 20px 26px 70px;
    border-radius: 4px;
    margin-bottom: 60px;
}

.news-detail .title:before {
    content: "";
    display: block;
    background: url(../../images/common/news/title_ic.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.news-detail .title:after {
    content: "";
    border: 1px solid #fff;
    margin: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.news-detail .editor {
    padding: 0 20px;
}

.news-detail .btn-box {
    text-align: left;
    padding: 70px 20px 0;
}

@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 33.33%;
    }
    .news-detail .btn-box {

        padding: 40px 0px 0;
    }
}

@media screen and (max-width: 767px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item .box {
        margin-bottom: 20px;
    }
    .news-detail .title {
        margin-bottom: 30px;
    }
    .news-detail .editor,
    .news-detail .btn-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item .box {
        max-width: 100%;
        padding: 0 10px 15px;
        border-bottom: 1px solid #ddd;
    }
    .news-detail {
        padding-left: 0;
    }
    .news-detail .date {
        position: relative;
        left: 0;
        display: block;
        margin: 0 auto 20px;
    }
    .news-detail .txt {
        padding-left: 0;
        border-left: 0;
    }

    .news-list .name {
        height: auto;
    }
    .news-list .description {
        height: auto;
        max-height: 40px;
        padding-left: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-list .pic {
        display: none;
    }

    .news-list .date,
    .news-detail .date {
        line-height: 1.2;
        letter-spacing: 0;
        width: 75px;
        height: 75px;
        padding: 10px 0 0;
        margin: 0px;
        float: left;
         margin-right: 5px;
    }

    .news-list .date b,
    .news-detail .date b {
        font-size: 30px;
    }

    .news-detail .date {
        line-height: 1;
        letter-spacing: 0;
        width: 125px;
        height: 45px;
        padding: 10px 0 0;
        margin: 0px;
        float: none;
        display: inline-block;
    }
    .news-detail .title {
        font-size: 16px;
        padding: 15px 20px;
        margin-bottom: 15px;
    }

    .news-detail .date b {
        font-size: 25px;
        display: inline-block;
        margin-right: 2px;
    }
    .news-detail .title:before {
        display: none;
    }
}