.box-content {
    padding: 2rem 0 0 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}
.el-tabs__nav-wrap::after {
    z-index: -1;
}
.el-tabs__item {
    color: var(--main_color);
}
.el-tabs__item.is-active {
    color: var(--main_color);
}
.el-tabs__item:hover {
    color: var(--main_color);
}
.el-tabs__active-bar {
    height: 4px;
    background-color: var(--minor_color);
}
.el-tabs__content {
    padding: 2rem 0 6rem 0;
}
.el-tabs__header {
    display: flex;
    justify-content: center;
}
/* 新闻 */
.list-div {
    height: 9.75rem;
    display: flow-root;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}
.list-div .news-pic {
    width: 11.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    position: relative;
    bottom: 1rem;
}
.list-div .news-content {
    float: right;
    height: 100%;
    position: relative;
    padding-left: 1.5rem;
    width: calc(100% - 11.5rem);
}
.list-div .news-top {
    display: flow-root;
    margin-bottom: 0.5rem;
}
.list-div .news-title {
    float: left;
    font-size: 0.85rem;
    font-weight: 600;
    width: calc(100% - 5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-div .news-time {
    float: left;
    width: 5rem;
    color: var(--grey_color);
    font-size: 0.8rem;
    text-align: right;
}
.list-div .news-detail {
    font-size: 0.85rem;
    color: var(--grey_color);
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-div .news-button {
    position: absolute;
    bottom: 0;
}
.hover-btn {
    background-color: #fff;
    border: 1px solid var(--grey_color);
    color: var(--grey_color);
}
.list-div .news-title span:hover {
    cursor: pointer;
    color: var(--main_color);
}
.list-page {
    left: 0;
    bottom: 2.5rem;
    width: 100%;
    position: absolute;
    text-align: center;
}
.layui-laypage {
    margin: 0;
}
.layui-laypage a, .layui-laypage span {
    margin-bottom: 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main_color);
}
/* 视频 */
.video-div {
    position: relative;
    float: left;
    /* width: 50%; */
    width: 33.33%;
    margin-bottom: 4rem;
    padding: 0 1rem;
}
.video-div .pic-div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 66.67%;
    border-radius: 0.5rem;
    border: solid 1px #e9e9e9;
    display: flex;
    justify-content: space-around;
}
.video-div .video-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0.5rem;
}
.video-div .video-content {
    padding: 25px 0;
    border-top: unset;
}
.video-div .video-top {
    margin-bottom: 1rem;
}
.video-div .video-list-title {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.show-title {
    font-size: 1.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 4.2rem);
    float: left;
    padding-right: 10px;
}
.video-synopsis {
    color: #aaa;
    padding: 0.5rem 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.show-synopsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 4.2rem);
    float: left;
    padding-right: 10px;
}
.video-page {
    left: 0;
    bottom: 8rem;
    width: 100%;
    position: absolute;
    text-align: center;
}
.paly i {
    font-size: 3.5rem;
    color: rgb(255 255 255);
    position: relative;
    top: 4rem;
}
.show-title {
    cursor: pointer;
}
.show-title:hover {
    color: var(--main_color);
}
.pic-div {
    cursor: pointer;
}
.pic-div:hover .paly * {
    color: var(--main_color);
}