.article-wrap {
    display: block;
    margin-top: 120px;
}

.article-comments {
    width: 100%;
    min-width: 1160px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    background: #fff;
}

.article-comments-item {
    padding: 20px 20px;
    display: inline-flex;
}

.article-comments-item-left {
    flex: 3;
    min-width: 800px;
    margin-right: 20px;
}

.article-comments-item-right {
    width: 300px;
    flex: 1;
}

.article-comments-item-left h2 {
    width: 100%;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    color: #000000;
    /*  不换行  */
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.gert-text {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    padding: 16px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gert-text-time {
    flex: 3;
    text-align: center;
}

.gert-text-right {
    flex: 3;
    display: flex;
    justify-content: flex-end;
}

.gert-com {
    width: 100%;
    display: block;
}
.gert-com img{
    width: 100% !important;
}

.gert-com a{
    color: #409eff !important;
}

.gert-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.gert-btm-flex {
    flex: 1;
    float: left;
}

.gert-btm-flex-16 {
    margin-left: 16px;
    display: block;
    padding: 20px;
    background: #f1f1f1;
    border-left: 4px solid #ccc;
    min-height: 120px;
}

.gert-btm-flex-f16 {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.article-comments-item-right-box {
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e5e5e5
}

.article-comments-item-right-tit {
    line-height: 24px;
    color: #323232;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
}

.article-right-cont {
    display: block;
}

.article-right-cont .til2 {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
}

.article-right-cont .time2 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    padding: 16px 0 8px 0;
}
