* {
    box-sizing: border-box;
}

html {
    font-size: 1rem;
}

html,
body,
p,
h1,
h2,
h3,
h4,
a,
ul,
li,
img {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: black;
    font-family: "Microsoft YaHei UI";
}

.mt-15 {
    margin-top: 0.16rem;
}

.pd-15 {
    padding: 0.15rem;
}

.plr-15 {
    padding: 0 0.15rem 0.15rem;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 6.4rem;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
}

.top img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    padding: 0.1rem 0;
}

.swiper_top .swiper-wrapper .swiper-slide {
    width: 80%;
    background-position: center;
    background-size: cover;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.swiper_top .swiper-slide p {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.15rem;
    background: url(../images/lunbo-bg.png) bottom left repeat;
}

.swiper_top .swiper-slide img {
    display: block;
    width: 100%;
    height: 2rem;
}

.swiper_top .swiper-pagination {
    position: relative;
    top: 0;
}

.swiper_top .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.06rem;
    border-radius: 0.1rem;
}

.swiper_top .swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.06rem;
    border-radius: 0.1rem;
    background: #5140f0;
}

.header_title {
    line-height: 0.35rem;
}

.title_bg {
    width: 100%
}

.ftjy_contain {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.section_img {
    width: 100%;
    margin-top: 0.1rem;
}

.nav {
    background: #23619c;
    padding-left: 0.02rem;
    padding-right: 0.02rem;
}

.nav ul {
    width: 98%;
    margin: 0 auto;
    height: 0.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    /*-webkit-justify-content: flex-start;*/
    align-items: center;
    -webkit-align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
}

.nav ul li a {
    line-height: 0.4rem;
    font-size: 0.15rem;
    text-align: center;
    margin-left: 0.05rem;
    color: white;
}

.nav ul li:first-child a {
    margin-left: 0;
}

/* zcwjTab */
.zcwjTab {
    margin-top: 0.14rem;
}

.zcwjTab .bd ul {
    margin-top: 12px;
}

.mt25 {
    margin-top: 0.25rem;
}

.img_list li {
    padding-top: 0.10rem;
    border-bottom: 0.01rem solid #e0e0e0;
}

.img_list li a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 0.15rem;
    color: #333;
}

.img_list li a img {
    width: 1.2rem;
    height: 0.825rem;
    border-radius: 0.05rem;
    object-fit: cover;
}

.img_list li a span {
    /* width: 62%; */
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
}

.img_list li a span:nth-child(2) {
    width: 62%;
    /* width: 100%; */
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.header_img {
    width: 100%;
    margin-top: 0.1rem;
}

.jdItemlist {
    margin-top: 0.1rem;
}

.jdItemlist li {
    font-size: 0.15rem;
    height: 0.34rem;
    line-height: 0.34rem;
    padding-right: 5px;
    text-indent: 0.16rem;
    background: url("../images/hongfang.png") center left no-repeat;
    overflow: hidden;
}

.jdItemlist li a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper_poetic_henan .swiper-wrapper .swiper-slide {
    width: 60%;
    background-position: center;
    background-size: cover;
    padding-right: 0.22rem;
    padding-left: 0.22rem;
}

.swiper_poetic_henan .swiper-slide img {
    display: block;
    width: 100%;
    height: 2.8rem;
}

.footer-links{
    margin-top: 15px;
}

.footer-links .container {
    padding:0 15px;
}

@media(min-width: 1280px){
    .footer-links .hd ul li {
        width: 33.33%
    }
    .swiper_poetic_henan .swiper-slide img {
        height: 4.5rem;
    }
    .nav ul li a {
        font-size: 0.20rem;
    }
}