* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/***********************BigListStyle**********************/
.UIArticleListCommon_hotnew .BigListStyle {
    margin: 10px 0;
    background: #fff;
    padding: 10px;
}
.UIArticleListCommon_hotnew .BigListStyle .head {
    border-bottom: 32px solid #3156A3;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 320px;
    display: none;
}
.UIArticleListCommon_hotnew .BigListStyle .title {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list {
    margin: 0;
    text-align:justify;
    display: block;
    width: 100%;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .item.first {
    display: inherit;
    width: 100%;
    max-width: 100%;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .p-container {
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .item.first .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .item.first a.name {
    font-weight: bold;
    font-size:14px;
    display:inline-block;
    padding:10px 0;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list a.name:hover, .UIArticleListCommon_hotnew .BigListStyle a.btn.btn-detail:hover, .UIArticleListCommon_hotnew .BigListStyle .paging a:hover {
    color:#d80f0d;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .item.first a.img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list {
    display: inline-flex;
    margin: 0px -10px;
    max-width: 104%;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list .item a.img{
    float: none;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    margin-right: 0;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list .item a.name {
    font-size:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list .item {
    margin: 10px;
    width: 33%;
    max-width: 33%;
}
.UIArticleListCommon_hotnew .BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.paging {
    font-size: 14px;
    /* display: inline-block; */
    margin: 0 0 5px 0;
    width: 100%;
    text-align: right;
    display: none;
}
.paging span {
    font-weight:bold;
}
.paging a {
    font-weight:normal;
}



