.newsVip{
	margin-bottom: 20px;
	position: relative;
}
.newsVip .img{
	overflow: hidden;
}
.newsVip .img img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsVip .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsVip .tend{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
	z-index: 1;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.newsVip .tend h3{
	font-size: 25px;
	line-height: 33px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=========================================================*/
.newsWrap{
	margin-bottom: 35px;
}
/*=========================================================*/
.boxNews>.title{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.boxNews>.title>.tit{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	margin-right: 15px;
}
.boxNews>.title>.link>a>span{
	padding-right: 20px;
	position: relative;
}
.boxNews>.title>.link>a>span:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#f36f21;
}
.newsV{
	margin-bottom: 20px;
}
.newsV .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.newsV .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;
}
.newsV .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsV .caption{
	padding: 10px 15px;
	background: #eeeeee;
}
.newsV .tend{
	margin-bottom: 5px;
}
.newsV .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	height: 60px;
	overflow: hidden;
}
.newsV .des{
	color: #666666;
	height: 44px;
	overflow: hidden;
}
.newsV .des *{
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	color:#666666 !important;
	padding: 0 !important;
}
/*========================================================*/
.newsM{
	margin-bottom: 20px;
}
.newsM .img{
	margin-bottom: 15px;
}
.newsM .img a{
	display: block;
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.newsM .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;
}
.newsM .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsM .tend a{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	height: 46px;
	overflow: hidden;
	display: block;
}
.newsM .des{
	color: #666666;
	height: 66px;
	overflow: hidden;
}
.newsM .des *{
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	color:#666666 !important;
	padding: 0 !important;
}
.bannerNews{
	margin-bottom: 20px;
}
.bannerNews img{
	width: 100%;
}
/*===========================================================*/
.ecateV{
	margin-bottom: 20px;
	position: relative;
}
.ecateV .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.ecateV .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;
}
.ecateV .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.ecateV .tend{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
	z-index: 1;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.ecateV .tend h3{
	font-size: 25px;
	line-height: 33px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=======================================================*/
.ecateM{
	margin-bottom: 20px;
}
.ecateM .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.ecateM .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;
}
.ecateM .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.ecateM .tend{
	background: #eeeeee;
}
.ecateM .tend a {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 15px;
}
/*==============================================================*/
.gallery{
	margin-bottom: 20px;
}
.gallery .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.gallery .img:before{
	content: "";
	width: 30px;
	height: 25px;
	background: url(../images/news/i-g.png) no-repeat center;
	background-size: contain;
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	pointer-events: none;
}
.gallery .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;
}
.gallery .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.gallery .tend a{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	height: 46px;
	overflow: hidden;
	display: block;
}
/*===========================================================*/
.newsH{
	background: #f3f3f3;
	margin-bottom: 20px;
}
.newsH:after{
	content: "";
	display: block;
	clear: both;
}
.newsH .img{
	width: 580px;
	float: left;
}
.newsH .img a{
	display: block;
	padding-top: 66%;
	overflow: hidden;
	position: relative;
}
.newsH .img a 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;
}
.newsH .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsH .caption{
	overflow: hidden;
	padding: 20px 25px;
}
.newsH .tend{
	margin-bottom: 10px;
}
.newsH .tend a{
	font-size: 25px;
	line-height: 33px;
	max-height: 99px;
	overflow: hidden;
	display: block;
}
.newsH .des{
	margin-bottom: 15px;
}
.newsH .des *{
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	padding: 0 !important;
	padding: 0 !important;
}
.newsH .date{
	font-size: 13px;
	line-height: 21px;
	color: #bbbbbb;
}
/*==========================================================*/
.news{
	margin-bottom: 20px;
}
.news:after{
	content: "";
	display: block;
	clear: both;
}
.news .img{
	width: 280px;
	float: left;
	margin-right: 20px;
}
.news .img a{
	display: block;
	padding-top: 66%;
	overflow: hidden;
	position: relative;
}
.news .img a 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;
}
.news .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .tend{
	margin-bottom: 10px;
}
.news .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 5px;
}
.news .des *{
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: normal !important;
	padding: 0 !important;
	padding: 0 !important;
}
.news .date{
	font-size: 13px;
	line-height: 21px;
	color: #bbbbbb;
}
/*============================================================*/
.boxSidebar{
	margin-bottom: 35px;
}
.boxSidebar .title{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #333333;
}
/*============================================================*/
.boxSidebar .itemNews:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.itemNews{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.itemNews:after{
	content: "";
	display: block;
	clear: both;
}
.itemNews .img{
	width: 120px;
	float: left;
	margin-right: 10px;
}
.itemNews .img a{
	display: block;
	padding-top: 66%;
	overflow: hidden;
	position: relative;
}
.itemNews .img a 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;
}
.itemNews .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.itemNews .tend{
	margin-bottom: 10px;
}
.itemNews .tend a{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=========================================================*/
.listPro ul li{
	margin-bottom: 1px;
}
.listPro ul li a{
	display: block;
	padding: 8px 10px;
	padding-left: 30px;
	position: relative;
	background: #f6f6f6;
}
.listPro ul li a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 8px;
}
/*=========================================================*/
.the-title{
	margin-bottom: 10px;
}
.the-title h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.the-content{
	margin-bottom: 30px;
}
.the-content .templateDesign:nth-child(odd) .grid .col1{
	order:2;
}
.the-content .templateDesign:nth-child(odd) .grid .col2{
	order:1;
}
.the-content .templateDesign:nth-child(even) .grid .col1{
	order:1;
}
.the-content .templateDesign:nth-child(even) .grid .col2{
	order:2;
}
.templateDesign{
	margin-bottom: 20px;
}
.templateDesign .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.templateDesign .grid .col1{
	width: 66.666666%;
	padding: 0 10px;
}
.templateDesign .grid .col2{
	width: 33.333334%;
	padding: 0 10px;
}
.templateDesign .title{
	font-size: 20px;
	line-height: 30px;
	color: #f36f21;
	margin-bottom: 10px;
}
/*========================================================*/
.newsOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.newsOther ul li:last-child{
    border-bottom: none;
}
.newsOther ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 100px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
.newsOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.newsOther ul li a span {
    color: #f36f21;
    font-size: 13px;
    line-height: 21px;
    float: right;
    position: absolute;
    top: 15px;
    left: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.newsH .tend a{
	font-size: 20px;
	line-height: 30px;
	max-height: 60px;
}
.newsH .des{
	height: 88px;
	overflow: hidden;
}
.newsH .img{
	width: 450px;
}
}

