﻿/*-----global CSS 清除浏览默认样式-----*/
* {
    margin: 0;
    padding: 0;
}

body {}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----layout CSS-----*/
ul,
ul li,
.col,
.hd,
h2,
.bd,
.menu,
.clear {
    overflow: hidden;
    zoom: 1;
}

/*------------------------头部 start--------------------------*/
.head,
.foot {
    width: 100%;
    text-align: center;
}

.mtNav {
    margin-top: 0;
}

.submain {
    border-top: none;
    padding-top: 0;
}

.articleListmain-list-box .articlelist-item {
    padding-bottom: 0.39rem !important;
    border-bottom: 0.02rem solid #873ec1 !important;
}

.articleListmain-big-img {
    margin-top: 0.3rem;
}


.videolistmain {
    display: block;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.wbbiaoti {
    text-align: left;
    padding: 0% 1% 1% 1%;
    font-size: 0.52rem;
    font-family: var(--font-family-title);
    font-weight: bold;
    color: #873ec1;
    line-height: 0.62rem;
    letter-spacing: var(--letter-spacing1);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.wbzhaiy {
    text-align: left;
    padding: 0% 1% 1% 1%;
    font-size: 0.2rem;
    font-family: var(--font-family-content);
    color: #3f3a39;
    line-height: 0.32rem;
    margin-bottom: 0.14rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.wb-more {
    display: block;
    font-size: 0.27rem;
    font-family: var(--font-family-content);
    color: #873ec1;
    float: right;
    letter-spacing: var(--letter-spacing1);
}

.wb-more .gt {
    font-family: var(--font-family-content);
    margin-left: 0.03rem;
    font-style: normal;
}

.imgList {
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.hd {
    margin-bottom: 0.3rem;
    display: flex;
}

.colTit {
    font-size: 0.56rem;
    color: #873ec1;
    padding-left: 0.7rem;
    background-image: url(nav-icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    letter-spacing: var(--letter-spacing1);
    font-family: var(--font-family-content);
}

.imgList-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgList-container li {
    float: left;
    display: inline;
    width: 3.54rem;
    vertical-align: middle;
    margin-bottom: 0.45rem;
    background: #fff;
}

.imgList-container li a {
    display: inline-grid;
}

.imgList-container li img {
    width: 3.54rem;
    height: 2rem;
}

.imgList-container li:nth-child(3n) {
    margin-right: 0;
}

.imgList-container .img-txt {
    padding: 0.1rem;
    min-height: 0.7rem;
}

.imgList-container .img-txt h3 {
    font-size: 0.32rem;
    color: #873ec1;
    margin-bottom: 0.1rem;
    letter-spacing: var(--letter-spacing1);
}

.imgList-container .img-txt p {
    font-size: 0.16rem;
    color: #3f3a39;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: var(--font-family-content);
    letter-spacing: var(--letter-spacing1);
}

.imgList-container li a:hover p {
    color: #873ec1;
}

/*滚动图片-----*/
.swiper1 {
    width: 100%;
}

.swiper1 .swiper-slide img {
    width: 100%;
    height: 6.5rem;
    position: relative;
    z-index: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.swiper1 .swiper-slide a:hover img {
    transform: scale(1.2);
}

.swiper1 .swiper-slide a {
    display: block;
    position: relative;
}

.swiper1 .swiper-slide a p {
    position: absolute;
    width: 100%;
    padding-left: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
}

.swiper1 .swiper-slide a:after {
    content: "";
    height: 0.5rem;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    left: auto;
    bottom: 0.18rem;
    right: 0.2rem;
    display: inline-flex;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #873ec1;
    opacity: 1;
}


.intro {
    width: 100%;
    box-sizing: border-box;
}
.intro p{
	font-size: 0.2rem;
    font-family: var(--font-family-content);
    color: #3f3a39;
    line-height: 0.32rem;
	margin: 0 auto 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0.08rem 0 #873ec1;
    padding: 0.2rem;
	}


/*------------------------底部 start--------------------------*/
.foot {
    font-size: 0.2rem;
    text-align: center;
    background: #873ec1;
    color: #fff;
    font-family: var(--font-family-content);
    padding: 0.8rem 0;
    margin-top: 0.8rem;
}

@media screen and (max-width: 769px) {
    .articleListmain-big-img {
        margin-top: 0;
    }

.videolistmain .videolist-bigvideo {
    margin-top: 0.15rem !important;
}

    .wbbiaoti {
        line-height: 0.5rem;
        margin-bottom: 0.2rem;
    }

    .wbzhaiy {
        letter-spacing: var(--letter-spacing1);
    }

    .colTit {
        padding-left: 1.14rem;
    }

    .imgList {
        margin-bottom: 0.8rem;
    }

    .imgList-container li {
        width: 100%;
        height: auto;
    }

    .imgList-container li img {
        width: 100%;
        height: auto;
    }

    .imgList-container .img-txt h3 {
        font-size: 0.4rem;
    }

    .imgList-container .img-txt p {
        font-size: 0.28rem;
    }

    .swiper1 {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .swiper1 .swiper-slide {
        width: 100% !important;
    }

    .swiper1 .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .swiper1 .swiper-slide a p {
        padding: 0 0.08rem;
        text-align: center;
        font-size: 0.18rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }
}