body {
	margin: 0;
}

.line-limit-length {
	width: 100px;
}

.title{
	border-bottom:1px dashed #c1c1c1;
	line-height: 40px;
	padding-left: 40px;
	color:#333333;
	letter-spacing: 3px;
	font-size: 14px;
}

h1.title1 {
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	font-family: 微软雅黑;
}

h2.title1,
h3.title1 {
	font-size: 1.5em;
	color: #629aa9;
	margin-bottom: 0.8em;
	font-weight: 400;
}

.message_form{
	width: 680px;
	margin: 0 auto;
	font-size: 14px;
	padding-top:20px;
}

.prompt{
	color:red;
}

.Tag_form {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}

.center {
	text-align: center;
}

.btn-height {
	height: 30px;
	line-height: 30px;
}

.headline { 
	background-color: #e5e5e5; 
	height: 1px; 
	line-height: 0px; 
	font-size: 0px; 
	margin: 15px 0 0 0;
}

.content { 
	font: 16px/2 "PingFang SC", "Lantinghei SC", simsun, "Microsoft YaHei", Helvetica, Arial, sans-serif; 
	color: #2b2b2b;
	margin: 15px 5px;
	display: block;
	text-indent: 2em;
}

.news p {
	font: 16px/2 "PingFang SC", "Lantinghei SC", simsun, "Microsoft YaHei", Helvetica, Arial, sans-serif; 
	color: #2b2b2b;
	display: block;
	margin: 15px 5px;
}

.content p img {
	max-width: 100%;
	max-height: 400px;
}

.content img {
	max-width: 100%;
	max-height: 400px;
}

.removePic {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-size: 20px;
	color: red;
	float: left;
	margin-left: -20px;
}

.removePic:hover {
	background-color: #f1f1f1;
}