* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.news-wrapper {
    background-color: #fff;
    min-height: 1390px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.news-wrapper .news-wrapper-header {
    background: url(/app/images/news/img/bgc.jpg) no-repeat;
    height: 267px;
    background-size: cover;
    position: relative;
}

.news-wrapper .news-wrapper-header .news-wrapper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    width: 751px;
    height: 139px;
    background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
    background-blend-mode: normal, normal;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -68px;
    z-index: 10;
}

.news-wrapper .news-wrapper-header .news-wrapper-title h2 {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 31px;
}

.news-wrapper .news-wrapper-header .news-wrapper-title h3 {
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    color: #ffffff;
}

.news-wrapper .news-content-box {
    background-color: #fff;
    width: 100%;
    padding: 18px;
    padding-top: 60px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.news-wrapper .news-content-box .news-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    padding-top: 60px;
}

.news-wrapper .news-content-box .news-content .left-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e8e;
    font-size: 14px;
}

.news-wrapper .news-content-box .news-content .left-nav img {
    margin-right: 11px;
}

.news-wrapper .news-content-box .news-content .left-nav .home-link {
    font-size: 14px;
    font-weight: normal;
    color: #8e8e8e;
    text-decoration: none;
    margin: 0 6px;
}

.news-wrapper .news-content-box .news-content .left-nav .current-link {
    font-size: 14px;
    font-weight: normal;
    color: #1c1c1c;
    text-decoration: none;
    margin: 0 6px;
}

.news-wrapper .news-content-box .news-content .right-search {
    width: 348px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.news-wrapper .news-content-box .news-content .right-search::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(/app/images/news/img/search.png) no-repeat;
    background-size: cover;
}

.news-wrapper .news-content-box .news-content .right-search input {
    width: 348px;
    height: 43px;
    background-color: #ffffff;
    border: none;
    position: relative;
    outline: none;
    padding-left: 50px;
    box-sizing: border-box;
}

.news-wrapper .news-content-box .news-content .right-search span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    color: #ffffff;
    width: 52px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff8100;
    cursor: pointer;
}

.news-wrapper .news-content-box .news-content .right-search span input {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    color: #ffffff;
    width: 52px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff8100;
    cursor: pointer;
    padding: 0;
}

.news-wrapper .news-content-box .news-ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin: 36px 0;
}

.news-wrapper .news-content-box .news-ul ul li {
    width: 219px;
    height: 70px;
    background-color: #165c99;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
    padding-left: 24px;
    margin-right: 16px;
    box-sizing: border-box;
    line-height: 70px;
    cursor: pointer;
    border-radius: 20px;
}

.news-wrapper .news-content-box .news-ul ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: bold;
}

.news-wrapper .news-content-box .news-ul ul li.active {
    background-color: #ff8100;
    border-radius: 20px;
}

.news-wrapper .news-content-box .news-ul ul li.active::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ff8100;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.news-wrapper .news-content-box .news-ul ul li::after {
    content: ">";
    position: absolute;
    transform: translateY(-50%) scaleY(1.4);
    right: 27px;
    top: 50%;
    font-size: 16px;
}

