.arc_con .main,.arc_header .main,footer .main {
    width: 1100px;
}

strong {
    font-weight: normal;
}

/* 导航 */
.arc_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
}

.arc_header .main {
    position: relative;
}

.arc_header .logo {
    float: left;
    height: 30px;
    margin-top: 10px;
}

.arc_header .logo img {
    height: 100%;
    width: auto;
}

.arc_header .nav_com {
    float: left;
    margin: 0 0 0 40px;
    max-width: 76%;
    overflow: hidden;
    width: auto;
    background: none;
}

.arc_header .nav_com li {
    float: left;
    width: auto!important;
}

.arc_header .nav_com li a {
    width: auto!important;
    color: #333;
    line-height: 50px!important;
    font-size: 15px;
    padding: 0 10px!important;
}

.arc_header .nav_com li a:hover {
    color: #d2182a;
    background: none;
}

.gf_tousu {
    background: #2191f0;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 10px;
    position: absolute;
    padding: 0 10px;
}

.gf_tousu em {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 5px 5px 0 0;
}

.gf_tousu span {
    float: left;
    color: #fff;
}

/*面包屑*/
.arc_con .position {
    line-height: 30px;
    color: #999;
    position: relative;
    border: none;
    border-radius: 10px 2px 2px 10px;
    margin: 5px 0;
    padding: 0 12px 0 0;
}

.arc_con .position span {
    color: #666;
    padding: 0 5px;
    opacity: 0.9;
    font-size: 12px;
}

.arc_con .position em {
    margin-right: 0px;
    color: #666;
    font-weight: normal;
    opacity: 0.9;
}

.arc_con .position a {
    font-size: 12px;
    opacity: 0.9;
}

.arc_con .position a:hover {
    opacity: 1;
}

/* 内容 */
.arc_con {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.arc_con .con_l {
    width: 730px;
    background: #fff;
    border-radius: 10px;
    padding: 0 26px 26px 26px;
    float: left;
    overflow: hidden;
}

.arc_con .con_r {
    width: 300px;
    float: right;
}

/* 文首相关推荐 */
.first_re {
    border: 2px solid #f1f1f1;
    position: relative;
    padding-left: 40px;
    min-height: 150px;
    padding-bottom: 0!important;
    margin-bottom: 20px;
}

.first_re .re_title {
    width: 20px;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-weight: bold;
    padding: 0 10px;
    background: #f1f1f1;
    bottom: 0;
}

.first_re .re_title h2 {
    height: 120px;
    top: 50%;
    font-size: 17px;
    margin-top: -40px;
    position: absolute;
    color: #666;
}

.first_re .re_title em {
    width: 20px;
    height: 20px;
    font-size: 0;
    display: block;
    background: url(../images/re_icon.png) no-repeat;
    background-position: -1px -1px;
    position: absolute;
    top: 36px;
}

.first_re .re_rwap {
    padding-bottom: 0;
}

.first_re li {
    border-bottom: 1px solid #f1f1f1;
}

.first_re li:last-child {
    border-bottom: 0;
}

.first_re .re_item {
    display: block;
    padding: 0 160px 0 40px;
    font-size: 16px;
    text-indent: 0;
    line-height: 44px;
    height: 44px;
    color: #3366cc;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.first_re .re_item:hover {
    color: #d2182a;
}

.first_re .re_item:last-child {
    border-bottom: 0;
}

.first_re .re_tui {
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    padding-bottom: 0;
    right: 10px;
    font-weight: normal;
    color: #999;
    top: 7px;
}

.first_re .re_tui .duoxing {
    width: 88px;
    height: 16px;
    display: block;
    float: right;
    background: url(../images/re_icon.png) no-repeat;
    background-position: -3px -57px;
    margin: 7px 0 0 6px;
}

.first_re .icon-word {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    display: block;
    border: 1px solid #3366cc;
    background: #fff;
    color: #3366cc;
    position: absolute;
    left: 12px;
    top: 13px;
    font-weight: normal;
    border-radius: 4px;
}

/* 正文 */
.ar_title_b {
    display: none!important;
}

.ar_title {
    margin-bottom: 20px;
}

.ar_title h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.art_info {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 30px;
}

.art_info #zuozhe {
    display: none;
}

.art_info span {
    font-size: 13px;
    color: #999;
}

.art_info time {
    margin-right: 20px;
}

.art_info_xz {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    background: #44b449;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}

.art_info_xz em {
    font-size: 13px;
    margin-right: 6px;
}

.art_info_xz:hover {
    background: #3375cc;
}

.arc_con .ar_con {
    padding: 30px 0px 10px 0px;
    border-radius: 0 0 10px 10px;
}

.con_article {
    line-height: 30px;
    font-size: 16px;
}

/* PC正文 */
#contentText p,#contentText div {
    width: 100%;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 12px;
    text-indent: 2em;
    color: #000;
}

