div.new-tag-list-title {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 34px;
    background: none;
    text-align: center;
    /* border-bottom: dotted 1px #E3E3E3; */
}
.new-tag-list-title h3 {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 0 13px;
    line-height: 36px;
    border: solid 1px #E3E3E3;
    border-radius: 40px;
    font-size: 22px;
}
.new-tag-list-title h5.articles-amount {
    margin-top: 13px;
    font-weight: 400;
    color: rgba(35, 31, 32, 0.54);
}
.article-box.new-tag-list-body {
    height: 255px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 0.5px dashed #e5e5e5;
    border-bottom: 0.5px dashed #e5e5e5;
}
.article-box.new-tag-list-body.hide-top-border {
    border-top: none;
}
.article-box.new-tag-list-body.hide-bottom-border {
    border-bottom: none;
}
/* .article-box.new-tag-list-body:first-child {
    border-top: 0.5px dashed #e5e5e5;
} */
.article-box.new-tag-list-body:last-child {
    margin-bottom: 16px;
}
.new-tag-list-body .article-desc {
    width: 845px;
    height: 259px;
    position: absolute;
    top: -1.5px;
    left: -25px;
    padding: 30px 20px 30px 25px;
    border: solid 3px transparent;
    box-sizing: border-box;
}
.new-tag-list-body .article-desc:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(35, 31, 32, 0.15);
    border-color: rgba(235, 235, 235, 1);
    transition: 0.2s;
}
.new-tag-list-body .article-title-box {
    margin-bottom: 16px;
    line-height: 26px;
    color: rgba(35, 31, 32, 1);
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    max-height: 58px;
}
.new-tag-list-body .article-title-box a.title {
    font-family: Times New Roman, Times, serif, STSongti-SC-Regular;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(35, 31, 32, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-tag-list-body .article-desc .title-info-container {
    width: 100%;
    height: 195px;
    display: inline-block;
    margin-right: 48px;
    position: relative;
}
.new-tag-list-body .article-desc .title-info-container-left {
    width: calc(100% - 310px);
    height: 195px;
    position: relative;
}
.new-tag-list-body .article-desc .title-info-container p,
.new-tag-list-body .article-desc .title-info-container p a {
    height: 58px;
    color: #9C9999;
    cursor: pointer;
    text-align: justify;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new-tag-list-body .article-desc>a {
    width: 260px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-tag-list-body .article-desc>a>img {
    width: 100%;
    height: 100%;
    border: none;
}
.new-tag-list-body .article-desc>a.videoCoverPic {
    position: relative;
}
.new-tag-list-body .article-desc>a.videoCoverPic > .icon {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    width:56px;
    height:56px;
    background: url('//asset.semidata.info/new.eefocus.com/theme-eefv2/image/icon-video-play-2x.png') center center no-repeat;
    background-size: cover;
}
.new-tag-list-body .new-article-meta {
    position: absolute;
    bottom: 0;
    text-align: left;
    line-height: 1;
    width: 100%;
}
.new-tag-list-body .new-article-meta .article-time {
    float: left;
    margin-right: 60px;
    line-height: 12px;
    color: rgba(116, 119, 121, 1);
    font-size: 12px;
    text-align: left;
}
.new-tag-list-body .new-article-meta .article-channel,
.new-tag-list-body .new-article-meta .article-channel a {
    color: #747779;
    font-size: 12px;
    vertical-align: bottom;
}
.new-tag-list-body .new-article-meta .article-channel a {
    max-width: 94px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.new-tag-list-body .new-article-meta .article-channel {
    /* max-width: 130px; */
    margin: 0 10px;
}
.new-tag-list-body .new-article-meta .article-time,
.new-tag-list-body .new-article-meta .article-channel {
    margin-bottom: 8px
}
.new-tag-list-body .new-article-meta .article-tags {
    margin-right: 0;
    float: right;
}
.new-tag-list-body .new-article-meta .article-tags a.common-tags-small {
    max-width: 80px;
    display: inline-block;
    margin: -4px 16px 8px 0;
    color: rgba(27, 32, 33, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-tag-list-body .new-article-meta .article-tags a.common-tags-small:last-child {
    margin-right: 0;
}
.new-tag-list-body .new-article-meta .article-tags a.common-tags-small:hover {
    color: #1B2021;
    text-decoration: none;
}
.new-tag-list-body .article-title-box a.title:hover,
.new-tag-list-body .article-desc .title-info-container p:hover,
.new-tag-list-body .article-desc .title-info-container p a:hover,
.new-tag-list-body .new-article-meta .article-channel:hover a {
    color: #DD3D3D;
    text-decoration: none;
    transition: 0.2s;
}
.new-tag-list-body .new-article-meta span {
    vertical-align: top;
}
.main-block .list.channel-list-new {
    padding-top: 15px;
}
.main-block .list.channel-list-new .pull-right {
    margin-left: 0;
}
.current-header-option,
.other-header-options {
    display: inline-block;
    line-height: 30px;
    color: rgba(35, 31, 32, 1);
    font-size: 16px;
}
.current-header-option,
.other-header-options {
    margin-right: 24px;
}
a.other-header-options:hover {
    color: rgba(221, 61, 61, 1);
    text-decoration: none;
}
.current-header-option {
    border-bottom: 2px solid;
    color: rgba(221, 61, 61, 1);
}
.pi-zone-wrap .pi-zone-5 {
    width: 300px;
    float: right;
}
.panel-body >:last-child {
    margin-bottom: auto;
}
div.load-more-btn-container:last-child {
    margin-bottom: 50px;
    text-align: center;
}
.load-more-btn-container button {
    padding: 10px 29px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid rgba(204, 204, 204, 1);
    line-height: 18px;
    color: rgba(35, 31, 32, 1);
    font-size: 16px;
    text-align: center;
    outline: none;
}
.load-more-btn-container button:active,
.load-more-btn-container button:focus {
    outline: none;
}
.load-more-btn-container button:hover {
    color: #DD3D3D;
    border-color: #DD3D3D;
}
.page-bottom-line {
    color: #747779;
}
.common-ad-in-list {
    margin: 30px 0;
}
div.paginator-container,
.panel-body>.paginator-container:last-child {
    margin-bottom: 50px;
}