.news{
	margin-bottom: 45px;
}
.news .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 10px;
}
.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 .date{
	font-size: 13px;
	line-height: 12px;
	color: #999999;
	padding-left: 25px;
	position: relative;
	margin-bottom: 14px;
}
.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: #f7a225;
}
.news .tend{
	margin-bottom: 15px;
}
.news .tend a{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	height: 52px;
	overflow: hidden;
}
.news:hover .tend a{
	color: #f7a225;
}
.news .des{
	color: #ffffff;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news .des *{
	font-size: 14px !important;
	line-height: 22px !important;
	color: #ffffff !important;
	padding: 0 !important;
	font-weight: normal !important;
}
.news .link a{
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
.news .link a:before{
	content: "";
	width: 30px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news .link a span{
	padding-right: 15px;
	position: relative;
}
.news .link a span:before{
	content: "\f105";
	position: absolute;
	font-family: FontAwesome;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*====================================================*/
.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 #f7a225;
}
.the-title h1{
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
}
.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: #f7a225;
    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;
    text-transform: uppercase;
    font-weight: normal;
}
/*=============================================================*/
.theOther .title{
    margin-bottom: 25px;
}
.theOther .title h2{
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
	color:#f7a225;
}
.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;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.the-title h1{
	font-size: 24px;
	line-height: 32px;
}
.news{
	margin-bottom: 25px;
}
.news .tend a{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
}
}

@media all and (max-width: 460px){
.news .tend a{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.news{
	margin-bottom: 20px;
}
.news .des,
.news .link{
	display: none;
}
}

@media all and (max-width: 370px){
.vnt-news .row .col-xs-6{
    width: 100%;
}
}