.date_share{
    padding-top: 20px;
    border-top: dotted 1px rgba(0,0,0,0.2);
}
/*====================================================*/
.linkAllNews a{
    display: block;
    font-weight: bold;
    color:#ae1f23;
    text-transform: uppercase;
}
.linkAllNews a span{
    padding-right: 20px;
    position: relative;
}
.linkAllNews a span:before{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.linkAllNews a:hover{
    color:#feca3b;
}
.linkAllCat {
    text-align: center;
    margin-bottom: 45px;
}
.linkAllCat a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background: #ae1f23;
    text-transform: uppercase;
    padding: 11px 45px;
}
.linkAllCat a:hover{
    background: #feca3b;
    color:#333333;
}
/*====================================================*/
.newsSmall{
    margin-bottom: 30px;
}
.newsSmall .img{
    margin-bottom: 15px;
}
.newsSmall .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsSmall .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsSmall .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newsSmall .tend a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height:44px;
    overflow: hidden;
    text-transform: uppercase;
}
/*====================================================*/
.newsS{
    background: #f2f2f2;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width:48%;
    float: left;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newsS .caption {
    overflow: hidden;
    padding: 20px 30px;
}
.newsS .per{
    margin-bottom: 20px;
}
.newsS .per span {
    display: inline-block;
    line-height: 20px;
    background: #feca3b;
    padding: 5px 9px;
    text-transform: uppercase;
    font-weight: bold;
}
.newsS .tend{
    margin-bottom: 10px;
}
.newsS .tend a{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    max-height: 60px;
    overflow: hidden;
    color: #a50d12;
}
.newsS .tend a:hover{
    color:#ffd600;
}
.newsS .des{
    overflow: hidden;
    max-height: 120px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.newsS .date{
    display: inline-block;
    position: relative;
    color: #999999;
    padding-left: 30px;
    margin-bottom: 10px;
}
.newsS .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 40px;
    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%;
    background: #bfbfbf;
}
.slideNews .slick-dots li.slick-active button{
    background: #a60d12;
}
.slideNews{
    margin-bottom: 30px;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .date {
    font-size: 13px;
    line-height: 21px;
    padding-left: 19px;
    color: #999999;
    position: relative;
    margin-bottom: 10px;
}
.news .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    height:48px;
    overflow: hidden;
    text-transform: uppercase;
}
.news .des{
    color: #666666;
    height: 66px;
    overflow: hidden;
}
/*====================================================*/
.newsTitle{
    margin-bottom: 10px;
}
.newsTitle h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}
.the-content{
    text-align: justify;
    color:#666666;
    margin-bottom: 25px;
}
.the-content .color{
    color:#ae1f23;
}
.the-date{
    font-size: 13px;
    line-height: 21px;
    color:#999999;
    margin-bottom: 10px;
}
/*===================================================*/
.boxOther .title{
    margin-bottom: 15px;
}
.boxOther .title h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
#slideOther .slick-list{
    margin: 0 -15px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .service .tend a{
    font-size: 16px;
    line-height: 24px;
}
#slideOther .service .des{
    display: none;
}
/*============================================*/
.listOther ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.listOther ul li:before{
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    top: 3px;
    left: 0;
    color:#a60d12;
    font-size: 11px;
    line-height: 19px;
}
.listOther ul li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.slideOther .slick-list{
    margin: 0 -15px;
}
.slideOther .item{
    padding: 0 15px;
}
/*======================================================*/
.news-most {
    border: solid 2px #f0f0f0;
    margin-bottom: 30px;
}
.news-most .title {
    font-weight: 400;
    text-transform: uppercase;
    background: #f0f0f0;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.news-most .content {
    padding: 15px 10px;
}
.news-most .slick-list{
    margin: -10px 0px;
}
.news-most .item{
    border-bottom: solid 1px #d9d9d9;
    padding:10px 0;
}
.news-most .img {
    float: left;
    width: 90px;
    margin-right: 10px;
    overflow: hidden;
}
.news-most .img img{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-most .img:hover img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.news-most .tend h3{
    font-weight: normal;
    line-height: 22px;
}
.news-most .tend a{
    font-size: 14px;
    line-height: 22px;
    color:#333333;
}
.news-most .tend a:hover{
    color:#a3070c;
}
.vnt-news-most .slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -40px;
}
.vnt-news-most .slick-prev{
    margin-right: 30px;
}
.vnt-news-most .slick-arrow:before{
    font-family: FontAwesome;
    font-size: 16px;
    line-height:24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: normal;
}
.vnt-news-most .slick-prev:before{
    content:"\f078";
}
.vnt-news-most .slick-next:before{
    content:"\f077";
}
.vnt-news-most .slick-arrow:hover{
    color: #a60d12;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.newsS .caption{
    padding: 20px;
    padding-bottom: 50px;
}
.newsS .tend a{
    font-size: 20px;
    line-height: 28px;
}
.news_related ul li a{
    padding-bottom: 25px;
}
.news_related ul li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
}
.newsTitle h1{
    font-size: 34px;
    line-height: 42px;
}
}

@media all and (max-width: 768px){
.newsSmall{
    margin-bottom: 20px;
}
.newsSmall:after{
    content: "";
    display: block;
    clear: both;
}
.newsSmall .img{
    width: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.newsSmall .tend{
    overflow: hidden;
}
.newsSmall .tend a{
    height:initial;
}
.newsS .img{
    width:100%;
    float: none;
}
.slideNews .slick-dots {
    bottom: 25px;
    right: 25px;
    left: 25px;
}
.news:after{
    content: "";
    display: block;
    clear: both;
}
.news .des{
    display: none;
}
}

@media all and (max-width: 360px){
.newsSmall .img{
    width: 100%;
    float: none;
    margin-bottom: 5px;
}
.newsSmall .tend{
    overflow: initial;
}
.date_share{
    display: block;
}
.date_share .ds_share ul li{
    margin-left: 0;
    margin-right: 5px;
}
.news .img{
    width: 100%;
    padding-top: 66.666666%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
}