@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
}

a {
    color: #252B3A;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

body {
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-moz-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-o-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.anli_detail_banner {
    position: relative;
    overflow: hidden;
}

.anli_detail_banner img {
    width: 100%;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
    max-width: 94%;
}

.anli_detail_banner .text {
    position: absolute;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}

.anli_detail_banner .text .w1440 {
    position: relative;
}

.anli_detail_banner .text h2 {
    margin-bottom: 28px;
    width: 65%;
    line-height: 1.88em;
    padding: 0 25px;
    font-weight: normal;
}

.anli_detail_banner .text h2:before {
    content: "";
    display: block;
    width: 41px;
    height: 34px;
    background: url(../image/article/yinhao.png);
    opacity: 0.3;
    margin-bottom: 8px;
}

.anli_detail_banner .text .banner-text {
    margin-bottom: 44px;
    line-height: 1.7em;
    padding: 0 25px;
}

.anli_detail_banner_link a {
    float: left;
    margin-right: 10px;
    width: 126px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: content-box;
}

.anli_detail_banner_link a:nth-child(2) {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;
}

/*.anli_detail_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.anli_detail_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.anli_detail_banner_link a:after {
    transform: translateY(-1px);
    content: "";
    transition: all .4s ease;
    font-family: "iconfont";
    display: inline-block;
    vertical-align: middle;
}

.anli_detail_banner_link a:hover:after {
    content: "\e683";
    margin-left: 5px;
}










.anli_detail_banner .video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28%;
}

.anli_detail_banner .video-btn a {
    display: block;
    position: relative;
}

.anli_detail_banner .video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}

.anli_detail_banner .video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}




.anli_detail_tag .anli_tag_text {
    padding: 25px;
    background: #fff;
    font-size: 0;
    box-shadow: 1px 1px 20px 5px rgba(0, 132, 246, 0.2);
    transform: translateY(-50%);
}

.anli_detail_tag .anli_tag_text .img {
    /* padding:10px; */
    border: 1px solid #eeeeed;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.anli_detail_tag .anli_tag_text .img img {
    width: 114px;
}

.anli_detail_tag .anli_tag_text .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    margin-left: 30px;
    color: #888888;
}

.anli_detail_tag .anli_tag_text .text a {
    color: #888888;
}

.anli_detail_tag .anli_tag_text .text a:hover {
    color: #0084f6;
}

.anli_detail_tag .anli_tag_text .title span:first-child {
    font-weight: 600;
    color: #333333;
    margin-right: 20px;
}

.anli_detail_tag .anli_tag_text .title {
    margin-bottom: 8px;
}



.anli_detail_num {
    margin-bottom: 2.64%;
    margin-top: -30px;
}

