.news{
    margin-bottom: 50px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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:hover .img img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .caption{
    padding: 20px;
    padding-bottom: 0;
}
.news .date{
    font-size: 13px;
    line-height: 12px;
    color: #999999;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.news .date:before{
    content: "\f017";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1792d1;
}
.news .tend{
    margin-bottom: 10px;
    position: relative;
}
.news .tend:before{
    content: "";
    width: 60px;
    height: 5px;
    background: #1792d1;
    position: absolute;
    left: 0;
    top: -20px;
}
.news .tend a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    height: 52px;
    overflow: hidden;
}
.news:hover .tend a{
    color:#2155a9;
}
.news .des{
    color: #666666;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news .des *{
    font-size: 14px !important;
    line-height: 22px !important;
    color: #666666 !important;
    padding: 0 !important;
    font-weight: normal !important;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #2155a9;
}
.the-title h1{
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #1792d1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: 65px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .slick-prev{
    left:0;
}
div#slide-more .slick-next{
    right:0;
}
div#slide-more .slick-arrow:after{
    font-family: FontAWesome;
    font-size: 26px;
    line-height: 34px;
    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%);
}
div#slide-more .slick-prev:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
    font-weight: 600;
}
/*=============================================================*/
.theOther .title{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    position: relative;
}
.theOther .title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:-1px;
    width:45px;
    border-bottom: solid 1px #1792d1;
}
.theOther .title h2{
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}
.theOther ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.theOther ul li:before{
    content: "\f0da";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
.theOther ul li a{
    font-size: 15px;
    line-height: 23px;
    display: block;
}
.theOther ul li a span{
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
#slideOther .slick-list{
    margin: 0 -15px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .news{
    margin-bottom: 0;
}
#slideOther .slick-arrow {
    position: absolute;
    right: 0;
    top: -78px;
    background: transparent;
    border: solid 1px #1792d1;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}
#slideOther .slick-prev{
    margin-right: 41px;
}
#slideOther .slick-arrow:before{
    font-family: FontAwesome;
    font-size:20px;
    line-height: 28px;
    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%);
    color: #1792d1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slideOther .slick-prev:before{
    content:"\f104";
}
#slideOther .slick-next:before{
    content:"\f105";
}
#slideOther .slick-arrow:hover{
    background: #1792d1;
}
#slideOther .slick-arrow:hover:before{
    color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
    .the-title h1{
        font-size: 24px;
        line-height: 32px;
    }
    .news{
        margin-bottom: 40px;
    }
    .news .tend a{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
}

@media all and (max-width: 420px){
    .vnt-news .row .col-xs-6{
        width: 100%;
    }
    #slideOther{
        padding-bottom: 55px;
    }
    #slideOther .slick-arrow {
        top:initial;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #slideOther .slick-prev{
        margin-left: -25px;
    }
    #slideOther .slick-next{
        margin-left: 25px;
    }
}