/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 15px; color: #151515; 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: #3a82d3; 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;}
/* 矢量图标 */

.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: #3a82d3;}
.bg_b { background: #aacf15;}
.bg{ background: #fff;}
.bg2{ background: #f7f7f7;}
.bian { border: solid 1px #e5e5e5; }
.bian2 { border: solid 1px #3a82d3; }
.bianju, .bj_mt10 { margin-top: 10px; }
.y_ju, .bj_mt15 { margin-top: 15px;}
.bj_mt20 { margin-top: 20px;}
.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: #3a82d3;}
.cb { color: #aacf15;}
.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;}
.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; */ }
/*黑色半透明*/
.gray_bg { background: #000; filter: alpha(opacity=30); -moz-opacity: 0.3; /-khtml-opacity:0.3; opacity: 0.3;}
/*黑色半透明，字不透明*/
.gray_bg2{ background-color: rgba(0,0,0,0.6); /*ie8专用透明度*/ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); behavior: url(../images/pie.htc);  }
.showmore{ border:solid 1px #eee; height:36px; text-align:center; line-height:36px; display:block; width:100%; background: url(../images/down.png) no-repeat 64% 12px #f6f6f6; background-size:6px; margin:6px 0;font-size:14px; color:#e84430;}
.loading{ height:36px; text-align:center; line-height:36px; width:100%; background-size:12px; margin:6px 0;font-size:16px; color:#003956; background:url(../images/loading.gif) 28% 12px no-repeat #f6f6f6; display:none;}
/*阴影*/
.yy{ box-shadow: 0 0 10px #E1E1E1; /*ie8阴影*/ filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);}
.yy_1{ box-shadow: 0px 1px 40px rgba(0,0,0,0.15); /*ie8阴影*/ filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=6);}
/*圆角*/
.yj_4{ border-radius:4px;}
.yj_10{ border-radius:10px;}
.yj_20{ border-radius:20px;}
/*日期*/
time { font-size: 13px; color: #b6b6b6; }
/*盒子模型*/
.box{ box-sizing:border-box;}
/*字体阴影*/
.font_yy{ text-shadow: 0 0 3px #555;}
/*三角形*/
.shang{ width:0; height:0; border-right:50px solid transparent; border-left:50px solid transparent; border-bottom:50px solid #fff;}
.xia{ width:0; height:0; border-right:6px solid transparent; border-left:6px solid transparent; border-top:6px solid #fff;}
.zuo{ width:0; height:0; border-top:50px solid transparent; border-bottom:50px solid transparent; border-right:50px solid #fff;}
.you{ width:0; height:0;  border-top:50px solid transparent; border-bottom:50px solid transparent; border-left:50px solid #fff;}
/*中间横幅*/
.w_100{ width: 100%;}
/*tab容器*/
.box_content{ height: 400px;}
.box_content2{ height: 598px;}
.box_content3{ height: 581px;}
/*鼠标手势*/
.cursor{cursor: pointer;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
/*顶部*/
header {}
.header_top { height: 44px; border-bottom: 1px solid #e4e4e4; line-height: 44px; }
.header_top a { margin-right: 10px; }
.header_nr { padding:20px 0  }
.search { width: 390px; height: 50px; border: 2px solid #3a82d3; margin-top: 40px; border-radius: 40px; }
.search_text { width: 300px;  *width: 256px;  line-height: 50px;height: 50px;padding: 0 20px; }
.search_sub { width: 80px; height: 46px; *height: 50px;  border-radius: 40px; line-height: 46px; *line-height: 50px; }
/*导航*/
nav ul { height: 46px; overflow: hidden; }
nav .nav_a { color: #fff; line-height: 46px; padding: 0 20px; }
nav li.on { background: #aacf15; }
nav li:hover { background: #aacf15; }
/*标签*/
.head_1 { height: 60px; background: url(../images/bg_bt.png) repeat-x bottom left; line-height: 60px; padding-bottom: 10px; }
.head_2 { height: 60px; line-height: 60px; background: url(../images/bg_bt.png) repeat-x bottom left;  padding-bottom: 10px; }
.head_3 { height: 30px; line-height: 30px;  background: url(../images/bg_bt.png) repeat-x bottom left; padding-bottom: 20px; }
.head_3 em { margin-right: 10px }
/*列表*/
time { color: #999; font-size: 13px; }
.lb_1 { height: 24px; line-height: 24px; margin-bottom: 20px; position: relative; }
.lb_1 .lm_a { width: 60px; padding: 0 5px; font-size: 13px; background: #f7f7f7; text-align: center; border-radius: 4px; color: #aacf15; margin-right: 10px; }
.lb_1 .lm_a:hover { background: #aacf15; color: #fff; }
.lb_1 .bt_a:hover { padding-left: 10px; }
.lb_1 span { display: block; width: 20px; height: 20px; border-radius: 4px; background: #ccc; color: #fff; text-align: center; line-height: 20px; position: absolute; left: 0;top: 2px; }
.lb_2 { border-bottom: 1px dotted #e4e4e4; height: 44px; padding-bottom: 20px; margin-bottom: 20px; }
.lb_2 .lm2_a { width: 44px; line-height: 22px; background: #f7f7f7; text-align: center; margin-right: 10px; border-radius: 4px; }
.lb_2 .lm2_a:hover {  background: #aacf15; color: #fff;  }
.lb_2 .lb_l { width: 356px; }
.lb_2 .lb_l p { padding-top: 8px; }
.lb_2 .bt_a { width: 300px; padding-right: 60px; position: relative; }
.lb_2 .bt_a time { position: absolute; right:0; *display: none; }
.lb_3 { width: 410px; height: 70px; border-radius: 10px; overflow: hidden; border: 1px solid #3a82d3; margin-bottom: 20px; }
.lb_3 .lb_on { width: 70px; height: 70px; text-align: center; background: #3a82d3; }
.lb_3 .lb_on span { display: block; margin-top: 10px;  }
.lb_3 .lb_l { width: 320px; padding: 10px; }
.lb_3 .lb_l_b { margin-top: 8px;  }
.lb_3 .lb_l_b p {line-height: 24px;}
.lb_3 .lb_l_b .lm2_a { margin-right: 10px; }
/*底部*/
.footer_nr { padding-top: 40px; }
.footer_nr .nav { text-align: center; margin-bottom: 30px; }
.footer_nr .nav a { margin: 0 10px; }
.footer_nr p { line-height: 30px; text-align: center; }
.footer_b { text-align: center; height: 40px; line-height: 40px; }
.footer_b a{ color: #fff;}
/*翻页*/
.pnum { padding: 20px 0 20px 0; width: 100%; display: flex;  justify-content: center;  line-height: 40px; }
.pnum a{ min-width: 40px; margin: 0 2px; font-size: 14px; padding: 0 6px; height: 40px; border: 1px solid #e1e1e1; text-align: center; line-height: 38px; box-sizing: border-box; display: block; float: left; border-radius: 100%;}
.pnum a.sed { background: #3a82d3; color: #fff; border: 1px solid #3a82d3; }
.pnum a:hover { background: #3a82d3; color: #fff; border: 1px solid #3a82d3; }
.pnum .pageinfo { margin-left: 10px; color: #999; }
/*面包屑*/
.con_top { line-height: 40px; height: 40px; }
.con_top h2 { margin-right: 30px;max-width: 50%; }
.position {max-width: 70%;}
.position em { margin-right: 10px; }
/*面包屑*/
/* 右边固定导航 */
.rc_nav{ width:110px; border-radius:80px; border:5px solid #fff; padding: 40px 0 15px 0; font-size: 16px; background: #3a82d3; position: fixed; bottom: 160px; right:20px; z-index: 999; box-shadow: 0px 10px 40px rgba(58,130,211,0.2);  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); +display: none; +padding-top: 15px;  padding-top: 15px\0/;}
.rc_nav ul { width: 110px;  margin: 0 auto;}
.rc_nav li{ width: 110px; padding: 10px 0; margin-bottom: 1px; color: #fff; text-align: center; cursor: pointer;  border-bottom: none; box-sizing: border-box;}
.rc_nav li p {  overflow:hidden; margin: 0 auto; padding: 0 5px; position: relative;}
.rc_nav li p em { position: absolute; left: -30px; top: 4px; }
.rc_nav li:hover{ }
.rc_nav li.active {  color: #fff;}
.rc_nav li.active p {text-align: center; font-size: 18px; font-weight: bold; }
.rc_nav li.active p em {left: -4px;}
.rc_nav li.last { width: 70px;height: 70px; *height: auto; border-radius: 100%; margin-left: 20px; margin-top: 20px;  background:#aacf15; color: #fff; line-height: 40px; text-align: center; border:5px solid #fff;}
.rc_nav li.last .iconfont { font-size: 30px; color: #fff; display: block; }
.rc_nav li.last:hover .iconfont { font-size: 36px;}
@media all and (max-width: 1500px){.rc_nav { display: none!important; }}

.tow_nav { display: none; }
.tow_nav li { line-height: 26px; margin: 0 0 20px 20px; width: 386px; }
.tow_nav li:nth-child(3n+1) { margin-left: 0; }
.tow_nav li:first-child { margin-left: 0; }
.tow_nav li:first-child+li+li+li { margin-left: 0; }
.tow_nav li .nav_a { margin:0 4px; width: 63px; }
.li_bt { width: 80px;  text-align: center; height: 26px;  position: relative; padding-right: 19px; }
.li_bt .te_a { color: #fff; padding-left: 5px;}
.li_bt em { position: absolute; right: 0; top: 0; font-size: 27px; }
/*é¦–å±*/
.banner { width: 680px; height: 507px; overflow: hidden; padding: 20px; position: relative; }
.banner h4 { line-height: 40px; position: relative; padding-left: 30px; }
.banner h4 em { position: absolute; left: 0; top: 0; }
.banner p { padding-left: 30px; height: 44px; line-height: 22px; }
.banner .hd { position: absolute;right: 30px; bottom: 30px; z-index: 2; }
.banner .hd li { width: 10px;height: 10px; background: #fff; border-radius: 100%; margin-right: 5px; }
.banner .hd li.on { background: #aacf15;  }
.banner .li_img { width: 680px; height: 400px; border-radius: 10px; overflow: hidden; }
.banner .li_img a { display: block; width: 680px; height: 400px; }
.banner .li_img img { width: 100%; min-height: 400px; border-radius: 10px; }
.ban_r { width: 440px; }
.ban_r .hd li { margin-right: 10px; cursor: pointer; }
.ban_r .hd li.on { font-size: 24px; color: #3a82d3; font-weight: bold; }
.ban_r .lb_1 .bt_a  { width: 300px; }
.ban_r .lb_1:nth-child(5) { margin-bottom: 40px; }
.ban_r .lb_1:first-child+li+li+li+li {margin-bottom: 40px;}
/*é¦–æŽ¨æ ‡ç­¾*/
.con_tag { border: 2px solid #3a82d3; width: 1196px; height: 110px;}
.con_tag .tag_bt { display: block; width: 110px; height: 96px; background: #3a82d3; font-size: 24px; color: #fff; letter-spacing: 8px; text-align: center; line-height: 40px; font-weight: bold; padding-top:14px;  }
.con_tag_nr { padding: 10px 20px; width: 1040px; line-height: 30px; height: 72px; overflow: hidden; }
.con_tag_nr .tag_a { margin-right: 10px; }
/*æ ç›®*/
.con_lm .head_2 { overflow: hidden;}
.con_lm .head_ra { border: 1px solid #e4e4e4; background: #f7f7f7; padding: 0 10px; line-height: 30px; border-radius: 4px; margin-left: 10px; max-width: 100px; margin-top: 12px; }
.con_lm .lm_head_l { max-width: 30%; }
.con_lm .lm_head_r {max-width: 80%; }
.con_lm .lm_head_r li { float: left; }
.lm_nr_l { width: 260px;  overflow: hidden; padding: 20px; }
.lm_nr_c { width: 410px; margin-left: 40px; }
.lm_nr_r {width: 410px;}
.lm_nr_l .hot_tw { width: 100%;}
.lm_nr_l .hot_tw li { float: left; }
.lm_nr_l .hot_tw li .a_img {width: 260px; }
.lm_nr_l .hot_tw li .bt_a {width: 260px; }
.lm_nr_l .hot_tw li .a_img {width: 260px; }
.lm_nr_l .hot_tw .a_img img { width: 100%; }
.lm_nr_l .hot_tw p { width: 260px; line-height: 24px; height: 72px;  }
.lm_nr_l .hot_tw .hd ul li.on{ background: #3a82d3; }
.lm_nr_l .hot_tw .hd ul{ overflow:hidden;  margin:20px 0 10px 0; }
.lm_nr_l .hot_tw .hd ul li{ float:left;  width:10px; height:10px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  border-radius: 100%; background: #e1e1e1; }
.lm_nr_l .li_b time { margin-right: 10px; }
.lm_nr .lb_1 .bt_a { max-width: 280px; }
.lm_nr .lm_nr_r .lb_1 .bt_a { max-width: 250px; *max-width: 200px; }
.lm_nr_r .lb_1 { padding-left: 30px; }
.lm_nr_r .head_3 { padding-bottom: 10px; background: none; }
.lm_nr_r .head_3 em { color: #f46e0b; }
.lm_nr_r .lb_1:nth-child(2) span { background: #f46e0b; }
.lm_nr_r .lb_1:nth-child(3) span { background: #00c360; }
.lm_nr_r .lb_1:nth-child(4) span { background: #aacf15; }
/*å‹æƒ…é“¾æŽ¥*/
.flink .head_2 { height: 30px; line-height: 30px;  background: url(../images/bg_bt.png) repeat-x bottom left; padding-bottom: 20px; }
.flink_nr a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; font-size: 15px; float: left; margin-right: 20px; max-width: 100px; margin-bottom: 10px; }
.flink_nr a:hover { color: #ff9020; }





.footer{
    background: #3a82d3;
    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:#3a82d3;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #3a82d3;
}
.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;
}