.anli_detail_num .w1000 .num_list {
    font-size: 0;
    padding: 2.1% 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.anli_detail_num .num_item {
    display: inline-block;
    width: 33.3%;
    color: #888888;
    text-align: center;
    position: relative;
    vertical-align: top;
    padding: 0 10px;
}

.anli_detail_num .num_item:after {
    content: "";
    width: 1px;
    height: 80px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.anli_detail_num .num_item:last-child:after {
    display: none;
}

.anli_detail_num .num_item .fs42 {
    font-weight: 600;
    color: #0084f6;
}

.anli_detail_article .title {
    margin-bottom: 1em;
    text-align: center;
}

.anli_detail_article .subtitle {
    color: #2386ee;
    margin-bottom: 1em;
}

.anli_detail_article .summary video{ width:100%; height:auto; object-fit:fill;}

.anli_detail_article .summary p span {
    font-weight: 600;
}

.anli_detail_article .summary p {
    margin-bottom: 1.5em;
    line-height: 2em;
    text-align: justify;
}

.anli_detail_article img {
    max-width: 100%;
    height: auto !important;
}

.anli_detail_other .w1000 {
    padding: 2.7% 0;
}

.anli_detail_other .title {
    margin-bottom: 10px;
    color: #333333;
}

.anli_detail_other .link a {
    color: #2386ee;
    line-height: 2em;
}



.anli_detail_flag.active {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fafafa;
}

.anli_detail_flag {
    background: #fff;
    position: static;

}

.anli_detail_flag .w1000 {
    padding: 15px 30px;
    background: #fafafa;
    font-size: 0;
    border-top: 4px solid #b6b6b6;
}

.anli_detail_flag ul {
    width: 87%;
    display: inline-block;
}

.anli_detail_flag li {
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 15px;
    min-width: 100px;
    text-align: center;
    background: #e3f4fc;
    color: #0086f9;
}

.anli_detail_flag li a {
    color: #0086f9;
}

.anli_detail_flag li:nth-child(3n-1) {
    background: #fcede3;
    color: #f98d00;
}

.anli_detail_flag li:nth-child(3n-1) a {
    color: #f98d00;
}

.anli_detail_flag li:nth-child(3n) {
    background: #e3f6fc;
    color: #00c5f1;
}

.anli_detail_flag li:nth-child(3n) a {
    color: #00c5f1;
}

.anli_detail_flag .share .social-share-icon:before {
    display: none !important;
}

.anli_detail_flag .share .social-share-icon {
    width: 24px;
    height: 20px;
    border: 0px !important;
    margin: 0;
    margin-bottom: 0;
    background: url(../img/anli_detail/weixin.png) no-repeat center;
    background-size: contain;
    transition: all 0.4s;
    border-radius: 0;
}

.anli_detail_flag .share .social-share-icon:hover {
    background: url(../img/anli_detail/weixin.png) no-repeat center;
    background-size: contain;
    transform: translateY(-10%);
    opacity: 1;
}

.anli_detail_flag .wechat-qrcode h4 {
    display: none;
}

.anli_detail_flag .wechat-qrcode .help {
    display: none;
}

.anli_detail_flag .social-share .icon-wechat .wechat-qrcode {

    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -115px;
    left: -44px;
    width: 100px;
    height: 100px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.anli_detail_flag .social-share .icon-wechat .wechat-qrcode img {
    width: 80px;
    margin: 10px auto;
}

.anli_detail_flag .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 98px;
}

.anli_detail_flag .share {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #888888;
    border-right: 1px solid #e0e0e0;
    padding-right: 30px;
    font-size: 12px;
}

.anli_detail_flag .totop {
    display: inline-block;
    padding-left: 30px;
    cursor: default;
    vertical-align: middle;
}

.anli_detail_flag .totop:hover img {
    transform: translateY(-10%);
}

.anli_detail_flag .totop img {
    width: 24px;
}

.anli_detail_fankui {
    padding: 2.34% 0 4.1%;
}

.anli_detail_fankui .w1000 {
    font-size: 0;
}

.anli_detail_fankui .left_form {
    width: 71%;
    display: inline-block;
    vertical-align: bottom;
}

.anli_detail_fankui .right_img {
    width: 26%;
    display: inline-block;
    margin-left: 3%;
    background: #fafafa;
    text-align: center;
    padding: 25px 0;
    vertical-align: bottom;
}

.anli_detail_fankui .right_img img {
    margin-bottom: 8px;
}

.anli_detail_fankui .right_img .fs14 {
    line-height: 18px;
    color: #333333;
}

.anli_detail_fankui .title {
    margin-bottom: 14px;
}

.anli_detail_fankui .zan_img {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.anli_detail_fankui .zan_img span {
    display: inline-block;
    vertical-align: middle;
}

.anli_detail_fankui .bishi_img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.anli_detail_fankui label {
    padding-left: 18px;
}

.anli_detail_fankui input[type=radio] {
    opacity: 0;
}

.anli_detail_fankui label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #FFFFFF;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.anli_detail_fankui .zan_img label:before {
    background: url(../img/anli_detail/zan1.png) no-repeat center;
}

.anli_detail_fankui .bishi_img label:before {
    background: url(../img/anli_detail/bishi1.png) no-repeat center;
}

.anli_detail_fankui .zan_img input[type=radio]:checked+label:before {
    background: url(../img/anli_detail/zan.png) no-repeat center;
    background-size: 100%;
}

.anli_detail_fankui .bishi_img input[type=radio]:checked+label:before {
    background: url(../img/anli_detail/bishi.png) no-repeat center;
    background-size: 100%;
}


.anli_detail_fankui .text_box {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
}

.anli_detail_fankui .text_box.active {
    border-color: #115baa;
}

.anli_detail_fankui .text_box textarea {
    width: 100%;
    height: 140px;
    padding: 20px;
    border: none;
    background: transparent;
}

.anli_detail_fankui .text_box .btn {
    padding: 14px 20px;
    background: #fafafa;
    text-align: right;
    color: #aaaaaa;
}

.anli_detail_fankui .text_box .btn button {
    width: 86px;
    height: 32px;
    border: none;
    background-color: #ccc;
    border-radius: 4px;
    margin-left: 20px;
    cursor: not-allowed;
}

.anli_detail_fankui .text_box .btn.active button {
    width: 86px;
    height: 32px;
    border: none;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0068dd;
    color: #fff;
    border-radius: 4px;
    margin-left: 20px;
    cursor: default;
}





.floor {
    position: fixed;
    left: 60px;
    top: 30%;
    z-index: 9;
    display: none;
}

.floor ul li {
    padding: 15px 0;
    position: relative;
    cursor: default;
    color: #bcbcbc;
    font-size: 12px;
}

.floor ul {
    position: relative;
    padding-right: 30px;
}

.floor ul::after {
    content: "";
    width: 1px;
    height: 70%;
    top: 17%;
    background: #bcbcbc;
    position: absolute;
    right: 3px;
}

.floor ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    background: #bcbcbc;
    position: absolute;
    right: -30px;
    border-radius: 100%;
    z-index: 9;
}

.floor ul li.active::after {
    background: #3887f1;
}

.floor ul li.active {
    color: #3887f1;
}





.more_anli {
    padding: 4.5% 0 3.25%;
    background: #fafafa;
}

.more_anli .big_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.66%;
}





