.news {
    width: 100%;
    background: rgba(237, 240, 246, 1);
    font-size: 0.33rem;
}

.news-banner {
    font-size: 0;
    position: relative;
}

.news-banner img {
    width: 100%;
}

.news-title-box {
    width: 100%;
    height: 1.19rem;
    box-shadow: 0.00rem 0.04rem 0.30rem 0.00rem rgba(67, 90, 107, 0.1);
    position: relative;
    background-color: #fff;

}

.news-title {
    width: 22.22rem;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.title-left {
    display: flex;
    align-items: center;
}

.title-left p {
    padding: 0 0.19rem;
    font-size: 0.33rem;
    font-weight: 600;
    color: #666666;
    line-height: 0.41rem;
}

.title-left p a {
    color: #666666;
}

.news-box {
    width: 22.22rem;
    margin: 1.30rem auto 0;
}

.title-tab {
    display: flex;
}

.title-tab p {
    width: 5.26rem;
    font-size: 0.37rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.52rem;
    position: relative;
    padding-bottom: 0.11rem;
    cursor: pointer;
}

.title-tab p:first-child {
    margin-right: 0.44rem;
}

.title-tab p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.07rem;
    background: #D8E5F3;
}

.title-tab .title-active {
    font-size: 0.44rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.61rem;
}

.title-tab .title-active::before {

    background: #2370FA;
}

.new-cont-top {
    display: flex;
    margin-top: 1.48rem;
}

.top-img {
    width: 12.13rem;
    margin-right: 1.07rem;
}

.top-img img {
    width: 100%;
    height: 7rem;
}

.top-right {
    text-align: justify;
    /*padding-right: 1.17rem;*/
    box-sizing: border-box;
    position: relative;
}

.top-right h3 {
    font-size: 0.52rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.74rem;
}

.top-right p {
    margin-top: 0.80rem;
    font-size: 0.37rem;
    font-weight: 400;
    color: #4E555F;
    line-height: 0.52rem;
}

.top-right a {
    width: 3.76rem;
    height: 1.11rem;
    background: #FFFFFF;
    border: 0.02rem solid #2370FA;
    margin-top: 1.48rem;
    float: right;

    font-size: 0.33rem;
    font-weight: 400;
    color: #007AFF;
    line-height: 1.11rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-content {
    width: 100%;
    background-color: #fff;
    /* padding: 0 0.59rem; */
    box-sizing: border-box;
    margin-top: 1.85rem;
}

.news-content li a {
    display: flex;
    border-bottom: 0.02rem solid #F2F5FB;
    padding: 0.59rem;
    cursor: pointer;
}

.news-content li:last-child {
    border: none;
}

.content-img {
    width: 4.59rem;
    height: 2.78rem;
    margin-right: 0.52rem;
}

.content-img img {
    width: 100%;
    height: 100%;
}

.content-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-desc h4 {
    font-size: 0.37rem;
    font-weight: 500;
    color: #24272B;
    line-height: 0.61rem;
}

.content-desc>div>p {
    margin-top: 0.19rem;
    font-size: 0.30rem;
    font-weight: 400;
    color: #4E555F;
    line-height: 0.52rem;
}

.content-desc>.desc-time {
    /* margin-top: 0.37rem; */
    display: flex;
}

.content-desc>.desc-time .browse>span:first-child {
    display: inline-block;
    width: 0.24rem;
    height: 0.19rem;
    background: url("../../img/News/news-see.png") no-repeat;
    background-size: cover;
}

.content-desc>div p {
    font-size: 0.30rem;
    font-weight: 400;
    color: #B5C1D1;
    line-height: 0.31rem;
    margin-right: 0.37rem;
}

.news-content li:hover {
    background: #EDF0F6;
}

.news-content li:hover .content-desc h4 {
    color: #007AFF;
}

.news-content li:hover .content-desc>p {
    color: #24272B;
}

.news-content li:hover .content-desc>div>p {
    color: #24272B;
}

#page {
    display: flex;
    justify-content: center;
    margin-top: 1.48rem;
}



.news-detail {
    background-color: #fff;
    font-size: 0.33rem;

}

.news-detail-content {
    width: 22.22rem;
    margin: 1.48rem auto;
}

.news-detail-content>h2 {
    font-size: 0.44rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.61rem;
}

.detail-content-box {
    display: flex;
    align-items: flex-start;
}

