@charset "utf-8";
/* CSS Document */


.box_left {
	height: 529px;
	background-color: #ffffff;
	border-radius: 8px;
	margin: 20px;
	
}

._login {
	padding: 190px 295px;
}

.login {
	width: 250px;
	margin-bottom: 20px;
}

.login_submit {
	margin-bottom: 10px;
	padding-left: 110px;
}

.click_here {
	padding-left: 65px;
}

._register {
	padding: 132px 0 0 285px;
}

.register {
	padding-bottom: 20px;
}

.blank {
	padding-left: 2em;
	color: red;
}

.register_submit {
	padding: 0 0 10px 110px;
}

.about_text p {
	text-indent: 2em;
	line-height: 2em;
	font-size: 18px;
	letter-spacing: 2px;		/*字符间距*/
}

.about_text {
	padding: 15px;
}

.message {
	padding: 28px;
}

.message_submit {
	text-align: right;
	padding-top: 10px;
}

textarea {
	resize: none;
	width: 775px;
	height: 180px;
}

.box_left input,.box_left textarea,.box_left_message input,.box_left_message textarea {
	border: 2px solid #858585;
	border-radius: 5px;
	background: transparent;		/*透明*/
	font-family: 微软雅黑;
}

.box_left input[type="submit"],.box_left_message input[type="submit"] {
	color: #858585;
	padding: 4px 10px;
}

.box_left input[type="submit"]:hover,.box_left_message input[type="submit"]:hover {
	background: #858585;
	color: #ffffff;
	transition: .30s;
	cursor: pointer;
}

.box_left_message {
	height: 263px;
	background-color: #ffffff;
	border-radius: 8px;
	margin: 20px;
}

.article_box {
	background-color: #ffffff;
	margin: 20px;
	padding: 10px 25px;
	border-radius: 8px;
}

.article_title {
	font-size: 24px;
	line-height: 45px;
	text-align: center;
}

#article_main p {
	line-height: 26px;
}

.article_main li {
	line-height: 26px;
}

.article_block {
	padding: 15px 25px;
	border-left: 5px solid #f2f2f2;
	background: #fafafa;
	margin-bottom: 30px;
}

.article_title_little {
	color:#c13a43;
	font-size: 20px;
	font-weight: bold;
	line-height: 1px;
	margin: 25px 0 20px;
}

#article_main a {
	color: #ef2f11;
	font-size: 16px;
	border-bottom: 1px solid #ef2f11;
}

.article_block p {
	margin: 0px;
}

.by {
	color: #888888;
	padding-left: 10px;
}

.img_center {
	text-align: center;
}

.message_comment {
	padding: 40px 0 0 0px;
}

.message_comment_user {
	background: url(../images/user.jpg) no-repeat;
	width: 42px;
	height: 42px;
	margin: 0 40px;
	float: left;
}

.message_comment_main p {
	margin-top: 0px;
}

.underline {
	border-bottom: 2px dashed #8c8c8c;
}

.underline_text {
	margin-top: 5px;
	text-align: center;
	color: #8C8C8C;
}

.username {
	color: #05B7ED;
}
