/***********************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;
    width: 320px;
}
.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 {
    padding: 0;
    width: 1170px;
    margin: 0 auto;
}
.SliderStyle .wrap {
    margin:20px auto 30px;
}
.SliderStyle .wrap .head {
    text-align: center;
}
.SliderStyle .wrap .title {
	padding: 0;
	margin: 0;
	display: inline-block;
	padding-bottom: 15px;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
	color: #111;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-size: 20px;
}
.SliderStyle .wrap .item {
    background: #ffffff;
    height: 325px;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
.SliderStyle .wrap .item a.img img {
    display: block;
    height: 170px;
    object-fit: cover;
}
.SliderStyle .wrap .item .info {
    padding: 5px;
}
.SliderStyle .wrap .item a.name {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin: 9px 0;
    line-height: 1.5;
}
.SliderStyle .wrap .item a.name:hover {
    color: #0196e0;
    background: linear-gradient(225deg,#0196e0 0%,#00aaec 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: 3;
    -webkit-box-orient: vertical;
}
.owl-nav {
}
.owl-nav button:hover {
    color: #fff !important;
}
.owl-nav button {
    position: absolute;
    color: #02b4f185 !important;
    top: 50%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
}
.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;
}