#contentText p {
    word-break: break-all;
}

#contentText h2,#contentText h3 {
    width: 100%;
    text-indent: 2em;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    clear: both;
    color: #000;
    padding-bottom: 12px;
}

#contentText strong {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    clear: both;
    color: #000;
    padding-bottom: 12px;
}

#contentText p a {
    color: #3366cc;
}

#contentText p a:hover {
    color: #e00;
}

#contentText img {
    max-width: 100%!important;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

#contentText iframe {
    width: 100%!important;
    height: 480px!important;
}

#contentText table {
    width: 100%!important;
}

#contentText table td ,#contentText table th {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 2px;
}

#contentText tbody tr:nth-child(1) td,#contentText table th {
    font-weight: bold;
}

/*翻页*/
.pnum {
    margin-top: 10px;
}

.pnum li {
    float: left;
}

.pnum .thisclass a {
    background: #2191f0;
    color: #fff;
}

/*文末相关推荐*/
.arc_related {
    margin-top: 10px;
}

.arc_related h2,.arc_related .h2 {
    line-height: 40px;
    background: #f4f4f4;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}

.arc_related h2:before,.arc_related .h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    background: #3375cc;
    width: 8px;
    height: 20px;
    border-radius: 4px;
    top: 10px;
}

.arc_related ul {
    margin-top: 20px;
}

.arc_related li {
    position: relative;
    padding-right: 60px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    float: left;
    width: 36%;
    padding-left: 26px;
}

.arc_related li .icon-word {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #3366cc;
    background: #fff;
    color: #3366cc;
}

.arc_related li:nth-child(2n) {
    float: right;
}

.arc_related li:before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #e1e1e1;
    width: 90%;
    top: 16px;
}

.arc_related li .lb_bt {
    background: #fff;
    max-width: 79%;
    font-size: 15px;
    color: #3366cc;
    position: absolute;
    z-index: 1;
    padding-right: 10px;
}

.arc_related li .lb_bt:hover {
    color: #d2182a;
}

.arc_related li time {
    position: absolute;
    background: #fff;
    padding-left: 10px;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #999;
}

/* 相关热搜 */
.arc_con .hot_sou {
    background: #fff;
    padding: 20px 20px 10px 20px;
    width: 260px;
    border-radius: 10px;
}

.arc_con .hot_sou h2,.arc_con .hot_sou .h2 {
    line-height: 40px;
    font-weight: bold;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 16px;
}

.arc_con .hot_sou h2 em,.arc_con .hot_sou .h2 em {
    margin: 0 10px;
    color: #3375cc;
    font-size: 20px;
}

.arc_con .hot_sou ul {
    margin-top: 16px;
}

.arc_con .hot_sou li {
    position: relative;
    padding-left: 14px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.arc_con .hot_sou li:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e1e1e1;
    top: 13px;
    left: 0;
    border-radius: 100%;
}

.arc_con .hot_sou li a {
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-right: 30px;
    float: left;
    max-width: 100%;
}

.arc_con .hot_sou li a:before {
    content: "热";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    color: #fff;
    background: #ff4800;
    top: 7px;
    right: 2px;
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    display: none;
}

.arc_con .hot_sou li strong {
    color: #ff4800;
}

.arc_con .hot_sou li:nth-child(1) a:before,.hot_sou li:nth-child(2) a:before,.hot_sou li:nth-child(3) a:before,.hot_sou li:nth-child(4) a:before {
    display: block;
}

/* 最新文章 */
.arc_new {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.arc_new h2,.arc_new .h2 {
    line-height: 40px;
    font-weight: bold;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
}

.arc_new h2 em,.arc_new .h2 em {
    display: block;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 0px;
    color: #2191f0;
}

.arc_new ul {
    margin-top: 16px;
}

.arc_new li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
}

.arc_new li:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e1e1e1;
    top: 13px;
    left: 0;
    border-radius: 100%;
}

.arc_new li a {
    line-height: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}

/*文末搜索*/
.arend_search {
    height: 50px;
    padding: 20px 0;
}

.arend_search .search {
    float: left;
    width: auto;
}

