::-webkit-scrollbar {
    display: none
}

.modal_center {
    width: 900px;
    min-height: 990px;
    display: block;
    background-color: #f5f5eb;
    z-index: 10;
    color: rgb(109, 111, 112);
    /*box-shadow: 10px 10px 20px 5px #777777;*/
}

.modal_banner {
    width: 900px;
    height: 340px;
    display: block;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.modal_banner_text {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 49px;
    font-size: 24px;
    color: RGB(241, 243, 251);
    z-index: 1;
}

.modal_middle {
    width: 100%;
    /*height: 290px;*/
    box-sizing: border-box;
    padding: 32px 22px 32px 22px;
}

.modal_middle_hr {
    clear: both;
    margin: 25px auto 30px;
    width: 100%;
    border-top: 1px solid rgb(91, 100, 131);
}

.modal_middle_left {
    width: 670px;
    /*height: 120px;*/
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: rgb(109, 111, 112);
    /*border: 1px solid red;*/
}

.modal_middle_left_xq {
    text-indent: 2em;
    /*height: 104px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
}

.modal_middle_right {
    width: 145px;
    display: block;
    float: right;
    padding-left: 20px;
    border-left: 1px dotted gray;
}

.modal_middle_right li {
    width: 100%;
    float: left;
    text-align: center;
    color: RGB(106, 104, 104);
    font-size: 16px;
}

.modal_middle_right li a {
    color: RGB(106, 104, 104);
    font-size: 16px;
}

.modal_middle_right ul li img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px auto 10px;
}

.modal_foot {
    width: 100%;
    /*height:380px;*/
    box-sizing: border-box;
    padding: 0 22px;
}

.modal_foot_title {
    font-size: 24px;
    color: RGB(36, 36, 36);
    margin: 0px auto 19px;
}

.modal_foot_content {
    width: 100%;
}

.modal_foot_content ul li {
    position: relative;
    float: left;
    width: 260px;
    height: 362px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 7px;
    display: block;
    color: #737476;
    border: 1px solid rgba(128, 128, 128, 0.2);
    box-shadow: 2px 2px 10px #cccccc;
}

.modal_foot_content ul li:nth-child(1) {
    margin-left: 0;
    margin-right: 18px;
}

.modal_foot_content ul li:nth-child(2) {
    margin-left: 17px;
    margin-right: 17px;
}

.modal_foot_content ul li:nth-child(3) {
    margin-left: 18px;
    margin-right: 0;
}

.modal_foot_content ul li img {
    width: 260px;
    height: 180px;
    border-radius: 7px 7px 0 0;
}

.modal_foot_content ul li a {
    position: absolute;
    bottom: 18px;
    margin-left: 70px;
    width: 120px;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 5px;
    background-color: #f5c776;
    color: #36322b;
}
