.new-list,.new-detail{
     background-image: url("../../assets/img/新闻中心.png");
     padding-bottom: 100px;
     position: relative;
    background-size: cover;
    background-repeat: no-repeat;
 }
.new-list .new-item{
    padding: 30px 0;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid var(--primary-text-color);
}
.new-list .new-item img{
    height: 200px;
    object-fit: cover;
}
.new-list .new-item .right{
    margin-left: 30px;
}
.new-list .new-item .right .title{
    color: #ffffff;
    color: var(--primary-text-color);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.new-list .new-item .right .sub-title{
    color: #d4d3d3;
    color: var(--sub-text-color);
    font-weight: 300;
    font-size: 16px;
}
.new-list .new-item .right .btn{
    margin-top: 50px;
}
.new-list .pagination{
    margin-top: 50px;
    color: #ffffff;
    color: var(--primary-text-color);
}
.new-list .pagination li{
    margin: 5px;
    font-size: 16px;
}
.new-list .pagination li a{
    color: #ffffff;
    color: var(--primary-text-color);
    border: 1px solid #ffffff;
    border: 1px solid var(--primary-text-color);
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
}
.new-list .pagination li a:active,
.new-list .pagination li a:hover{
    color: #872624;
    color: var(--primary-color);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.new-list .pagination li a:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(248 249 250 / 50%);
}
.new-list .pagination li span{
    margin-left: 5px;
    color: #d4d3d3;
    color: var(--sub-text-color);
}
.new-list .btn:hover,
.new-list .btn:active,
.new-list .btn-outline-light:not(:disabled):not(.disabled):active,
.new-list .btn-outline-light:not(:disabled):not(.disabled).active{
    color: #872624;
    color: var(--primary-color);
}
.new-detail .title{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid var(--primary-text-color);
}
.new-detail .title div:first-child{
    font-size: 20px;
    color: #ffffff;
    color: var(--primary-text-color);
}
.new-detail .title div:last-child{
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    color: #d4d3d3;
    color: var(--sub-text-color);
}
.new-detail .content{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 50px;
    color: #ffffff;
    color: var(--primary-text-color);
}
.new-detail .content video{
    background: black;
    width: 100%;
    height: 100%;
}
.new-detail .content img{
    max-width: 100%;
}
.new-detail .bottom{
    margin-top: 20px;
}
.new-detail .bottom .left{
    color: #d4d3d3;
    color: var(--sub-text-color);
    font-weight: 300;
    font-size: 16px;
}
.new-detail .bottom .left div:last-child{
    margin-top: 5px;
    cursor: pointer;
}
.new-detail .bottom .btn-dark{
    width: 100px;
    background: black;
}

@media (min-width: 767px) and (max-width: 991px) {
    .new-list .new-item img{
        width: 300px;
    }
}
@media (max-width: 767px) {
    .new-list,.new-detail{
        padding-bottom: 50px;
    }
    .new-list .new-item{
        display: flex;
        flex-wrap: wrap;
    }
    .new-list .new-item{
        padding: 30px 0;
        border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid var(--primary-text-color);
    }
    .new-list .new-item .left{
        width: 100%;
    }
    .new-list .new-item img{
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .new-list .new-item .right{
        width: 100%;
        margin-left: 0;
    }

    .new-list .new-item .right .title{
        font-size: 13pt;
    }
    .new-list .new-item .right .sub-title{
        font-size: 11pt;
    }
    .new-list .new-item .right .btn{
        margin-top: 15px;
    }
    .new-detail .title{
        margin-top: 30px;
    }
    .new-detail .title div:first-child{
        font-size: 13pt;
    }
    .new-detail .content{
        margin-left: 0;
        width: 100%;
    }
    .new-detail .bottom .btn-dark{
        width: auto;
    }
}
@media (max-width: 574px) {
    .new-list,.new-detail{
        padding-bottom: 50px;
    }
    .new-list .new-item{
        display: flex;
        flex-wrap: wrap;
    }
    .new-list .new-item{
        padding: 30px 0;
        border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid var(--primary-text-color);
    }
    .new-list .new-item .left{
        width: 100%;
    }
    .new-list .new-item img{
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .new-list .new-item .right{
        width: 100%;
        margin-left: 0;
    }

    .new-list .new-item .right .title{
        font-size: 13pt;
    }
    .new-list .new-item .right .sub-title{
        font-size: 11pt;
    }
    .new-list .new-item .right .btn{
        margin-top: 15px;
    }
    .new-detail .title{
        margin-top: 30px;
    }
    .new-detail .title div:first-child{
        font-size: 13pt;
    }
    .new-detail .content{
        margin-left: 0;
        width: 100%;
    }
    .new-detail .bottom .btn-dark{
        width: auto;
    }
}
