/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 15px; color: #333; background: #f2f3f6;  }
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: #ff4040; 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: #30408a;}
.bg_a { background: #30408a;}
.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 #f2f3f6; }
/*圆角*/
.yj_4 { border-radius:4px;}
.yj_10 { border-radius:10px;}
/*盒子模型*/
.box{ box-sizing:border-box;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus { outline: 0; border: none; }
/*头部*/
header { background: #fff; padding: 20px 0 }
.ar_header { height: 50px; line-height: 50px; background: #30408a; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.6); }
.ar_header .logo { float: left; width: 150px; margin-top: 0; }
.ar_header .logo img { width: 100%; margin-top: 7px; }
.ar_header .nav_ar { float: left; margin-left: 20px; max-width: 80%; width: auto; background: none; }
.menu_btn { display: none; }
/*搜索*/
.search { margin-top: 22px; float: right; background: #30408a; overflow: hidden; }
.search_f em { position: absolute; right: 50px; top: 10px; font-size: 20px; color: #fff; }
.search_f { width: 440px; height: 44px; overflow: hidden; position: relative; background-color: #30408a;  }
.search_text { width: 340px; padding: 0 10px; font-size: 16px; line-height: 44px; height: 44px; background:#f2f3f6;  }
.search_btn { width: 68px; line-height: 44px; font-size:16px; padding:0 0 0 10px; background:none; cursor: pointer; background-size: 40%; color: #fff; position: absolute; right: 0;  }
.search_hot { display: flex; justify-content: center; font-size: 12px; line-height: 26px; height: 26px; width: 630px; overflow: hidden; margin: 10px auto;  }
.search_hot a { background: rgb(0,0,0,0.1); padding:0 8px; border-radius: 10px; opacity: 0.8; color: #fff; margin-left: 10px; }
.search_hot a:hover { opacity: 1; background: rgb(0,0,0,0.2); }
.ar_search { background: #fff; border-radius: 10px; margin-bottom: 10px; }
/*导航*/
.nav_com { width: 100%; height: 50px; overflow: hidden; line-height: 50px; background: #30408a; }
.nav_com .nav_rwap a { display: block; float: left; font-size: 16px; color: #fff; text-align: center; margin-right: 10px; padding: 0 20px; line-height: 50px; width: auto!important; border-bottom: none;}
.nav_com .nav_rwap a:hover { background: #ff4040; color: #fff; }
.nav_com .nav_rwap .nav_close { display: none; }
.nav_other { border-bottom: 1px solid #30408a; }
.nav_other .nav_rwap { max-width: 1200px; margin: 0 auto; }
.ar_header .nav_com .nav_rwap a:hover { background: #ff4040; }
.other_header { background:#fff; }
.other_header .nav_com .nav_rwap a { color: #333; }
.other_header .nav_com .nav_rwap a:hover { background: #30408a; color: #fff; }
.ar_header .nav_com { width: 1000px; margin:0 0 0 30px; line-height: 50px; float: left; }
.ar_header .nav_com .nav_rwap li a { line-height: 50px; }
/*标题*/
.title_1 { line-height: 26px; height: 26px; font-size: 18px; position: relative; color: #30408a; }
.title_1::before { content: ""; display: block; width: 5px; height: 18px; background-color: #ff4040; position: absolute; left: -20px; top: 4px;}
/*文章列表*/
.hot_lb { position: relative; padding-left: 40px; margin-bottom: 9px; line-height: 30px;}
.hot_lb a { display: block; border-bottom: 1px dashed #e1e1e1; padding-bottom: 9px;}
.hot_lb::before { content: ""; display: block; width: 30px; height: 30px; background: url(../images/hot_icon.png) no-repeat; position: absolute; left: 0px; top: 2px;}
.hot_lb:nth-child(2):before { background-position: 0 -26px;}
.hot_lb:nth-child(3):before { background-position: 0 -53px;}
.hot_lb:nth-child(4):before { background-position: 0 -80px;}
.hot_lb:nth-child(5):before { background-position: 0 -107px;}
.hot_lb:nth-child(6):before { background-position: 0 -135px;}
.hot_lb:nth-child(7):before { background-position: 0 -162px;}
.hot_lb:nth-child(8):before { background-position: 0 -189px;}
.hot_lb:nth-child(9):before { background-position: 0 -217px;}
.hot_lb:nth-child(10):before { background-position: 0 -244px;}
.lb_tu1 { position: relative; padding-left: 110px; height: 72px; }
.lb_tu1 .lb_img { width: 100px; height: 72px; background:#f2f3f6; overflow: hidden; position: absolute; left: 0; top: 0; }
.lb_tu1 .lb_img img { width: 100px; min-height: 72px; }
.lb_tu1 span { line-height: 26px; height: 52px; margin-top: -5px; margin-bottom: 5px; }
.lb_tu1 .lb_b { height: 20px; line-height: 20px; font-size: 13px; color: #999; }
.lb_tu1 .lb_b dd { float: left; }
.lb_tu1 .lb_b time { float: left; margin-left: 10px; position: relative; padding-left: 14px; }
.lb_tu1 .lb_b time::before { content: ""; display: block; width: 4px; height: 4px; background-color: #c7c6c6; border-radius: 10px; position: absolute; left: 0; top: 8px;}
.lb_1 { display: block; line-height: 40px; height: 40px; position: relative; padding-left: 10px; margin-top: 0;}
.lb_1:after { content: ""; display: block; width: 80%; height: 2px; border-bottom: 1px dashed #d5d5d5; position: absolute; top: 18px; left: 30px;}
.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: 15px; background-color: #fff; color: #333; z-index: 1; padding-right: 10px; max-width: 80%;}
.lb_1 span:hover { color: #ff4040; }
.lb_1:before { content:""; display: block; position: absolute; width: 5px; height: 5px; background-color: #acb3d0; left: 0; top: 18px; z-index: 1;}
/*内页*/
.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; }
/*栏目*/
.lm { margin-top: 20px;}
.lm_title { line-height: 40px; height: 40px; }
.lm_title h3 { float: left; background-color: #30408a; color: #fff; padding: 0 20px; }
.lm_title .more { height: 26px; display: block; line-height: 26px;}
.lm_rwap { background-color: #fff; width: 800px; height: 484px; padding:20px 28px; float: left;}
.lm_hot { background-color: #fff; padding: 20px; width: 300px; height: 484px; float: right;}
.lm_hot ul { margin:10px 0 0 -10px;}
.lm_nr { margin-top: 20px;}
.lm_new .lb_tu1 { width: 33%; float: left; margin-bottom: 20px; }
.lm_new .lb_tu1:nth-child(2n) { float: right;}
.lm_new .lb_1 { width: 45.5%; float: left; }
.lm_new .lb_1:nth-child(2n) { float: right;}
.lm_hot .hot_tu { width: 300px; height: 182px; display: block; margin: 20px 0; overflow: hidden; position: relative; }
.lm_hot .hot_tu .lb_img img { width: 100%; min-height: 182px; background:#f2f3f6; }
.lm_hot .hot_tu span { width: 100%; text-align: center; color: #fff; position: absolute; display: block; height: 36px; position: absolute; bottom: 0; left: 0; line-height: 36px; background-color: rgba(0,0,0,0.6); }
/*右侧*/
.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; }
/*翻页*/
.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: #30408a; color: #fff; }
/*友情链接*/
.fink { background-color: #fff;  margin-top: 20px; border-radius: 10px; }
.fink_wrap { width: 1148px; 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 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: #2c3046; margin-top: 26px; padding: 30px 0; }
.footer_wrap { padding: 30px 0; }
.footer_nav a { margin-right: 16px; color: #fff; opacity: 1; font-size: 15px; }
.footer_nav a:hover { color: #ff4040; }
.footer_nav { line-height: 30px; height: 30px; text-align:center; }
.footer_b { color: #fff; font-size: 13px; opacity: 0.5; line-height: 24px; margin-top: 10px; 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; *display: none!important;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: #30408a; 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: #30408a; }
@media all and (max-width: 1500px){.rc_nav { margin-left: -678px; }}
.dow_con { background: #fff; padding: 0 20px 20px 20px; margin-top: 5px;}




.footer{
    background: #2c3046;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer a{
    color: #fff;
}





.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background:#30408a;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #30408a;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}