/***********************BigListStyle**********************/
.UIArticleListCommon {
}
.BigListStyle {
    margin: 20px 0 0;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 15px;
    display: inline-block;
}
.BigListStyle .head {
}
.BigListStyle .title:before {
    content: " ";
    width: 7px;
    height: 23px;
    position: absolute;
    background: #196ac3;
    top: -3px;
    left: 0;
}
.BigListStyle .title {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #da251e;
    position:relative;
}
.BigListStyle .article-list {
    margin:10px 0 0;
    text-align:justify;
    display: inline-block;
}
.BigListStyle .article-list .item.first {
    float: left;
    width: 50%;
}
.BigListStyle .article-list .item.first .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.BigListStyle .article-list .item.first a.name {
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}
.BigListStyle .article-list a.name:hover, .BigListStyle a.btn.btn-detail:hover, .BigListStyle .paging a:hover {
    color:#0d50da;
}
.BigListStyle .article-list .item.first a.img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.BigListStyle .article-list .item.first a.btn.btn-detail {
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    background: linear-gradient(225deg,#1568bf 0%,#2f82e9 100%);
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: solid 1px transparent;
}
.BigListStyle .article-list .item.first a.btn.btn-detail:hover {
    color: #1568bf;
    border: solid 1px #1568bf;
    background:#fff;
}
.BigListStyle .article-list .list {
    float: left;
    width: 47%;
    margin-left: 2.5%;
}
.BigListStyle .article-list .list .item a.img{
    float:left;
}
.BigListStyle .article-list .list .item a.img img {
    width: 120px;
    height: 80px;
    margin-right:10px;
}
.BigListStyle .article-list .list .item a.name {
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.article-list .list .item {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .paging {
    font-size: 14px;
    display: inline-block;
    margin: 10px 5px 0 0;
    text-align: center;
    width: 100%;
}
.BigListStyle .paging span span, .BigListStyle .paging a:hover {
    margin: 0 5px;
    color: transparent;
    background: #196ac3;
    width: 35px;
    height: 6px;
    display: inline-block;
}
.BigListStyle .paging a {
    margin: 0 5px;
    color: transparent;
    background: #196ac36e;
    width: 35px;
    height: 6px;
    display: inline-block;
}
/**********************.SliderStyle***********************/
.SliderStyle {
    
}
.SliderStyle .wrap {
    margin:0 auto 30px;
}
.SliderStyle .wrap .head {text-align: center;position: relative;}
.SliderStyle .wrap .title {
    color: #ff2f00;
    padding: 30px 0;
    font-family: Roboto;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.SliderStyle .wrap .head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    left: 0;
    top: 50%;
    z-index: 0;
}
.SliderStyle .wrap .item {background: #f8f8f8;height: 305px;border-radius: 0 0 10px 10px;}
.SliderStyle .wrap .item a.img img {
    display: block;
    height: 180px;
    object-fit: cover;
}
.SliderStyle .wrap .item .info {
    padding: 5px 15px;
}
.SliderStyle .wrap .item a.name {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin: 9px 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.SliderStyle .wrap .item a.name:hover {
    color: #e03206;
    background: linear-gradient(225deg,#e03206 0%,#ff9c23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.owl-nav {
        display: none;
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #fff9 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
    display: none;
}
.owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-nav i.fa {
    font-size: 50px;
}




