.main_box {
    width: 100%;
    min-height: 1000px;
    background: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #3C3C3C;
}
.main_content {
    width: 1200px;
    min-height:1000px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.main_content_left {
    width: 96px;
    min-height:1000px;
    padding-top: 200px;
}
.main_content_center {
    width: 690px;
    min-height:1000px;
}
.main_content_right {
    padding-top: 72px;
    width: 320px;
    min-height:1000px;
}
/* 中间区域 */
.bread_crumbs {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
.bread_crumbs > a,.spl_span{
    color: #4C80FA;
}
.article_title {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 56px;
    word-break: break-all;
    margin-bottom: 14px;
}
.belong_type {
    display:block;
    width: max-content;
    height: 30px;
    border-radius: 16px;
    border: 1px solid #4C80FA;
    font-size: 14px;
    color: #4C80FA;
/*    line-height: 28px;
    text-align: center;*/
    cursor: pointer;
    margin-bottom: 20px;
    padding:6px 16px;

}
.belong_type:hover{
    background: #4C80FA;
    color: #fff;
}
.article_backins {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.mr_p {
    margin-right: 30px;
}
.article_content {
    font-size: 18px !important;
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #3C3C3C !important;
    line-height: 36px !important;
    text-align: justify !important;
    margin-bottom: 18px;
    word-break: break-all;
}
.article_content p {
    /* font-size: 18px !important;
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #3C3C3C !important;
    line-height: 36px !important;
    text-align: justify !important; */
    margin-bottom: 18px;
    word-break: break-all;
}
.article_content span {
    /* font-size: 18px !important;
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #3C3C3C !important;
    line-height: 36px !important; */
    text-align: justify !important;
    word-break: break-all;
}
.article_content div {
    /* font-size: 18px !important;
    font-family: Microsoft YaHei, Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #3C3C3C !important;
    line-height: 36px !important; */
    text-align: justify !important;
    word-break: break-all;
}
.article_content img {
    max-width: 690px !important;
    display: block;
    margin: 0 auto;
    height: auto;
    border-radius: 8px;
}
.line_gap {
    width: 100%;
    opacity: 1;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
}
/* 中间区域 */

/* 左侧 */
.left_sticky_box {
    width:96px;
    position:fixed;
}
.like_collect_box {
    width: 80px;
    height: 223px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    border: 1px solid #F1F2F3;
    margin: 0 auto;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.common_icon_box {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common_icon_box > img {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    cursor: pointer;
}
.spl_icon {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.QrCode_box {
    width: 100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* line-height: 20px; */
}
.mb_gap {
    margin-bottom: 20px;
}
.QrCode_box > img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
.lh_word {
    line-height: 20px;
}
/* 左侧 */

/* 右侧 */
.hotFixedBox {
    width:320px;
}
.portrait_name {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.portrait_name > a > img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-bottom: 10px;
    opacity: 1;
    object-fit:cover;
}
.user_relations {
    width: 100%;
}
.relations_title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.relations_title > p {
    width: max-content;
    height: 20px;
    background: #fff;
    padding: 0 10px;
    line-height: 20px;
    z-index: 1;
}
.relations_title .cross_line {
    width: 100%;
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 50%;
}
.relations_article_list {
    width: 100%;
    margin-bottom: 30px;
    /*min-height:446px;*/
}
.relations_article_item {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
.relations_article_item:last-child{
    margin-bottom: 0;
}
.relations_article_item .img_a {
    width: 88px;
    height: 70px;
    border-radius: 6px;
    opacity: 1;
    border: 1px solid #eee;
    margin-right: 12px;
}
.relations_article_item .img_a  > img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 1;
    object-fit: cover;
    cursor: pointer;
    transition: all .5s ease .1s;
}
.relations_article_item .img_a  > img:hover {
    transform: scale(1.04);
}
.article_item_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_item_right > a {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article_item_right > a:hover{
    color: #4C80FA;
}
.article_item_right .read_time {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}
.article_item_right .read_time .mr_spa {
    margin-right: 16px;
}
/* 右侧 */