.content_right .text {
    width: 940px;
    height: auto;
    /* min-height: 442px; */
    margin-top: 20px;
    background: #fff;
    /*border: 1px solid #e1e1e1;*/
}

.content_right .text .title {
    /*margin-top: 20px;*/
    font-size: 18px;
    font-weight: 800;
    color: #4e4c4c;
    text-align: center;
}

.content_right .text p {
    width: 837px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    color: #4e4c4c;
    text-indent: 2em;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.content_right .text ul {
    /* width: 700px; */
    margin: 0 auto;
    margin-top: 40px;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    /* border: 1px solid #b6b6b6; */
}

.content_right .text .ul_spe li {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    color: #616060;
}

.content_right .text ul li .spe {
    font-size: 22px !important;
    color: #4e4c4c !important;
}

.content_right .text ul li .jigoumingcheng {
    display: inline-block;
    /* width: 360px; */
    width: 100%;
}

.content_right .text ul li .leibie {
    display: inline-block;
    width: 170px;
}

.content_right .text ul li .gongshipaiming {
    display: inline-block;
    width: 170px;
}

.content_right .text .spe {
    font-weight: 800;
}

.table {
    width: 800px;
    margin: 30px auto;
    padding-top: 10px;
}

.table table {
    border-collapse: separate;
    background: #fff;
    border: 1px solid rgb(175, 175, 175);
}

.table table .t_title {
    text-align: center;
    font-weight: 800;
}

.table td,
.table table td {
    font-size: 16px;
    color: #4e4c4c;
    border-right: 1px solid #ddd !important;
}

.table table .spe {
    font-weight: 400 !important;
    /*background-color: #f3f3f3;*/
}



.tel_fixed_bottom {
    position: fixed;
    line-height: 40px;
    width: 80px;
    height: 40px;
    bottom: -1px;
    right: 20px;
    /* background-image: url(../zhonghong/tel.svg); */
    /* background-size: 46px; */
    /* border-radius: 50px; */
    /* background-repeat: no-repeat; */
    display: block;
    cursor: pointer;
    text-align: center;
    color: #525252;
    font-weight: bold;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
}

.login {
    position: fixed;
    width: 80px;
    line-height: 40px;
    height: 40px;
    bottom: 40px;
    right: 20px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #525252;
    font-weight: bold;
    background-color: #f1f1f1;
}

.contacts {
    display: none;
    position: fixed;
    bottom: 7px;
    right: 105px;
    background: rgba(94, 93, 93, 1);
    padding: 20px;
    border-radius: 15px;
}

.contacts p {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}