
/* 图片列表.html */
/* 分类轮播 */
.class_swiper {
    width: 100%;
}
.class_swiper .swiper-slide {
    display: block;
    width: 100%;
    height: 0.4rem;
    background: #FFFFFF;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 0.4rem;
}
.class_swiper .active {
    font-weight: bold;
    color: #DA261D;
}

/* 重点图片 */
.pics_box {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
}
.pics_box .left_box {
    position: relative;
    width: 9.5rem;
    height: 5rem;
    overflow: hidden;
}
.pics_box .left_box .item {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.pics_box .left_box .active {
    opacity: 1;
    visibility: visible;
}
.pics_box .left_box img {
    width: 100%;
    height: 100%;
}
.pics_box .left_box .title_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    display: flex;
    align-items: center;
}
.pics_box .left_box .title {
    width: 7.14rem;
    margin-left: 0.2rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pics_box .right_box {
    flex: 1;
    background: #fff;
}
.pics_box .right_box .item {
    display: block;
    width: 100%;
    height: 1rem;
    padding: 0.2rem;
    cursor: pointer;
}
.pics_box .right_box .item:hover {
    background: #F1F1F1;
}
.pics_box .right_box .active {
    background: #F1F1F1;
}
.pics_box .right_box .active .title {
    font-weight: bold;
}
.pics_box .right_box .title {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pics_box .right_box .date {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
}

/* 列表 */
.pic_list {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.pic_list .li {
    width: 4.5rem;
    margin-top: 0.3rem;
    margin-right: 0.25rem;
}
.pic_list .li:nth-child(-n+3) {
    margin-top: 0;
}
.pic_list .li:nth-child(3n) {
    margin-right: 0;
}
.pic_list .li .pic {
    display: block;
    width: 100%;
    height: 2.6rem;
}
.pic_list .li .title {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 分页在common.css中 */






/* 图片详情.html */
.pic_content {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.4rem 0.3rem 0.6rem;
    background-color: #fff;
}
/* 标题 */
.pic_content .title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.pic_content .others {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #D8D8D8;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
/* 轮播 */
.pic_content .lunbo {
    position: relative;
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.7rem;
}
.pic_content .detail_swiper {
    width: 9.5rem;
    margin: 0 auto;
}
.pic_content .detail_swiper .swiper-slide {
    width: 100%;
    height: 5rem;
}
.pic_content .detail_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 分页器 */
.pic_content .lunbo .swiper-pagination {
    bottom: 0.4rem;
}
.pic_content .lunbo .swiper-pagination-bullet {
    background-color: #333333;
}
/* 左右箭头 */
.pic_content .lunbo .swiper-button-prev {
    left: 1.25rem;
}
.pic_content .lunbo .swiper-button-next {
    right: 1.25rem;
}
.pic_content .lunbo .swiper-button-prev::after {
    font-size: 0.3rem;
    font-weight: 700;
    color: #DA261D;
}
.pic_content .lunbo .swiper-button-next::after {
    font-size: 0.3rem;
    font-weight: 700;
    color: #DA261D;
}
/* 图片介绍 */
.pic_content .explain {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
}
/* 分享 */
.pic_content .share {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.pic_content .share img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    object-fit: contain;
}




@media only screen and (max-width:1024px){
    .class_swiper{
        display: none;
    }
    .pics_box{
        flex-direction: column;
        margin: 0;
    }
    .pics_box .left_box{
        width: 100%;
        height: 3rem!important;
        height: auto;
        flex-shrink: 0;
    }
    .pics_box .right_box{
        width: 100%;
    }
    .pics_box .right_box .item{
        height: auto;
    }
    .pics_box .left_box .title{
        width: 100%;
        font-size: 14px;
    }
    .pics_box .right_box .active .title,
    .pics_box .right_box .title{
        font-size: 14px;
    }
    .pics_box .right_box .date{
        font-size: 12px;
    }
    .pic_list .li{
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .pic_list .li .pic{
        height: auto;
    }
    .pic_list .li .title{
        font-size: 14px;
    }
    .pic_content .detail_swiper{
        width: 100%;
    }
    .pic_content .title{
        font-size: 24px;
        text-align: left;
        font-weight: 500;
    }
    .pic_content .others{
        text-align: left;
    }
    .pic_content .others span{
        font-size: 14px;
        line-height: 1.8;
    }
    .pic_content .explain p,
    .pic_content .explain span,
    .pic_content .explain strong{
        font-size: 16px;
        line-height: 2em;
    }
    
    .pic_content .share{
         font-size: 16px;
    }
    .pic_content .share img{
        width: 20px;
        height: 20px;
    }
}







