.wraps {
    width: 80%;
    margin: 20px auto 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
.title_top1{
    width: 1200px;
    margin: 20px auto 10px auto;
    border-bottom: 1px solid rgba(170, 170, 170, 0.6);
}
.text{

    height: 140px;
}
.detail_content{
    display: flex;
    flex-direction: row;
}
.detail_content_left{
    width: calc(100% - 330px);
    margin-top: 26px;
}

.right_recommend{
    width: 300px;
    display: flex;
    padding: 30px 0 0 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.banner_item_one img{
    width: 300px!important;
    height:140px!important;
    padding-bottom: 12px;
}
.recommend_content{
    font-size: 16px;
    background-color: white;
    letter-spacing: 2px;
    border: 1px solid #dadada;
    margin: 12px 0;
    padding: 0 10px;
    line-height: 34px;
}
.right_recommend div ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    margin-top: 18px;
}
.right_recommend div ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    height: 31px;
    padding: 0 0 0 8px;
}
.right_recommend div ul li a{
    padding:  0 0 0 17px;
}
.right_recommend div span{
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0079e9;
}
.news_list li .text .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
/*新闻列表——begin*/

.newslist {
    padding-bottom: 10px
}
.news_list {
    padding-bottom:  25px
}
.news_list li {
    /*height: 160px;*/
    padding: 5px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.6);
    line-height: 30px
}
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap;
}
.news_list li .img {
    height: 156px;
    width: 22.50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.news_list li .text {
    width: 75%;
}

.news_list li .text .time {
    color: #323131;
    float: right;
}
.news_list li .text .title_top {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.news_list li .text2 {
    width: 100%;
}

.news_list li .text2 .time {
    color: #323131;
    float: right;
}
.news_list li .text2 .title_top {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.news_list li .text2 > a:hover {
    color: #000000;
}

/*返回按钮*/
.slider_bar {
    position: fixed;
    top: 550px;
    right:90px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 999;

}
.slider_bar img{
    width: 55px;
    height: 55px;
}
.slider_bar div {
    color: #b50e16;
    width: 74px;
    height: 18px;
    font-size: 14px;
    text-align: center;
}