html,
body {
    height: 100%;
}

.box_back {
    background: #efefef;
}

.box {
    background: url(../img/overview/search.png) no-repeat center 0/1920px auto #F1EFEF;
    padding-top: 200px;
    padding-bottom: 40px;
}

.overview_box {
    display: flex;
    width: 1250px;
    margin: 50px auto;
}

.overview_box_L {
    margin-right: 70px;
}

.overview_box_L ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5D86BE;
    border-left: 10px solid #5D86BE;
    margin-bottom: 20px;
    background: #FFF;
    padding: 5px 50px 5px 20px;
    font-size: 22px;
    cursor: pointer;
    white-space: nowrap;
}

.overview_box_L ul li img {
    width: 30px;
    margin-right: 12px;
}

.overview_box_L .auto {
    background: #5D86BE;
    color: #FFF;
}

.overview_box_R {
    background: #FFF;
    width: 1000px;
    border-radius: 10px;
    padding: 9px 35px;
    margin: 0px auto;
}

.overview_box_R .overview_box_R_top {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px #666 solid;
    justify-content: space-between;
    color: #5D86BE;
    align-items: flex-end;
}

.overview_box_R_top_l {
    font-size: 30px;
}

.overview_box_R_top_r {
    font-size: 16px;
}

.overview_box_R_dow {
    padding-top: 5px;
    padding-bottom: 10px;
}

.overview_box_R_dow ul {
    margin-top: 10px;
}

.overview_box_R_dow ul li {
    margin-bottom: 3px;
    font-size: 15px;
}

.overview_box_R_dow img {
    /* width: 80%; */
    width: 15px;
    margin-right: 5px;
}

.lxwm {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.lxwm img {
    width: 380px;
}

.lxwm div {
    margin-top: 30px;
    margin-left: 50px;
}



.overview_box .article_list {
    padding: 0 15px;
    margin: 0 !important;
}

.overview_box .article_list li {
    margin-bottom: 24px;
}

.overview_box .article_list li .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.overview_box .article_list li .info .head_img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.overview_box .article_list li .info .head_img img {
    width: 100%;
    border-radius: 50%;
}

.overview_box .article_list li .info .text {
    line-height: 28px;
}

.overview_box .article_list li .info .text h3 {
    font-size: 18px;
    color: #17B2E8;
}

.overview_box .article_list li .info .text p {
    font-size: 14px;
    opacity: 0.73;
}

.overview_box .article_list li .message {
    line-height: 22px;
    font-size: 14px;
    padding-top: 10px;
}
.search_list li{
    overflow: hidden;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}