.list_news .item{
    /* padding-bottom: 20px; */
    margin-bottom: 40px;
    /* border-bottom: 1px solid #ededed; */
    position: relative;
    overflow: hidden;
}
.list_news .item .i-img a{
    display: block;
    padding-top: 320px;
    position: relative;
}
.list_news .box_desc{
    position: absolute;
    bottom: -65%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.list_news .box_desc .i-desc{
    height: 320px;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
.list_news .item:hover .box_desc{
    bottom: 0;
}
.list_news .item .i-img a img{
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.list_news .item .i-img a:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.list_news .item .i-desc{
    padding: 20px;
    min-height: 235px;
    
    /* padding-right: 200px;
    position: relative; */
}
.list_news .item .i-date{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.list_news .item .i-date span{
    padding-left: 20px;
    position: relative;
}
.list_news .item .i-date 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%);
    color:#fff;
}
.list_news .item .i-title{
    font-size: 17px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    padding-left: 10px;
    border-left: 3px solid #fff;
}
.list_news .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.list_news .item .i-title a{
    color: #fff;
}
.list_news .item .i-content{
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
}
.list_news .item .i-link{
    margin-top: 10px;
    /* position: absolute;
    top: 40%;
    right: 0; */
}
.list_news .item .i-link a{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 30px;
    background: #f6f6f6;
    color: #333333;
}
.list_news .item .i-link a:hover{
    background: #0a89cc;
    color: #ffffff;
}
.slider_news {
    position: relative;
    min-height: 400px;
    margin-bottom: 20px;
}
#news_item{
    width: 600px;
}
#news_item.slick-initialized .item,
#news_item .item:first-child{
    display: block;
}
#news_item .item{
    display: none;
    position: relative;
}
#news_item .item .i-img{
    overflow: hidden;
}
#news_item .item .i-img a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 63.934426%;
}
#news_item .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
#news_item .item:hover .i-img a 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);
}
#news_item .item .i-desc{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
}
#news_item .item .i-date{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #FFFFFF;
}
#news_item .item .i-date span{
    padding-left: 20px;
    position: relative;
}
#news_item .item .i-date 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%);
}
#news_item .item .i-title{
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}
#news_item .item .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
#news_item .item .i-title a{
    color: #ffffff;
}
#news_item .item .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#news_item .item .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
#news_thumb{
    position: absolute;
    top: 0;
    left: 620px;
    right: 0;
    width: 490px;
}
#news_thumb .item{
    margin-bottom: 3px;
    position: relative;
}
#news_thumb .item:before{
    position: absolute;
    content: '';
    bottom: 0 ;
    right: 0;
    left: 90px;
    border-bottom: 1px solid #ededed;
}
#news_thumb .item:after{
    display: block;
    content: '';
    clear: both;
}
#news_thumb .item .number{
    width: 75px;
    height: 72px;
    float: left;
    background: #e6e6e6;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    padding: 15px;
    text-align: center;
}
#news_thumb .slick-slide.slick-current .number{
    background: #0a89cc;
}
#news_thumb .item .text{
    float: right;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
}
#news_thumb .slick-slide.slick-current .text{
    color: #0a89cc;
}
/*==================================================*/
.the-title{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-title h1{
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*===================================================*/
.newsOther .title{
    padding-bottom: 15px;
    position: relative;
}
.newsOther .title:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:50px;
    border-bottom:solid 1px #0a89cc;
}
.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 a {
    display: block;
    padding: 13px 0;
    padding-left: 110px;
    padding-right: 20px;
    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:before{
    /* content: "\f0da"; */
    font-family: fontAwesome;
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    color: #f09028;
}
.newsOther ul li a span{
    color: #0a89cc;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    left: 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%);
}
/*================================================*/
.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;
    margin-bottom: 2px;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}
.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;
    text-transform: uppercase;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.list_news .item .i-desc{
    /* padding-right: 0; */
}
.list_news .item .i-link{
    display: none;
}
.list_news .item .i-date{
    margin-bottom: 5px;
}
.list_news .item .i-title{
    margin-bottom: 5px;
}
.slider_news{
    min-height: 0;
}
#news_item{
    margin-bottom: 5px;
    width: 100%;
}
#news_thumb{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 -1px;
    width: 100%;
}
#news_thumb .item{
    padding: 0 1px;
}
#news_thumb .item .text{
    display: none;
}
#news_thumb .item:before{
    display: none;
}
#news_thumb .item .number{
    width: 100%;
}
.the-title h1{
    font-size: 24px;
    line-height: 32px;
}
}

@media all and (max-width: 768px){
.list_news .item .i-img{
    margin-bottom: 15px;
}
.list_news .item .i-content{
    display: none;
}
}

@media all and (max-width: 460px){
#news_thumb .item .number{
    font-size: 25px;
    line-height: 30px;
    height: 50px;
    padding: 10px 1px;
}
}