
.home .banner .swiper-pagination-bullet{
    width: 0.22rem;
    height: 0.07rem;
    background-color: #8c8c8c;
    border-radius: 0.1rem;
    opacity: 1;
    transition: all 0.3s;
}

.home .banner .swiper-pagination-bullet-active {
    width: 0.43rem;
    background-color: #fff;
}

.home .banner .swiper-pagination_banner {
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 5;
}

.home .category {
    background-color: #fff;
    position: relative;
    margin-top:0.15rem;
}

.home .category .line {
    width: 100%;
    font-size: 0;
    height: 3px;
}

.home .category .line img {
    width: 100%;
    height: 3px;
}

.home .category .title {
    color: #04558e;
    line-height: 0.4rem;
    font-size: 0.4rem;
    text-align: center;
    padding: 0.4rem 0;
    position: relative;
    margin-bottom: 0.4rem;
}

/* .home .category .title::after {
    content: '';
    width: 0.36rem;
    height: 0.06rem;
    background-color: #dabf8f;
    border-radius: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.home .category .desc {
    color: #000;
    font-size: 0.24rem;
    padding: 0 0.6rem;
    line-height: 0.5rem;
    margin: 0.3rem 0 0.5rem 0;
}

.home .category .btn_prev, .category .btn_next {
    color: #000;
    font-size: 0.5rem;
    position: absolute;
    top: 0.3rem;
    z-index: 9;
}

.home .category .btn_prev {
    left: 0.3rem;
}

.home .category .btn_next {
    right: 0.3rem;
}

.home .category .more {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    top: 3rem;
}

.home .category .more img {
    width: 1.4rem;
    height: 1.4rem;
}

.home .category .more p {
    color: #fff;
    font-size: 0.26rem;
}

.home .category .swiper-container-detail_category .swiper-slide {
    position: relative;
}

.home .example {
    background-color: #fff;
    padding-bottom: 1rem;
    margin-top:0.15rem;
}

.home .example .title {
    font-size: 0.35rem;
    color: #000;
    display: flex;
    padding: 0.2rem 0.3rem 0.2rem 0.5rem;
    justify-content: space-between;
    align-items: center;
    background:#fff;
}
.home .example .title span::before{
    content:'';
    display:inline-block;
    width: 0.1rem;
    height:0.35rem;
    background:#025590;
    position:relative;
    top:0.05rem;
    left:-0.15rem;
}

.home .example .title .more {
    font-size: 0.26rem;
    color: #000;
}

.home .example .pic {
    margin-top: 0.3rem;
    overflow: hidden;
    width: 100%;
}

.home .example .pic img {
    width: 100%;
}

.home .example .pic .name {
    color: #000;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.3rem;
}

.home .article {
    background-color: #fff;
    padding: 0 0.3rem;
    margin-top:0.15rem;
}

.home .article .article-cell {
    padding: 0.45rem 0 0.35rem 0;
    display: flex;
    border-bottom: 1px dashed #000000;
}

.home .article .article-cell:last-child {
    border-bottom: none;
}

.home .article .article-cell .img {
    min-width: 2.54rem;
    max-width: 2.54rem;
    height: 1.8rem;
}

.home .article .article-cell .img img {
    width: 100%;
    height: 100%;
}

.home .article .article-cell .wrap {
    padding-left: 0.3rem;
    color: #000;
}

.home .article .article-cell .wrap .title {
    font-size: 0.3rem;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.home .article .article-cell .wrap .content {
    font-size: 0.22rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home .article .article-cell .go {
    text-align: right;
    display: block;
    margin-top: 0.15rem;
    margin-right:0.2rem;
}

.home .article .article-cell .go img {
    width: 0.3rem;
}

.home .swiper-container-detail_pics.swiper-container {
    width: 200vw;
    transform: translateX(-50vw);
}

.home .swiper-slide-shadow-right {
    display: none;
}

.home .swiper-slide-shadow-left {
    display: none;
}

.home .swiper-container-detail_pics.swiper-container .swiper-slide-active img {
    box-shadow: 0px 15px 15px #000;
}

.home .link-wrap {
    padding: 0.4rem 0.3rem;
    display: none;
    justify-content: space-between;
}

.home .link-wrap .link-list {
    flex: 1;
    max-width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    background: url('../mimg/index-img/icobg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.2rem;
    text-align: center;
    border-radius: 0.1rem;
}

.home .link-wrap .link-list.active {
    background: url('../mimg/index-img/icobg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.home .link-wrap .link-list .content {
    display: inline-block;
}

.home .link-wrap .link-list .icon {
    width: 0.5rem;
}

.home .link-wrap .link-list .name {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    color: #fff;
}