.content {
    width: 1080px;
    margin: 80px auto 120px;
    padding-top: 50px;
}

.title {
    text-align: center;
    padding:20px;
    font-size:26px;
    font-weight:bold;
	font-family:"微软雅黑";
}

.content .time-hr {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}

.content .time-hr{
   overflow: hidden;
}

.content .time-hr p {
    padding: 10px 26px 10px 30px;
    color: #bbb
}

.content .type {
    float: left;
}

.content .time {
    float: right;
}

.content .hr {
    width: 96%;
    height: 1px;
    margin: 0 auto;
    background: #ddd;
    border: none;
}

.content_p{
	font-size:16px;
    text-indent:2em;
    line-height:40px;
	margin:10px 0px 10px 0px;
}

.footer {
    width: 100%;
}