.mobile-content{
    display: none;
}

.header{
    background: #ffffff;
}

.news-banner {
    width: 100%;
    padding-top: 64px;
    height: 190px;
}

.news-banner  img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.main-wrap {
    width: 100%;
    background: #FCFCFF;
}

.regional-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    align-items: flex-start;
}

.left-news {
    flex: 1;
    overflow: hidden;
    margin-right: 16px;
}

.left-news .item {
    width: 100%;
    min-height: 210px;
    background: #ffffff;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 15px;
    align-items: flex-start;
    cursor: pointer;
    transition: .28s;
}

.left-news .item > a {
    display: flex;
    justify-content: start;
}

.left-news .item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.left-news .item:hover .item-info-title {
    color: #6759FF !important;
}

.left-news .item img {
    flex-shrink: 0;
    width: 260px;
    height: 180px;
    border-radius: 4px;
    margin-right: 20px;
}

.left-news .item .item-info .item-info-title {
    font-size: 18px;
    color: #1F1F1F;
    line-height: 28px;
    margin: 0 0 12px;
    font-weight: bold;
}
.left-news .item .item-info .item-info-desc {
    font-weight: 400;
    font-size: 14px;
    color: #82878F;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-news .item .item-info .more {
    font-weight: 400;
    font-size: 14px;
    color: #B6BAC1;
    margin-top: 38px;
}

.left-news .item .item-info .more img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.left-news .item .item-info .more .selected-img {
    display: none;
}

.left-news .item:hover .item-info .more {
    color: #6759FF;
}
.left-news .item:hover .item-info .more .default-img{
    display: none;
}
.left-news .item:hover .item-info .more .selected-img{
    display: block;
}
