.info_left {
    width: 810px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
}

.navigate {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.article-head {
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.article-title {
    font-size: 24px;
    color: #3c3c3c;
}

.article-box {
    justify-content: space-between;
}

.article-info {
    color: #aaaaaa;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 20px;
}

.article-info span {
    margin: 0 10px;
}

.article-content img {
    max-width: 100%;
}

.article-content {
    padding: 20px 0;
}

.info_right {
    width: 260px;
    float: left;
    margin-top:50px;
}

.info_right .title {
    height: 50px;
    color: #fff;
    background: #d10d3b;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.info_right a {
    display: block;
    padding: 0 34px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc;
}

.info_right a:hover {
    color: #d10d3b;
    text-decoration: underline;
}