.more_anli .swiper-container {
    padding-bottom: 30px;
}

.more_anli dl {
    width: 100%;
    float: left;

    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 2%;

}

.more_anli .swiper-slide:hover {
    box-shadow: 5px 5px 15px #ccc;
}

.more_anli dl:nth-of-type(3n) {
    margin-right: 0px;
}

.more_anli dl dt {
    position: relative;
}

.more_anli dl dt a {
    display: block;
    height: 0px;
    padding-bottom: 43.5%;
    overflow: hidden;
}

.more_anli dl dt .img a {
    height: auto;
    padding: 0;
}

.more_anli dl dt .img_box {
    width: 100%;
    height: 0px;
    padding-bottom: 43.5%;
    transition: all 0.5s ease-in-out;
}

.more_anli dl dt .img {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: 30px;
    z-index: 3;
    box-shadow: 0 4px 10px #ddd;
    line-height: 100px;
    overflow: hidden;
}

.more_anli dl dt .img img {
    width: auto;
    max-width: 90%;
    vertical-align: middle;
}

.more_anli dl:hover dt a img {
    transform: scale(1.05);
}

.more_anli dd {
    padding: 70px 30px 20px;
}

.more_anli dd h3 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.more_anli dd h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    line-height: 1.5;
    color: #333333;
}

.more_anli dd h3 a:hover {
    color: #2386ec;
}

.more_anli ul {
    margin-top: 20px;
}

.more_anli li {
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    padding: 3px 8px;
}

.more_anli li:nth-of-type(1) {
    background: #e3f4fc;
    color: #0086f9;
}

.more_anli li:nth-of-type(1) a {
    color: #0086f9;
}

.more_anli li:nth-of-type(2) {
    background: #fcede3;
    color: #f98d00;
}

.more_anli li:nth-of-type(2) a {

    color: #f98d00;
}

.more_anli li:nth-of-type(3) {
    background: #e3f6fc;
    color: #00c5f1;
}

.more_anli li:nth-of-type(3) a {

    color: #00c5f1;
}

.more_anli .con_list {
    display: none;
}

.more_anli .con_list.active {
    display: block;
}

.more_anli .more {
    width: 100%;
    float: left;
    text-align: center;
}



.more_anli .g_more a:hover {
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;
}

.mo_text {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .anli_con .con01 .title {
        margin-bottom: 10px;
    }

    .anli_con .con01 .title ul {
        margin-top: 20px;
    }

    .anli_con .con01 .title li {
        margin: 0 5px;
        padding: 10px 10px 15px 10px;
    }

    .more_anli li {
        padding: 3px 5px;
    }

    .more_anli dl dt .img {
        width: 70px;
        height: 70px;
        bottom: -30px;
        line-height: 70px;
        overflow: hidden;
    }

    .more_anli dd {
        padding-top: 45px;
    }

    .floor {
        left: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    .floor {
        left: 30px;
    }

    .anli_detail_banner .text h2 {
        width: 78%;
        margin-bottom: 10px;
    }

    .anli_detail_banner .text {
        top: 50%;
    }

    .anli_detail_tag .anli_tag_text {
        transform: translateY(-30%);
        padding: 20px;
    }

    .floor {
        left: 10px;
    }

    .floor ul {
        padding-right: 15px;
    }

    .floor ul li::after {
        right: -15px;
    }
}

@media only screen and (max-width: 1200px) {

    .floor {
        display: none !important;
    }
}

#videoPopup1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup1 .video-box {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
    width: 100%;
}

#videoPopup1 .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

#videoPopup1 .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup1 .video-box .close:hover {
    background: rgba(0, 0, 0, 0.5);
}

.anli_detail_tag .anli_tag_text .img .img_mobil {
    display: none;
}

.mobil_more {
    display: none;
}

@media only screen and (max-width: 768px) {
    .anli_detail_banner .text {
        display: none;
    }

    .mo_text {
        display: block;
        margin-bottom: 4vw;
    }

    .mo_text h2 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 2em;
    }

    .mo_text h2:before {
        content: "";
        display: block;
        width: 72px;
        height: 64px;
        background: url(../image/article/yinhao2.png) no-repeat;
        background-size: 100%;
        opacity: 0.9;
        margin-bottom: 20px;
    }

    .mo_text .banner-text {
        text-align: right;
        font-size: 3.6vw;
    }
}

