/***********************BigListStyle**********************/
.UIArticleListCommon .BigListStyle {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .head {
    text-align: center;
    position: relative;
}
.UIArticleListCommon BigListStyle .title {
    color: #ffffff;
    padding: 0 0 35px 0;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.UIArticleListCommon .BigListStyle .head:after {
    content: url(Images/u.png);
    width: 210px;
    height: 20px;
    position: absolute;
    left: calc(50% - 105px);
    bottom: 5px;
}
.UIArticleListCommon .BigListStyle .article-list {
}
.UIArticleListCommon .BigListStyle .article-list .item.first {float: left;width: 50%;}
.UIArticleListCommon .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;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.name {
    font-size:16px;
    display:inline-block;
    padding:10px 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.UIArticleListCommon .BigListStyle .p-container {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container a.img {
    position: relative;
    overflow: hidden;
}
.UIArticleListCommon .BigListStyle .p-container .info {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 20px 8px 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.UIArticleListCommon .BigListStyle .item.first a.img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 410px!important;
    object-fit: cover;
}
.UIArticleListCommon .BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .article-list .list {margin-left: 50%;}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img{
    float:left;
    width: 100%;
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.img img {
    width: 100%;
    height: 195px !important;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.UIArticleListCommon .BigListStyle .article-list .list .item  a:hover img, .BigListStyle .article-list .item.first a.img:hover img {
    transform: scale(1.1);
}
.UIArticleListCommon .BigListStyle .article-list .list .item a.name {
    font-size: 15px;
    color: #fff;
}
.UIArticleListCommon .BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.UIArticleListCommon .article-list .list .item {
    margin: 0 0 20px 20px;
    float: left;
    width: 46%;
}
.UIArticleListCommon .BigListStyle .article-list .list a.btn.btn-detail {
    font-size: 14px;
    display: none;
    margin: 10px 0;
    text-decoration: underline;
}
.UIArticleListCommon .BigListStyle .paging {
    font-size: 14px;
    display: inline-block;
    margin: 10px 5px 0 0;
}
.UIArticleListCommon .BigListStyle .paging span {
    font-weight:bold;
}
.UIArticleListCommon .BigListStyle .paging a {
    font-weight:normal;
}
/**********************.SliderStyle***********************/
.UIArticleListCommon .SliderStyle {
    
}
.UIArticleListCommon .SliderStyle .wrap {
    margin: 20px auto 45px;
}
.UIArticleListCommon .SliderStyle .wrap .head {
    text-align: center;
    position: relative;
}
.UIArticleListCommon .SliderStyle .wrap .title h2:hover {
    background: #03c2ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIArticleListCommon .SliderStyle .wrap .title h2{
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 5px;
    position: relative;
    color: #364e4f;
    font-family: 'Times New Roman', cursive;
    font-size: 23px;
    text-transform:uppercase;
    font-weight:bold;
}
.UIArticleListCommon .SliderStyle .wrap .title h2::after {
    content:'';
    height: 3px;
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    background: #fbb22f;
    transform: translateX(-50%);
}
.UIArticleListCommon .SliderStyle .wrap .title h4{
    font-size: 0.8em;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 1.5;
    text-transform:none;
    margin-top:6px;
    font-style: italic;
}
.UIArticleListCommon .SliderStyle .wrap .item {background: #f9f9f9;padding: 20px;border-radius: 5px;}
.UIArticleListCommon .SliderStyle .wrap .item a.img img {
    display: block;
    height: 220px;
    object-fit: cover;
}
.UIArticleListCommon .SliderStyle .wrap .item .info {
    padding: 0;
    height: 70px;
}
.UIArticleListCommon .SliderStyle .wrap .item a.name {font-weight: bold;color: #333;font-size: 14px;display: inline-block;margin: 15px 0;}
.UIArticleListCommon .SliderStyle .wrap .item a.name:hover {
    color: #8b8b8b;
}
.UIArticleListCommon .SliderStyle .wrap .item .summary {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.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;
}




