
.jst_service {
    width: 100%;
    padding-bottom: 50px;
}

.service_titlebox {
    width: 100%;
    padding: 50px;
    text-align: center;
}

.linebox {
    width: 850px;
    height: 1px;
    background: #c6c6c6;
    margin: 0 auto;
    position: relative;
    top: 15px;
    z-index: -1;
}

.server_title1 {
    font-size: 30px;
}

.server_title2 {
    font-size: 14px;
    width: 250px;
    background: #f2f2f2;
    line-height: 30px;

    margin: 0 auto;
}

.server_title3 {
    font-size: 18px;

}

.serverleft {
    width: 50%;
    float: left;
}

.serverbox {
    width: 33.333%;
    float: left;
}

.server_bottom {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    padding-bottom: 0px;

}

.Server_t1 {
    font-size: 18px;
    font-family: "思源黑体 CN Medium";
}

.ser_leftbtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c64a28;
    text-align: center;
    color: #c64a28;
    display: inline-block;
}

.btnbox {
    margin-top: 120px;
}

.serverright {
    width: 50%;
    float: left;
    overflow: hidden;
}

.lllllll {
    width: 33%;
    float: left;
}

.rrrrrrr {
    width: 67%;
    float: right;
    height: 240px;
    overflow: hidden;
}

.server_item {
    width: 100%;
    height: 60px;
    margin: 15px 0;
}

.server_dot {
    width: 4px;
    margin-top: 20px;
    height: 20px;
    background: #c64a28;
    float: left;
}

.server_date {
    line-height: 30px;
    font-family: "思源黑体 CN Medium";
    padding-left: 50px;
    font-size: 18px;
    color: #676767;
}

.server_centent {
    line-height: 30px;
    font-family: "思源黑体 CN Medium";
    padding-left: 50px;
    font-size: 18px;
    color: #676767;
}

.imgbox {
    width: 100%;
    height: 100%;
}

.right_title {
    width: 100%;
    height: 126px;
    background: #0006;
    color: #fff;
    padding: 10px 40px;
    position: relative;
    z-index: 2;
    margin-top: -126px;

}

.right_title1 {
    font-size: 24px;
    line-height: 50px;

}

.right_title_cont {
    font-size: 14px;
    line-height: 23px;
}
@media (max-width: 1200px) {
    .serverleft{
        width: 100%;
    }
    .serverright{
        width: 100%;
    }

    .linebox {
        width: 80%;
        height: 1px;
        background: #c6c6c6;
        margin: 0 auto;
        position: relative;
        top: 15px;
        z-index: -1;
    }
    .service_titlebox{
        background: #f3f3f3;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .server_bottom {
        width: 100%;
        padding: 10px 20px;
        background: #fff;
        padding-bottom: 0px;

    }
}