.newsS{
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width: 66.666%;
}
.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: 10px 30px;
    width: 33.333%;
}
.newsS .tend{
    margin-bottom: 20px;
}
.newsS .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    overflow: hidden;
}
.newsS .des{
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    font-weight: 300;
    margin-bottom: 40px;
}
.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: #1c75bc;
    border: 1px solid #1c75bc;
}
.slideNews{
    position: relative;
}
.slideNews::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #c81828;
    width: 1000px;
    right: -1000px;
}
.slideNews .slick-arrow{
    width:45px;
    height:60px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    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%;
}
.slideNews .slick-prev{
    right: -65px;
    left: initial;
    top: 75px;
}
.slideNews .slick-prev::before{
    content: '';
    background-image: url('../images/news/prev.png');
    width: 45px;
    height: 60px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.slideNews .slick-next{
    right: -65px;
    left: initial;
    top: 170px;
}
.slideNews .slick-next::before{
    content: '';
    background-image: url('../images/news/next.png');
    width: 45px;
    height: 60px;
    background-position: bottom;
    background-repeat: no-repeat;
}
/*==================================================*/
.listnews .news{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.listnews .news .img, .listnews .news .caption{
    width: 50%;
}
.listnews .news:nth-child(even) .img{
    order: 2;
}
.listnews .news:nth-child(even) .caption{
    order: 1;
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.listnews .news .caption{
    padding-left: 20px;
}
.news{
    margin-bottom: 30px;
}
.news .img{
    position: relative;
    overflow: hidden;
}
.news .img img{
    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;
}
.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: 20px;
}
.news .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    height:53px;
    overflow: hidden;
}
.news .des{
    color:#666666;
    overflow: hidden;
    margin-bottom: 40px;
    font-weight: 300;
}
/*====================================================*/
.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;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*================================================*/
.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 #1c75bc;
}
.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);
}
.myTags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.myTags .txt a{
    padding-left: 20px;
    position: relative;
}
.myTags .txt a:before{
    content: "\f02b";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myTags ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.myTags ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.myTags ul li a {
    display: block;
    padding: 2px 9px;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
}
.myTags ul li a:hover{
    color:#f44336;
}
.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;
    text-transform: uppercase;
}

.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%);
}
/*  */

.wrapCont{
    margin-bottom: 30px;
}
.newsDetail{
    padding: 30px 0;
}
.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;
}
.boxLstGb .newsTop{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .newsS .caption{
        padding: 20px 0;
        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;
    }
    .newsS{
        display: block;
    }
    .newsS .tend a{
        font-size: 18px;
        line-height: 30px;    
    }
    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    .news .tend a{
        font-size: 14px;
    }
    .news .viewDetail{
        display: none;
    }
    .news .caption{
        padding-bottom: 0;
    }
    .newsDetail{
        padding-bottom: 0;
    }
    .newsOther{
        margin-bottom: 0;
    }
    .slideNews::before{
        display: none;
    }
    .news .des{
        margin-bottom: 20px;
    }
    .boxLstGb .newsTop{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media all and (max-width: 768px){
    .newsS .img{
        width:100%;
        float: none;
    }
    .newsS .img img{
        width: 100%;
    }
    .listnews .news{
        display: block;
    }
    .listnews .news .img, .listnews .news .caption{
        width: 100%;
    }
    .listnews .news:nth-child(even) .caption, .listnews .news .caption{
        padding: 20px 0 0 0;
        text-align: left;
    }
}