.news {
    margin: 0;
    padding: 0;
    background: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
body{
    background-color: #f8f8f8;
}
.service_detail{
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

/* 左侧 */
.service_detail .d_left{
    width: 75%;
}
.service_detail .topimg{
    border-radius: 10px;
    overflow: hidden;
}
.service_detail .toptext{
    padding: 20px 0px 0px 0px;
    font-size: 20px;
}
.service_detail .gray_block{
    background: #f5f5f7;
    border-radius: 5px;
    padding: 10px 0px;
    margin: 20px 0px 0px 0px;
}
.service_detail .block_item{
    float: left;
    width: 33.3%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
.service_detail  .block_item:nth-child(3){
    border-right:none;
}
.service_detail .innernum{
    box-sizing: border-box;
    padding: 5px;
    color: #333;
    letter-spacing: 1px;
    font-size: 16px;
}
.service_detail .innertext{
    color: #999;
    font-size: 14px;
}
.service_detail .onlinebtn{
    background: linear-gradient(#0063b4,#019de7);
    color: white;
    font-size: 16px;
    padding: 15px 0px;
    border-radius: 10px;
    margin:30px  auto 10px auto;
    width: 50%;

}
.service_detail .btncenter{
    margin: auto;
    width: 110px;
}
.service_detail .onlineimg{
    float: left;
    width: 20px;
    height: 20px;
}
.service_detail .onlinetext{
    float: right;
    letter-spacing: 2px;
}
.service_detail .detailbottom{
    padding: 0px 10px;
}


.service_detail .d_left .detail{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.service_detail .d_left .detail .active{
    width: 100%;
    font-size:14px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #333;
}
.service_detail .d_left .detail .active p{
    text-indent: 2em;
}
    .service_detail .d_left .detail .active img {
        /*max-width: 100%;
        width: auto;
        height: auto;
        display: initial;*/
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        text-indent: 0px;
        margin: auto;
    }
/* 2 */
.detail2{
    margin: 40px 0px;

}
.detail_linetitle{
    font-size: 18px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.detail_linetitle::before{
    content: "";
    width: 150px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0065b6;
   
}
.detail_block{
    padding: 20px 10px 0px 0px;
    /* border: 1px solid red; */
}
.detailblock_title{
    /* border: 1px solid red; */
}
.detailblockimg{
    float: left;
    width: 20px;
    height: 20px;
    margin: 1px 0px 0px 0px ;
}
.detailblockname {
    font-size: 16px;
    padding-left: 28px;
    color: #0065b6;
}
/* 3 */
.detail3 .detail_linetitle span{
    float: right;
    font-size: 16px;
    color: #999;
    margin: 5px 0px 0px 0px;
}
.detail_block .item{
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.detail_block .item img{
 
    border-radius: 6px;
    overflow: hidden;
}
.detail_block .innertext{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px;
}












/* 右侧 */
.service_detail .d_right{
    width: 22.5%;
}
.service_detail .d_right .block{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.service_detail .d_right .block .title{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}
.service_detail .d_right .block .title .line{
    position: absolute;
    top: 19px;
    left: 15px;
    height: 18px;
    width: 3px;
    background-color: #6398e6;
}
.service_detail .d_right .block .content{
    border-top:1px solid #ededed;
    font-size: 16px;
    padding: 15px 0;
}
.service_detail .d_right .block .content ul{
    margin: 0;
    padding: 0;
}
.service_detail .d_right .block .content li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 15px;
    line-height: 35px;
    color: #555555;
}
.service_detail .d_right .block .content li:hover{
    color: #6398e6;
}
.service_detail .d_right .block .content li span{
    color: #c3c3c3;
    margin-right: 15px;
}
.service_detail .d_right .block .content ul a:nth-child(1) .span{
    color: #fe552e;
}
.service_detail .d_right .block .content ul a:nth-child(2) .span{
    color: #fe552e;
}
.service_detail .d_right .block .content ul a:nth-child(3) .span{
    color: #fe552e;
}

.service_detail .d_right .block .content .item{
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 15px;
}
.service_detail .d_right .block .content .item .left{
    width: 30%;
    position: relative;
    padding-bottom: 24%;
    border-radius: 5px;
    overflow: hidden;
}
.service_detail .d_right .block .content .item .left img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.service_detail .d_right .block .content .item .title2{
    box-sizing: border-box;
    width: 70%;
    padding-left: 15px;
    margin-left: 30%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.service_detail .d_right .block .content .item:hover .title2{
    color: #6398e6;
}
.service_detail .d_right .block .content a:last-child .item{
    padding-bottom:0;
}
@media screen and (max-width: 800px){
    .service_detail .d_left {
        width: 100%;
    }.service_detail .d_right {
        display: none;
    }
}
@media screen and (max-width: 600px){
    .service_detail .toptext{
        font-size: 16px;
    }
    .service_detail .gray_block{
        background: #f5f5f7;
        border-radius: 5px;
        padding: 10px 0px;
        margin: 20px 0px 0px 0px;
    }
    .service_detail .innernum{
        box-sizing: border-box;
        padding: 3px 0px;
        font-size: 14px;
    }
    .service_detail .innertext{
        font-size: 13px;
    }
    .service_detail .onlinebtn{
        font-size: 14px;
        padding: 8px 0px;
        border-radius: 5px;
    
    }
    .service_detail .btncenter{
        width: 95px;
    }
    .detail_linetitle::before{
        content: "";
        width: 100px;
        height: 3px; 
       
    }
    .detail_block .item{
        padding: 5px;
    }
    .detail_block .item img{
        border-radius: 3px;
    }

}
