/**!
 * Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ
 * date:2021-01-12
 * author: wppei;
 */
@media(min-width: 1200px) {
    body {
        min-width: 1200px;
    }
    #header {
        min-height: 150px;
    }
    .container {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
}
.com-header .header {
    margin-bottom:0;
}
body {
    background-color: #f7f7f7;
}
.ewb-loc {padding-top: 29px;padding-bottom: 9px;line-height: 24px;}
.detail {
    margin: 15px 0 20px 0;
    padding: 30px 40px 40px;
    background-color: #fff;
}

.detail-tt {
    line-height: 24px;
    padding: 5px 0;
    text-align: center;
    color: #404742;
    font-size: 24px;
    font-weight: bold;
}

.detail-top {
    line-height: 40px;
    color: #999;
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding-top: 20px;
    height: 65px;
}

.share>a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    -webkit-text-size-adjust: none;
    margin: 20px 20px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.share>span {
   float:left;
}

.share{
   width:200px;
}

.share>.qq {
    width: 18px;
    height: 20px;
    margin-left: 0;
    background-image: url("../images/news/share_icon1.png");
}

.share>.weixin {
    width: 22px;
    height: 20px;
    background-image: url("../images/news/share_icon2.png");
}

.share>.weibo {
    width: 24px;
    height: 20px;
    background-image: url("../images/news/share_icon3.png");
}

.share>.more {
    width: 15px;
    height: 20px;
    background-image: url("../images/news/share_icon4.png");
}

.detail-top .size {
    margin-right: 40px;
}

.detail-top .size>a {
    margin-right: 10px;
    color: #999;
    font-size: 16px;
}

.detail-top .size>.small {
    margin-right: 0;
}

.detail-top .size>a:hover,
.detail-top .size>a.active {
    color: #47b368;
}

.detail-top-left>p {
    margin-right: 25px;
}

.detail-top-left>p>span {
    color: #666;
}

.detail-video {
    margin: 24px auto 30px;
    width: 880px;
    /* height: 40px; */
}

.detail-video>img {
    width: 100%;
    height: 100%;
}

.detail-text {
    margin-bottom: 30px;
    /* line-height: 32px;
    color: #666; */
    font-size: 18px;
    /* text-indent: 2em; */
}

.detail-img {
    text-align: center;
    margin-bottom: 8px;
}

.detail-img>img {
    width: 1000px;
    height: 560px;
}

.detail_skip {
    line-height: 55px;
    color: #999;
    font-size: 16px;
}

.enclosure {
    padding: 9px 30px 14px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
}

.enclosure>h2 {
    line-height: 24px;
    padding: 6px 0;
    color: #404742;
    font-weight: bold;
    font-size: 20px;
}

.enclosure-list>li>a {
    display: block;
    line-height: 24px;
    padding-left: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
    font-size: 16px;
    background: url("../images/news/enclosure_icon.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-link {
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.detail-link li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    max-width: 160px;
    padding: 0 20px;
}

.detail-link a {
    display: block;
    height: 40px;
    padding-left: 58px;
    padding-top: 7px;
    line-height: 24px;
    text-align: left;
    color: #666;
    font-size: 18px;
    border: 1px solid #e6e6e6;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.detail-link .print {
    background-image: url("../images/news/detail_icon1.png");
}

.detail-link .like {
    background-image: url("../images/news/detail_icon2.png");
}

.detail-link .error {
    background-image: url("../images/news/detail_icon3.png");
}

.detail-link a:hover {
    color: #fff;
    border-color: #47b368;
    background-color: #47b368;
}

.detail-link a:hover.print {
    background-image: url("../images/news/detail_icon1h.png");
}

.detail-link a:hover.like {
    background-image: url("../images/news/detail_icon2h.png");
}

.detail-link a:hover.error {
    background-image: url("../images/news/detail_icon3h.png");
}

.detail-bom>h2 {
    line-height: 47px;
    color: #404742;
    font-size: 24px;
    font-weight: bold;
}

.detail-bom {
    padding: 0 40px 30px;
}

.bom-box {
    display: block;
    line-height: 60px;
    overflow: hidden;
}

.bom-box>p {
    float: right;
    text-align: right;
    width: 150px;
    color: #999;
    font-size: 16px;
}

.bom-box .bom-text {
    /* margin-right: 150px; */
    float: left;
    width: calc(100% - 150px);
    color: #404742;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    background: url("../images/news/list_dian.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bom-box:hover>p,
.bom-box:hover>.bom-text {
    color: #47b368;
}

.bom-box:hover>.bom-text {
    background-image: url("../images/news/list_dianh.png");
}

@media(max-width:1200px) {
    .detail-img>img {
        width: 600px;
        height: 336px;
    }
}

@media (max-width: 768px) {
    .detail {
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail-top>p {
        margin-right: 10px;
    }
    .detail-top {
        font-size: 14px;
    }
    .detail-top .size {
        margin-right: 30px;
    }
    .share>a {
        margin: 6px 12px 0 0;
    }
    .detail-top .size>a {
        margin-right: 8px;
    }
    .detail-top {
        height: auto;
        line-height: 30px;
        padding: 20px 0;
    }
    .detail-top-right {
        float: left!important;
    }
    .detail-video {
        width: 100%;
    }
    .detail-link li {
        padding: 0 5px;
    }
    .detail-link a {
        padding-left: 40px;
        font-size: 16px;
        background-position: 16px center;
    }
    .detail-bom {
        padding: 0 0 30px;
    }
    .bom-box>p {
        width: 100px;
    }
    .bom-box {
        line-height: 45px;
    }
    .bom-box .bom-text {
        margin-right: 100px;
        font-size: 18px;
    }
    .detail-text {
        margin-bottom: 20px;
    }
    .detail-top-left>p {
        margin-right: 10px;
    }
    .detail-link a {
        background-size: 18px 18px;
    }
    .detail-link .like {
        background-size: 19px 18px;
    }
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-size: 12px!important;
    line-height: 16px!important;
}

.social-share .social-share-icon {
    line-height: 31px!important;
}