@import url("http://jx.news.cn/2023djh/css/wap/reset.css");
@import url("http://jx.news.cn/2023djh/css/wap/animate.min.css");
@import url("http://jx.news.cn/2023djh/css/wap/swiper.min.css");
@import url(https://at.alicdn.com/t/font_3186757_zwlzterojq.css);
:root {
    font-size: calc(100vw / 750 * 100);
}

.banner img {
    display: block;
    width: 100vw;
}

.nav {
    justify-content: center;
    height: 1rem;
    background-color: #b72c27;
}

.nav .item {
    flex: 1;
    line-height: 1rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
}

.nav .item:hover {
    text-decoration: underline;
}

.nav a {
    display: block;
    color: #fff;
}

.headlines {
    margin: 0.4rem auto 0rem;
    width: 100%;
    height: 1.22rem;
    background: url("http://jx.news.cn/2023djh/images/wap/headlines.png") no-repeat;
    background-size: 7.2rem 100%;
    background-position-x: 0.1rem;
    padding-left: 1.75rem;
    padding-right: 0.25rem;
}

.headlines a {
    display: flex;
    flex-flow: column nowrap;
    height: 1.22rem;
    justify-content: center;
    transition: all 0.3s;
}

.headlines a:hover .two {
    text-decoration: underline;
}

.headlines .one {
    font-size: 0.3rem;
    color: #10140e;
    text-align: center;
    margin-bottom: 0.1rem;
}

.headlines .txt {
    font-size: 0.18rem;
    color: #797979;
}

.hotNews {
    background: url("http://jx.news.cn/2023djh/images/wap/newsbg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 0.5rem;
}

.hotNews .newsLeft {
    margin-top: 0.3rem;
}

.hotNews .newsLeft .title {
    color: #6f6f6f;
    font-style: italic;
    font-weight: bold;
    align-items: flex-end;
    margin-bottom: 0.2rem;
}

.hotNews .newsLeft .title .ch {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    font-size: 0.24rem;
}

.hotNews .newsLeft .title .ch span {
    font-size: 0.36rem;
    color: #b72c27;
}

.hotNews .newsLeft .title .en {
    font-size: 0.2rem;
}

.hotNews .newsRight {
    width: 100%;
}

.hotNewsList .item {
    border-bottom: 0.02rem solid #dcdcdc;
    padding: 0.1rem 0rem 0.2rem;
    margin-bottom: 0.2rem;
}

.hotNewsList .item:hover .two {
    text-decoration: underline;
}

.hotNewsList .item .one {
    font-size: 0.24rem;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.hotNewsList .item .two {
    font-weight: bold;
    font-size: 0.18rem;
    color: #565656;
}

.hotNewSwiper img {
    display: block;
    width: 6.9rem;
    height: 4.85rem;
}

.hotNewSwiper .swiper-slide {
    position: relative;
}

.hotNewSwiper .swiper-slide a {
    display: block;
    width: 7.2rem;
    margin-right: 0;
}

.hotNewSwiper .swiper-slide .one {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(183, 44, 39, 0.8);
    width: 100%;
    height: 0.8rem;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.8rem;
    padding-left: 0.15rem;
    padding-right: 2rem;
    color: #fff;
}

.hotNewSwiper .swiper-slide .one a {
    color: #fff;
}

.newsNext,
.newsPrev {
    position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background-color: #fff;
    bottom: 0.2rem;
    color: #b72c27;
    text-align: center;
    line-height: 0.35rem;
    z-index: 5;
    cursor: pointer;
    font-weight: bold;
}

.newsNext {
    right: 0.5rem;
}

.newsPrev {
    right: 1.2rem;
}

.videoBox {
    margin-bottom: 0.6rem;
}

.videoBox .videoRight {
    overflow: hidden;
    position: relative;
}

.videoBox .videoRight::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("http://jx.news.cn/2023djh/images/wap/play.png") center no-repeat;
    background-size: 100% 100%;
}

.videoBox .videoRight a {
    display: block;
    width: 6.9rem;
}

.videoBox .videoRight img {
    display: block;
    transition: all 0.3s;
    width: 6.9rem;
    height: 4.8rem;
}

.videoBox .videoRight .one {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(183, 44, 39, 0.8);
    line-height: 0.6rem;
    color: #fff;
    width: 100%;
    padding: 0 0.15rem;
}

.videoBox .videoRight .one a {
    color: #fff;
}

.videoBox .videoRight:hover img {
    transform: scale(1.05);
}

.videoBox .videoList {
    margin-top: 0.3rem;
}

.videoBox .videoList .item {
    position: relative;
    width: 3.3rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    height: 2.3rem;
}

.videoBox .videoList .item .videoImg {
    display: block;
    width: 3.3rem;
    height: 2.3rem;
    transition: all 0.3s;
}

.videoBox .videoList .item:not(:nth-child(2n)) {
    margin-right: 0.3rem;
}

.videoBox .videoList .item:hover .videoImg {
    transform: scale(1.1);
}

.videoBox .videoList .flex {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(183, 44, 39, 0.8);
    color: #fff;
    height: 0.6rem;
    align-items: center;
    width: 100%;
}

.videoBox .videoList .flex img {
    width: 0.34rem;
    display: block;
    margin: 0 0.1rem;
}

.videoBox .videoList .flex .one {
    padding-right: 0.05rem;
}

.videoBox .videoList .flex .one a {
    color: #fff;
}

.syTit img {
    display: block;
    margin: 0.3rem auto;
    width: 100%;
}

.xcContent {
    background: url("http://jx.news.cn/2023djh/images/wap/xcBg.jpg") center no-repeat;
    background-size: 100% 100%;
    height: 7.8rem;
    padding-top: 0.95rem;
}

.xcContent .xcBox {
    position: relative;
}

.xcContent .xcBox .xcBigSwiper {
    margin-bottom: 0.5rem;
}

.xcContent .xcBox .xcBigSwiper .swiper-slide {
    position: relative;
}

.xcContent .xcBox .xcBigSwiper .img img {
    display: block;
    width: 6.9rem;
    height: 3.85rem;
}

.xcContent .xcBox .xcBigSwiper .one {
    position: absolute;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.7rem;
    padding: 0 0.45rem;
    width: 6.9rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
    left: 0;
    bottom: 0;
}

.xcContent .xcBox .xcSmallSwiper .swiper-slide-thumb-active {
    position: relative;
}

.xcContent .xcBox .xcSmallSwiper .swiper-slide-thumb-active::after {
    content: "";
    width: 100%;
    border: 0.03rem solid #b72c27;
    height: 100%;
    position: absolute;
    display: block;
    transition: all 0.3s;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.xcContent .xcBox .xcSmallSwiper .img {
    position: relative;
    width: 100%;
}

.xcContent .xcBox .xcSmallSwiper .img img {
    width: 100%;
    display: block;
    height: 1.2rem;
}

.xcPagination {
    position: absolute;
    z-index: 8;
    bottom: 0;
    width: 6.9rem;
}

.xcPagination .xcNext,
.xcPagination .xcPrev {
    background-color: #cecfce;
    color: #972318;
    height: 1.2rem;
    position: absolute;
    width: 0.28rem;
    text-align: center;
    line-height: 1.2rem;
}

.xcPagination .xcNext .ic,
.xcPagination .xcPrev .ic {
    font-size: 0.2rem;
    font-weight: bold;
}

.xcPagination .xcNext {
    right: -0.3rem;
    bottom: -0rem;
}

.xcPagination .xcPrev {
    left: -0.3rem;
    bottom: -0rem;
}

.areaNav {
    padding-bottom: 0.2rem;
    justify-content: space-between;
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
}

.areaNav .item {
    position: relative;
    cursor: pointer;
    width: 20%;
    text-align: center;
    line-height: 0.5rem;
}

.areaNav .item.active {
    color: #b72c27;
    font-weight: bold;
}

.areaContent .areaItem {
    display: none;
}

.areaContent .areaItem.active {
    display: block;
}

.areaContent .text {
    border: 0.02rem solid #dcdcdc;
    border-radius: 0.2rem;
    padding: 0.4rem 0.2rem;
    margin-bottom: 0.4rem;
}

.areaContent .text p {
    text-indent: 2em;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #545454;
}

.areaContent .imgBox {
    flex-flow: row wrap;
}

.areaContent .imgBox .item {
    width: 3.3rem;
    margin-bottom: 0.3rem;
}

.areaContent .imgBox .item:not(:nth-child(2n)) {
    margin-right: 0.3rem;
}

.areaContent .imgBox .item img {
    display: block;
    width: 3.3rem;
    margin: 0 auto;
    height: 2.33rem;
}

.areaContent .imgBox .item .one {
    text-align: center;
    font-weight: bold;
    color: #545454;
    margin-top: 0.1rem;
}

.foot {
    background-color: #b72c27;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    height: 1.8rem;
    align-items: center;
}

.areaBg {
    background: url("http://jx.news.cn/2023djh/images/wap/areaBg.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 1.3rem;
}