/* 新闻资讯 */

.news-text0 {
    text-align: center;
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
}

.news-text1 {
    margin: 0 auto;
    margin-top: .28rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}

.news-content-one {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.group-banner {

    box-shadow: none !important;
}

.news-wrap {
    background: #F8F9FA;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.news-top {
    margin: 0 auto;
    width: 100%;
    height: 4.95rem;
    margin-top: .8rem;
    /* margin-top: 0.84rem;
    margin-bottom: 0.8rem; */
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

.news-top-left {
    width: 9.07rem;
    height: 100%;
}

.news-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-top-rig {
    width: 6.93rem;
    height: 100%;
}

.news-top-rig {
    padding: 0.5rem 0.39rem;
}

.news-top-rig .text-red-text1 {
    /* padding-top: 0.2rem; */
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-top:hover .news-top-rig .text-red-text1 {
    color: #0C4DA2;
}

.news-top-rig .text-red-text2 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    padding-top: 0.27rem;
    padding-bottom: 0.36rem;
}

.news-top-rig .text-red-text3 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

.news-top-rig .text-red a {
    margin-top: 0.55rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font18);
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.45rem;
    width: 1.6rem;
    height: 0.45rem;
    background: #072E7A;
    opacity: 1;
}

.news-top-rig .text-red-span {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 0.34rem;
}

.news-top-rigk {
    display: block;
    padding: 0.4rem 0.3rem 0.36rem 0.47rem;
    height: 1.66rem;
    width: 100%;
    border-bottom: 0.01rem solid #C5C5C5;
}

.news-top-rigk:hover {
    cursor: pointer;
    background: #02438D;
}

.news-top-rigk:hover .news-top-rigk-textp {
    color: #FFFFFF;
}

.news-top-rigk:hover .news-top-rigk-textd {
    color: #EFEFEF;
}

.news-top-rigk:hover .news-top-rigk-p {
    color: #FFFFFF;
}

.news-top-rigk-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-top-rigk-textp {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-top-rigk-textd {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #A4A4A4;
}

.news-top-rigk-p {
    margin-top: 0.26rem;
    font-size: var(--font18);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 0.32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list {
    /* padding-top: 0.99rem; */
    margin: 0 auto;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 0.01rem solid #CFCFCF;
}

.news-item:last-child {
    border-bottom: none;
}

.news-img {
    width: 4.3rem;
    height: 2.4rem;
    flex-shrink: 0;
    margin-right: 0.63rem;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    flex: 1;
}

.news-time {
    display: flex;
    align-items: center;
}

.news-time img {
    width: 0.25rem;
    height: 0.25rem;
}

.news-time p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 0.1rem;
}

.news-title {
    width: 8.5rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-p {
    margin-top: .58rem;
    font-size: var(--font18);
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #333333;
}

.news-more {
    display: flex;
    align-items: center;
    margin-top: 0.53rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-more p {
    width: 0.4rem;
    height: 0.02rem;
    margin-right: 0.1rem;
    background: #333333;
}


/* 新闻资讯 end*/


/* 公告通知 */

.news-notice-con {
    margin-top: 1rem;
}

.news-notice-list {
    margin: 0 auto;
    margin-top: 0.1rem;
}

.news-notice-box {
    margin-top: 0.58rem;
    background: #FAFAFA;
    width: 100%;
    /* box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1000); */
}

.news-notice {
    margin: 0 auto;
    padding: 0.52rem 0.63rem;
    border-bottom: 1px solid #EFEFEF;

}

.news-notice-time {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.news-notice-time img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}

.news-notice-time p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-notice-p {
    margin-top: 0.31rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-notice-text {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.news-notice-p1 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838383;
    line-height: 0.36rem;
}

.news-notice-more {
    width: 0.17rem;
    height: 0.1rem;
}

.news-notice-more img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-notice-box:hover {
    /* background: rgba(1, 113, 195, 0.04);
    border: 0.01rem solid #0745B1; */

    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
    transition: all .365s;
}

.news-notice-box:hover .news-notice-text {
    color: #014098;
    transition: all .365s;
}

.news-notice-box:hover .news-notice-more {
    color: #014098;
    transition: all .365s;
}

.news-notice-box:hover .news-notice-more p {
    background: #014098;
    transition: all .365s;
}


/* 新闻详情 */

.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;
    /* height: 16rem; */
    width: 12rem;
}

.news-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 新闻详情 end */

@media only screen and (max-width: 1024px) {
    .news-top-rig .text-red-text1{
        font-size: .3rem;
    }
    .news-top-rig .text-red-text2{
        font-size: .24rem;
    }
    .news-wrap {
        padding: 0 0.2rem;
        padding-top: 0.6rem;
    }
    .news-top-rig .text-red-text3{
        font-size: .24rem;
        line-height: .37rem;
        text-align: justify;
    }
    .news-top-rig .text-red a{
        margin-top: 0.35rem !important;
    }
    .news-top-rig {
        width: 100%;
        padding: 0.4rem 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;
        padding: 0.3rem 0;
    }

    .tran_scale {
        height: 4rem;
    }
    .news-p{
        margin-top: .08rem;
    }
    .news-content {
        margin-top: 0.6rem;
    }
    .news-notice{
        padding: 0.52rem 0.32rem;
    }
    .news-title {
        font-size: .3rem;
        margin: 0.3rem 0;
        width: 5.2rem;
    }

    .paging-page {
        height: 0.35rem !important;
        line-height: 0.35rem !important;
    }

    .news-top {
        margin-bottom: 0.6rem;
    }



    /* 详情 */
    .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-page a {
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }
}