.news-wrapper .news-content-box .news-ul-contents-list {
    margin-top: 36px;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 27px 10px;
    border-bottom: 0.01rem solid #f2f2f2;
    margin-bottom: 8px;
    cursor: pointer;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li:hover,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li:hover {
    box-shadow: 0px 0px 10px 0px rgba(15, 4, 8, 0.17);
    border: none;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .left-times,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .left-times {
    font-size: 16px;
    font-weight: normal;
    color: #828282;
    width: 12%;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .right-content-txt h4,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .right-content-txt h4 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 14px;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .right-content-txt h4:hover,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .right-content-txt h4:hover {
    text-decoration: underline;
    color: #ff8100;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .right-content-txt p,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .right-content-txt p {
    font-size: 14px;
    font-weight: normal;
    color: #828282;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li a,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li a {
    display: inline-block;
    cursor: pointer;
    width: 97px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #ff8100;
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    text-decoration: none;
    margin-left: auto;
    border-radius: 20px;
}

.news-wrapper .news-content-box .news-ul-contents-list .right-content-txt {
    width: 75%;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .more,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .more {
    font-size: 12px;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .more::before,
.news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .more::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ff8100;
}

#pageination1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 18px;
    background-color: #fff;
    box-sizing: border-box;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-industry {
    display: none;
}

.news-wrapper .news-content-box .news-ul-contents-list .news-industry.active {
    display: block;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity {
    /*display: none;*/
    margin-bottom: 70px;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity.active {
    display: block;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 27px 0px 0 11px;
    margin-bottom: 5px;
    cursor: pointer;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity .right-txt {
    width: 960px;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(15, 4, 8, 0.17);
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .img-b {
    width: 275px;
    height: 169px;
    margin-right: 34px;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .img-b img {
    width: 100%;
    object-fit: cover;
    max-width: 256px;
    height: 157px;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin: 4px 0 26px;
    cursor: pointer;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt p {
    font-size: 14px;
    font-weight: normal;
    color: #828282;
    margin-bottom: 34px;
    cursor: pointer;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .more {
    cursor: pointer;
    width: 97px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #ff8100;
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    display: block;
    border-radius:20px;
}

.news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .more::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ff8100;
}

.news-wrapper .news-content-box .news-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin: 45px 0;
}

.news-wrapper .news-content-box .news-pagination .left-pageination {
    color: #393939;
}

.news-wrapper .news-content-box .news-pagination .left-pageination span {
    padding: 5px 12px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
}

.news-wrapper .news-content-box .news-pagination .left-pageination span.active {
    color: #e65c13;
    border: 1px solid #e65c13;
}

.news-wrapper .news-content-box .news-pagination .right-pageination {
    color: #828282;
}

.news-wrapper .news-content-box .news-pagination .right-pageination span i {
    font-style: normal;
}

.news-wrapper .news-content-box .news-pagination .right-pageination span input {
    width: 33px;
    height: 19px;
}

@media screen and (max-width:1199px) {
    .news-wrapper {
        background-color: #fff;
        min-height: 13.9rem;
        width: 100%;
        max-width: 19.2rem;
        margin: 0 auto;
    }
    .news-wrapper .news-wrapper-header {
        background: url(/app/images/news/img/bgc.jpg) no-repeat;
        height: 2.67rem;
        background-size: cover;
        position: relative;
    }
    .news-wrapper .news-wrapper-header .news-wrapper-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        width: 4.3rem;
        height: 1.32rem;
        background-image: linear-gradient(90deg, #03bfef 0%, #0293e4 100%), linear-gradient(#e4f3f9, #e4f3f9);
        background-blend-mode: normal, normal;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        bottom: -0.68rem;
        z-index: 10;
        flex-direction: column;
    }
    .news-wrapper .news-wrapper-header .news-wrapper-title h2 {
        font-size: 0.48rem;
        font-weight: normal;
        color: #ffffff;
        margin-right: 0.31rem;
    }
    .news-wrapper .news-wrapper-header .news-wrapper-title h3 {
        font-size: 0.24rem;
        font-weight: normal;
        font-weight: normal;
        color: #ffffff;
    }
    .news-wrapper .news-content-box {
        background-color: #fff;
        width: 100%;
        padding: 0.18rem;
        padding-top: 0.6rem;
        box-sizing: border-box;
        max-width: 12rem;
        margin: 0 auto;
        position: relative;
    }
    .news-wrapper .news-content-box .news-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: flex-start;
        padding-top: 0.6rem;
        margin-bottom: 0.5rem;
    }
    .news-wrapper .news-content-box .news-content .left-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #8e8e8e;
        font-size: 0.14rem;
    }
    .news-wrapper .news-content-box .news-content .left-nav img {
        margin-right: 0.11rem;
    }
    .news-wrapper .news-content-box .news-content .left-nav .home-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #8e8e8e;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .news-wrapper .news-content-box .news-content .left-nav .current-link {
        font-size: 0.2rem;
        font-weight: normal;
        color: #1c1c1c;
        text-decoration: none;
        margin: 0 0.06rem;
    }
    .news-wrapper .news-content-box .news-content .right-search {
        width: 3.48rem;
        height: 0.43rem;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        display: none;
    }
    .news-wrapper .news-content-box .news-content .right-search::after {
        content: "";
        position: absolute;
        left: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0.23rem;
        height: 0.23rem;
        background: url(/app/images/news/img/search.png) no-repeat;
        background-size: cover;
    }
    .news-wrapper .news-content-box .news-content .right-search input {
        width: 3.48rem;
        height: 0.43rem;
        background-color: #ffffff;
        border: none;
        position: relative;
        outline: none;
        padding-left: 0.5rem;
        box-sizing: border-box;
    }
    .news-wrapper .news-content-box .news-content .right-search span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.12rem;
        font-weight: normal;
        line-height: 0.1rem;
        color: #ffffff;
        width: 0.52rem;
        height: 0.45rem;
        line-height: 0.45rem;
        text-align: center;
        background-color: #ff8100;
        cursor: pointer;
    }
    .news-wrapper .news-content-box .news-content .right-search span input {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.12rem;
        font-weight: normal;
        line-height: 0.1rem;
        color: #ffffff;
        width: 0.52rem;
        height: 0.45rem;
        line-height: 0.45rem;
        text-align: center;
        background-color: #ff8100;
        cursor: pointer;
        padding: 0;
    }
    .news-wrapper .news-content-box .news-ul ul {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        margin-right: 0.16rem;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        overflow: scroll;
        height: 1rem;
    }
    .news-wrapper .news-content-box .news-ul ul li {
        width: 2.19rem;
        height: 0.7rem;
        background-color: #165c99;
        font-weight: normal;
        color: #ffffff;
        position: relative;
        padding-left: 0.24rem;
        margin-right: 0.16rem;
        box-sizing: border-box;
        line-height: 0.7rem;
        cursor: pointer;
        margin-bottom: 0.25rem;
        font-size: 0.26rem;
        color: #ffffff;
        flex: 0 0 2.19rem;
        height: 0.7rem;
        background-color: #165c99;
        position: relative;
        padding-left: 0.35rem;
        box-sizing: border-box;
        line-height: 0.7rem;
        margin-right: 0.14rem;
        border-radius:10px;
        font-size:.26rem;
    }
    .m-bar-wrapper {
        width: 1.16rem;
        height: 0.06rem;
        background-color: #b1b1b1;
        position: relative;
        top: 0.28rem;
        margin: 0 auto;
        overflow: hidden;
    }
    .m-bar-wrapper .bar-inner {
        background-color: #ff8100;
        width: 0.72rem;
        height: 100%;
        transition: all 0.5s;
    }
    .news-wrapper .news-content-box .news-ul ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        font-size:.26rem;
        font-weight:normal;
    }
    .news-wrapper .news-content-box .news-ul ul li.active {
        background-color: #ff8100;
        border-radius:10px;
        font-size:.26rem;
    }
    .news-wrapper .news-content-box .news-ul ul li.active::before {
        content: "";
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top: 0.1rem solid #ff8100;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .news-wrapper .news-content-box .news-ul ul li::after {
        content: ">";
        position: absolute;
        transform: translateY(-50%) scaleY(1.4);
        right: 0.27rem;
        top: 50%;
        font-size: 0.16rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list {
        margin-top: 0.36rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li {
        display: block;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        padding: 0.25rem 0.18rem;
        border-bottom: 0.01rem solid #f2f2f2;
        margin-bottom: 0.05rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li.active,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li.active {
        box-shadow: 0rem 0rem 0.1rem 0rem rgba(15, 4, 8, 0.17);
        border: none;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .left-times,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .left-times {
        font-size: 0.2rem;
        font-weight: normal;
        color: #828282;
        width: 1rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .right-content-txt h4,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .right-content-txt h4 {
        font-size: 0.22rem;
        font-weight: normal;
        color: #000000;
        margin-bottom: 0.07rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .right-content-txt p,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .right-content-txt p {
        font-size: 0.22rem;
        font-weight: normal;
        color: #828282;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li a,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li a {
        display: inline-block;
        cursor: pointer;
        width: 1.97rem;
        height: 30px;
        line-height: 30px;
        border: solid 1px #cccccc;
        font-size: 0.14rem;
        color: #ff8100;
        position: relative;
        padding-left: 0.17rem;
        box-sizing: border-box;
        text-decoration: none;
        margin-top:.2rem;
        float:right;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li::after,
.news-wrapper .news-content-box .news-ul-contents-list .news-center ul li::before{
    content: "";
    display: block;
    clear: both;
}
    .news-wrapper .news-content-box .news-ul-contents-list .right-content-txt {
        width: 100%;
        margin-top:.2rem;
    }
    #kkpager span.disabled{
        font-size:.26rem;
    }
    #kkpager .infoTextAndGoPageBtnWrap{
        float:left !important;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .more,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .more {
        /* cursor:pointer;
	width:0.97rem;
	height:0.3rem;
	line-height:0.3rem;
	border:solid 1px #cccccc;
	font-size:0.14rem;
	color:#ff8100;
	position:relative;
	padding-left:0.17rem;
	box-sizing:border-box;
	*/
font-size:.22rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-center ul li .more::before,
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry ul li .more::before {
        content: ">";
        position: absolute;
        top: 50%;
        right: 0.15rem;
        transform: translateY(-50%);
        font-size: 0.14rem;
        color: #ff8100;
    }
    #pageination1 {
        max-width: 12rem;
        margin: 0 auto;
        padding: 0.55rem 0.18rem;
        background-color: #fff;
        box-sizing: border-box;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry {
        display: none;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .news-industry.active {
        display: block;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity {
        /* display: none; */
        margin-bottom: 0.7rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity.active {
        display: block;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: flex-start;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 0.05rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li.active {
        background-color: #ffffff;
        box-shadow: 0rem 0rem 0.1rem 0rem rgba(15, 4, 8, 0.17);
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .img-b {
        width: 2.75rem;
        height: 1.69rem;
        margin-right: 0.14rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .img-b img {
        width: 100%;
        object-fit: cover;
        max-width: 2.56rem;
        max-height: 1.57rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt {
        width: 60%;
        min-width: auto;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt h3 {
        font-size: 0.22rem;
        font-weight: normal;
        color: #000000;
        margin: 0;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt p {
        font-size: 0.22rem;
        font-weight: normal;
        color: #828282;
        margin-bottom: 0.14rem;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .right-txt>a {
        float: left;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .more {
        cursor: pointer;
        width: 1.97rem;
        height: 30px;
        line-height: 30px;
        border: solid 1px #cccccc;
        font-size: 0.22rem;
        color: #ff8100;
        position: relative;
        padding-left: 0.17rem;
        box-sizing: border-box;
        display: block;
        border-radius:20px;
    }
    .news-wrapper .news-content-box .news-ul-contents-list .santai-activity ul li .more::before {
        content: ">";
        position: absolute;
        top: 50%;
        right: 0.15rem;
        transform: translateY(-50%);
        font-size: 0.14rem;
        color: #ff8100;
    }
    .news-wrapper .news-content-box .news-pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.12rem;
        margin: 0.45rem 0;
    }
    .news-wrapper .news-content-box .news-pagination .left-pageination {
        color: #393939;
    }
    .news-wrapper .news-content-box .news-pagination .left-pageination span {
        padding: 0.05rem 0.12rem;
        text-align: center;
        margin-right: 0.05rem;
        cursor: pointer;
        border: 1px solid #f2f2f2;
    }
    .news-wrapper .news-content-box .news-pagination .left-pageination span.active {
        color: #e65c13;
        border: 1px solid #e65c13;
    }
    .news-wrapper .news-content-box .news-pagination .right-pageination {
        color: #828282;
    }
    .news-wrapper .news-content-box .news-pagination .right-pageination span i {
        font-style: normal;
    }
    .news-wrapper .news-content-box .news-pagination .right-pageination span input {
        width: 0.33rem;
        height: 0.19rem;
    }
}


/*# sourceMappingURL=news.css.map */