@charset "utf-8";
/* CSS Document */
p,a,div{
	overflow: hidden;
}
.article_col
{
	width: 52.5%;
	margin: 8vh auto;
	background: #fff;
}
.article_title
{
	width: 90%;
	margin: 4vh auto;
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 2vh;
}
.C_news
{
	font-size: 1.4vw;
	float: left;
}
.S_news
{
	font-size: 1.4vw;
	color: #bb1d11;
	float: left;
}
.backbtn1
{
	width: 16%;
	height: 4vh;
	color: #fff;
	background: #bb1d11;
	text-align: center;
	line-height: 4vh;
	float: right;
}
.backbtn1:hover
{
	background: #424242;
}
.text_title
{
	text-align: center;
	font-size: 1.5vw;
	line-height: 8vh;
}
.content img{
	
	width: 100%;
}
