.content_item {
    display: flex;
    margin: 10px 10px 10px 0;
    border-bottom: #999 2px dashed;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
}

.content_item_img {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: 10px;
}

.content_item_desc {
    width: 60%;
    font-size: 16px;
    margin: 0 auto;
}

.content_item_desc div {
    margin-top: 10px;
    display: -webkit-box;
}

.content ul {
    margin: 0 auto;
}

.input_time {
    /*margin-top: 10px;*/
    color: #999;
    display: block;
}

@media screen and (max-width:1024px) {
    .content_item_desc div {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.daohang,
.content,
.hot_tags,
.recommend_list {
    max-width: 1024px;
    margin: 0 auto;
}

.hot_tags li {
    border: 1px #43609d dashed;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
}

.hot_tags li:hover,
.hot_tags a:hover {
    background-color: #43609d;
    color: #fff;
}

.recommend_list li {
    font-size: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.recommend_list .input_time{
    float: right;
}

.rmbq-title {
    font-size: 28px;
    color: #43609d;
    line-height: 35px;
    text-align: center;
    margin: 12px 0px;
    padding: 12px 0 0 0;
}

.hot_tags{
    padding: 0 0 15px 15px;
}

.rmbq{
    width: 995px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 5px solid #F5F5F5;
}

.tag-xgtj{
    width: 965px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 5px solid #F5F5F5;
    margin-top: 20px;
    padding: 15px;
}

.xgtj-title {
    font-size: 28px;
    color: #43609d;
    line-height: 35px;
    text-align: center;
    margin: 12px 0px;
}