.article_main{
    background: #ffffff;
    box-shadow: 0 2px 1px #d2d2d2;
    padding: 18px 30px 48px;
    margin-bottom: 30px;
}
.article_main>h2{
    font-weight: bold;
}
.article_list{

}
.article_list li{
    margin-top: 20px;
}
.article_list li .img{
    width: 120px;
    height: 76px;
    display: block;
    float: left;
}
.article_list li .desc{
    margin-left: 130px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.article{

}
.article>.title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.article>.info{
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}
.article>.content{
    margin-top: 40px;
    width:840px;
    word-wrap:break-word;
    word-break:break-all;
}
.article>.content *{
	word-break: break-all !important;
	white-space: normal !important;
}
.article>.content img{
	max-width: 100%;
}

.article_post_type{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
