@charset "utf-8";
#ind_news_bg2{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
	background-position:top;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding-bottom: 9.5%;*/
	/*background: url(../images/index2_09.jpg) center bottom no-repeat;*/
}
#ind_news_div2{
	/*border-top: 1px solid #ccc;*/
	margin: 0 auto;
	margin-top:10px;
	/*border: 1px solid red;*/
}
#ind_news_div2 h3{
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
	font-size: 32px;
	color: #333;
	/*font-weight: 600;*/
}
.ind_news2_col{
	border-top: 1px solid #ccc;
	padding: 15px 10px;
	margin-bottom: 10px;
}
.ind_news2_col span{
	color: #999;
	text-align: left;
}
.ind_news2_col h4{
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: left;
}
.ind_news2_col h4 .myNewsA{
	color: #333;
	text-decoration: none;
}
.ind_news2_col h4 .myNewsA:hover{
	color: #333;
	text-decoration: none;
}

.ind_news2_col p{
	color: #999;
	font-size: 14px;
}

.more{
	border: 1px solid #ccc;
	line-height: 25px;
	width: 9%;
	text-align: center;
	border-radius: 16px;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
}

@media(max-width: 768px){
	.more{
		border: 1px solid #ccc;
		line-height:30px;
		width: 30%;
		text-align: center;
		border-radius: 30px;
		margin: 0 auto;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.more a{
		color: #999;
	}
	#ind_news_div2 h3{
		color: #333;
	}
	.ind_news2_col h4{
		text-align: left;
	}
	.ind_news2_col span{
		color: #999;
		text-align: left;
		display: block;
		font-family: 微软雅黑;
	}
	
}