@media only screen and (max-width:720px) {
    .anli_detail_banner img {
        height: 60vw;
        object-fit: cover;
    }

    .anli_detail_tag .anli_tag_text .subtitle {
        font-size: 3.6vw;
    }

    .anli_detail_tag .anli_tag_text {
        padding: 4vw;
    }

    .anli_detail_tag .anli_tag_text .title span {
        display: block;
    }

    .anli_detail_tag .anli_tag_text .img .img_pc {
        display: none;
    }

    .anli_detail_tag .anli_tag_text .img .img_mobil {
        display: block;
        width: 20vw;
    }

    .anli_detail_tag .anli_tag_text .img {
        padding: 0;
        border: none;
    }

    .anli_detail_tag .anli_tag_text .text {
        width: calc(100% - 100px);
        margin-left: 0.3rem;
    }

    .anli_detail_num .num_item {
        width: 33.3%;
    }

    .anli_detail_num .num_item:after {
        height: 0.8rem;
    }

    .anli_detail_num .num_item:last-child:after {
        display: none;
    }

    .anli_detail_article .title{ font-size: 5vw;}
    .mo_text h2{ font-weight: normal; font-size: 4vw; margin-bottom: 4vw;}

    .mo_text h2:before {
        width: 8vw;
        height: 8vw;
        margin-bottom: 3vw;
    }

    .anli_detail_num .w1000 {
        padding: 5% 0;
    }

    .anli_detail_num {
        margin-top: -30px;
    }

    .mo_text {
        color: #333333;
    }

    .anli_detail_article .subtitle {
        font-size: 0.42rem;
        margin-bottom: 0.5em;
    }

    .anli_detail_other .w1000 {
        width: 100%;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        border: none;
    }

    .anli_detail_flag {
        display: none;
    }

    .anli_detail_fankui {
        display: none;
    }

    .more_anli .swiper-wrapper {
        display: block;
    }

    .w1000 {
        width: 100%;
        margin: 0 auto;
        padding-left: 4vw !important;
        padding-right: 4vw !important;
        max-width: 100%;
    }

    .more_anli .swiper-container {
        width: 100%;
        margin: 0 auto;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0;
    }

    .more_anli dl {
        width: 100%;
        margin-right: 0;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        font-size: 0;
    }

    .more_anli .swiper-container .swiper-slide:nth-child(n+4) {
        display: none;
    }

    .more_anli dl dt a {
        padding-bottom: 100%;
    }

    .more_anli dl dt .img_box {
        padding-bottom: 100%;
    }

    .more_anli dl dt {
        display: inline-block;
        width: 23.18%;
        vertical-align: middle;
    }

    .more_anli dl dt .img {
        display: none;
    }

    .more_anli dd {
        display: inline-block;
        width: 76.82%;
        padding: 0;
        padding-left: 5%;
        vertical-align: middle;
    }

    .more_anli dd h3 {
        border: none;
        padding-bottom: 10px;
    }

    .more_anli dd h3 a i {
        display: none;
    }

    .more_anli dd h3 a span:last-child {
        color: #888888;
        font-size: 0.24rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

        line-height: 1.5;
    }

    .more_anli dd h3 a span:first-child {
        display: block;
        font-size: 0.32rem;
        color: #333333;
    }

    .more_anli dd h3 a {
        display: block;
        height: auto;
        overflow: auto;
    }

    .more_anli dd h3 a i {
        display: none;
    }

    .more_anli ul {
        margin-top: 0;
    }

    .more_anli li a {
        font-size: 0.18rem;
    }

    .more_anli dl {
        margin-top: 0.4rem;
    }

    .mobil_more {
        display: block;
    }

    .mobil_more a {
        width: 1.96rem;
        height: 0.6rem;
        line-height: 0.6rem;
        text-align: center;
        background: #fff;
        margin: 0 auto;
        display: block;
        font-size: 0.22rem;
        border-radius: 5px;
    }

    .more_anli {
        padding: 0.4rem 0 0.75rem;
        background: #f6f9fe;
    }

    .more_anli .big_title {
        margin-bottom: 0;
    }

    .anli_detail_article .summary p {
        margin-bottom: 1em;
        line-height: 2em;
    }

    .anli_detail_num .num_item .fs42 {
        font-size: 0.42rem;
    }

    .anli_detail_other .title {
        font-size: 0.42rem;
    }

    .anli_detail_other .link a {
        font-size: 0.24rem;
    }

    .anli_detail_article .summary {
        font-size: 16px;
        line-height: 2em;
    }
}



@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 540px) {
    .anli_detail_article .summary p{ font-size: 3.6vw;}
    .anli_detail_tag .anli_tag_text .title span:first-child{ font-size: 4vw;}
}