@media only screen and (max-width:767px) {
	.common-tab .common-tab-left .common-tab-left-content .nav li{
		width: 50%;    
	}
	.common-tab .common-tab-left .common-tab-left-content .nav li a{
		text-align: center;
	}
}
.news .news-right #newsSec1 img{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.news .news-right #newsSec1 .media{
	padding-bottom: 24px;
	border-bottom: 1px dashed #76acc8;
	margin-top: 24px;
}
.news .news-right #newsSec1 .media .media-left{
	background: #5a5b6f;
	border-radius: 6px;
	padding: 0 10px;	
	
}
.news .news-right #newsSec1 .media .media-left .span-wrapp{
	display: table-cell;
	vertical-align: middle;
}
.news .news-right #newsSec1 .media .media-left span{
	display: block;
	font-family:Bebas;
	color:rgba(255,255,255,1);
	width: 60px;
}
.news .news-right #newsSec1 .media .media-left span:nth-child(1){	
	font-size:30px;	
	letter-spacing: 1px;
	border-bottom: 2px solid #9c9ca8;
	height: 56px;
	line-height: 56px;
}
.news .news-right #newsSec1 .media .media-left span:nth-child(2){	
	font-size:12px;		
	height: 32px;
	line-height: 32px;
}
.news .news-right #newsSec1 .media .media-body{
	padding-left: 15px;
	padding-top: 7px;
}
.news .news-right #newsSec1 .media .media-body h5{
	margin: 0 0 15px 0;
	font-size:16px;
	font-weight:700;
	color:rgba(66,67,69,1);
	line-height: 24px;
}
.news .news-right #newsSec1 .media .media-body p{
	font-size:14px;
	font-weight:400;
	color:rgba(66,67,69,1);
	line-height:26px;
}
@media only screen and (max-width:991px ) {
	.news .news-right #newsSec1 .media .media-left{
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.news .news-right #newsSec1 .media .media-body{
		display: block;
		padding-left: 0;
	}
}
.news .news-right #newsSec1 .nav-list{
	margin-bottom: 20px;
}
.news .news-right #newsSec1 .nav-list li {
	border-bottom: 1px dashed #76acc8;
	
	
	font-weight:700;
	
	line-height:22px;
}
.news .news-right #newsSec1 .nav-list li>a{
	padding: 24px 0;
	
	font-size:16px;
	color:rgba(66,67,69,1);
}
.news .news-right #newsSec1 .nav-list li>a:hover{
	background: none;
}
.news .news-right #newsSec1 .nav-list li span{
	font-size:14px;
	float: right;
	font-weight:400;
	color:rgba(149,149,149,1);
	line-height:22px;
}
.news .news-right #newsSec2 .media a{
	display: block;
}
.news .news-right #newsSec2 .media .media-left{
	padding-right: 0;
	
}
.news .news-right #newsSec2 .media .media-left img{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.news .news-right #newsSec2 .media .media-body{
	padding: 24px 16px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.08);
	position: relative;
	width: 100%;
}
.news .news-right #newsSec2 .media .media-body p{
	margin: 0;
}
.news .news-right #newsSec2 .media .media-body .top{
	font-size:16px;	
	font-weight:700;
	color:rgba(66,67,69,1);
	line-height:24px;
}
.news .news-right #newsSec2 .media .media-body .bot{
	position: absolute;
	right: 16px;
	bottom: 24px;
	font-size:14px;
	font-weight:400;
	color:rgba(149,149,149,1);
	line-height:20px;
}
@media only screen and  (max-width: 991px) {
	.news .news-right #newsSec2 .media .media-body .top{
		font-size:14px;			
	}
	.news .news-right #newsSec2 .media .media-body .bot{		
		right: 16px;
		bottom: 8px;
		font-size:12px
	}
}
@media only screen and (max-width: 543px) {
	.news .news-right #newsSec2 .media .media-left{
		display: block;
	}
	.news .news-right #newsSec2 .media .media-left img{
		width: 100%;
	}
	.news .news-right #newsSec2 .media .media-body .bot{		
		right: 16px;
		bottom: 8px;	
		
	}
	.news .news-right #newsSec2 .media .media-body{
		padding-bottom: 35px;
	}
}