.detail-content-left {
    width: 14.44rem;
    margin-right: 0.67rem;
}

.detail-content-right {
    width: 7.11rem;
    /* height: 3.70rem; */
    background: #F4F6F8;
    margin-top: 0.83rem;
    padding: 0.59rem;
    box-sizing: border-box;
}

.left-top {
    margin-top: 0.43rem;
    display: flex;
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(36, 39, 43, 0.5);
    line-height: 0.31rem;
    border-bottom: 0.02rem solid rgba(121, 129, 140, 0.2);
    padding-bottom: 0.11rem;
}

.left-top p {
    margin-right: 0.37rem;

}

.left-top>div {
    display: flex;
    align-items: center;
}

.left-top>div p {
    margin-right: 0.09rem;
}

.left-content {
    margin-top: 0.70rem;
    font-size: 0.33rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.56rem;
    letter-spacing: 0.04rem;

    border-bottom: 0.02rem solid rgba(213, 214, 216, 0.34);
}

.left-content p {
    margin-bottom: 0.37rem;
    text-indent: 0.74rem;
}

.detail-content-right>p {
    font-size: 0.44rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.61rem;
    position: relative;
    padding-bottom: 0.11rem;
}

.detail-content-right>p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.07rem;
    background: #007AFF;

}

.right-text {
    margin-top: 1.30rem;
    padding-bottom: 0.70rem;
    border-bottom: 0.02rem solid rgba(151, 151, 151, 0.4);
}

.right-text>a {
    font-size: 0.30rem;
    font-weight: 500;
    color: #4E555F;
    line-height: 0.52rem;
}

.right-text>p {
    font-size: 0.30rem;
    font-weight: 400;
    color: #4E555F;
    line-height: 0.41rem;
    margin-top: 0.22rem;
}

.right-text:last-child {
    border: none;
}

.left-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 0.31rem;
    font-size: 0.33rem;
    font-weight: 400;
    color: #4E555F;
    line-height: 0.46rem;
}

.left-bottom p,.left-bottom a {
    cursor: pointer;
}

.left-content>div {
    width: 100%;
    font-size: 0;
}

.left-content img {
    width: 100%;
    object-fit: cover;
}


#page {
    display: flex;
    justify-content: center;
    margin-top: 1.48rem;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: none;

}

.layui-laypage .layui-laypage-curr em {
    color: rgba(24, 111, 250, 1);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border: 0.02rem solid #186FFA;
    width: 90%;
    height: 90%;
}
.text-center .pagination{
    display: inline-block;
    vertical-align: middle;
    margin: 0.19rem 0;
}
.text-center .pagination li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.28rem;
    height: 0.52rem;
    line-height: 0.52rem;
    margin: 0 -0.02rem 0.09rem 0;
    background-color: #fff;
    color: #333;
    font-size: 0.22rem;
    border: 0.02rem solid #eee;
}
.text-center .pagination .active{
    color: rgba(24, 111, 250, 1);
    border: 0.02rem solid #186FFA;
    margin-right: 0.02rem;
}
@media (min-width:300px) and (max-width: 800px) {
    .news-title{
        width: 100%;
    }
    .news-box{
        width: 100%;
    }
    .new-cont-top{
        flex-direction: column;
    }
    .top-right{
        width: 100% !important;
        margin-top: 0.4rem;
    }
    .top-right a{
        margin-top: 0.48rem;
        position: unset;
    }
    .new-cont-top{
        padding: 0 0.5rem;
    }
    .top-img{
        width: 100%;
    }
    .top-img img{
        height: 4.7rem;
    }
    .top-right p{
        margin-top: 0.5rem;
    }
    .news-content li a{
        flex-direction: column;
    }
    .content-img{
        width: 100%;
        height: 4rem;
        margin-bottom: 0.5rem;
    }
    .content-desc>div p{
        margin-right: 0;
        line-height: 0.41rem;
    }
    #page{
        padding: 0.48rem 0;
        margin-top: 0;
    }
    .title-tab{
        padding: 0 0.4rem;
    }
    .news-detail-content{
        width: unset;
    }
    .news-detail-content>h2{
        width: unset !important;
    }
    .detail-content-box{
        flex-direction: column;
    }
    .detail-content-left{
        width: unset;
        margin-right: 0;
    }
    .news-detail-content{
        padding: 0 0.5rem;
    }
    .detail-content-right{
        width: 8.61rem;
        margin: 0.83rem auto;
    }
}

