.gridNews{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -1px;
	margin-bottom: 20px;
}
.gridNews .col1{
	width: 62%;
	padding: 0 1px;
}
.gridNews .col2{
	width: 38%;
	padding: 0 1px;
}
/*========================================*/
.newss{
	position: relative;
}
.newss .img{
	padding-top: 62.246777%;
	position: relative;
	overflow: hidden;
}
.newss .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;
}
.newss .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newss .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	padding: 15px 20px;
	pointer-events: none;
}
.newss .date{
	font-size: 13px;
	line-height: 21px;
	color:#1fbcbc;
	margin-bottom: 5px;
}
.newss .tend h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=====================================================*/
.itemNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2.5px;
    cursor: pointer;
}
.itemNav .num{
	width: 65px;
	height: 65px;
	background: #ebebeb;
	color:#ffffff;
	text-align: center;
	font-size:30px;
	line-height: 65px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itemNav.active .num{
	background: #1fbcbc;
}
.itemNav .tend{
	width:-webkit-calc(100% - 65px);
	width:-moz-calc(100% - 65px);
	width:-o-calc(100% - 65px);
	width:calc(100% - 65px);
	padding-left: 20px;
	max-height: 44px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itemNav.active .tend{
	color:#1fbcbc;
}
/*========================================================*/
.news{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.news:after{
	content: "";
	display: block;
	clear: both;
}
.news .img{
	width: 370px;
	float: left;
	margin-right: 30px;
}
.news .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.news .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;
}
.news .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	overflow: hidden;
}
.news .date{
	font-size: 13px;
	line-height: 21px;
	color:#1fbcbc;
	margin-bottom: 10px;
}
.news .tend{
	margin-bottom: 10px;
}
.news .tend a{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	max-height: 48px;
	overflow: hidden;
}
.news .des{
	max-height: 66px;
	overflow: hidden;
}
/*=========================================================*/
.newsTitle{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dotted 1px rgba(0,0,0,0.2);
}
.newsTitle h1,
.newsTitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
/*===================================================*/
.newsOther .title{
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}
.newsOther .title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: solid 2px #1fbcbc;
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    color:#1fbcbc;
}
.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-right: 150px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
.newsOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.newsOther ul li a:before{
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	top: 15px;
	left: 0;
	color:#1fbcbc;
}
.newsOther ul li a span{
    color: #1fbcbc;
    font-size: 13px;
    line-height: 21px;
    position: absolute;
    top: 15px;
    right: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.news .img{
	width: 270px;
}
}

@media all and (max-width: 768px){
.gridNews .col1,
.gridNews .col2{
	width: 100%;
}
div#slideNews{
	margin-bottom: 2px;
}
.itemNav .tend{
	display: none;
}
.listItemNav{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -1px;
}
.itemNav{
	width: 100%;
	margin: 0 1px;
}
.itemNav .num{
	width: 100%;
}
.newsOther ul li a{
	padding-right: 0;
}
.newsOther ul li a span{
	position: initial;
	display: block;
}
.newsTitle h1,
.newsTitle h2{
	font-size: 28px;
	line-height: 36px;
}
}

@media all and (max-width: 520px){
.news .img{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
}