#NewsTxt{
	width: 1020px;
	margin:  0 auto;
	padding: 50px 0;
}
#NewsTxt h4{
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	border-bottom:1px solid #be0000;
	width: 50%;
	margin: 0 auto 30px;
}
#NewsTxt ul{
	width: 80%;
	margin: 0 auto;
}
#NewsTxt li{
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 34px;
}
#NewsTxt li a{
	color: #666666;
}
#NewsTxt li a:hover{
	text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){ 
	#NewsTxt{ width: 100%;}
	#NewsTxt h4{ font-size: 1.8rem;}
	#NewsTxt li{width: 90%;	float: none; font-size: 1.4rem; line-height: 2.6rem;}

}
@media only screen and (min-width: 320px) and (max-width: 767px){
	#NewsTxt{ width: 100%;}
	#NewsTxt h4{ font-size: 1.4rem;}
	#NewsTxt li{width: 100%; float: none; font-size: 1.0rem; line-height: 2.0rem;}
}