.article_main .content {
    padding: 20px 46px 0px 46px;
}

.content h1 {
    font-size: 24px;
    text-align: center;
}

.article_main .navlink {
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.navlink .time {
    display: inline-block;
    margin-left: 240px;
}

.navlink span {
    color: #cacaca;
}

.search_people::before {
    content: '';
    display: block;
    float: left;
    width: 17px;
    height: 11px;
    background-image: url(../images/icons.png);
    background-position: -176px -126px;
    margin-top: 5px;
    margin-right: 5px;
}

.navlink .search_people {
    display: inline-block;
    margin-left: 40px;
}

.article_focus {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.article_focus img {
    width: 16px;
    height: 15px;
    margin-left: 70px;
}

.article_intro {
    width: 820px;
    background: rgba(36, 119, 227, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(36, 119, 227, 1);
    margin: 20px 0 0 20px;
}

.article_intro p {
    text-indent: 2em;
    padding: 20px;
    margin: 0;
    color: #2477e3;
}

.content_left_main {
    overflow: hidden;
    width: 860px;
    height: auto;
    padding-bottom: 50px;
}

.content_body {
    padding: 20px 50px;
    line-height: 30px;
    color: #333333;
    min-height: 500px;
    font-size: 18px !important;
}

.content_body img {
    float: initial;
    max-width: 1200px;
    width: auto;
    height: auto;
    margin-bottom: 30px;
}

.content_body div {
    line-height: 30px !important;
    margin-bottom: 25px;
    text-indent: 0;
    font-size: 18px !important;
}

.content_body p {
    line-height: 30px !important;
    margin-bottom: 25px !important;
    text-indent: 0;
    font-size: 18px !important;
}

.content_body img {
    width: 800px !important;
}

.content_body span {
    text-indent: 0;
    margin-bottom: 25px !important;
    line-height: 30px !important;
    font-size: 18px !important;
    width: auto;
}

.content_body b {
    font-size: 18px !important;
}

.content_body strong {
    font-size: 18px !important;
}

.content_body font {
    font-size: 18px !important;
}

.content_body table {
    width: 100% !important;
}

.bottom_focus {
    width: 750px;
    height: 129px;
    margin-left: 55px;
}

.focus_rwm img {
    display: block;
    width: 129px;
    height: 129px;
    float: left;
}

.focus_rwm img:hover {
    transform: none !important;
}

.focus_right {
    float: left;
    width: 620px;
    height: 129px;
    overflow: hidden;
}

.focus_header_title {
    display: block !important;
    width: 730px;
    height: 65px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.header_title_text {
    font-size: 25px;
    margin-left: 10px;
    font-weight: 600;
    color: #2681db;
}

.focus_header_title h5 {
    margin-left: 10px;
    margin-top: 8px;
    color: #808080;
    font-weight: 400;
}

.focus_footer_title {
    margin-top: 10px;
}

.footer_title_text {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #808080;
}

.header_title_left {
    display: block !important;
    /* width: 140px; */
    height: 65px;
    float: left;
}

.focus_footer_title h5 {
    margin-left: 10px;
    font-weight: 400;
    color: #808080;
}

.header_photo {
    display: block !important;
    width: 240px;
    height: 63px;
    background-image: url(../images/sxgh.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-right: 80px;
}

.article_skip {
    width: 860px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    /* line-height: 40px; */
    margin-top: 20px;
    position: relative;
}

.next_p {
    display: block;
    float: left;
}

/* #preArticle {
	
} */

#nextArticle::before {
    content: '';
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2478e4;
    margin: 12px;
    /* transform: rotate(45deg); */
}

.article_skip li {
    float: left;
}

.article_skip #nextArticle {
    display: inline-block;
    /*width: 286px;*/
    /* float: left; */
    /* height: 20px; */
    line-height: 40px;
}

.article_skip #nextArticle a {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#preArticle .sj_icon {
    position: absolute;
    /* float: left; */
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #2478e4;
    margin: 12px;
}

.article_skip #preArticle {
    display: block;
    /*width: 260px;*/
    float: right;
    margin-right: 20px;
    /* float: left; */
    /* height: 20px; */
    line-height: 40px;
}

.article_skip #preArticle a {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommended_reading {
    width: 860px;
    height: 203px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-top: 20px;
}

.reading_header {
    height: 60px;
    /* float: left; */
}

.reading_header_title::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2477e3;
    margin-top: 6px;
    margin-right: 12px;
}

.reading_header_title {
    float: left;
    font-size: 30px;
    color: #2477e3;
    padding-top: 13px;
}

.reading_more {
    float: right;
    margin: 30px 20px 0 0;
    cursor: pointer;
}

.reading_more a {
    color: #2477e3;
}

.reading_main_item {
    display: block;
    float: left;
    width: 120px;
    height: 110px;
    margin-left: 20px;
    margin-top: 10px;
}

.reading_main_item img {
    width: 120px;
    height: 80px;
}

.reading_main_item a {
    display: block;
    width: 120px;
    height: 20px;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-align: center; */
    margin-left: 4px;
}