/*鏂伴椈璇︾粏*/

.detail-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    margin: 120px 0 40px 0;
    text-align: center;
}

.detail-data {
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-data span {
    margin: 0 12px;
}

.detail-br {
    width: 13.6rem;
    height: 1px;
    background: #E6E6E6;
}

.detail-ls {
    width: 100%;
}

.detail-desc {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding: 60px 0;
    text-align: justify;
}

.detail-desc .RCMS_EDITOR p img {
    display: block;
    margin: auto;
}

.detail-img {
    width: 900px;
    height: 600px;
    object-fit: contain;
}

.detail-img-desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 28px 0 17px 68px;
}

.detail-swiper {
    width: 900px;
}

.detail-swiper .swiper-pagination-detail {
    width: 60px;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 24px;
    bottom: 20px;
}

.detail-swiper .swiper-pagination-current {
    color: #3382FF;
}

.detail-swiper .swiper-slide-active {
    border-bottom: 1px solid #E6E6E6;
}

.detail-swiper-thumbs {
    width: 600px;
    height: 80px;
    margin: 50px 0 80px 0;
}

.detail-img-thumbs {
    width: 120px;
    height: 80px;
}

.thumbs-list {
    width: 736px;
    position: relative;
}

.detail-swiper-thumbs .swiper-slide {
    opacity: 0.4;
}

.detail-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbs-list .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: url(../image/btn-back-nor.png) center center no-repeat;
    background-size: 100% 100%;
    top: 50%;
}

.thumbs-list .swiper-button-next {
    width: 36px;
    height: 36px;
    background: url(../image/btn-next-nor.png) center center no-repeat;
    background-size: 100% 100%;
    top: 50%;
}

.thumbs-list .swiper-button-prev:hover {
    background: url(../image/btn-back-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.thumbs-list .swiper-button-next:hover {
    background: url(../image/btn-next-sel.png) center center no-repeat;
    background-size: 100% 100%;
}

.detail-share {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8, inset 0px 1px 0px 0px #E8E8E8;
    display: flex;
    justify-content: space-between;
}

.sz-prevNext {
    display: flex;
    margin: 40px 0 100px 0;
    width: 100%;
}

.sz-prevNext-name {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sz-prevNext-title {
    color: #666;
    font-size: 16px;
    text-wrap: nowrap;
}

.sz-prevNext-main:hover .sz-prevNext-title {
    color: #F99C34;
}

.sz-prevNext-main:hover .sz-prevNext-time {
    color: #F99C34;
}

.sz-prev {
    width: 50%;
}

.sz-next {
    width: 50%;
    margin-left: .6rem;
}

.sz-prevNext-main {
    display: flex;
    justify-content: space-between;
}

.sz-share {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    box-shadow: inset 0px -1px 0px 0px #E8E8E8, inset 0px 1px 0px 0px #E8E8E8;
    display: flex;
    justify-content: space-between;
}

.sz-share-icon {
    padding-top: 16px;
}

.sz-share-icon-1 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
}

.sz-share-icon-1-mask {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    margin-left: -100px;
    display: none;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
    z-index: 10;
}

.sz-share-icon-1-mask img {
    width: 100%;
    height: 100%;
}

.sz-share-icon-1:hover .sz-share-icon-1-mask {
    display: block;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all ease 750ms;
}

.sz-share-icon-1:hover {
    background: url(../image/share1-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.sz-share-icon-2:hover {
    background: url(../image/share2-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.sz-share-icon-3:hover {
    background: url(../image/share3-h.png) center center no-repeat;
    background-size: 100% 100%;
}

.sz-share-icon-2 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share2.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.sz-share-icon-3 {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/share3.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


/*鏂伴椈涓績*/

.news-swiper-img {
    width: 8rem;
    height: 5.33rem;
}

.news-day {
    font-size: .6rem;
    color: #F99C34;
    line-height: .65rem;
}

.news-time {
    font-size: .16rem;
    color: #F99C34;
    line-height: .17rem;
    margin-top: .1rem;
}

.news-title {
    max-width: 8rem;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: .4rem .64rem .24rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news-abstract {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-right: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-link {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    margin: .62rem 0 .8rem 0;
}

.news-link:hover,
.news-title:hover {
    color: #F99C34;
}

.news-step {
    width: 4.72rem;
    height: .04rem;
    background: #D8D8D8;
    position: relative;
}

.news-step1 {
    height: .04rem;
    background: #F99C34;
    position: absolute;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        width: 0px;
    }
    to {
        width: 4.72rem;
    }
}

.news-swiper-content {
    width: 100%;
    height: 6rem;
    background: #F8F8F8;
}

.news-swiper-left {
    margin: 0 0 0 .64rem;
    position: relative;
    height: 5.33rem;
}

.news-t {
    margin-top: .72rem;
}

.news-list-item {
    width: 100%;
    min-height: 2.8rem;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #E6E6E6;
    padding: .6rem 0;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.news-list-date {
    width: 1rem;
    height: 1rem;
    background: #FEFAF5;
    border: 1px solid #E8E8E8;
    position: relative;
    margin-right: .4rem;
}

.news-list-top {
    width: 1rem;
    height: .04rem;
    background: #F99C34;
    position: absolute;
    top: 0;
}

.news-list-cover {
    width: 2.4rem;
    height: 1.6rem;
}

.news-day1 {
    font-size: .4rem;
    font-weight: normal;
    color: #F99D35;
    line-height: .43rem;
}

.news-list-item::after {
    content: "";
    width: 0;
    height: 1px;
    background: #F99D35;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.news-list-item:hover::after {
    width: 100%;
}

.news-swiper {
    height: 100%;
}

.news-list-desc {
    width: 8rem;
    margin: 0 0 .32rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news-list-title {
    width: 8rem;
    margin: 0 0 .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.news-list {
    margin-bottom: 1rem;
}

.crc-pub-page-enter {
    width: 1rem !important;
    height: .48rem !important;
    background: #F99C34 !important;
    border-radius: .24rem !important;
    line-height: .48rem !important;
}

.crc-pub-page-text {
    width: 1rem !important;
    height: .48rem !important;
    background: #FFFFFF !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: .24rem !important;
    line-height: .48rem !important;
}

.crc-pub-page-sel {
    width: .48rem !important;
    height: .48rem !important;
    background: #F99C34 !important;
    border-radius: 50% !important;
    line-height: .48rem !important;
    color: #fff !important;
}

.news-iphone-time {
    display: none;
}

.news-main {
    display: flex;
    justify-content: space-between;
}

.crc-pub-page-sel,
.crc-pub-page-num {
    width: .48rem !important;
    height: .48rem !important;
    border-radius: 50% !important;
    line-height: .48rem !important;
}

.crc-pub-page-sel:hover {
    color: #fff !important;
}

.crc-pub-page-next,
.crc-pub-page-prev {
    width: .88rem !important;
    height: .48rem !important;
    background: #FFFFFF !important;
    border-radius: .24rem !important;
    border: 1px solid #E8E8E8 !important;
    line-height: .48rem !important;
}

.crc-pub-page-enter:hover {
    color: #fff !important;
}

.detail-data .br {
    width: 1px;
    height: 10px;
    border-left: 1px solid #D8D8D8;
    display: inline-block;
}

.news-lv {
    position: absolute;
    bottom: 0;
}

.crc-pub-page-mobile {
    display: none;
}