body {letter-spacing: 1px;}

ul {list-style: none;}

.container {
    width: 1170px;
    margin: 0 auto;
}

.content{
 	margin-bottom: 20px;
 	border:1px solid #fff;
    background-color: #fff;
    box-shadow:2px 3px 50px -20px #000;
    -moz-box-shadow:2px 3px 50px -20px #000; 
    -webkit-box-shadow:2px 3px 50px -20px #000;     
}

.content1 {
	width: 1140px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.content1 .location {
	width: 100%;
	height: 25px;
	border-bottom: 4px solid #9b221b;	
}

.location a {color: #000;}

.location a:active,
.location a:hover {
	color: red;
}

.location .location1 {color: #9b221b;}

.essay {
	width: 865px;
	float: left;
	padding: 20px;
	margin-top: 15px;
	border-radius: 10px;
	border: 1px solid #c6c6c6;	
}


.article_title {
	width: 860px;
	min-height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
    color:red;
} 

.article_title span {
	padding: 0 30px;
}

.article_describe{
	width: 100%;
	height: 20px;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

.article_describe label span {
	margin-right: 15px;
}

.e_content {
    margin-top: 10px;
    min-height:400px;
    line-height:28px;
}

p {text-indent: 0em;}

