
.bodybg {
    display: flex;
    position: absolute;
    top: 13.375em;
    z-index: -9999;
    opacity: 0.3;
}

.title {
    height: 90px;
    width: 100%;
    background: #4388A2;
    margin-top: -12px;
}

    .title .title_txt {
        width: 1200px;
        margin: 0 auto;
        padding-left: 30px;
    }

        .title .title_txt p {
            font-size: 38px;
            color: #fff;
            padding-top: 25px;
        }

.list_content {
    width: 1200px;
    margin: 0 auto;
}

.content_text {
    margin-top: 18px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}

.list_content .list_left {
    width: 14%;
    display: inline-block;
}

    .list_content .list_left ul {
        list-style: none;
        float: right;
        text-align: right;
        margin-top: 32px;
    }

    .list_content .list_left li a {
        font-size: 20px;
        line-height: 46px;
        color: #7F7F7F;
        text-decoration: none;
    }

    .list_content .list_left .on a {
        color: #097293;
    }

    .list_content .list_left img {
        position: absolute;
        margin-left: 11%;
        height: 79%;
    }

.list_content .list_right {
    width: 68%;
    padding-top: 45px;
    float: right;
    display: inline-block;
    padding-right: 100px;
}

    .list_content .list_right .content_title {
        text-align: center;
    }

    .list_content .list_right .p_title {
        color: #097293;
        font-size: 30px;
    }

    .list_content .list_right .date {
        color: #7F7F7F;
        padding-bottom: 1%;
    }

    .list_content .list_right .list_title {
        line-height: 30px;
    }


    .list_content .list_right .p_content {
        font-size: 18px;
    }

.show_more {
    text-align: center;
    padding-top: 6px;
}

    .show_more a {
        text-decoration: none;
        color: #7F7F7F;
    }

.resourceservices_content {
    width: 1200px;
    margin: 20px auto;
    padding-bottom: 20px;
}

    .resourceservices_content .content_title {
        text-align: center;
        width: 1120px;
        margin: 0px auto;
        border-bottom: 1px solid #999999;
    }

    .resourceservices_content .p_title {
        color: #097293;
        font-size: 30px;
        line-height: 50px;
    }

    .resourceservices_content .date {
        color: #7F7F7F;
        padding-bottom: 1%;
        line-height: 30px;
    }


    .resourceservices_content .content_text {
        width: 1120px;
        margin: 20px auto;
    }

        .resourceservices_content .content_text img {
            width: auto;
            height: auto;
            max-width: 1100px;
        }

    .resourceservices_content .xl_box {
        border-top: 1px dashed #e3e3e3;
        padding-top: 20px;
        width: 1120px;
        margin: 20px auto;
    }

        .resourceservices_content .xl_box li {
            background: url(../img/z19_xk_list.png) no-repeat left center;
            padding-left: 18px;
            line-height: 30px;
            font-size: 14px;
        }

        .resourceservices_content .xl_box ul li {
            list-style: none;
        }

            .resourceservices_content .xl_box ul li a {
                text-decoration: none;
            }

                .resourceservices_content .xl_box ul li a:hover {
                    color: #2966ca;
                }

.list_right .xl_box {
    border-top: 1px dashed #e3e3e3;
    padding-top: 20px;
    margin: 20px auto;
}

    .list_right .xl_box li {
        background: url(../img/z19_xk_list.png) no-repeat left center;
        padding-left: 18px;
        line-height: 30px;
        font-size: 14px;
    }

    .list_right .xl_box ul li {
        list-style: none;
    }

        .list_right .xl_box ul li a {
            text-decoration: none;
        }

            .list_right .xl_box ul li a:hover {
                color: #2966ca;
            }

.feedback_content {
    width: 700px;
    margin: 20px auto;
}

    .feedback_content ul li {
        line-height: 30px;
        list-style: none;
        margin-bottom: 20px;
    }

        .feedback_content ul li .spantitle {
            display: inline-block;
            vertical-align: top;
        }

        .feedback_content ul li .in_put {
            width: 530px;
            float: right;
        }

        .feedback_content ul li input, .feedback_content ul li textarea {
        }

.form-control {
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default {
    color: #fff;
    background-color: #4388A2;
    border-color: #4388A2;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    background-color: #006666;
    border-color: #006666;
}

.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #006666;
    border-color: #006666;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #006666;
    border-color: #006666;
}

    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

.specimendetail span {
    width: 100px;
    text-align: right;
    display: inline-block;
}
