@import url(iconfont/iconfont.css);
/**公用样式**/
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;}
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus {outline: 0; border: none;}
.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);}
.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 0 10px #E1E1E1; }
.yy_1{ box-shadow: 0px 1px 40px rgba(0,0,0,0.15); }
/*圆角*/
.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;}
/*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_top { height: 44px; border-bottom: 1px solid #e4e4e4; line-height: 44px; }
.header_top a { margin-right: 10px; }
.header_nr { height: 100px;  }
.header_nr .logo img { width: 170px; margin-top: 18px; }
.search { width: 390px; height: 50px; border: 2px solid #3a82d3; margin-top: 26px; 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; }
.ar_header { height: 50px; line-height: 50px; background: #3a82d3; overflow: hidden; border-bottom: 1px solid #008cba; }
.ar_header .logo { float: left; width: 110px; }
.ar_header .logo img { width: 100%; margin-top: 10px; }
.ar_header .nav_ar { float: right; max-width: 80%; width: auto; }
.ar_header .nav_ar a { font-size: 13px; color: #fff; line-height: 50px; height: 50px; }
.ar_header .menu_btn { display: none; }
/*导航*/
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/pc/bg_bt.png) repeat-x bottom left; line-height: 60px; padding-bottom: 10px; }
.head_2 { height: 60px; line-height: 60px; background: url(../images/pc/bg_bt.png) repeat-x bottom left;  padding-bottom: 10px; }
.head_3 { height: 30px; line-height: 30px;  background: url(../images/pc/bg_bt.png) repeat-x bottom left; padding-bottom: 20px; }
.head_3 em { margin-right: 10px }
/*列表*/
.con_ban { max-height: 354px; overflow: hidden;}
time { color: #999; font-size: 13px; }
.lb_1 { height: 24px; line-height: 24px; margin-bottom: 20px; position: relative; }
.lb_1 .lm_a { width: 54px; height: 24px; line-height: 24px; padding: 0 5px; overflow: hidden; font-size: 12px; background: #f7f7f7; text-align: center; border-radius: 4px; color: #999999; margin-right: 10px; display: block; }
.lb_1 .lm_a:hover { background: #aacf15; color: #fff; }
.lb_1 .bt_a:hover { padding-left: 5px; }
.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; font-size: 12px; }
.lb_2 { border-bottom: 1px dotted #e4e4e4; height: 44px; padding-bottom: 20px; margin-bottom: 20px; }
.lb_2 .lm2_a { width: 34px; line-height: 22px; height: 44px; overflow: hidden; background: #f7f7f7; text-align: center; color:#999; font-size: 12px;  margin-right: 10px; border-radius: 4px; }
.lb_2 .lm2_a:hover {  background: #aacf15; color: #fff;  }
.lb_2 .lb_l { width: 366px; }
.lb_2 .lb_l p { padding-top: 8px; }
.lb_2 .bt_a { width: 310px; padding-right: 55px; position: relative; }
.lb_2 .bt_a time { position: absolute; right:0; *display: none; font-weight: normal; }
.lb_3 { width: 410px; height: 70px; border-radius: 10px; overflow: hidden; border: 1px solid #e1e1e1; margin-bottom: 20px; }
.lb_3 .lb_on { width: 70px; height: 70px; text-align: center; background: #f7f7f7; }
.lb_3 .lb_on span { display: block; margin-top: 10px; color:#3a82d3; font-weight: bold; }
.lb_3 .lb_l { width: 320px; padding: 10px; }
.lb_3 .lb_l_b { margin-top: 8px; line-height: 24px; }
.lb_3 .lb_l_b p {line-height: 24px;}
.lb_3 .lb_l_b .lm2_a { margin-right:10px; font-size: 12px; color:#3a82d3; }
.lb_hot { line-height: 30px; height: 30px; overflow: hidden; display: block; margin-top: 10px; position: relative; padding-left: 26px; }
.lb_hot em { width: 16px; height: 16px; display: block; border-radius: 6px; background: #b9b9b9; text-align: center; line-height: 16px; font-size: 13px; position: absolute; left: 0; top: 8px; color: #fff; }
.lb_hot:nth-child(1) em,.lb_hot:nth-child(2) em,.lb_hot:nth-child(3) em { background: #3a82d3; }
/*底部*/
footer { padding: 30px 0; background:#444e58!important;}
.footer_nav { text-align: center; }
.footer_nav a { color: #fff; margin: 0 10px;}
.footer_b { margin-top: 20px; }
.footer_b p { text-align: center; color: #fff; line-height: 24px; font-size: 12px; opacity: 0.7; }
.footer_b a{ color: #fff; margin-left: 10px;}
/*翻页*/
.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%; height: 40px; line-height: 40px; font-size: 13px; }
.position em { margin-right: 10px; }
/*面包屑*/
/* 右边固定导航 */
.rc_nav{ width:90px; border-radius:80px; border:5px solid #fff; padding: 20px 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; +padding-top: 15px;  padding-top: 15px\0/;}
.rc_nav ul { width: 90px;  margin: 0 auto;}
.rc_nav li{ width: 90px; padding: 6px 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; font-size:14px; position: relative;}
.rc_nav li p em { position: absolute; left: -30px; top: 2px; }
.rc_nav li:hover{ }
.rc_nav li.active {  color: #fff;}
.rc_nav li.active p {text-align: center; font-size: 14px; font-weight: bold; }
.rc_nav li.active p em {left: -4px;}
.rc_nav li.last { width: 60px;height: 60px; *height: auto; border-radius: 100%; margin-left: 15px; margin-top: 20px;  background:#aacf15; color: #fff; line-height: 40px; text-align: center; border:3px solid #fff;}
.rc_nav li.last .iconfont { font-size: 24px; color: #fff; display: block; }
@media all and (max-width: 1500px){.rc_nav { display: none!important; }}
/*友情链接*/
.flink .head_2 { height: 30px; line-height: 30px;  background: url(../images/pc/bg_bt.png) repeat-x bottom left; padding-bottom: 20px; }
.flink_nr a { display: block; color: #666; font-size: 13px; float: left; margin-right: 20px;  margin-bottom: 10px; }
.flink_nr a:hover { color: #ff9020;  }
/* 右侧tag追加 */
.r_tag li:nth-child(1) { display: none;}
.r_tag li:nth-child(2n) { margin-right: 10px;}
.r_tag li a {width: 125px; height: 36px;  line-height: 36px; background:#fff;  text-align: center; border-radius: 20px; margin-bottom: 10px; font-size: 14px;  border: 1px solid #e1e1e1;}
.r_tag li a:hover { background: #3a82d3; color: #fff;}
.r_tag .more { display: none;}
.dow_con .con_r { margin-top:10px;}