.arend_search .search_f {
    width: 556px;
    height: 44px;
    border: 2px solid #2191f0;
    background: none;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.arend_search .search_btn {
    width: 110px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    line-height: 44px;
    height: 44px;
    background: #2191f0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.arend_search .search_text {
    padding: 0 15px;
    width: 440px;
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
}

.arend_search .search_icon {
    width: 150px;
    height: 34px;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    background: url(../images/re_icon.png) no-repeat;
    background-position: -30px 0;
}

.search_f::before {
    display: none;
}

/*顶部+右侧栏目悬浮栏*/
.artop {
    width: 100%;
    height: 46px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: fixed;
    top: -46px;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid #e1e1e1;
    opacity: 0;
}

.artop_te {
    top: 0;
    opacity: 1;
}

.artop_rwap {
    width: 1100px;
    height: 46px;
    margin: 0 auto;
}

.artop_left {
    width: 790px;
    float: left;
    height: 46px;
}

.artop_right {
    width: 130px;
    float: right;
}

.artop_related {
    width: 250px;
    height: 46px;
    position: relative;
    overflow: hidden;
}

.related_hd {
    line-height: 34px;
    height: 34px;
    margin-top: 6px;
    position: relative;
    border-radius: 10px;
    width: 230px;
    background: #f6f6f6;
    padding: 0 10px;
    cursor: pointer;
}

.related_hd .icon-xingxing {
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    background: #ff4800;
    position: relative;
    padding: 3px;
    border-radius: 100%;
}

.related_hd .icon-gengduo {
    color: #999;
    font-size: 14px;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 1px;
}

.related_bd {
    width: 210px;
    padding: 15px 20px 15px 15px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    position: absolute;
    top: 20px;
    opacity: 0;
}

.artop_related:hover {
    overflow: visible;
}

.artop_related:hover .icon-gengduo {
    transform: rotate(270deg);
}

.artop_related:hover .related_bd {
    top: 46px;
    opacity: 1;
}

.related_bd h2 {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

.related_bd h2:before {
    content: "";
    display: block;
    position: absolute;
    background: #2191f0;
    border-radius: 10px;
    left: 0px;
    top: 3px;
    width: 6px;
    height: 14px;
}

.artop_download .dow_btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #44b449;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 6px;
    border-radius: 4px;
    padding: 0;
    margin-right: 8px;
}

.artop .search_f {
    width: 358px;
    overflow: hidden;
    position: relative;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
    border: 1px solid #2191f0;
    margin-left: 30px;
    border-radius: 4px;
}

.artop .search_text {
    width: 228px;
    border: none!important;
    padding: 0 10px 0 40px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #f8f8f8;
}

.artop .search_btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background: #2191f0;
    color: #fff;
}

.artop_download .dow_btn em {
    margin-right: 10px;
}

.artop_download .dow_btn:hover {
    background: #3375cc;
}

.search_f em {
    left: 10px;
    top: 0px;
    right: auto;
    font-size: 18px;
    position: absolute;
    color: #999;
}

.artop_code {
    display: block;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.code_rwap {
    width: 110px;
    padding: 10px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-left: -65px;
    left: 50%;
    opacity: 0;
    top: 30px;
}

.artop_code img {
    width: 100%;
}

.artop_code p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.artop_code:hover {
    overflow: visible;
}

.artop_code:hover .code_rwap {
    opacity: 1;
    top: 46px;
}

.artop_code:hover .share_btn {
    background: #2191f0;
    color: #fff;
}

.artop_code>a {
    display: block;
    height: 32px;
    width: 120px;
    border-radius: 4px;
    line-height: 32px;
    margin: 6px 2px 0 0;
    border: 1px solid #2191f0;
    color: #2191f0;
}

.artop_code .boon_btn {
    color: #ff4800;
    border: 1px solid #ff4800;
}

.related_rwap a {
    width: 215px!important;
    color: #3366cc;
    padding: 0!important;
    line-height: 35px!important;
    border-bottom: 1px dashed #e1e1e1;
}

.related_rwap a:hover {
    color: #d2182a;
}

.related_rwap time,.related_rwap em,.related_rwap .lb_1 .lm_a {
    display: none;
}

.r_nav {
    display: none;
    width: 260px;
    position: fixed;
    top: 250px;
    z-index: 2;
    padding: 20px;
    background: #f9f9f9;
}

.nav_rwap time,.nav_rwap em,.nav_rwap .lb_1 .lm_a {
    display: none;
}

.fdxjwz {
    color: #c00;
}

.downlod_btn_right:hover {
    background: #3375cc;
}

.download_word_lb .download_card_msg {
    color: #3375cc;
}

.content_box_tj img {
    margin-right: 4px;
}

/* 返回顶部 */
.rc_nav {
    margin-left: 560px;
    bottom: 100px;
    background: none;
}

.rc_nav li.last {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.rc_nav li.last em {
    font-size: 34px!important;
    color: #999;
    margin: 0!important;
}


.f_link {
    width: 50%;
    float: left;
}

.f_link a {
    color: #fff;
}

/*顶部相关文章隐藏*/
.gf_related {
    display: none;
}