
/**公用样式**/
body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", "宋体", Arial;
    font-size: 15px;
    color: #333;
    background-color: #f1f5fa;
    min-width: 1200px;
}

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: #4f98f2; 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 { 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; }
.fl { float: left; }
.fr { float: right; }
.main { width: 1200px; margin: 0 auto; }
.bj_mt10 { margin-top: 10px; }
.bj_mt26 { margin-top: 26px; }
em, i { font-style: normal; }
.hidden { overflow: hidden; }
.nobian{ border: 0; }
.ca { color: #4f98f2;}
.bg_a { background: #4f98f2;}
.bg{ background: #fff;}
.more { color: #999; font-size: 13px;}
.white, .cf { color: #fff; }
.gray, .c3{ color: #333;}
.gray2, .c6{ color: #666;}
.gray3, .c9{ color: #999;}
.gray4, .cc{ color: #ccc;}
.center{ text-align: center;}
.f24{ font-size: 24px;}
.f20{ font-size: 20px;}
.f18{ font-size: 18px;}
.f16{ font-size: 16px;}
.f16{ font-size: 16px;}
.f15{ font-size: 15px;}
.f14{ font-size: 14px;}
.f13{ font-size: 13px;}
.f12{ font-size: 12px;}
.nobold{ font-weight: normal;}
.bold { font-weight: bold; }
.block{ display: block;}
.noshow { display: none; }
hr { background-color: #dee6e6; height: 1px; border: none;  }
/*超出隐藏*/
.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; }
/*鼠标经过图片特效*/
.photo { display: block; overflow: hidden; border-radius: 4px;}
.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);}
.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); }
/*阴影*/
.yy{ box-shadow: 0 4px 8px #f5f5f5; }
/*圆角*/
.yj_4 { border-radius:4px;}
.yj_10 { border-radius:10px;}
/*盒子模型*/
.box{ box-sizing:border-box;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #9fb0c6; }
input::-moz-input-placeholder { color: #9fb0c6; }
input::-ms-input-placeholder { color: #9fb0c6; }
input:focus { outline: 0; border: none; }
/*内页*/
.con_r { width: 300px;}
.ban_top { height: 40px; padding: 10px 0; }
.ban_top h2 { line-height: 40px; font-size: 24px; color: #43504d; margin-right: 20px; }
/*右侧*/
.r_rwap { width: 260px; padding: 20px; background: #fff; border-radius: 10px; }
/*面包屑*/
.position { line-height: 30px; color: #999; margin-top: 5px;   }
.position span { color: #666; padding: 0 5px;  opacity: 0.9; font-size: 12px;}
.position em { margin-right: 0px; color: #666; font-weight: normal; opacity: 0.9;}
.position a { font-size: 12px; color: #666; opacity: 0.9; }
.position a:hover { opacity: 1; }
/*头部*/
header { background-color: #fff; }
.logo { float: left;
height: 100%;
}
.logo a{
    display: flex;align-items: center;
    height: 100%;
}
.logo a img{
    max-height: 60%;
}
.menu_btn { display: none; }
/*搜索*/
.header_rwap { height: 70px; }
.header_rwap .search { height: 48px; width: 450px; background: #f1f5fa; margin: 10px auto 0 auto; overflow: hidden; float: right; border: none; border-radius: 30px;}
.search_f em { position: absolute; right: 68px; top: 13px; font-size: 20px; color: #4f98f2; z-index: 2; }
.search_f { height: 48px; overflow: hidden; position: relative;  width: auto;}
.search_f::before { content: ''; display: block; width: 1px; height: 20px; background-color: #cedae9; position: absolute; right: 100px; top: 14px; }
.search_text { width: 330px; padding: 0 10px; font-size: 16px; line-height: 48px; height: 48px; background: none; }
.search_btn { width: 104px; font-size: 17px; font-weight: bold; line-height: 48px;  text-align: right; padding-right: 27px; cursor: pointer; background: none; background-size: 40%; color: #4f98f2; position: absolute; right: 0;  background: none;}
/*导航*/
.nav_com { background-color: #4f98f2;}
.nav_com .nav_rwap { height: 60px; line-height: 60px;  margin: 0 auto; overflow: hidden; padding: 0 10px; }
.nav_com .nav_rwap li { display: block; float: left; margin-right: 10px; color: #fff; font-size: 17px; text-align: center; }
.nav_com .nav_rwap li a { display: block; color: #fff; padding: 0 10px;  }
.nav_com .nav_rwap li a:hover { color: #000; background-color: #fcc329; }
.nav_com .nav_rwap .nav_close { display: none; }
/*.nav_com .nav_rwap li:last-child { display: none; }*/
.ar_header .nav_com { max-width: 80%; width: auto; float: right; height: 40px; line-height: 40px; background: none; margin: 5px 0 0 0; }
.ar_header .nav_com .nav_rwap a { font-size: 15px; height: 40px; line-height: 40px; font-weight: normal; color: #000; }
.ar_header { background:#fff; padding: 0; height: 50px; }
.ar_header .nav_com .nav_rwap { max-width: 900px; width: auto; height: 40px; line-height: 40px; }
.ar_header .nav_com a:hover { background: #4f98f2; color: #fff; }
.ar_header .logo { height: 40px; }
.ar_header .logo img { height: 40px;}
/* 标题 */
.head_h,.title_1 { height: 42px; line-height: 42px; border-radius: 4px; background: #f1f5fa url(../images/hot_head.png) no-repeat right; margin-bottom: 10px; position: relative; padding-left: 26px;}
.head_h h3,.title_1 h3 { font-size: 16px; font-weight: bold;}
.title_1 { background: none; margin-left: -8px;  margin-bottom: 0px;}
.head_h::before,.title_1::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 10px; background-color: #fcc329; position: absolute; left: 10px; top: 18px; }
/*文章列表*/
.lb_1 { display: block; line-height: 30px; height: 30px; position: relative; padding-left: 15px; margin-bottom: 10px;}
.lb_1 time { position: absolute; right: 0; font-size: 13px; color: #999; background-color: #fff; padding-left: 13px; z-index: 1;}
.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_2 { padding-left: 15px; position: relative; display: block; height: 30px; line-height: 30px; margin-bottom: 8px;}

.lb_2:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #4f98f2;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    line-height: 16px;
}

.lm_c .lb_1:before { display: none;}
.lm_c .lb_1 { padding-left: 0px;}
.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_tu1 { padding-left: 120px; position: relative; padding-bottom: 20px; border-bottom:1px dashed #cedae9; margin-top: 20px; }
.lb_tu1:last-child { border: none; padding-bottom: 0; }
.lb_tu1 .lb_img { width: 108px; height: 74px; position: absolute; left: 0; top: 0; border:1px solid #cedae9;}
.lb_tu1 .lb_img img { width: 100%; height: 74px; }
.lb_tu1 span { line-height: 24px; height: 48px; }
.lb_tu1 .lb_b { margin-top: 5px; line-height: 22px; height: 22px; font-size: 13px; color: #999; }
.lb_tu1 .lb_b span { margin-right: 10px; }
.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; }
/* 热门推荐 */
.hot { width:270px; float: right;}
.lb_hot { position: relative; line-height: 30px; height: 30px; padding-left: 24px; margin-bottom: 10px; }
.lb_hot em { display: block; width: 16px; height: 16px; line-height: 16px; background-color: #cccccc; border-radius: 4px; color: #fff; font-size: 12px; font-weight: bold; text-align: center; position: absolute; left: 0px; top: 8px;}
.lb_hot:nth-child(1) em {  background-color:#fa5858;}
.lb_hot:nth-child(2) em {  background-color:#ff8e14;}
.lb_hot:nth-child(3) em {  background-color:#4f98f2;}
/*栏目*/
.lm { background: #fff; border-radius: 10px; margin-top: 20px; padding:20px 26px;}
.lm_rwap { margin-top: 10px;}
.lm_title { height: 40px; padding-bottom: 8px; overflow: hidden; border-bottom: 1px solid #cedae9;}

.lm_title h3 {
    float: left;
    font-size: 22px;
    position: relative;
    padding-left: 5px;
}

/*.lm_title h3::before { content: ""; display: block; width: 30px; height: 30px; background: url(../images/lm_head.png) no-repeat center; position: absolute; left: 0; top: 2px; }*/
.lm_nav { max-width: 850px; float: right;}
.lm_nav li { float: left; padding: 0 10px; line-height: 30px;}
.lm_news { width: 500px; float: left; }
.lm_news .news_nr li { float: left; width: 45%;}
.lm_news .news_nr li:nth-child(2n) { float: right; }
.lm_jing { width: 300px; float: left; margin-left: 40px; }
/*.lm_rwap .hot { margin-top: 10px; }*/
/*.lm_hot ul { margin-top: 15px; }*/
/*翻页*/
.pnum { width: 100%; margin: 10px 0; display: flex; justify-content: center; }
.pnum a { background: #f8f8f8; display: block; margin: 0 5px; padding: 6px 12px; border-radius: 20px; float: left; }
.pnum a.sed { background: #0a72d3; color: #fff; }
/*友情链接*/
.fink_wrap { width: 1148px; margin: 26px auto 0 auto; border-radius: 10px; padding: 20px 26px;}
.fink_title { line-height: 30px; height: 30px; }
.fink_title a { font-size: 18px; position: relative; padding-left: 36px; font-weight: bold; }
.fink_title a .iconfont { width: 26px; height: 26px; font-size: 26px; margin-right: 10px; border-radius: 100%; display: block; text-align: center; line-height: 26px; position: absolute; left: 0; top: 2px;  font-weight: normal; }
.fink_title span { font-size: 18px; position: relative; padding-left: 36px; font-weight: bold; }
.fink_title span .iconfont { width: 26px; height: 26px; font-size: 26px; margin-right: 10px; border-radius: 100%; display: block; text-align: center; line-height: 26px; position: absolute; left: 0; top: 2px;  font-weight: normal; }


.fink_title p { margin-left: 20px; }
.fink_nr { margin-top: 10px; }
.fink_nr a { margin-right: 20px; height: 30px; line-height: 30px; display: block; float: left; }
/*底部*/
footer { background: #3e4045; margin-top: 26px; }
.footer_wrap { padding: 30px 0; }
.footer_nav a { margin-right: 16px; color: #fff; opacity: 1; font-size: 13px; }
.footer_nav a:hover { opacity: 1; }
.footer_t { line-height: 30px; height: 30px; text-align:center; }
.footer_b { color: #fff; font-size: 12px; opacity: 0.5; line-height: 26px; margin-top: 20px; text-align:center; }
.footer_b a { color: #fff; margin-left: 10px; }
.footer_b p span { margin: 0 5px; }
.footer_menu,.kefu_sub { display: none; }
/* 右边固定导航 */
.rc_nav {
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    bottom: 32px;
    left: 50%;
    margin-left: 620px;
    z-index: 2;
    display: none;
    width: 56px;
}

.rc_nav:hover { box-shadow: 0 20px 30px rgba(0,0,0,0.02); }
.rc_nav li { padding: 10px 0; margin: 0 15px; margin-bottom: 1px; font-size:12px; color: #333; border-bottom: 1px solid #f4f4f4; cursor: pointer; position: relative; text-align: center; }
.rc_nav li a {  overflow:hidden; margin: 0 auto; line-height: 20px; position: relative;}
.rc_nav li.active a {  color: #0a72d3; font-weight: bold;}
.rc_nav li.last { line-height: 40px; height: 40px; padding:2px 5px; margin: 6px; color: #999; border-radius: 4px; border-bottom: none; text-align: center; }
.rc_nav li.last .iconfont { font-size: 30px; }
.rc_nav li:hover { color: #0a72d3; }

@media all and (max-width: 1500px){.rc_nav { margin-left: -678px; }}
.dow_con { background: #fff; width: 840px; padding: 0 20px 20px 20px; margin-top: 5px;}


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

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


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





 .list_hot .h2 {
    font-weight: bold;

    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    height: 40px;
    overflow: hidden;
}

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

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


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


.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: 38%;
    padding-left: 15px;
}

.arc_related li .icon-words {
    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;
}



