.detail-list{
    width: 100%;
    height: auto;
    padding-left: 20px;
    box-sizing: border-box;
}
.detail-list h2{
    width: 100%;
    height:21px;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #666;
    margin-bottom: 15px;
}
#container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.det_btn{
    width: 100%;
    height:19px;
    margin-bottom: 50px;
    text-align: center;
    color: #666;
}
.det_btn span{
   padding-left: 5px;
    display: inline-block;
    font-size: 14px;
}
.det_btn span::after{
    content: "|";
    color: #000;
    color: #666666;
    padding-left: 5px;
    font-size: 14px;
}
.det_btn span:last-of-type::after{
    content:"";
}
.det_con {
    width: 100%;
    height: auto;
    color: #666!important;
    text-align:justify;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 15px;
}

.det_con * {
    max-width: 100%;
    color: #666!important;
 }
.det_con p{
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #666;
    text-align:justify;
}
.det_con img{
    max-width: 100%;
    height: auto;
    margin:15px auto;
    display: block;
}
.del_hot{
    width: 100%;
    height: 30px;
    margin-top: 20px;
}
.del_hot span{
    margin-right: 15px;
    /*display: inline-block;*/
    color: #9B8CAA;
    line-height: 15px;
    display: block;
    float: left;
}
.del_hot span.del_zan {
    position: relative;
    text-indent: 22px;

}
.del_hot span.del_zan i{
    position: absolute;
    /*content: '';*/
    height: 15px;
    width: 18px;
    left: 0;
    /*padding-left:30px;*/
    background-image: url(/resource/wetpl/substation/default/web/image/2018-01-09_191505.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;

}
