.bobo-news-right {
  	width: 30%;
    border-left: 1px solid #e7e7e7;
    padding-left: 27px;
    box-sizing: border-box;
      padding: 0 5px;
}

.side-search {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 35px
}

.side-search .submit_text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 20px;
    color: #999;
    font-size: 14px;
    background: 0 0;
    box-sizing: border-box
}

.side-search .submit_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: 0 0
}

.side-search .submit_btn i {
    font-size: 21px;
    color: #989898
}

.side-news-list {
    margin: 0 0 30px
}

.side-news-list h4 {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
    line-height: 48px;
    background: url('../../images/i2.png') no-repeat left center;
    padding: 0 0 0 29px
}

.side-news-list ul {
}

.side-news-list ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #e1e1e1
}

.side-news-list ul li h5 {
    margin-bottom: 10px;
}

.side-news-list ul li h5 a {
    color: #333;
    font-size: 16px;
    font-weight: 550;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
}

.side-news-list ul li h5 a:hover {
    color: var(--link-color-hover);
    text-decoration: underline
}

.side-news-list ul li p {
    color: #666;
    font-size: 12px;
    text-align: right;
    line-height: 20px;
}

.side-pro a {
    display: block
}

.side-pro .more {
    background: var(--btn-bg);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    padding: 12px 10px;
}

.side-pro .more:hover {
    background: var(--btn-bg-hover)
}

@media screen and (max-width: 992px) {

    .bobo-news-right {
        width: 100%;
        border-left: none;
        padding: 20px 5px 0
    }

    .side-pro {
        display: none
    }
}