.newsS{
    background: #e5e5e5;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width: 66.666%;
    order: 1;
}
.newsS .img img{
    width: 100%;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.newsS .caption{
    overflow: hidden;
    padding: 40px 50px;
    width: 33.333%;
    text-align: center;
}
.newsS .tend{
    margin-bottom: 20px;
}
.newsS .tend a{
    display: block;
    font-size: 25px;
    line-height: 38px;
    font-weight: normal;
    max-height: 80px;
    overflow: hidden;
}
.newsS .des{
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    max-height: 69px;
    margin-bottom: 20px;
}
.newsS .date{
    font-size: 14px;
    line-height: 13px;
    position: relative;
    color: #cccccc;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}
.newsS .date span{
    padding-left: 20px;
    position: relative;
}

.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 30%;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
}
.slideNews .slick-dots li.slick-active button{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.slideNews{
    margin-bottom: 50px;
}
.slideNews .slick-arrow{
    width:30px;
    height:50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .img:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .date {
    font-size: 14px;
    line-height: 13px;
    position: relative;
    color: #cccccc;
    display: inline-block;
    
    margin-bottom: 15px;
    vertical-align: middle
}
.news .caption{
    padding: 20px 0;
}
.news .tend{
    margin-bottom: 15px;
}
.news .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    height:53px;
    overflow: hidden;
}
.news .tend a:hover{
    color: #010101;
}
.news .des{
    color:#777777;
    text-align: justify;
    height:66px;
    overflow: hidden;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.the-title h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
/*================================================*/
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.box_news_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_news_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_news_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
/*===================================================*/
.newsOther{
    margin-bottom: 40px;
}
.newsOther .title{
    padding-bottom: 15px;
    border-bottom: solid 2px var(--primary-color);
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
}
.newsOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.newsOther ul li:last-child{
    border-bottom: none;
}
/*  */

.newsOther ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 0;
    padding-right: 130px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.newsOther ul li a span{
    color:#999999;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.newsOther ul li a span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*  */

.newsDetail{
 
}
.newsDetail .box_mid .mid-title{
    padding-top: 0;
    margin-bottom: 20px;
}
.newsDetail .box_mid .mid-title .titleL{
    font-size: 25px;
    line-height: 38px;
    text-transform: inherit;
}

/* style new  */
/* begin newsHome   home */

.listNew{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    margin-bottom: 20px;
}
.listNew .item{
    width: 50%;
    padding: 0 25px;
}
.newS{
    margin-bottom: 30px;
}
.newS .thumb{
    margin-bottom: 20px;
}
.newS .thumb a{
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 66.67%;
}
.newS .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
}
.newS .decs h3{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 5px; 
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
    font-family: 'Minion';
}
.newS .decs .tend{
	font-size: 16px;
	line-height: 24px;
    max-height: 48px;
    overflow: hidden;
	color: #555555;
	margin-bottom: 10px;
}
.newS.decs .date{
	font-size: 12px;
	line-height: 20px;
}
.newS .slick-dots{
	text-align: right;
}

/*  */
.the-other .title{
    margin-bottom: 40px;
    text-align: center;
}

.the-other .title h2{
    position: relative;
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
    font-family: 'Minion';
    font-weight: 600;
    color: #000000;
    padding-bottom: 50px;
}
.the-other .title h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sliderOrther .newS{
    margin-bottom: 0;
}
.sliderOrther .videoItem{
	margin-bottom: 0;
}
/* end newsHome  home */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
	.sliderOrther .slick-prev{
        left: 10px;
    }
    .sliderOrther .slick-next{
        right: 10px;
    }
}
@media all and (max-width: 991px){
    .newsS .caption{
        padding: 20px;
        width: 100%;
    }
    .newsOther ul li a{
        padding-right:0;
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
    }
    .newsOther ul li a span{
        float: none;
        display: block;
        position:relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        margin-top: 3px;
    }
    .newsOther{
        margin-bottom: 0;
    }
    /* begin .newsHome  home */
    .newS{
        margin-bottom: 30px;
    }
    .newS .thumb{
        margin-bottom: 10px;
    }
	.newS .thumb a{
		padding-bottom: 73%;
	}
	.newS .decs h3{
		font-size: 14px;
		line-height: 22px;
	}
	.newS .decs .tend{
		font-size: 12px;
        line-height: 20px;
        height: 40px;
	}
    /* end .newsHome home */
    /* 
	 */
	 .the-other .title{
        margin-bottom: 30px;
    }
    .the-other .title h2{
		font-size: 30px;
        line-height: 40px;
        padding-bottom: 40px;
	}
	.the-other .title h2::before{
		width: 30px;
		height: 30px;
    }
    /*  */
}

@media all and (max-width: 768px){
    .newsS .img{
        width:100%;
        float: none;
    }
    .newsS .img img{
        width: 100%;
    }

}
@media all and (max-width: 767px){
    .listNew .item{
        width: 100%;
    }
}
