@charset "utf-8";
/* CSS Document */


/*index*/
.banner {
    padding-top: 80px;
}

.banner .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .swiper-slide:before {
    content: '';
    position: relative;
    display: block;
    padding-top: 26%;
    width: 100%;
}

.banner img {
    left: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.65s ease-out 0s;
    transition: 0.65s ease-out 0s;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    font-size: 0;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background: rgba(148, 145, 144, 0.8);
    opacity: 1;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
    width: 30px;
    border-radius: 20px;
}

.banner-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px 0 46px 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
}

.banner-bottom .b-tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main {
    padding: 40px 0;
    position: relative;
}

.main-left {
    width: 68%;
}

.main-tabs {
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #ededed;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.main-tabs li {
    line-height: 50px;
    display: inline-block;
    margin-right: 5%;
    color: #666666;
    font-weight: lighter;
    font-size: 15px;
}

.main-tabs li a {
    color: #666666;
    font-weight: lighter;
    position: relative;
    display: inline-block;
}


.main-tabs li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 1px;
    background: #e35504;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
}

.main-tabs .active a {
    color: #e35504;
}

.main-tabs .active a::before {
    width: 100%;
    left: 0;
}

.main-content .con-list {
    display: none;
}

.main-content>.active {
    display: block;
}

.main-content .con-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
}

.main-content .con-list li:last-child {
    border-bottom: none;
}

.main-content .con-list li figure {
    -ms-flex-item-align: start;
    align-self: flex-start;
    float: left;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.main-content .con-list li figure:before {
    content: "";
    display: block;
    font-size: 0;
    padding-top: 61.75908%;
}



.main-content .con-list li figure img {
    -webkit-backface-visibility: hidden;
    left: 50%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .65s ease-out 0s;
    transition: .65s ease-out 0s;
}

.main-content .con-list li figure .tip {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 2px;
    color: #fff;
    left: 10px;
    line-height: 24px;
    padding: 0 0.5em;
    position: absolute;
    top: 10px;
    z-index: 3;
    background: #e25505;
}

.main-content .con-list li:nth-child(2n) figure .tip {
    background: #333333;
}

.main-content .con-list li section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    width: 70%;
}

.main-content .con-list li section h3 {
    font-size: 18px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
}


.main-content .con-list li section footer .author {
    color: #939393;
    display: inline-block;
    line-height: 25px;
    margin-top: 1em;
    font-size: 13px;
}

.main-content .con-list li section footer .author img {
    border-radius: 100%;
    height: 25px;
    margin-right: 10px;
    width: 25px;
}

.main-content .con-list li section footer .dot {
    display: inline-block;
    padding: 0 14px;
    position: relative;
    top: -3px;
}



.loadbar {
    background-color: #fff;
    color: #666666;
    font-weight: lighter;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.main-right {
    width: 29%;
}

.main-right img {
    max-width: 100%;
}

.topic-img {
    text-align: center;
}

.topic-img img {
    width: 100%;
}

.right-tit {
    padding: 24px 0;
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    position: relative;
    padding-left: 18px;
}

.right-tit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e25304;
    border-radius: 2px;
    margin-top: -4px;
}

.no-sec {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 10px 13%;
}

.no-sec .icon-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #c6c6c6;
    align-items: center;
    text-align: center;
}

.no-sec .icon-wrap li .icon-logo {
    width: 31%;
    text-align: center;
    border-right: 1px solid #c6c6c6
}

.no-sec .icon-wrap li .icon-logo span {
    display: block;
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    font-weight: lighter;
}

.no-sec .icon-wrap li .icon-logo img {
    width: 26px;
}

