a{text-decoration: none;color:#000000;}
a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}
.content-box {
    background: #FFFFFF;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 50px;
}
.content-box::after{
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.content-box > .data-list > .item {
    border-bottom: 1px dashed #ebeef5;
}
.hot-item{
    display: flex;
    padding: 15px;
    margin-bottom: 10px;
}
.hot-item:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.list_content{
    height: 48px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-item .el-image {
    display: inline-block;
    flex-shrink: 0;
    width: 240px;
    height: 160px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.hot-item .el-image img{
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.hot-item .el-image img:hover {
    transform: scale(1.15);
}
.hot-item .right-content{
    padding-left: 20px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}
.hot-item .right-content .list_title a{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.hot-item .right-content .list_title a:hover {
    color: #eb712b;
}
.hot-item .right-content .time{
    color: #999;
    font-size: 12px;
}
.hot-item .right-content .label-items{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}
.hot-item .right-content .article_label {
    border-radius: 4px;
    background: #F6F6F6;
    padding: 4px 8px;
    margin: 5px 10px 0 0;
    color: #666;
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-box .title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.content-box .content-left {
    width: calc(100% - 370px);
    margin-bottom: 20px;
    float: left;
    border-radius:4px;
}
.content-left .pagination {
    display: block;
    margin: 20px auto;
    text-align: center;
    height: 34px;
}
.content-left .pagination>li {
    display: inline-block;
    margin: 0 2px;
    border-radius: 4px;
    overflow: hidden;
}
.content-left .pagination>li a{
    color: #666;
}
.pagination>li>a,
.pagination>li>span {
    color: #666;
    background-color: #F6F6F6;
    border: none;
    min-width: 40px;
}
.pagination>.disabled>span{
    background-color: #F6F6F6;
}
.content-box .content-right {
    width: 340px;
    float: right;
}
.recommend_article{
    margin-bottom: 30px;
}
.content-box .content-right .recommend_title,
.content-box .content-right .interest_title{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding-top: 10px;
    border-top: 2px solid #e5e5e5;
    position: relative;
}

.content-box .content-right .recommend_title::before,
.content-box .content-right .interest_title::before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #5454c1;
}
.content-box .content-right .recommend_item{
    padding: 10px 0px;
    border-top: 1px solid #f6f6f6;
}
.content-box .content-right .wechat_code {
    width: 100%;
    border: 1px solid #ececec;
}
.content-box .content-header {
    margin:  0 auto 40px;
}
.content-box .content-header .tab {
    display: flex;
    justify-content: space-between;
    background: #eee;
    border-radius: 4px;
}
.content-header .tab .tab-item {
    float: left;
    display: flex;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.content-header .tab .tab-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.top-banner {
    background-image: url('/img/article_bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 214px;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.top-content .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
}
.top-content .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}
.content-header .tab >.tab-active {
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    background: #5454c1;
}
.content-header .tab >.tab-active > .val > a {
    color: #fff;
}