.info-main {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    margin-top: 95px;
}

.hot-info {
    display: flex;
    margin-bottom: 10px;
}

.hot-right {
    margin-left: 10px;
    width: 410px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
}

.hot-right>div {
    width: 195px;
    height: 145px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}

.el-image {
    border-radius: 4px;
}

.hot-right-brief {
    width: 175px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    font-size: 12px;
    color: white;
    font-weight: 500;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    transition: all 0.5s;
    cursor: pointer;
}

.hot-right>div:hover .hot-right-brief {
    height: 145px;
}

.el-tabs__item.is-active {
    color: #1da0e4 !important;
}

.el-tabs__item {
    font-size: 15px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.el-tabs__active-bar {
    background-color: #1da0e4 !important;
    height: 3px !important;
    border-radius: 3px !important;
}

.info-body {}

.info-list {
    width: 1200px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    transition: all .3s;
    cursor: pointer;
    /* border-bottom: 1px solid #eee; */
}

.info-list:hover {
    transform: scale(1.01);
    box-shadow: 0 0 20px 0 #ccc;
    border-radius: 5px;
    z-index: 1;
}

.info-list-img {
    width: 210px;
    height: 140px;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-list-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-list-top {}

.info-list-title {
    color: #3E464C;
    font-size: 16px;
    font-weight: 500;
}

.info-list-brief {
    height: 33px;
    margin: 10px 0 57px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #68747F;
}

.info-list-time {
    color: #A1A6AB;
    font-size: 12px;
}

.info-page {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    padding: 0 10px;
}

.info-page>a {
    padding: 5px 10px;
    background-color: #f4f4f5;
    color: #606266;
    border-radius: 3px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 12px;
}

.info-page .cur {
    background: #409eff;
    color: white;
}