@import url(iconfont/iconfont.css);
/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 14px; color: #333; min-width: 1200px; background: #f4f4f4;  }
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: #ce122d; 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;}
/* 矢量图标 */
@font-face {
  font-family: 'iconfont';
  src: url('../css/iconfont/iconfont.eot');
  src: url('../css/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../css/iconfont/iconfont.woff2') format('woff2'),
      url('../css/iconfont/iconfont.woff') format('woff'),
      url('../css/iconfont/iconfont.ttf') format('truetype'),
      url('../css/iconfont/iconfont.svg#iconfont') format('svg');
}
.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;  }
.bj_mt10 { margin-top: 10px;}
.bj_mt20 { margin-top: 20px;}
.bj_mt30 { margin-top: 30px;}
.bj_mt40 { margin-top: 40px;}
.bj_mt60 { margin-top: 60px;}
.bj_pt10 { padding-top: 10px;}
.bj_pt20 { padding-top: 20px;}
.bj_pt40 { padding-top: 40px;}
.bj_pt60 { padding-top: 60px;}
em, i { font-style: normal; }
.hidden { overflow: hidden; }
.nobian{ border: 0; }
.ca { color: #ce122d;}
.cb { color: #e8b856;}
.bg_a { background: #ce122d;}
.bg_b { background: #ff5c16;}
.bg{ background: #fff;}
.bg2{ background: #f5f9f9;}
.more { color: #999; 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;}
.f24{ font-size: 24px;}
.f20{ font-size: 20px;}
.f18{ font-size: 18px;}
.f16{ font-size: 16px;}
.f14{ font-size: 14px;}
.f12{ font-size: 12px;}
.nobold{ font-weight: normal;}
.block{ display: block;}
.noshow { display: none; }
hr { background-color: #dee6e6; height: 1px; border: none;  }
.y_ju{padding: 10px; border-radius: 10px; background: #fff; margin-bottom:10px;}
/*超出隐藏*/
.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; }
.bold { font-weight: bold; }
/*鼠标经过图片特效*/
.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.08, 1.08); -ms-transform: scale(1.08, 1.08); -moz-transform: scale(1.08, 1.08); -webkit-transform: scale(1.08, 1.08); -o-transform: scale(1.08, 1.08); }
/*阴影*/
.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: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus { outline: 0; border: none; }
/*头部*/
header { background: #fff; }
.header_top { height: 40px; line-height: 40px; font-size: 12px; border-bottom: 1px solid #dcdcdc; background: #f4f4f4; }
.header_top span { margin-right: 18px; position: relative; padding-left: 20px; }
.header_top span:after{ content:""; display: block; position: absolute;  background: url(../images/time.gif) no-repeat; left: 0; top: 3px; width: 16px; height: 11px; }
.header_top span font { color: #333; font-weight: bold; }
.header_top .t1:after { background-position: 0 0; }
.header_top .t2:after { background-position: 0 -23px; }
.header_top .t3:after { background-position: 0 -46px; }
.header_top .t4:after { background-position: 0 -69px; }
.header_top .t5:after { background-position: 0 -93px; }
.header_top .t1:before { display: none; }
.header_top span:before{ content:""; display: block; position: absolute; height: 12px; width: 1px; background: #ccc; left: -12px; top: 3px; }
.header_rwap { width: 1200px; height: 72px; margin: 0 auto; padding: 20px 0; position: relative; }
.header_rwap .search { position: absolute; left: 50%; margin-left: -226px; margin-top: 15px;  }
.logo { margin-top: 15px; }
.qrcode_phone img { float: left; }
.qrcode_phone p { float: left; font-weight: bold; margin: 12px 0 0 10px; font-size: 16px; line-height: 24px; color: #666; }
/*导航*/
.nav { height: 50px; background: #3f434d; overflow: hidden; }
.nav a { color: #fff; font-size: 16px; display: block; padding: 0 20px; margin-right: 10px; line-height: 50px; float: left;}
.nav a:hover { background: #ce122d; }
/*面包屑*/
.position { border-bottom: 2px solid #dcdcdc; line-height: 30px; padding-bottom: 20px; }
.position span { color: #999; padding: 0 5px; font-size: 12px; }
.position em { margin-right: 5px; }
.position a { font-size: 12px; color: #333; }
.position a:hover { color: #ce122d; }
/*文章页、搜索页头部*/
.ar_header { height: 50px; background: #3f434d; }
.ar_header .nav3 { margin-left: 30px; max-width: 950px; overflow: hidden; }
.ar_header .nav3 a { line-height: 50px; min-width: 40px; text-align: center; color:#fff; padding: 0 10px; display: block; float: left;  }
.ar_header .nav3 a:hover { background: #ce122d; }
.ar_header .logo { margin-top: 12px; }
.ar_header .nav_wrap { height: 50px; width: 780px; overflow: hidden; }
.ar_search .search_f { width: 250px; margin-top: 7px; height: 36px; border: none; }
.ar_search .search_text { height: 36px; line-height: 36px; padding: 0 10px 0 30px; font-size: 14px; width: 160px;}
.ar_search .search_btn { width: 50px; line-height: 36px; background: #f4f4f4; color: #ce122d; }
.ar_search .search_f em { font-size: 20px; top: 8px; left: 6px; }
/*搜索*/
.search_f em { position: absolute; left: 10px; top: 7px; font-size: 24px; }
.search_f { width: 450px; height: 40px; overflow: hidden; position: relative; border: 2px solid #ce122d; }
.search_text { width: 320px; padding: 0 10px 0 46px; line-height: 40px; height: 40px;  }
.search_btn { width: 70px; line-height: 40px; cursor: pointer; background: #ce122d; padding: 0;}
.search_hot { font-size: 12px; line-height: 30px; height: 30px; width: 500px; overflow: hidden; margin: 5px auto; }
.search_hot a { background: rgb(0,0,0,0.1); padding: 2px 8px; border-radius: 10px; opacity: 0.8; color: #fff; margin-left: 5px; }
.search_hot a:hover { opacity: 1; background: rgb(0,0,0,0.2); }
.ab_search { width: 30px; height: 30px; border-radius: 100%; display: block; background: rgba(255,255,255,0.2); line-height: 30px; text-align: center; margin-top: 10px; }
.ab_search:hover { background: #e8b856; }
.ab_search em {color: #fff; opacity: 0.8;}
/*翻页*/
.pnum { width: 100%; margin: 30px 0 10px 0; display: flex; justify-content: center; }
.pnum a { background: #f5f9f9; display: block;  margin: 0 5px; padding: 6px 12px; border-radius: 20px; float: left; }
.pnum a.sed { background: #ce122d; color: #fff; }
/*友情链接*/
.fink { background: #3f434d; margin-top: 30px;}
.fink_wrap { width: 1200px; margin: 0 auto; padding: 30px 0; }
.fink_title { line-height: 30px; height: 30px; }
.fink_title h4 { font-size: 16px; position: relative; opacity: 0.6; position: relative; padding-left: 15px; }
.fink_title h4:before{ content:""; display: block; position: absolute; height: 16px; width: 5px; border-radius: 10px; background: #fff; left: 0; top: 7px; }
.fink_title p { margin-left: 20px; opacity: 0.6; }
.fink_nr a { margin-right: 20px; font-size: 12px; height: 30px; opacity: 0.6; color: #fff; line-height: 30px; display: block; float: left; }
.fink_nr a:hover { opacity: 1; }
/*标题*/
.title { position: relative; padding-left: 30px; height: 30px; line-height: 30px; }
.title h4 { font-size: 18px; }
.title h4 a { color: #3f434d; }
.title .icon { position: absolute; display: block; background: url(../images/icon.png) no-repeat; width: 20px; height: 20px; left: 0; top: 5px; }
.lm_title { line-height: 40px; height: 40px; border-bottom: 2px solid #dcdcdc; padding-bottom: 10px; }
.lm_title h4 { font-size: 24px; }
/*列表*/
.lb_1 { line-height: 30px; height: 30px; overflow: hidden; padding-left: 15px; position: relative; display: block; margin-bottom: 8px; }
.lb_1:before{ content:""; display: block; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; background: url(../images/icon.png) no-repeat; background-position: 0 -48px; }
.lb_img { width: 100px; height: 72px; overflow: hidden; display: block; position: absolute; left: 0; top: 0; border-radius: 4px; }
.lb_img img { width: 100%; min-height: 72px; }
.lb_tu1 { position: relative; padding-left: 120px; height: 72px;  }
.lb_tu1 .lb_bt { font-size: 16px; font-weight: bold; }
.lb_tu1 p { font-size: 12px; line-height: 24px; color: #999; margin-top: 6px; }
.lb_tu2 { position: relative; padding-left: 120px; height: 72px; float: left; width: 200px; margin-bottom: 30px; }
.lb_tu2:nth-child(2n) { float: right; }
.lb_tu2 .lb_bt { line-height: 24px; height: 48px; }
.lb_tu2 .lb_b { font-size: 12px; color: #999; margin-top: 8px; }
.lb_tu2 .lb_b span { color: #999; margin-right: 10px; }
.lb_tu2 time { position: relative; padding-left: 15px; }
.lb_tu2 time:before{ content:""; display: block; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; border-radius: 4px; background: #dcdcdc; }
/*栏目*/
.con_lm { margin-top: 20px; }
.lm_hot { width: 300px; }
.con_lm .lm_nav { width: 700px; margin-left: 30px; height: 30px; overflow: hidden; line-height: 30px; margin-top: 8px; }
.con_lm .lm_nav a { margin-right: 20px; color: #999; }
.con_lm .lm_nr { width: 670px; margin-top: 10px; }
.tag_a { display: block; width: 114px; margin-bottom: 8px; margin-left: 8px; line-height: 38px; height: 38px; float: left; border-radius: 10px; background: #f4f4f4; text-align: center; overflow: hidden; }
.lm_tag .tag_a:nth-child(5n+1) { margin-left: 0; }
.hot_rwap { margin-top: 15px; }
.hot_rwap .lb_1 { padding-left: 25px; }
.hot_rwap .lb_1:before { display: none; }
.hot_rwap .lb_1 em { display: block; width: 14px; height: 14px; border-radius: 100%; position: absolute; top: 8px; left: 0; background: #a4a7ad; color: #fff; line-height: 14px; text-align: center; font-size: 12px;  }
.hot_rwap .lb_1:nth-child(1) em,.hot_rwap .lb_1:nth-child(2) em,.hot_rwap .lb_1:nth-child(3) em { background: #ce122d; }
.lm_tag .tag_a:hover { background: #ce122d; color: #fff; }
.con_l { width: 780px; padding:20px 40px 30px 40px; background: #fff; border-radius: 10px; margin-bottom: 20px; }
/*右侧*/
.con_r { width: 320px; }
.r_rwap { background: #fff; padding: 10px; border-radius: 10px; }
.r_tag,.r_hot,.r_choice { padding: 20px 20px 10px 20px; }
.r_tag .tag_a { width: 136px; }
.r_tag .tag_a:nth-child(2n+1) { margin-left: 0; }
.r_choice .lb_tu2 { float: none; margin: 0 0 20px 0; width: 160px; }
/*底部*/
footer { background: #3f434d; height: 60px; line-height: 60px; border-top: 1px solid #505868; }
.footer_nav a { margin-right: 20px; color: #fff; opacity:0.6; font-size: 12px; }
.footer_nav a:hover { opacity: 1; }
.footer_l { line-height: 30px; }
.footer_r { font-size: 12px; }
.footer_r p { color: #fff; opacity:0.6;}
.footer_r a { color: #fff; margin-left: 10px; }
.footer_r a:hover { opacity:1;}
/* 右边固定导航 */
.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; border: 1px solid #dcdcdc; }
.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 #dcdcdc; cursor: pointer; position: relative; text-align: center; }
.rc_nav li a {  overflow:hidden; margin: 0 auto; line-height: 22px; position: relative;}
.rc_nav li.active a {  color: #ce122d; 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: #ce122d; }
@media all and (max-width: 1500px){.rc_nav {  margin-left: -678px; }}