
/*公共样式*/
html { font-size: 1.0625rem; }
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; color: #151515;  background: #f1f5fa; }
img { border: 0; display: block; }
a { text-decoration: none; color: #151515;}
div, ul, li, form, h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, th, td, aside, article { margin: 0px; padding: 0px; list-style: none; }
.clear { clear: both; }
.clear:after { content: ""; display: block; clear: both;}
.fl { float: left; }
.fr { float: right; }
.main { width: 100%; margin: 0 auto; }
.bg{ background: #fff;}
.bj_mt10 { margin-top: 10px; }
.bj_mt26 { margin-top: 20px; }
.more { color: #9999; font-size: 14px;}
.ca { color: #4f98f2 ; }
.cf { color: #fff; }
.c3 { color: #333; }
.c6 { color: #666; }
.c9 { color: #999; }
.cc { color: #ccc; }
.f12 {font-size: 0.75rem;}
.f14 {font-size: 0.875rem;}
.f16 {font-size: 1rem;}
.f18 {font-size: 1.125rem;}
.f30 {font-size: 1.875rem;}
.noshow{ display: none; }
em, i { font-style: normal; }
.hidden { overflow: hidden; }
/*超出隐藏*/
.chao { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chao2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.bold { font-weight: bold; }
/* 输入框字体颜色 */
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus {outline: 0; border: none;}
/*圆角*/
.yj{ border-radius:0.4rem;}
.yj_10{ border-radius:10px;}
.yj_4{ border-radius:4px;}
/*盒子模型*/
.box{ box-sizing:border-box;}
/*顶部*/
header{
    height: 45px;
}
.header_rwap {
    width: 100%;
    background: #4f98f2;
    position: fixed;
    height: 45px;
    top: 0;
    z-index: 9999;
}

.header_rwap .logo {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.header_rwap .logo a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header_rwap .logo a img{
    max-height: 90%;
}
.meun{
    font-size: 30px !important;
    color: white;
}

.nav_com {
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;
    background: white;

}
.nav_com ul {
    display: inline-block;
}
.nav_com ul li{
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
}

.nav_com::-webkit-scrollbar {
    height: 0;
}





/*标题*/
.head_h {
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    background: #f7f7f7 url(../images/hot_head.png) no-repeat right;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}
.title_1 {
    background: #f7f7f7 url(../images/hot_head.png) no-repeat right;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.head_h h3, .title_1 h3 {
    font-size: 16px;
    font-weight: bold;
}

.head_h::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #fcc329;
    position: absolute;
    left: 10px;
    top: 18px;
}

/*列表*/
.lb_2 { line-height: 30px; height: 30px; margin-bottom: 10px; font-size: 16px; }
.lb_2 .lb_lm { background: #f4f4f4; border-radius: 10px; font-size: 12px; margin-right: 10px; color: #666; padding: 4px 8px; }
/*列表*/
.lb_2 { line-height: 50px; height: 50px; font-size: 17px; margin-bottom: 0px;}
.lb_2 .lb_lm { background: #f4f4f4; border-radius: 10px; font-size: 12px; margin-right: 10px; color: #666; padding: 4px 8px; }
.lb_1 { display: block; line-height: 30px; height: 30px; position: relative; padding-left: 15px; margin-bottom: 10px; border-bottom: 1px dashed #cedae9; padding-bottom: 10px;}
.lb_1 span { font-size: 15px; position: absolute; left: 12px; padding-left: 12px; background-color: #fff; z-index: 1; color: unset; padding-right: 20px; max-width: 250px;}
.lb_1:before { content:""; display: block; position: absolute; width: 9px; height: 10px; text-align: center; border-radius: 0%;  background: #fff url(../images/lm_thead.png) no-repeat; font-size: 12px; color: #fff; left: 0; top: 10px; z-index: 1;}
.lb_word1 { padding-left: 0; }
.lb_word1:before { display: none; }
.lb_hot { line-height: 30px; margin-bottom: 10px; padding-bottom: 10px; position: relative; padding-left: 30px; display: block; border-bottom: 1px dashed #cedae9; }
.lb_hot em { background: #999; width: 16px; height: 16px; display: block; border-radius: 4px; color: #fff; font-size: 12px; position: absolute; left: 0; top: 8px; line-height: 16px; text-align: center; }
.lb_tu1 em { top: 0px; }
.lb_hot:nth-child(1) em, .lb_hot:nth-child(2) em, .lb_hot:nth-child(3) em { background: #b73626; }
.lb_hot:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.lb_tu1 { height: 76px; padding-bottom: 20px; position: relative; padding-left: 126px; display: block; margin-bottom: 10px; border-bottom: 1px dashed #cedae9; line-height: 30px; }
.lb_tu1 .lb_img { width: 110px; height: 76px; position: absolute; left: 0; top: 0; overflow: hidden; border-radius: 10px; border:1px solid #cedae9; }
.lb_tu1 .lb_img img { width: 100%; min-height: 76px; }
.lb_tu1 span { line-height: 24px; height: 48px; }
.lb_tu1 .lb_b {  line-height: 24px; font-size: 12px; color: #999; margin-top: 10px; }
.lb_tu1 .lb_b span { margin-right: 10px; }
.lb_re { display: block; border-bottom: 1px dashed #cedae9; margin-bottom: 8px; padding-bottom: 15px;}
.lb_re span { font-weight: bold; line-height: 30px; display: block; }
.lb_re p { color: #999; font-size: 13px; }
.lb_re em { font-size: 18px; color: #fa5858; margin-right: 5px;}
.lb_tu2 { position: relative; padding-left: 120px; padding-bottom: 12px; display: block; margin-bottom: 10px; border-bottom: 1px dashed #d3cece; }
.lb_tu2 .lb_img { width: 106px; height: 70px; border-radius: 4px; overflow: hidden; position: absolute; left: 0; top: 2px; }
.lb_tu2 .lb_img img { width: 100%; min-height: 70px;; }
.lb_tu2 span { line-height: 24px;  }
.lb_tu2 p { font-size: 13px; line-height: 24px; color: #999; }
/*今日推荐*/
.ban_new,.ban_hot { background: #fff; padding: 20px 3% 10px 3%; border-radius: 10px; margin-top: 10px; }
/*菜单*/

/* 底部 */
footer { padding:20px 0 20px; }
.footer_t { padding: 10px 0; }
.footer_b p { font-size: 12px; text-align: center; color: #999; line-height: 20px; }
.footer_b p span { margin: 0 5px; }
.footer_b p a { color: #999; margin-left: 10px; }
.footer_nav { text-align: center; width: 100%; font-size: 14px; color: #666; }
.footer_nav a { display: none; margin: 0 5px; color: #666; }
.footer_nav a:nth-child(1),.footer_nav a:nth-child(2),.footer_nav a:nth-child(3),.footer_nav a:nth-child(4) { display: inline; }
.right_nav { display: none; }
/* 面包屑 */
.ban_top h2 { display: none; }
.position { width: 100%; box-sizing: border-box; line-height: 30px; height: 40px; overflow: hidden; padding: 5px 10px 5px 30px; position: relative; float: none; background: #f7f7f7; }
.position .icon-zhuye { margin-right: 10px;}
.position a { margin: 0 5px; color: #666; font-size: 12px;}
.position em { width: 20px; height: 20px; display: block; left: 10px; top: 2px; position: absolute; color: #999; margin-top: 5px; border-radius: 100%; text-align: center; line-height: 30px; }
.position span { color: #ccc; }
/*tag*/
.tag_a { display: block; line-height: 36px; height: 36px; float: left; width: 32%; background-color: #f7f7f7; text-align: center; border-radius: 10px; margin-bottom: 10px; margin-left: 2%; font-size: 14px; overflow: hidden; }
.tag_a:nth-child(3n+1) { margin-left: 0; }
/*底部菜单+客服*/
.menu_nav { position: fixed; overflow-y: scroll; }
.footer_menu { width: 100%; height: 3rem; padding: 0.2rem 0; z-index: 9; background: #fff; border-top: 1px solid #e9e9e9; position: fixed; bottom: 0; left: 0; }
.footer_menu .menu_li { display: block; width: 25%; color: #666; text-align: center; float: left; font-size: 0.75rem; }
.footer_menu .menu_li em { width: 1.8rem; height: 1.8rem; display: block; margin:0 auto 0.2rem auto; }
.footer_menu .menu_li .menu_icon1 { background: url(../images/menu_icon1.svg) no-repeat; }
.footer_menu .menu_li .menu_icon2 { background: url(../images/menu_icon2.svg) no-repeat; }
.footer_menu .menu_li .menu_icon3 { background: url(../images/menu_icon3.svg) no-repeat; }
.footer_menu .menu_li .menu_icon4 { background: url(../images/menu_icon4.svg) no-repeat; }
.kefu_sub { width: 100%; height: 100%; background: #f9f9f9; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; display: none; }
.kefu_rwap { margin: 0.5rem; background: #fff; border-radius: 1rem; padding: 1rem; }
.kefu_title { height: 4rem; background: #fff;  }
.kefu_title { text-align: center; line-height: 4rem; }
.kefu_close { width: 1.2rem; height:1.2rem; display:block; position: absolute; right: 0.2rem; top: 1.4rem; }
.kefu_close::before, .kefu_close::after { content: ''; width: 2px; height: 20px; background: #000;  position: absolute; top: 0px; left:0px; }
.kefu_close::before {transform: rotate(45deg); }
.kefu_close::after {transform: rotate(-45deg); }
.kefu_wechat { width: 14rem; margin: 0 auto; }
.kefu_wechat img { width: 100%; }
.copy_hide { opacity: 0; width: 1px; }
.kefu_hint { width: 90%; margin: 3rem auto 0.5rem auto; padding: 1rem 1rem 0 1rem; border-radius: 0.5rem; border: 1px dashed #2ba245; background: #f6fbf7; }
.kefu_hint p { line-height: 2rem; font-size: 0.85rem; margin-bottom: 1rem;}
.kefu_hint span { font-size: 0.85rem; font-weight: bold; }
.wechat_hao { text-align: center; font-size: 1rem;  }
.wechat_hao span { font-weight: bold; }
.copy_wechat { background: #2ba245; display: block; width: 14rem; font-size: 1rem; border-radius: 0.5rem; text-align: center; color: #fff; margin: 1rem auto; line-height: 2.6rem; height: 2.6rem; overflow: hidden; }



.more{
    float: right;
    display: block !important;
}
.title_1 { line-height: 26px; height: 26px; font-size: 18px; position: relative; margin-bottom: 20px; }
.title_1 em { color: #0cb979; font-size: 20px; position: absolute; left: 0; top: 0; }
.title_1 .icon-remen { color: #f94913; }
.list_ms,.list_tu,.list_new,.r_rwap { background: #fff; padding: 20px 3% 0 3%; border-radius: 10px; margin-top: 10px; }
.lb_tu1 { height: 76px; padding-bottom: 20px; position: relative; padding-left: 126px; display: block; margin-bottom: 10px; border-bottom: 1px dashed #f1f1f1; line-height: 30px; }
.lb_tu1 .lb_img { width: 110px; height: 76px; position: absolute; left: 0; top: 0; overflow: hidden; border-radius: 10px; border:1px solid #e0e9e7; }
.lb_tu1 .lb_img img { width: 100%; min-height: 76px; }
.lb_tu1 p { line-height: 24px; height: 48px; }
.lb_tu1 .lb_b {  line-height: 24px; font-size: 13px; color: #999; }
.lb_tu1 .lb_b span { margin-right: 10px; }
.list_tus {
    margin-top: 0;
}



.subcate {
    padding: 5px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.01);
    font-size: 16px;
    margin-bottom: 10px;
}

.subcate ul {
    font-size: 0;
}

.subcate li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}

.subcate li a {
    line-height: 40px;
}

.subcate li:after {
    content: '/';
    position: absolute;
    top: 10px;
    right: -4px;
    color: #9ca0ad;
    opacity: .28
}

.subcate li:last-child {
    padding: 0 0 0 15px;
}

.subcate li:last-child:after {
    display: none
}

.subcate li.active a {
    color: #56abee
}


.pages{padding:20px 0 0;text-align:center;clear: both;overflow: hidden}
.pages a,.pages li span{ position:relative; display:inline-block; overflow:hidden; padding:8px 10px; width:auto; border:1px solid #E3E3E3; background:#fff; color:#333; text-align:center; font-size:13px; zoom:1; _display:inline; }
.pages a[disabled]{ border:1px solid #ccc; background:#e4e4e4; color:#333; cursor:not-allowed; }
.pages a[disabled]:hover{ border:1px solid #ccc; background:#e4e4e4; color:#333; }
.pages .active span{  background:#56abee; color:#fff; text-decoration:none; }
.pages li{
    margin: 0 5px;
}
.pages .pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.titss{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.menus {
    display: block;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 12.5px;
    background-size: 25px 25px;
    margin: 0 6px 0 0
}

.menuwraps {
    width: calc(100%);
    background: #fff;
    top: 45px;
    z-index: 99999;
    padding-bottom: 10px;
    height: 95vh;
}

.menuwrapmain {
    overflow: auto;
    height: 95vh;
}

.menuwrapmain > a {
    background: #eee;
    float: left;
    width: 23%;
    margin: 3px 1%;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    border-radius: 2px;
}

.menuwrapmain a.cul {
    width: 48%;
    margin: 3px 1%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border-radius: 2px;
}

.menuwrapmain h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    margin: 15px 0 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pos-a {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.ban_jing{
    margin-top: 15px;
}


.ar_con,.article_con {
    padding: 10px 3%;
    background: #fff;
    overflow: hidden;
}

.ar_title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.ar_con .title h1 {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin: 8px 0;
}

.art_info {
    font-size: 13px;
    line-height: 26px;
    color: #666;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.art_info .ar_time {
    margin-right: 10px;
    padding-right: 80px ;
    position: relative;
}

.art_info .fxtime {
    width: 86px;
    display: block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.art_info .ar_lm {
    margin-right: 10px;
    background: #f7f7f7;
    color: #666;
    border-radius: 20px;
    padding: 0 10px;
}

.art_info #zuozhe {
    display: none;
}

.art_info_xz {
    width: 90px;
    height: 26px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    background: #44b449;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.art_info_xz em {
    font-size: 13px;
    margin-right: 6px;
}

.ar-author {
    margin: 0!important;
    border-bottom: none!important;
}

/* m正文 */
#contentText {
    margin-top: 1rem;
}

#contentText h2,#contentText h3 {
    width: 100%;
    text-indent: 2em;
    color: #000;
    font-size: 1.0625rem;
    padding-bottom: 0.8rem;
    line-height: 2em;
}

#contentText strong {
    text-indent: 2em;
    color: #000;
    font-size: 1.0625rem;
    padding-bottom: 0.8rem;
    line-height: 2em;
}

#contentText iframe {
    width: 100%!important;
    height: 260px!important;
}

#contentText img {
    max-width: 100%!important;
    height: auto!important;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

#contentText p {
    width: 100%;
    text-indent: 2em;
    color: #000;
    font-size: 1.0625rem;
    line-height: 2em;
    text-align: left;
    padding-bottom: 0.8rem;
    word-break: break-all;
}

#contentText table {
    margin-left: 0!important;
    width: 100%!important;
    font-size: 13px;
}

#contentText table td ,#contentText table th {
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 2px;
}

#contentText tbody tr:nth-child(1) td,#contentText table th {
    font-weight: bold;
}

#contentText a u {
    font-size: 1.0625rem;
}

#contentText p a {
    color: #3366cc;
    font-size: 1.0625rem;
}

.hot_sou {
    background: #fff;
    padding: 20px 3%;
    border-radius: 10px;
    margin-top: 10px;
}

.hot_sou h2,.hot_sou .h2 {
    line-height: 40px;
    font-weight: bold;
    background: #f4f4f4;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    padding-left: 40px;
}

.hot_sou h2 em,.hot_sou .h2 em {
    position: absolute;
    color: #f4730b;
    left: 10px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.hot_sou ul {
    margin-top: 10px;
}

.hot_sou li {
    position: relative;
    padding-left: 14px;
}

.hot_sou li:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e1e1e1;
    top: 24px;
    left: 0;
    border-radius: 100%;
}

.hot_sou li a {
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    display: block;
    color: #3366cc;
    font-size: 17px;
}

.hot_sou li strong {
    color: #ff4800;
}

.entry-meta {
    font-size: 16px;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

.entry-meta ul {
    overflow: hidden;
}

.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}

.entry-meta ul:first-child li:last-child a {
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.entry-meta ul li a {
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
