.layui-tab-brief>.layui-tab-title .layui-this {
    color: #1e9fff;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1e9fff;
}
.layui-tab .layui-tab-title li {
    font-size: 16px;
    min-width: 85px;
}
.layui-panel {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: none;
    background-color: #ffffff;
    color: #5f5f5f;
}
.ws-content {
    position: relative;
    margin: 0 360px 0 0;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 32px;
    min-height: 400px;
}  
.recomment-ul {
    margin: 0px 0 20px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.recomment-li {
    position: relative;
    width: 265px;
    height: 149px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.recomment-li .title {
    width: calc(100% - 28px);
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 27px;
    position: absolute;
    bottom: 11px;
    left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 5;
    cursor: pointer;
}
.recomment-li .title:hover {
    color: #1e9fff;
}
.recomment-li .article-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: all .3s ease-in;
}
.ws-side {
    position: absolute;
    right: -360px;
    top: 32px;
    bottom: 0;
    width: 360px;
}
.hot-cont {
    padding: 24px 20px 20px;
    color: #333;
}
.hot-cont .title {
    line-height: 27px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-cont .title a:hover {
    color: #1e9fff;
}
.hot-cont .desc {
    line-height: 28px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-li {
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    padding: 15px 10px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.article-li .img {
    width: 200px;
    height: 113px;
    overflow: hidden;
    background-color: #eee;
}
.article-li .img img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all .3s ease-in;
}
.article-cont {
    width: calc(100% - 245px);
    padding-left: 25px;
}
.li-head {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px;
}
.li-head .li-title {
    flex: 1;
    line-height: 30px;
    font-size: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.li-head .li-title a:hover {
    color: #1e9fff;
}
.summay {
    line-height: 24px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
}
.updatedate {
    font-family: PingFang SC;
    flex: 1;
    line-height: 28px;
}
.look-num {
    display: inline-flex;
    align-items: center;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 0px;
    border-style: solid;
    border-color: #eee;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #1e9fff;
}
.hot-list {
    background: #FFFFFF;
    margin-bottom: 21px;
    border-radius: 4px;
}
.hot-head {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    padding: 0 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.hot-article-ul {
    padding: 0 20px;
}
.hot-article-li {
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid rgba(153, 153, 153, .1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.hot-article-li .index {
    width: 14px;
    height: 14px;
    border: 2px solid #c2c2c2;
    color: #c2c2c2;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    position: relative;
    border-radius: 0 0 8px;
}
.hot-article-li .title {
    width: calc(100% - 23px);
    font-size: 16px;
    padding-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-article-li .title a:hover {
    color: #1e9fff;
}
.news-top {
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 0 20px 0;
}
.news-title {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
}
.news-other {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}
.ws-text img {
    width: 100%;
}

.build-box {
    margin-bottom: 20px;
    height: 135px;
    width: 100%;
    border-radius: 4px;
    display: block;
}

.hot-tags-ul {
    padding: 0 20px;
}

.hot-tags-li {
    border-bottom: 1px solid rgba(153, 153, 153, .1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 15px 0;
}

.tags-info {
    margin-right: 10px;
    flex: 1;
}

.tags-info .tags-desc {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tags-info .tags-desc a:hover{
    color:#1e9fff;
}

.tags-info .look-num {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: rgba(153, 153, 153, .8);
    font-size: 12px;
    line-height: 17px;
}

.tags-img {
    width: 100px;
    height: 62px;
    background: #eee;
    overflow: hidden;
}

.tags-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
}
@media screen and (max-width: 1440px) {
    .recomment-li {
        width: 225px;
    }
}