@charset "utf-8";
/*表格问题*/
div>table,p>table{
margin:0 auto;
line-height:2;
}
.con-txt div>table p,.con-txt p>table p{
text-indent:0;
font-size:inherit;
line-height:inherit;
}
/*视频问题*/
@media(max-width:768px){
.dtl-txt p video, .con-txt p video{display:block;text-indent:-2em!important;width:100%!important;height:auto!important;}
script[name="_videourl"]+video{background:#fff!important;}
}
/*图片问题*/

.dtl-txt img,.con-txt img{
    margin: 40px auto!important;
}/*.detail*/
.detail {

}
.dtl-tit h4{
    font-size: .24rem;
    line-height: 1.4em;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}
.dtl-tit .shar{

    font-size: 0;
}
.dtl-tit .shar span,
.dtl-tit .shar a{
    display: inline-block;
    font-size: 13px;
    line-height:32px;
    color: #666666;
    vertical-align: middle;
}
.dtl-tit .shar a{
    margin: 0 3px;
}
.dtl-tit .shar .ll span{
    margin-right: 20px;
}
.dtl-tit .share{
    display: inline-block;
    vertical-align: middle;
}
.dtl-tit .shar .wx{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/share-wx.png") no-repeat 50%;
}
.dtl-tit .shar .qz{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/share-qz.png") no-repeat 50%;
}
.dtl-tit .shar .wb{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/share-wb.png") no-repeat 50%;
}
.dtl-tit{
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.dtl-list ul{
    background: #f0f7ff;
    overflow: hidden;
}
.dtl-list ul li{
    float: left;
    width: 50%;
    font-size: 0;
    line-height: 60px;
    border-top: 1px solid #fff;
}
.dtl-list ul li>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
}
.dtl-list ul li span{
    width: 130px;
    padding-left: 40px;
    border-right: 1px solid #fff;
}
.dtl-list ul li em{
    width: calc(100% - 160px);
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border-left: 1px solid #fff; */
}
.dtl-list ul li.tit{
    width: 100%;
}

@media screen and (max-width: 1380px){
    .dtl-tit {
    padding-bottom: 20px;
        }
    .dtl-tit .shar .rr,
    .dtl-tit .shar .ll{
        float: none;
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 1060px){
 .dtl-tit h4{
        font-size: 26px;
    }
    .dtl-tit .shar span,
    .dtl-tit .shar a,
    .con-tit .shar span{
        font-size: 15px;
    }
    .dtl-txt p,
    .con-txt p{
        font-size: 16px;
        margin-top: 15px;
    }
    .dtl-tit{
        margin-bottom: 30px;
    }
    .dtl-list ul li>*{
        font-size: 16px;
    }
    .dtl-list ul li{
        line-height: 48px;
    }
    .dtl-list ul li span{
        width: 110px;
        padding-left: 20px;
    }
    .dtl-list ul li em{
        width: calc(100% - 110px);
        padding-left: 25px;
        overflow: auto;
        text-overflow: unset;
        white-space: break-spaces;
    }
    .dtl-list{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .con-txt img{
        margin: 20px auto;
    }
}
@media screen and (max-width: 900px){
    .dtl-list ul li{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 640px){
    .dtl-tit h4,
    .con-tit h4{
        font-size: 22px;
    }
    .dtl-tit .shar span, .dtl-tit .shar a{
        font-size: 14px;
        line-height: 24px;

    }
    .dtl-tit .shar .ll span{
        margin-right: 10px;
    }
    .dtl-tit{
        margin-bottom: 15px;
    }
    .dtl-txt p,
    .con-txt p{
        font-size: 15px;
        margin-top: 10px;
    }
    .dtl-tit .shar .rr, .dtl-tit .shar .ll{
        line-height: 30px;
        text-align: left;
    }
    .dtl-list ul li>*{
        font-size: 14px;
    }
    .dtl-list ul li{
        line-height: 40px;
    }
    }