

.layui-tab-title{
	border:none;
	margin:0 auto;
	text-align: center;
}
.layui-tab-title .layui-this:after{
	border:none;
	border-bottom: 3px solid #007CDC;
	width: 50%;
	left: 25%;
	top:10px;
}

li:hover:after{
	opacity:1!important;
}

.layui-tab-title{
	margin-bottom: 30px;
}
.layui-tab-title .layui-this{
	color:#007CDC!important;
}
.layui-tab-title li{
	font-size: 20px;
	font-weight: bold;
	
}



.tab_news{
	border:1px solid #ddd;
	padding-bottom:20px;
}
.tab_news .img{
	height: 300px;
	overflow-y: hidden;
}
.tab_news .img img{
	width: 100%;
	min-height: 300px;
}
.tab_news .title{
	padding: 10px 15px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tab_news .title:hover a{
	color:#013F96;
}
.tab_news .date{
	padding: 10px 15px;
}



.tab_news_1{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	display: block;
	float: left;
	height: 60px;
	overflow-y: hidden;
}
.tab_news_1 .date{
	width: 50px;
	height: 50px;
	float: left;
	color:#013F96;
}
.tab_news_1 .date span{
	font-size: 24px;
	font-weight: bold;
	
}
.tab_news_1 .title{
	font-size: 16px;	
	width: calc(100% - 50px);
	float: right;
    line-height: 45px;	

}
.tab_news_1 .title:hover a{
	color:#013F96;
}



.tab_news2{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	background: #f8f8f8;
	padding:10px 20px;
}

.tab_news2 .date{
	width: 20px;
	height: 20px;
	float: left;
	color:#013F96;
	margin-top: 0px;
}

.tab_news2 .date span{
	font-size: 20px; 
	margin-top: 15px;
}
.tab_news2 .title{
	font-size: 16px;
	line-height: 30px;	
	width: calc(100% - 55px);
	float: right; 
	padding-top: 0px;
}
.tab_news2 .title:hover a{
	color:#013F96;
}



@media (max-width: 768px){
 
.IndexSubTitle{font-size:16px;}
.tab_news .img{height:250px;}
.tab_news .img img{min-height:250px;}
.Up{padding-left:8px;padding-right:8px;}
.layui-tab-title li{font-size: 14px;}
}
