@charset "utf-8";

.head-page .news_item span{
    color: #B21623;
    font-weight: 600;
}
.head-page .news_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page .news_item>a::before{
    opacity: 1;
    transform: scale(1);
}
.news_detail_pg{
    background: #f5f7f8;
}
.news_detail_pg .page_lists{
    background: #FFFFFF;
    width: 77.36%;
    padding: 38px 50px 75px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 0px rgba(3,12,26,0.04);
}
.news_detail .page_lists .title  {
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.news_detail .page_lists .title .line{
    width: 24px;
    height: 2px;
    background: #B21623;
    margin: 14px 0 15px;
}
.page_lists .con img{
    display: inline-block;
    margin: 20px 0;
}
.page_lists .con p{
    margin-bottom: 16px;
}
.page_lists .con p:last-child{
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 50px;
}
.newsDe_list {
    width: 175px;
    height: 55px;
    border: 1px solid #EEEEEE;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #B21623;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsDe_iteml .item:hover .descc {
    color: #B21623;
}
.nav_lists {
    max-width: 313px;
    width: 20%;
}
.nav_lists .nav_texts {
    margin-top: 5px;
}
.nav_lists .item {
    display: block;
    position: relative;
    transition: all .4s;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0 16px;
    box-sizing: border-box;
}
.nav_lists .time{
    display: flex;
    align-items: center;
}
.nav_lists .time::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nav_lists_next.png) no-repeat center/cover;
    margin-right: 14px;
}
.nav_lists .tit{
    margin-top: 15px;
    transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
}
@media only screen and (min-width: 960px) {
    .nav_lists .item:hover {
        transform: translateX(5px);
    }
    .nav_lists .item:hover .tit{
        color: #B21623;
    }
    .newsDe_list:hover::before {
        background: url(../img/newsDe_list_hover.png) no-repeat center/cover;
    }
    .newsDe_list:hover::after {
        width: 100%;
    }
    .newsDe_list:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 1200px) {
    .newsDe-page{
        margin-top: 60px;
    }
    .newsDe_list{
        width: 152px;
        height: 50px;
    }
    .news_detail_pg .page_lists {
        width: 100%;
        padding: 40px 35px;
    }
    .page_lists .con {
        text-indent: 0;
    }
    .nav_lists {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .nav_lists{
        display: none;
    }
    .news .page_lists {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .newsDe_list {
        width: 128px;
        height: 45px;
    }
    .newsDe_list::before{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .detail_btn{
        margin-top: 15px;
    }
    .newsDe-page {
        margin-top: 30px;
        padding-top: 20px;
    }
    .newsDe_iteml{
        width: 100%;
        padding-right: 0;
    }
    .newsDe_list{
        margin: 20px auto 0;
    }
    .news_detail .page_lists .title {
        margin-bottom: 20px;
        padding-bottom: 15px;
        text-align: center;
    }
    .news_detail .page_lists .title .desc {
        margin-top: 6px;
    }
    .page_lists .con p {
        margin-bottom: 10px;
    }
    .news_detail_pg .page_lists {
        width: 100%;
        padding: 25px 15px;
    }
    .news_detail .page_lists .title .line{
        margin: 14px auto 15px;
    }
}