/* 新闻资讯 */
.about-development-text {
    margin: 0 auto;
}

.group-banner {
    height: 5rem !important;
}

.news-wrap {
    padding-top: 0.97rem;
    padding-bottom: 0.23rem;
    width: 100%;
    background: #F8F9FA;
}

.news-top {
    margin: 0 auto;
    width: 100%;
    height: 4.96rem;
    margin-top: 0.84rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    border: 0.01rem solid #CECECE;
    background: #FFFFFF;
}

.news-top-left {
    width: 8.66rem;
    height: 4.56rem;
    padding-left: .2rem;
}

.news-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-top-rig {
    width: 6.16rem;
    /* height: 100%; */
    margin-left: .63rem;
}

.news-top-rigtitle {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #02438D;
    line-height: 0.44rem;
    padding-bottom: .26rem;
    border-bottom: 0.01rem dashed #C5C5C5;
}

.news-top-rigcon {
    margin-top: .4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
}

.news-top-rigtime {
    margin-top: .31rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7A7A7A;
}

.news-list {
    padding-top: .49rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-item {
    margin-top: .51rem;
    margin-right: .26rem;
    width: 5.16rem;
}

.news-item:hover .news-timeimg {
    border: none;
    background: #02438D;
}

.news-item:hover .news-title {
    color: #02438D;
}

.news-item:hover .news-timeimg-one {
    display: none;
}

.news-item:hover .news-timeimg-two {
    display: block;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-img {
    width: 100%;
    height: 2.72rem;
    flex-shrink: 0;
    margin-right: 0.63rem;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    width: 100%;
    height: 3.46rem;
    background: #F7F7F7;
    border: 0.01rem solid rgba(0, 0, 0, 0);
    padding: .37rem .25rem;
}

.news-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.44rem;
}

.news-p {
    margin-top: .24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
    margin-bottom: .24rem;

}

.news-time {
    padding-top: .3rem;
    border-top: 0.01rem solid #CACACA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-timetext span {
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #696969;
}

.news-timetext {
    margin-left: .05rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #696969;
}

.news-timeimg {
    width: 0.67rem;
    height: 0.37rem;
    border: 0.01rem solid #CACACA;
}

.news-timeimg img {
    width: .41rem;
    height: .23rem;
    margin: 0.07rem auto;
}

.news-timeimg-two {
    display: none;
}

/* 新闻资讯 end*/

/* 公告通知 */
.news-notice-con {
    margin-top: 0.97rem;
}

.news-notice-list {
    margin: 0 auto;
    margin-top: 0.16rem;
}

.news-notice {
    padding: .54rem .63rem;
    margin-top: .65rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
}

.news-noticeleft {
    width: 12.81rem;
    margin-right: 1.02rem;
}

.news-noticeleft-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-noticeleft-con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 0.32rem;
}

.news-noticerig-img {
    margin: 0 auto;
    width: .74rem;
    object-fit: cover;
}

.news-noticerig-time {
    margin-top: .27rem;
    color: #686868;
}

.news-noti-two {
    display: none;
}

.news-notice-box:hover .news-notice {
    border: 0.02rem solid #02438D;
}

.news-notice-box:hover .news-noticeleft-title {
    color: #02438D;
}

.news-notice-box:hover .news-noti-one{
    display: none;
}

.news-notice-box:hover .news-noti-two{
    display: block;
}
/* 新闻详情 */
.news-detail {
    margin-top: 0.97rem;
}

.news-detail-wrap {
    margin: 0.65rem auto;
    overflow: hidden;
}

.news-detail-title {
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.news-detail-time {
    display: flex;
    justify-content: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #DCDCDC;
}

.news-detail-time p {
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 0 0.3rem;
}

.news-detail-content {
    margin: 0.6rem 0;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}

.news-detail-content img {
    max-width: 100%;
    display: block;
    margin: 0.3rem auto;
}

.news-detail-content p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}

.news-detail-share {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding: 0.22rem 0;
}

.news-detail-share a {
    margin-right: 0.15rem;
}

.news-detail-share i {
    color: #999999;
    font-size: 0.28rem;
    transition: all .4s;
}

.news-detail-share a:hover i {
    color: #014098;
}

.news-detail-page {
    /* display: flex;
    justify-content: space-between; */
    padding-top: 0.3rem;
    border-top: 1px solid #DCDCDC;
}

.news-detail-page a {
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #666666;
    transition: all .4s;
    margin-bottom: 0.15rem;
}

.news-detail-page a:hover {
    color: #0745B1;
}

.news-detail-img {
    margin: 0.78rem auto;
    /* width: 16rem;
    height: 12rem; */
}

.news-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 新闻详情 end */
@media only screen and (max-width: 1024px) {
    .news-wrap {
        
        padding: 0 0.2rem;
        padding-top: 0.6rem;
    }
    .news-top-left{
        padding-left: 0;
    }
    .news-top-rig{
        width: 100%;
        margin-left: 0;
        padding: 0.3rem 0.32rem;
    }

    .news-top {
        display: block;
    }

    .news-top {
        height: auto;
    }

    .news-notice-con {
        margin-top: 0.6rem;
        padding: 0 0.2rem;
    }

    .news-notice-text {
        line-height: 0.46rem;
    }


    .tran_scale {
        width: 100%;
    }

    .news-content1 {
        margin-top: 0.6rem;
    }

    .news-more1,
    .news-more {
        justify-content: flex-end;
    }

    .news-p1,
    .news-p {
        font-size: 0.24rem;
        line-height: 0.37rem;
    }

    .news-list {
        padding: 0 0.25rem;
    }

    .news-item {
        display: block;
        width: 100%;
        padding: 0.3rem 0;
        margin-right: 0;
    }
    .news-top-rigcon{
        font-size: .24rem;
        line-height: .36rem;
    }

    .tran_scale {
        height: 4rem;
    }
    .news-content{
        height: auto;
    }

    .news-title {
        margin: 0.3rem 0;
    }

    .paging-page {
        height: 0.35rem !important;
        line-height: 0.35rem !important;
    }

    .news-top {
        margin-bottom: 0.6rem;
    }
    .news-notice{
        padding: 0.54rem 0.32rem;
    }
    .news-noticeleft{
        margin-right: 0.32rem;
    }
    .news-noticeleft-title{
        font-size: .3rem;
        line-height: .4rem;
    }
    .news-noticeleft-con{
        font-size: .24rem;
    }

    /* 详情 */
    .news-detail {
        padding: 0 0.2rem;
        margin-top: 0.6rem;
    }

    .news-detail-img {
        width: 100%;
    }

    .news-detail-wrap {
        padding: 0 0.25rem;
    }

    .news-detail-title {
        line-height: 0.4rem;
    }

    .news-detail-time p {
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }

    .news-detail-content {
        font-size: 0.26rem;
        line-height: 0.45rem;
        margin: 0.4rem 0;
    }

    .news-detail-share i {
        font-size: 0.35rem;
    }

    .news-detail-page {
        flex-direction: column;
    }
    .news-detail-content p{
        font-size: .26rem;
        line-height: .36rem;
    }

    .news-detail-page a {
        font-size: 0.24rem;
        line-height: .36rem;
        margin-bottom: 0.2rem;
    }
}