@media all and (max-width: 991px){
.newsM.vLeft:after{
	content: "";
	display: block;
	clear: both;
}
.newsM.vLeft .img{
	width: 240px;
	float: left;
	margin-right: 10px;
}
.newsM.vLeft .tend{
	overflow: hidden;
}
.newsWrap{
	margin-bottom: 25px;
}
.newsVip .tend h3{
	font-size: 20px;
	line-height: 30px;
}
.newsVip .tend{
	padding: 10px 15px;
}
.pagination{
	margin-bottom: 30px;
}
}

@media all and (max-width: 768px){
.newsH .img{
	width: 350px;
}
.news .tend a{
	font-size: 14px;
	line-height: 22px;
}
.templateDesign .grid{
	display: block;
}
.templateDesign .grid .col1,
.templateDesign .grid .col2{
	width: 100%;
}
.templateDesign .img img{
	width: 100%;
}
}

@media all and (max-width: 520px){
.newsM.vLeft .img{
	width: 160px;
}
.boxNews>.title{
	display: block;
}
.newsH .img{
	width: 100%;
	float: none;
}
.news .img{
	width: 160px;
}
.news .des,
.news .date{
	display: none;
}
}

@media all and (max-width: 370px){
.newsM.vLeft .img{
	width: 120px;
}
.boxNews .row .col-xs-6{
	width: 100%;
}
.news .img{
	width: 120px;
}
}