
/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 14px; color: #333; min-width: 1200px; background: #f7f7f7; }
img { border: 0; display: block;}
a { text-decoration: none; color: #333; cursor: pointer; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
a:hover { color: #06b78f; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; text-decoration: underline;}
.ts {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ts:hover {transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
div, ul, li, form, h1, h2, h3, h4,h5, 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;}
.iconfont {  font-family:"iconfont" !important; font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.fl { float: left; }
.fr { float: right; }
.main { width: 1200px; margin: 0 auto; }
.bg_a { background: #06b78f;}
.bg{ background: #fff;}
.bg2{ background: #f8f8f8;}
.bian { border: solid 1px #dbe1de; }
.bianju, .bj_mt10 { margin-top: 10px; }
.bj_mt15 { margin-top: 15px;}
.bj_mt20 { margin-top: 20px;}
.bj_mt40 { margin-top: 40px;}
.bj_mt60 { margin-top: 60px;}
.y_ju2, .bj_mt30 { margin-top: 30px;}
.bj_pt10{ padding-top: 10px;}
.bj_pt15{ padding-top: 15px;}
.bj_pt30{ padding-top: 30px;}
.bj_pt60{ padding-top: 60px;}
.relative{ position:relative;}
.noshow{ display: none;}
em, i { font-style: normal; }
hr {opacity: .2;}
.iconfont { text-align: center;}
.hidden { overflow: hidden; }
.nobian{ border: 0; }
.ca { color: #06b78f;}
.cb { color: #f99b07;}
.more { font-size: 12px;}
.white, .cf { color: #fff; }
.gray, .c3{ color: #333;}
.gray2, .c6{ color: #666;}
.gray3, .c9{ color: #999;}
.gray4, .cc{ color: #ccc;}
.center{ text-align: center;}
.f30{ font-size: 30px;}
.f24{ font-size: 24px;}
.f20{ font-size: 20px;}
.f18{ font-size: 18px;}
.f16{ font-size: 16px;}
.f15{ font-size: 15px;}
.f14{ font-size: 14px;}
.f13{ font-size: 13px;}
.f12{ font-size: 12px;}
.nobold{ font-weight: normal;}
.line10{ height: 10px; background: #f8f8f8; width: 100%; margin: 40px 0;}
.block{ display: block;}
/*超出隐藏*/
.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; }
.chao3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.chao4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.chao5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.bold { font-weight: bold; }
.top_xia{ padding: 15px; position: absolute; z-index: 9999999; left: 50%; margin-left: -90px; top:25px;}
.top_xia img{ width: 150px; height: 150px;}
/*鼠标经过图片特效*/
.photo { display: block; overflow: hidden; border-radius: 3px;}
.photo img { transition: all 0.3s ease-out; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1);/* filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; */}
.photo:hover img { width: 100%;  transition: transform 0.3s; -moz-transition: -moz-transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s; transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); /* filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; */ }
/*圆角*/
.yj_4{ border-radius:4px;}
.yj_10{ border-radius:10px;}
.yj_20{ border-radius:20px;}
/*日期*/
time { font-size: 12px; color: #999999; }
/*盒子模型*/
.box{ box-sizing:border-box;}
/*中间横幅*/
.w_100{ width: 100%;}
/*鼠标手势*/
.cursor{cursor: pointer;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus {outline: 0; border: none;}
/* .icon { width: 32px; height: 32px; display: block; position: absolute; left: 0; top: 10px; background: url(../images/icon.png) no-repeat; } */
/*顶部*/
header { height: 80px; background:#06b78f; }
.header_top { height: 52px; border-bottom: 1px solid #e1e1e1; line-height: 52px; }
.header_top .top_r span {padding: 0 10px;}
header .search { width: 340px; height: 36px; overflow: hidden; border-radius: 36px; background: #f7f7f7; margin-top: 22px; float: right; }
header .search_text { width: 220px; background: #f7f7f7; line-height: 36px;height: 36px; padding: 0 20px; }
header .search_sub { width: 70px; height: 36px; border-radius: 36px;  line-height: 36px; top: 0;}
.header_r { background: #f4f8fb; padding: 0 20px; border-radius: 20px; line-height: 30px; height: 30px; margin-top: 6px; margin-left: 20px; }
.header_r span { margin: 0 10px; }
.rl_nr { margin: 5px 0 0 10px; line-height: 40px; }
.rl_nr_l { width: 40px; height: 40px; padding-left: 10px; background: url(../images/pc/icon.png) no-repeat; margin-right: 5px;}
.rl_nr_l h4 { text-align: center; font-size: 18px; color: #06b78f; }
/*logo+导航*/
.header_nr { height: 60px; padding: 10px 0;  }
.logo {  float: left;}
nav ul { height: 46px; overflow: hidden; }
nav li { line-height: 46px;  position: relative;  }
nav li:before {content:"";  display: block; position: absolute; height: 14px; width: 1px; background: #e7f2fa; left: 0; top: 16px; }
nav li:first-child:before {display: none;}
nav li a { font-size: 16px; display: block; color: #333; padding: 0 24px; }
nav li a:hover { text-decoration: none; color: #06b78f; }
nav li a:before {content:"";  display: block; position: absolute; height: 3px;  background: #06b78f; left: 50%; border-radius: 3px;  bottom: 0px; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; width: 0px; }
nav li:hover a:before { margin-left: -20px; width: 40px; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;  }
.menu_btn { display: none;}
.ar_header { height: 46px; line-height: 46px; background: #29bb8e; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.6); }
.ar_header .logo { float: left; width: 114px; margin-top: 0; }
.ar_header .logo img { width: 100%; margin-top: 8px; }
.ar_header .nav_ar { float: left; margin-left: 20px; max-width: 80%; width: auto; background: none; }
.ar_header nav li a { color: #fff;}
/*标题*/
.head_1 { background: url(../images/head_bg.png) repeat-x bottom left; padding-bottom: 20px; }
.head_1 h4 { height: 30px; line-height: 30px; }
.head_1 h4 span { color: #d0d7e8; font-size: 12px; margin-left: 10px; font-style:italic; }
.head_1 em { margin-right: 10px; }
.head_1_te { position: relative; padding-left: 20px; }
.head_1_te:before{ content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 10px; background: #06b78f; left: 0px; top: 10px; } { position: relative; }
.head_2 { line-height: 40px; height: 40px; position: relative; padding-left: 30px;padding-right: 10px; }
.head_2:before{ content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 10px; background: #06b78f; left: 10px; top: 15px; }
.b_top { border-top: 3px solid #06b78f; }
/*列表*/
.lb_1 {position: relative; padding-right: 50px; line-height: 30px; margin-bottom: 8px;  }
.lb_1 time { position: absolute; right: 0; }
.lb_1 .lb_lm { margin-right: 10px; }
.lb_2 {line-height: 30px; margin-bottom: 5px; position: relative; padding-left: 14px; padding-right: 35px; }
.lb_2:before{ content:""; display: block; position: absolute; width: 4px; height: 4px; border-radius: 4px; left: 0; background: #d0d7e8; top: 14px; }
.lb_2 time { position: absolute; right: 0;}
.lb_5 { border-bottom: 1px solid #e7f2fa; padding-bottom: 15px; margin-bottom: 15px;}
.lb_5 .lb_l { width: 120px; height: 86px; border-radius: 10px; overflow: hidden; display: block; border: 1px solid #e1e1e1; }
.lb_5 .lb_l img { width: 100%; min-height: 86px; }
.lb_5 .lb_r { width: 260px; }
.lb_5 p { line-height: 20px; height: 40px; margin: 5px 0; }
.lb_5 time { margin-right: 10px; }
.lb_6 {padding-left: 30px; position: relative; line-height: 30px; margin-bottom: 5px;}
.lb_6:before { content:""; display: block; position: absolute; left: 0; font-size: 14px; color: #fff; font-weight: bold; background: #ccc; width: 16px; height: 16px; text-align: center; line-height: 16px; font-size: 12px; border-radius: 10px; top: 10px;}
.lb_6:nth-child(1):before {content:"1"; background: #f99b07;}
.lb_6:nth-child(2):before {content:"2"; background: #edbc1c;}
.lb_6:nth-child(3):before {content:"3"; background: #06b78f;}
.lb_6:nth-child(4):before {content:"4";}
.lb_6:nth-child(5):before {content:"5";}
.lb_6:nth-child(6):before {content:"6";}
.lb_6:nth-child(7):before {content:"7";}
.lb_6:nth-child(8):before {content:"8";}
.lb_6:nth-child(9):before {content:"9";}
.lb_6:nth-child(10):before {content:"10";}
.lb_6:nth-child(11):before {content:"11";}
.lb_6:nth-child(12):before {content:"12";}
/*热门排行*/
.r_hot {  width: 270px; min-height:500px; padding:10px 20px 10px 20px; border-radius: 0 0 10px 10px; }
.r_hot .head_1 h4 { padding-top: 10px; }
.hot_nr { position: relative; }
.hot_nr:before{ content:""; display: block; position: absolute; height: 336px; background: #e8e8e8; width: 1px; left: 7px; top: 10px;}
.hot_nr .lb_6 { padding: 2px 0; line-height: 30px; display: block; }
.hot_nr .lb_6:hover { text-decoration: none; }
.hot_nr .lb_6 span { padding-left: 30px; }
.hot_nr .lb_6 span.on { color: #06b78f; }
.hot_nr .lb_6 p { line-height: 24px; height: 48px; padding-left: 30px; }
.lb_4 .lb_nr { width: 120px;}
/*banner*/
.banner { width: 532px; height: 362px; border: 1px solid #e1e1e1; border-radius: 10px; position: relative; overflow: hidden; }
.banner .bd_img { width: 100%; height: 362px; border-radius: 10px; position: relative; }
.banner img { width: 100%; height: 100%; border-radius: 10px; }
.banner p { line-height: 24px; height: 48px; }
.banner .bd_lm { margin-left: 10px; }
.banner .bd li { position: relative; }
.banner .hd {position: absolute; bottom: 20px; right: 10px;}
.banner .hd li { width: 8px; height: 8px; float: left; text-align: center; line-height: 16px; background: #fff; margin-right: 5px; color: #fff; font-size: 12px; border-radius:8px; cursor: pointer; }
.banner .hd li.on {width: 20px;}
.banner .bd_bt { position: absolute; height: 30px; line-height: 30px; padding:10px 20px; background: #06b78f; opacity: .9; color: #fff; bottom: 0; left: 0; width: 492px;  }
.swiper-button-next, .swiper-button-prev { width: 30px; height: 30px; border-radius: 10px; background-size: 10px 20px; background-color: #fff; transition: 0.3s ease; }
.swiper-button-prev { left: -30px; }
.swiper-button-next { right: -30px; }
.banner:hover .swiper-button-prev { left: 10px; transition: 0.3s ease; }
.banner:hover .swiper-button-next { right: 10px; transition: 0.3s ease; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: 80px; right: 0; bottom: 16px; left: auto; }
.swiper-pagination-bullet { background: #fff; opacity: 0.4; transition: 0.3s ease; }
.swiper-pagination-bullet-active { opacity: 0.8; width: 16px; border-radius: 10px; transition: 0.3s ease; }
/*栏目*/
.lm {overflow: hidden; height: 543px; margin-bottom: 20px; }
.lm_l { width: 850px; }
.lm_r { width: 310px; }
.lm_head {height: 50px; line-height: 50px;}
.lm_head .head { margin-right: 20px; max-width: 230px; }
.lm_head .hd { max-width: 600px; }
.lm_bt { margin: 0 5px;  }
.lm_nr_r { width: 405px; }
.lm_l_t_r { width: 405px; }
.lm_l_t { height: 252px; }
.lm_l_b .lb_2 { float: left; width: 380px; margin-right: 20px; }
/*友情链接*/
.fink {    width: 1160px;
    margin: 20px auto 0 auto;
    /* min-height: 120px; */
    position: relative;
    padding: 10px 20px;
    clear: both;
    overflow: hidden;}
.fink_nr a { margin: 0 20px 10px 0; height: 20px; display: block; float: left; }
.fink_nr a:hover { text-decoration: underline; }
/*底部*/
footer { padding: 30px 0; background: #424446!important; margin-top: 26px; }
.footer_nav { text-align: center; }
.footer_nav a { margin-right: 16px; color: #fff; opacity: 1; font-size: 13px; }
.footer_b { color: #fff; font-size: 12px; opacity: 0.5; line-height: 22px; margin-top: 10px; text-align:center; }
.footer_b a { color: #fff; margin-left: 10px; }
.footer_b p span { margin: 0 5px; }
/*翻页*/
.pnum { padding-bottom: 10px; width: 100%; display: flex;  justify-content: center;  line-height: 34px; }
.pnum a{ min-width: 34px; margin: 0 5px; font-size: 14px; padding: 0 6px; height: 34px; text-align: center; line-height: 34px; box-sizing: border-box; display: block; float: left;background: #f7f8f8; border-radius: 10px;  }
.pnum a.sed { background: #06b78f; color: #fff; border: 1px solid #06b78f;  }
.pnum a:hover { background: #06b78f; color: #fff;  }
.pnum .pageinfo { margin-left: 10px; color: #999; }
.list_search .pnum { background: #fff; padding: 20px 0; border-radius: 10px; margin-top: 5px; }
.list_search .pnum td { width: auto!important; margin: 0 6px; line-height:30px; height:30px; float: left;  border-radius:20px; min-width: 28px; display: none; padding-left: 3px; border: 1px solid #06b78f; text-align: center; position: relative; }
.list_search .pnum td a { padding: 0 6px; line-height:30px; height:30px; min-width: 32px; position: absolute; left:-6px; background: #06b78f; color:#fff; }
.list_search .pnum td:nth-child(9) { color: #999; background:#fff; padding-right: 10px;}
.list_search .pnum a { background: #f8f8f8; display: block; padding: 6px 12px;border-radius:20px; float: left;  }
.list_search .pnum a.sed { background: #12bbff; color: #fff; }
/*面包屑*/
.position { line-height: 50px; border-radius: 10px; position: relative; overflow: hidden; }
.position .iconfont { color:#06b78f; }
.con_top h2 { margin-right: 30px;max-width: 50%; }
/*面包屑*/
/* 右边固定导航 */
.rc_nav{ font-size: 14px;background: #f8f8f8; position: fixed; bottom: 240px; left: 50%; margin-left: 620px; border-radius: 10px; z-index: 999; +display: none; *display: none!important;display: none;_position: absolute;_clear: both;_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 1: document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 1);}
.rc_nav li{ padding: 10px; margin-bottom: 1px; color: #333;  cursor: pointer; position: relative; }
.rc_nav li:before { position: absolute; width: 6px; height: 20px; content:""; display: block; position: absolute;  left: 0; top: 12px; border-radius: 4px; }
.rc_nav li.active:before { background: #f99b07; }
.rc_nav li p {  overflow:hidden; margin: 0 auto; padding-left: 10px; position: relative;}
.rc_nav li.active {  color: #06b78f;}
.rc_nav li.active p .icon { background: #06b78f; }

.rc_nav li.last {
    line-height: 26px;
    height: 26px;
    border-top: 1px solid #f1f1f1;
    background: #06b78f;
    padding: 2px 5px;
    margin: 6px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.rc_nav li.last .iconfont {font-size: 14px; margin-right: 4px; }
@media all and (max-width: 1500px){.rc_nav { display: none!important; }}

.con_l {
    width: 822px;
    padding: 26px;
    background: #fff;
    border-radius: 10px;
    float: left;
    padding-top: 10px;
}

.con_r {
    width: 300px;
    float: right;
}

.list_bt {
    position: relative;
    padding-left: 30px;
}

.list_bt em {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 3px;
}

.ms_rwap p {
    line-height: 30px;
    color: #666;
}

.list_hot .pic_lb3 {
    margin-bottom: 30px;
}


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

.list_new h2,.list_new .h2 {
    background-position: 662px -172px;
    font-weight: bold;
}

.list_hot h2,.list_hot .h2 {
    background-position: 99px -129px;
    font-weight: bold;
}

.list_new li {
    position: relative;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0 100px 0 12px;
}

.list_new li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 17px;
    width: 5px;
    height: 5px;
    background-color: #ccc;
}

.list_new li .icon-word {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid #3366cc;
    background: #fff;
    color: #3366cc;
}

/*.list_new li:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    border-bottom: 1px dashed #cbd9d9;*/
/*    width: 86%;*/
/*    top: 20px;*/
/*    z-index: 0;*/
/*}*/

.list_new li h2,.list_new li .h2 {
    max-width: 652px;
    font-weight: bold;
    overflow: hidden;
    font-size: 15px;
    background: #fff;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
    padding-left: 0;
}
.list_new li h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 80%;
}

.list_new li p {
    width: 800px;
    padding-top: 40px;
    height: 52px;
    overflow: hidden;
    line-height: 26px;
    font-size: 13px;
    color: #999;
}

.list_new li time {
    position: absolute;
    right: 0;
    z-index: 1;
    font-size: 13px;
    background-color: #fff;
    color: #999;
    padding-left: 10px;
    top: 0;
}

.list_new li time em {
    margin-right: 5px;
    color: #ccc;
}

/* 热门排序 */
.list_hot {
    background: #fff;
    width: 300px;
    padding-top: 20px;
    border-radius: 10px;
}

.list_hot h2,.list_hot .h2 {
    margin: 0 20px;
    background: #f7f7f7;
    font-weight: bold;
}

.list_hot h2 em,.list_hot .h2 em {
    color: #f4730b;
    font-size: 20px;
    margin-right: 10px;
}

.list_hot ul {
    padding: 0 20px 20px 20px;
}

.list_hot li {
    line-height: 22px;
    display: block;
    border-bottom: 1px dashed #e9e9e9;
    margin-top: 12px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 26px;
    overflow: hidden;
}
.list_hot li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.list_hot li em {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 4px;
    background: #b9b9b9;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}

.list_hot li:nth-child(1) em {
    background: #ed0a2a;
}

.list_hot li:nth-child(2) em {
    background: #ff8e14;
}

.list_hot li:nth-child(3) em {
    background: #0ea7e7;
}





.pages {
    padding: 20px 0 0px;
    text-align: center;
    overflow: hidden;
    clear: both;
    line-height: 30x;
}

.pages a, .pages li span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 2px 10px;
    width: auto;
    border: 1px solid #E3E3E3;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 13px;
    zoom: 1;
    line-height: 30px;
}

.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: #06b78f ;
    color: #fff;
    text-decoration: none;
}

.pages li{
    margin: 0 5px;
    line-height: 30px;
}
.pages .pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



.hm_floor{
    display: flex;
    justify-content: start;
    width:100%;
    margin-bottom: 20px;
}
.hm_floor .lis_cla{
    margin:5px 0px 0px;
    background: white;
    padding: 10px 5px;
    border-bottom:1px solid #e7e7e7;
    font-size: 16px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}

.hm_floor  .lis_cla .sel{
    padding: 5px 9px;
    font-size: 16px;
    line-height: 30px;
}
.hm_floor .active{
    background: #06b78f  ;
    color: white;
}
.hm_floor .hover{
    color:#fff;

}
.hm_floor .all{
    display: block;
    width: 50px;
    font-size: 16px;
    height: 30px;
    text-align: center;
    margin-top: 17px;
    line-height: 30px;
    margin-left: 15px;
    flex-shrink: 0;
}


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

.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;
}

.arc_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.arc_con .con_l {
    width: 820px;
    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 {
    width: 100%;
    height: 30px;
}

.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: #ff5c16;
}

.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: #ff5c16;
    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 .sicon-word {
    width: 4px;
    height: 4px;
    text-align: center;
    line-height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    font-weight: normal;
    border-radius: 4px;
    background: #3366cc;
    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: #ff5c16;
    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: #ff5c16;
}

.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;
    right: 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: #ff5c16;
}

.download_word_lb .download_card_msg {
    color: #ff5c16;
}

.content_box_tj img {
    margin-right: 4px;
}

.list_hot .h2 {
    padding:  10px 0;

}