/***********************BigListStyle**********************/
.BigListStyle {
    margin: 0 0 15px 0;
}
.BigListStyle .head {
    border-bottom: 32px solid #3156A3;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
}
.BigListStyle .title {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.BigListStyle .article-list {
    margin:10px 0 0;
    text-align:justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.BigListStyle .article-list .item.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 20px;
}
.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;
}
.BigListStyle .article-list .item.first a.name {
    font-weight: bold;
    font-size:14px;
    display:inline-block;
    padding:10px 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%;
}
.BigListStyle .article-list .item.first a.btn.btn-detail {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: underline;
}
.BigListStyle .article-list .list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.BigListStyle .article-list .list .item a.img{
    float:left;
}
.BigListStyle .article-list .list .item a.img img {
    width: 95px;
    height: 65px;
    margin-right:10px;
}
.BigListStyle .article-list .list .item a.name {
    font-size:14px;
}
.BigListStyle .article-list .list .summary {
    font-size: 14px;
    line-height: 1.5;
    display:none;
}
.article-list .list .item {
    margin-bottom: 10px;
    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;
}
.BigListStyle .paging span {
    font-weight:bold;
}
.BigListStyle .paging a {
    font-weight:normal;
}
/**********************.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;
}




