.article {
    background-color: #f7f7f7;
}
.article-detail-content {
    width: 1115px;
    margin: 0 auto;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-detail-wrap {
    width: 750px;
    background-color: #fff;
}
.article-detail-img {
    width: 750px;
    height: 420px;
    background-size: cover;
}
.article-detail-body {
    padding: 26px 50px 55px;
}

.article-detail-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 35px;
}
.article-detail-top {
    overflow: hidden;
}
.article-detail-top a {
    font-size: 14px;
    font-weight: 600;
    color: #2f3338;
}
.article-create-time {
    padding-left: 10px;
    font-size: 14px;
    color: #ababab;
}
.article-detail-top .article-page-view {
    font-size: 14px;
    color: #2f3338;
    float: right;
}
.article-detail-summary {
    margin-top: 30px;
}
.article-detail-summary blockquote {
    padding: 14px 30px;
    font-size: 17px;
    line-height: 26px;
    color: #9ea1a8;
    background-color: #fafafa;
}
.article-detail-text {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    overflow-x: hidden;
    word-wrap: break-word;
}
.article-detail-text p {
    text-align: justify;
    margin-top: 0!important;
    margin-bottom: 25px!important;
}
.article-detail-text img {
    display: block;
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.image-zoom {
    overflow: visible!important;
}
.article-detail-text blockquote {
    padding: 15px;
    background-color: #f0f2f5;
    border-left: 1px solid #1482f0;
    margin-bottom: 20px;
}
.article-detail-text blockquote>p:last-child {
    margin-bottom: 0;
}
.article-detail-text p:first-child {
    margin-top: 0!important;
}
.article-detail-text blockquote>p {
    margin-top: 0;
    margin-bottom: 25px;
}
.article-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px;
}
.article-detail-category span {
    display: inline-block;
    margin-right: 24px;
    background-color: #eaecf0;
    font-size: 14px;
    color: #363636;
    padding-right: 10px;
    padding-left: 3px;
    line-height: 26px;
    position: relative;
    height: 26px;
}
.article-detail-category span:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #eaecf0 transparent transparent;
    position: absolute;
    left: -12px;
    top: 0;
}

.article-comments {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dcdfe4;
}

.article-detail-side {
    width: 340px;
}
.article-author {
    background-color: #fff;
    padding: 65px 20px 55px;
    border-bottom: 1px solid #dcdfe4;
    height: 420px;
}
.related-articles-content {
    padding: 0 18px 18px;
    background-color: #fff;
}
.related-articles-content_header {
    padding: 35px 0 22px;
    font-size: 14px;
    color: #9d9d9d;
}
.side-articles-content {
    font-size: 17px;
    line-height: 24px;
    color: #363636;
}
.side-articles-content .side-articles-content_item {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    cursor: pointer;
    max-height: 46px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.71;
    color: #353535;
}

.fg-iv {
    background-color: #fff;
    padding: 0px 20px 20px;
    border-bottom: 1px solid #dcdfe4;
    min-height: 420px;
}
.side-articles-content li {
    background: #F6F6F6;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    margin-bottom: 20px;
}
.ivphoto {
    width: 90px;
    float: left;
    margin-right: 10px;
}
.ivphoto img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.ivinfo {
    width: calc(100% - 110px);
    float: left;
}
.similar {
    margin-top: 20px;
    padding-bottom: 10px;
}
.similar .title {
    margin-left: 10px;
    padding-left: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
    background: url(../images/red-tit.png) 0 10px no-repeat;
}
.list_info {
    width: 660px;
    height: auto;
    padding: 15px 5px;
    clear: both;
    border-bottom: 1px dashed #e9e9e9;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.list_info .w220 {
    width: 220px;
        height: 125px;
}
.list_info .w430 {
    width: 430px;
        height: 125px;
}
.similar a {
    display: block;
}
b {
    font-weight: 500;
}
.list_info b a {
    width: 410px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
}
.list_info img {
    width: 200px;
    height: 125px;
    padding-right: 10px;
    float: left;
}
.news-info img {
    max-width: 600px;
}
.list_info .info {
    width: 410px;
    float: left;
    height: 60px;
    line-height: 20px;
    color: #666;
    padding: 5px 0;
    font-size: 13px;
    overflow: hidden;
}
.list_info p {
    margin: 0px;
}
.list_info .time {
    width: 410px;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
}
.list_info .time span {
    display: block;
    float: left;
    width: 120px;
    height: 20px;
    overflow: hidden;
}
.list_info .time span {
    display: block;
    float: left;
    width: 120px;
    height: 20px;
    overflow: hidden;
}
.list_info .time span.time {
    padding-left: 17px;
    background: url(../images/time_show3.png) 0 3px no-repeat;
}
.list_info .time span.user {
    padding-left: 15px;
    background: url(../images/item_user.png) 0 3px no-repeat;
}

.hot-article ul li {
    padding: 30px 0px 24px 0px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.hot-article ul li .hot-article-img {
    position: relative;
    width: 304px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
}
.hot-article ul li a {
    font-size: 16px;
    line-height: 28px;
}
.hot-article ul li img {
    overflow: hidden;
    margin-bottom: 20px;
        width: 304px;
    height: auto;
}
.ivtitle a{font-size: 14px;}