.banner {
    width: 100%;
    height: 375px;
    /* background: #30353B; */
    background-image: url('../images/consultation/banner.png');
    background-size: cover;
    background-position: center;
}

.banner_text {
    width: 60%;
    margin: 0 auto;
    padding: 65px 0px;
}

.banner_text_title {
    float: left;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: 30px;
    line-height: 60px;
    padding-right: 16px;
    border-right: 3px solid #fff;
}

.banner_text_value {
    float: left;
    width: 80%;
    padding: 24px 20px;
    font-size: 20px;
    color: #fff;
    height: 145px;
    overflow: hidden;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.content_box {
    widows: 100%;
    height: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    padding-bottom: 30px;
}

.content {
    height: 100%;
    width: 1080px;
    margin: 0 auto;
}

.content_left {
    width: 70%;
    float: left;
    background: #ffffff;
}

.content_right {
    width: 27%;
    float: right;
}

.content_title {
    line-height: 84px;
    text-align: center;
}

.content_title .line {
    display: inline-block;
    width: 35%;
    border-top: 1px solid #4D4D4D;
}

.content_title .line2 {
    display: inline-block;
    width: 35%;
    border-top: 1px solid #4D4D4D;
}

.content_title .text {
    color: #577DF7;
    font-size: 26px;
    padding: 22px;
    vertical-align: middle;
}

.content_title>.line>.leftimg {
    width: 22px;
    height: 10px;
    float: right;
    margin-top: -6px;
}

.content_title>.line2>.rightimg {
    width: 22px;
    height: 10px;
    float: left;
    margin-top: -6px;
}

.content_info {
    height: 215px;
    width: 92%;
    margin: 25px auto;
    border-bottom: 2px solid #ecebeb;
}

.content_info_left1 {
    display: inline-block;
    width: 174px;
    height: 174px;
    padding: 3px;
    border: 1px solid blue;
}

.content_info_logo {
    display: inline-block;
    width: 174px;
    height: 174px;
    background-size: cover;
    background-position: center;
}

.content_info_left2 {
    width: 70%;
    float: right;
}

.content_info_text1 p {
    color: #5980f4;
    font-size: 24px;
}

.content_info_text2 {
    margin-top: 15px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.content_info_text2 p {
    text-indent: 20px;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_info_bottom {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    border: 2px solid #577DF7;
    float: right;
}

.content_info_bottom p {
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
    font-size: 14px;
}

.content_right_title {
    height: 55px;
    width: 100%;
    padding: 0px 5px;
    line-height: 55px;
    text-align: center;
    font-size: 26px;
    background: white;
}

.content_right_top {
    margin-top: 20px;
    width: 100%;
}

.content_right_info {
    width: 90%;
    height: 225px;
    padding: 20px 20px;
    margin: 2px auto;
    background: #ffffff;
    /* border-bottom: 2px solid #ecebeb; */
}

.content_right_info_1 {
    width: 122px;
    height: 120px;
    float: left;
    border: 1px solid #aaaaaa;
    padding: 3px;
    background-size: cover;
    background-position: center;
    float: left;
}

.content_right_info_2 {
    float: right;
}

.content_right_info_2_1 {
    width: 120px;
    height: 120px;
    float: right;
}

.content_right_info_2_1_top {
    color: #5980f4;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
}

.content_right_info_2_1_bottom p {
    text-indent: 10px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content_right_bottom {
    width: 100%;
    padding-top: 35px;
}

.content_right_bottom_1 {
    display: block;
    width: 170px;
    height: 33px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #577DF7;
}

.content_right_bottom_1 p {
    /* color: white; */
    font-size: 14px;
}

.buttoms {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
}