.no-sec .icon-wrap li .icon-tit {
    width: 69%;
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.no-sec .code-wrap {
    margin-top: 20px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.no-sec .code-wrap li {
    text-align: center;
    display: inline-block;
    width: 48%;
}

.no-sec .code-wrap li img {
    display: block;
    margin: 0 auto;
}

.no-sec .code-wrap li span {
    color: #666666;
    font-weight: lighter;
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.hoty-bigimg {
    position: relative;
    overflow: hidden;
}

.hoty-bigimg::before {
    content: "";
    display: block;
    font-size: 0;
    padding-top: 66.6666%;
}

.hoty-bigimg img {
    -webkit-backface-visibility: hidden;
    left: 50%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .65s ease-out 0s;
    transition: .65s ease-out 0s;
}

.hoty-bigimg footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 66px;
    padding: 10px 20px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.65s ease-out 0s;
    transition: 0.65s ease-out 0s;

}

.hoty-bigimg footer p {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wz-sec {
    background: #f5f5f5;
    padding: 20px;
}

.small-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
    margin-top: 16px;
}

.small-list li figure {
    -ms-flex-item-align: start;
    align-self: flex-start;
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}

.small-list li figure:before {
    content: "";
    display: block;
    font-size: 0;
    padding-top: 75%;
}

.small-list li figure img {
    -webkit-backface-visibility: hidden;
    left: 50%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .65s ease-out 0s;
    transition: .65s ease-out 0s;
}

.small-list li section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    width: 75%;
}

.small-list li section h3 {
    font-size: 14px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
}

.small-list li section footer {
    color: #939393;
    font-size: 12px;
}

.small-list li section footer .zan-num {
    padding-left: 6px;
}

/* 活动 */
.activity-wrap {
    padding: 110px 0 40px 0;
}

.ac-list {
    font-size: 0;
}

.ac-list li {
    width: 33.33%;
    display: inline-block;
    padding: 0 20px 0 0;
    margin-bottom: 30px;
}

.ac-list li .div {
    border: 1px solid #e8e8e8;
    background: #fbfbfb;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-radius: 3px;
    overflow: hidden;
}

.ac-list li a {
    display: block;
}

.ac-list li a .ac-img {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.ac-list li a .ac-img:before {
    content: "";
    display: block;
    font-size: 0;
    padding-top: 59%;
}

.ac-list li a .ac-img img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    -webkit-transition: .65s ease-out 0s;
    transition: .65s ease-out 0s;
}

.con-sec {
    padding: 20px;
}

.ac-list li .ac-title {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}

.ac-list li .ac-title p {
    padding-right: 60px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.ac-list li .ac-title span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    right: 0;
    top: 0;
}

.ac-txt {
    font-size: 14px;
    color: #939393;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

.y-start {
    background: #6fba2c;
}

.y-ing {
    background: #e35405;
}

.y-end {
    background: #848484;
}

.ac-location {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e8e8e8;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.ac-location>div {

    font-size: 12px;
    color: #939393;
}

.ac-location .ac-place {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.ac-location>div i {
    font-size: 20px;
    color: #e35504;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.det-main {
    padding-top: 110px;
}

.details .d-tit {
    font-size: 36px;
    font-weight: bold;
    min-height: 94px;
}

.details small {
    color: #939393;
    padding: 20px 0;
    display: inline-block;
    line-height: 25px;
    margin-top: 1em;
    font-size: 13px;
    border-bottom: 1px dashed #949494;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.details small img {
    border-radius: 100%;
    height: 25px;
    margin-right: 10px;
    width: 25px;
}

.details small .dot {
    display: inline-block;
    padding: 0 14px;
    position: relative;
    top: -3px;
}




.details small .ydl-dot {
    padding: 0 4px;
}

.details small .icon-share {
    color: #dddddd;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -2px;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.details img {
    max-width: 100%;
}

.details .share-btn {
    position: relative;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    cursor: pointer;
    display: inline-block;
}

.bz-tip {
    color: #939393;
    font-weight: lighter;
    padding-top: 24px;
}



.det-main-right {
    padding-top: 174px;
}

.page-hot-wrap .small-list li {
    margin-top: 0;
}

.wztz-text {
    background-color: #fff;
    color: #666666;
    font-weight: lighter;
    padding: 12px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.prise {
    text-align: center;
    padding: 60px 0;
}

[data-prise] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.prise-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c6c6c6;
    color: #939393;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    margin: 0 10px;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.prise-btn.prise-danger {
    border-color: #e35405;
    color: #fff;
    background: #e35405;
}

.prise-btn .iconfont {
    font-size: 28px;
    margin-right: .3em;
}

.prise-btn .icon-chaping {
    font-size: 26px;

}

.prise-btn em {
    font-style: normal;
}

[data-prise] .tips {
    bottom: 90%;
    color: #f07878;
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    visibility: hidden;
}

[data-prise] .tips.move {
    -webkit-animation: mymove 0.5s ease;
    animation: mymove 0.5s ease;
}

.prise-btn:active .iconfont {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);

}

.share-box {
    line-height: 60px;
    height: 60px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0 16px;
}

.share-box .bdsharebuttonbox {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.share-box .bdsharebuttonbox>a {
    background-image: none;
    display: inline-block;
    float: none;
    font-size: 28px;
    height: auto;
    line-height: 1;
    margin: 0;
    padding-left: 0;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    margin-left: 20px;
}

.share-box .bdsharebuttonbox>a.icon-weixin {
    font-size: 28px;
    color: #4fb472;
    position: relative;
    z-index: 1;
}

.share-box .bdsharebuttonbox>a.icon-weibo {
    font-size: 33px;
    color: #e20013;
    position: relative;
    z-index: 1;
}



.share-btn .bdsharebuttonbox:after,
.share-btn .bdsharebuttonbox:before {
    bottom: 100%;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
    visibility: visible;
}

.share-btn .bdsharebuttonbox:before {
    border: 7px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
}


.share-btn .bdsharebuttonbox>a {
    background-image: none;
    display: inline-block;
    float: none;
    font-size: 28px;
    height: auto;
    line-height: 1;
    margin: 0;
    padding-left: 0;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    margin: 0 4px;
}

.share-btn .bdsharebuttonbox>a.icon-weixin {
    font-size: 20px;
    color: #4fb472;
    position: relative;
    z-index: 1;
}

.share-btn .bdsharebuttonbox>a.icon-weibo {
    font-size: 24px;
    color: #e20013;
    position: relative;
    z-index: 1;
}

.zhhz-wrap {
    padding: 30px 0;
}

.xgtj-wrap {
    margin-right: -30px;
    font-size: 0;
}

.xgtj-wrap li {
    padding-right: 30px;
    width: 33.33%;
    margin-bottom: 30px;
    display: inline-block;
}

.xgtj-wrap li a {
    display: block;
}

.xgtj-wrap li .hoty-bigimg footer {
    height: 80px;
}

.xgtj-wrap li .hoty-bigimg footer p {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.page-section {
    background: #fff;
}

.fixed {
    position: fixed;
    width: 348px;
    top: 80px;
    margin: 0 auto;
    z-index: 10;
}

.share-btn .bdsharebuttonbox {
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 90%;
    margin-top: 15px;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;


}

/* sousuo */
.result_box {
    width: 920px;
    margin: 140px auto 20px auto;
}

.search_box_input {
    position: relative;
}

.result_box input {
    border: 1px solid #dedede;
    padding: 10px 200px 10px 20px;
    font-size: 16px;

    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.result_box button {
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #fff;

    bottom: 1px;
    background-color: #e25505;
    cursor: pointer;
    -webkit-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.result_box .icon-sousuo {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
}

.result_box .result_tip {
    padding-top: 16px;
    color: #666666;
    font-size: 14px;
}

.result_box .result_tip span {
    padding: 0 6px;
    color: #f75959;
}

.form-block {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 3.0286em;
    padding: 0.8em;
    width: 100%;
}

.result_box input:focus {
    border: 1px solid #e25505;
}


@-webkit-keyframes mymove {
    to {
        bottom: 120%;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes mymove {
    to {
        bottom: 120%;
        opacity: 1;
        visibility: visible;
    }
}


@media screen and (min-width:768px) {
    .main-tabs li:hover a {
        color: #e35504;
    }

    .main-tabs li:hover a::before {
        width: 100%;
        left: 0;
    }

    .main-content .con-list li figure:hover img {
        -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
        transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    }

    .main-content .con-list li section h3:hover {
        color: #e35504;
    }

    .loadbar:hover {
        color: #e35504;
        border-top: 1px solid #e35504;
        border-bottom: 1px solid #e35504;
    }

    .hoty-bigimg:hover footer {
        background: rgba(277, 85, 4, .8)
    }

    .hoty-bigimg:hover img {
        -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
        transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    }

    .small-list li figure:hover img {
        -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
        transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    }

    .small-list li section h3:hover {
        color: #e35504;
    }

    .ac-list li a:hover {
        background: #ebeaea
    }

    .ac-list li a:hover img {
        -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
        transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    }

    .prise-btn:hover {
        background: #f7f7f7
    }

    .prise-btn.prise-danger:hover {
        background: #c04602
    }

    .details .share-btn:hover {
        color: #e25304;
    }

    .details .share-btn:hover .icon-share {
        color: #e25304;
    }

    .details .share-btn:hover .bdsharebuttonbox {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);

    }

    .result_box button:hover {
        background: #c04602;
    }

}

.details article h1 {
    font-size: 18px !important;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important
}

.details article h1::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: #e35503;
    display: inline-block;
    height: 15px;
    width: 4px;
}

.details article h2 {
    font-size: 16px !important;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid rgb(204, 204, 204);
    padding-bottom: 5px !important;
    border-bottom: none !important
}

.details article p {
    line-height: 24px;
    padding: 10px 0;
}

.details article [label="强调"] {
    color: #EA5404;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.details article [label="明显强调"] {
    color: #333333 !important;
    font-size: 16px;
    font-weight: bold !important;
    font-style: normal !important;
    border-bottom: 1px solid #EA5404;
}