@import url(iconfont/iconfont.css);
/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 14px; color: #333; min-width: 1200px; background: #f5f5f8;  }
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: #2191f0; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;text-decoration-line: none; }
a:focus,input,button,select{
    outline:none!important;
}

.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;}
::selection { color:#fff;  background-color:#2191f0; text-shadow:none;}
::-moz-selection { color:#fff; background-color:#2191f0;  text-shadow:none;}
/* 矢量图标 */
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?') format('embedded-opentype'),
      url('iconfont/iconfont.woff2') format('woff2'),
      url('iconfont/iconfont.woff') format('woff'),
      url('iconfont/iconfont.ttf') format('truetype'),
      url('iconfont/iconfont.svg') format('svg');
}
#dr_member_info{ 
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
 }
#dr_member_info span{ }
#dr_member_info span a {
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
}
.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_mt26 { margin-top: 26px;}
.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: #2191f0;}
.cb { color: #e8b856;}
.bg_a { background: #2191f0;}
.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;  }
/*超出隐藏*/
.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.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: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus { outline: 0; border: none; }

/*头部*/
.header_bg { height: 62px; position: relative; background:#3071f2}
.header_top { padding-top: 8px; }
.logo img { margin-top: 0px; }
.in_header { width: 610px; height: 84px; padding-top: 70px; margin: 0 auto; }


/*头部*/
.header2 { position: relative; height: 50px; padding: 25px 0; background: #fff;  }
.header2 .search { position: absolute; left: 50%; margin-left: -251px; }
.header2 .search_f { border: 1px solid #cddcda; width: 500px; }
.header2 .search_text { width: 344px; }
.header2 .logged { line-height: 30px; margin-top: 8px; cursor: pointer; position: relative; padding-right: 30px; height: 30px; }
.header2 .logged:hover em {transform:rotate(180deg);}
.header2 .logged_sub { background: #fff; width: 60px; padding:10px 20px; position: absolute; top: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.1); border-radius: 10px; display: none; z-index: 2; }
.header2 .logged_sub a { display: block; line-height: 30px; }
.header2 .login_avatar { width: 30px; height: 30px; }
.header2 .login_name {margin-left: 10px;}
.header2 .login_avatar img { width: 30px; height: 30px; }
.logged em { font-size: 10px; color: #ccc; position: absolute; display: block; right: 0; }
.header2 .login_btn { height: 30px; line-height: 30px; display: block; padding: 0 10px; border-radius: 4px; margin-top: 10px; }
/*文章页、搜索页头部*/
.ar_header { height: 50px; background: #2191f0; }
.ar_header .nav3 { margin-left: 30px; max-width: 950px; overflow: hidden; }
.ar_header .nav3 a { line-height: 50px; color:#fff; padding: 0 10px; }
.ar_header .nav3 li:hover { background: #1982db; }
.ar_header .logo { margin-top: 6px; }
.ar_header .logo img { width: 220px; }
.ar_header .nav_wrap { height: 50px; }
.ar_search .search_f { width: 210px; margin-top: 7px; height: 40px;  }
.ar_search .search_text { height: 40px; line-height: 40px; padding: 0 10px 0 30px; font-size: 14px; width: 160px;}
.ar_search .search_btn { width: 50px; line-height: 40px; background: #2191f0; color: #fff; }
.ar_search .search_f em { font-size: 20px; top: 6px; left: 6px; }
/*导航*/
nav { height: 40px; }
.nav_wrap { height: 40px; line-height: 40px; }
.nav_item { position: relative; margin-right: 10px; transition:0.1s all linear;  }
.nav_item span a { font-size: 14px; color: #fff; display: block; padding: 0 15px; text-align: center; }
.nav_item_r { float: right; background: #e8b856; border-radius: 6px; position: absolute; top: -3px; right: 0;  }
.nav_item_r span a { line-height: 58px; height: 58px; }
nav .sub { background: #fff; background: rgba(255,255,255,0.97); box-shadow: 0 20px 30px rgba(0,0,0,.1); position: absolute; display: none; z-index: 9; left: 50%; margin-left: -65px; border-radius:10px; }
.sub_index { position: absolute; }
.sub_wrap { min-width: 110px; min-height: 100px; padding:8px 10px; position: relative; }
.sub_wrap a { display: block; text-align: center; line-height: 20px; width:100%; margin: 8px 0 15px 0;}
.nav_item::before {content:""; position:absolute; bottom:0px; left:100%; width:0; height:3px; background: #fff; transition:0.1s all linear;}
.nav_item:hover::before { width:100%; bottom:0px; left:0; transition-delay:0.1s; }
.nav_item:hover ~ li::before {left:0;}
.nav_mobile { font-size: 12px; cursor: pointer; margin-right: 0; margin-left:10px;}
.nav_mobile span a { padding: 0!important; font-size: 12px; }
.sub_mobile { padding: 10px 5px; border-radius: 10px; line-height: 20px; text-align: center; left: 50%; margin-left: -60px; }
.sub_mobile_itme { width: 100px; padding:0 5px; }
.sub_mobile img { width: 100%; }
.sub_mobile span { margin-top: 4px; display: block; color: #666; }
.nav_mobile em { margin-right: 4px; font-size: 12px; }
/*其他页面导航*/
.nav2 { background: #2191f0; height: 50px; }
.nav2 .nav_wrap { line-height: 50px; height: 50px; position: relative; }
.nav2 .nav_item span a { font-size: 16px; }
.nav2 .nav_item:hover { background: #1982db; }
.nav3 { height: 50px; }
.nav3 li { float: left; }
.ss_nav { padding: 10px 0;}
.ss_nav .logo { width: 250px; margin-top: 0; }
.ss_nav .logo img { width: 100%; }
.ss_nav .nav_item span a { color: #333; }
/*搜索*/
.search_f em { position: absolute; left: 10px; top: 6px; font-size: 24px; }
.search_f { width: 610px; height: 48px; overflow: hidden; position: relative; }
.search_text { width: 454px; padding: 0 10px 0 46px; line-height: 48px; height: 48px;  }
.search_btn { width: 100px; line-height: 48px; cursor: pointer; background: #e2f0fd; 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;}
/*标题*/
.head { height: 44px; border-radius: 10px; background: #f5f5f8; line-height: 44px; position: relative; padding-left: 28px; overflow: hidden; color: #333; }
.head h4{line-height: 44px!important;}
.head:before{ content:""; display: block; position: absolute; background: #2191f0; height: 16px; width: 7px; border-radius: 4px; top: 14px; left: 10px; }
.head span { display: block; width: 80px; height: 44px; background: url(../images/head_icon.png) no-repeat; position: absolute; right: 0; top: 0; }
.head1 span { background-position: -84px 0; }
.head2 span { background-position: -167px 0; }
.head3 span { background-position: -270px 0; }
.title2 { height: 40px; line-height: 40px; position: relative; padding-left: 30px; font-size: 16px; background-color: #f5f9f9; border-radius: 10px; }
.title2:before{ content:""; display: block; position: absolute; height: 16px; width: 6px; background: #2191f0; border-radius: 10px; left: 10px; top: 12px;}
.title2_te:before { background: #e8b856; }
/*文章列表*/
.pic_lb1 { position: relative; padding-left: 135px; height: 80px; box-sizing: border-box; margin-bottom: 20px; }
.pic_lb1:nth-child(2n) { float: right; }
.pic_lb1 .lb_img { width: 120px; height: 82px; display: block; position: absolute; left: 0; border-radius: 10px; }
.pic_lb1 .lb_img img { width: 100%; min-height: 82px; }
.pic_lb1 .lb_bt { line-height: 24px; }
.pic_lb1 .lb_b { font-size: 12px; color: #999; margin-top: 15px; }
.pic_lb1 .lb_b p { line-height: 20px; height: 40px; }
.pic_lb2 { width: 180px; margin-bottom: 30px;  }
.pic_lb2:first-child { margin-left: 0; }
.pic_lb2 .lb_img { width: 100%; height: 120px; overflow: hidden; border-radius: 10px; }
.pic_lb2 img { width: 100%; min-height: 120px;}
.pic_lb2 .lb_bt { line-height: 24px; margin-top: 5px; }
.pic_lb2 .lb_b { margin-top: 5px; }
.pic_lb2 .lb_b time { margin-left: 10px; color: #999; }
.pic_lb3 { position: relative; padding-left: 140px; min-height: 76px; width: 250px; float: left; }
.pic_lb3:nth-child(2n) { float: right; }
.pic_lb3 .lb_img { width: 120px; height: 76px; position: absolute; left: 0; border-radius: 4px; overflow: hidden; display: block; }
.pic_lb3 .lb_img img { width: 100%; min-height:76px; }
.pic_lb3 .lb_bt { margin-bottom: 10px; }
.pic_lb3 p { font-size: 12px; color: #999; line-height: 24px; height: 48px; }
.pic_lb4 { position: relative; padding-left: 140px; height: 82px; margin-bottom: 20px; }
.pic_lb4 .lb_img { width: 122px; height: 80px; position: absolute; left: 0; top: 0;}
.pic_lb4 .lb_img img { width: 100%; min-height: 80px; }
.pic_lb4 .lb_bt { line-height: 24px; height: 48px; }
.pic_lb4 .lb_b { margin-top: 16px; }
.pic_lb4 .lb_b time { margin-left: 10px; color: #999; }
.lb_img,.hot_img { border: 1px solid #e1e1e1; }
.lb_1 { line-height: 30px; height: 30px; margin-bottom: 10px; }
.lb_1_te { height: 80px; }
.lb_1_te em { color:#ff4800;margin-right: 6px;}
.lb_1 span { background: #2191f0; color: #fff; border-radius: 4px; font-size: 12px; padding: 0 2px; margin-right: 10px; }
.lb_1 p { line-height: 24px; height: 48px; margin-top: 6px; }
.lb_2 { position: relative; padding-left: 15px; display: block;  line-height: 30px; position: relative; }
.lb_2:before{ content:""; display: block; position: absolute; width: 10px; height: 16px; background: url(../images/icon.png) no-repeat; background-position: -32px 0; left: 0; top: 3px; }
.lb_3 { position: relative; line-height: 30px; padding-left: 80px; padding-right: 40px; width: 270px; float: left; margin-top: 10px; }
.lb_3:nth-child(2n) { float: right; }
.lb_3 .lb_lm { background: #f5f5f8; border-radius: 4px; font-size: 12px; display: block; width: 70px; line-height: 24px; text-align: center; margin-top: 3px; position: absolute; left: 0; overflow: hidden; }
.lb_3 .lb_bt {}
.lb_3 time { font-size: 12px; color: #999; position: absolute; right: 0; }
.lb_4 p { font-size: 12px; color: #999; line-height: 24px; margin-top: 5px; }
.lb_5 { line-height: 30px; position: relative; padding-left: 24px; padding-right: 40px; }
.lb_5 span { background: #ec8858; color: #fff; border-radius: 4px; font-size: 12px; margin-right: 5px; display: block;width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; left: 0; top: 6px; }
.lb_5 time { font-size: 12px; color: #999; position: absolute; right: 0; }
.lb_6 { padding-left: 76px; }
.lb_6 .lb_lm { position: absolute; left: 0; background: #f5f5f8; border-radius: 4px; width: 70px; display: block; font-size: 12px; height: 24px; line-height: 24px; margin-top: 3px; text-align: center; overflow: hidden; }
/*栏目*/
.lm_title { height: 30px; padding-bottom:15px; }
.lm_title h3 { line-height: 30px; position: relative; padding-left: 30px; font-size: 20px; margin-right:30px; }
.lm_title h3 em { width: 26px; height: 26px; border-radius: 100%; color: #ff5c16; text-align: center; line-height: 26px; display: block; position: absolute; left: -5px; top: 4px; font-weight: normal; font-size: 24px; }
.pic_title { line-height: 30px; }
.lm_title .lm_btn { background: #f5f9f9; padding: 5px 10px; display: block; float: left; border-radius: 20px; margin-top: 2px; margin-left: 10px; color: #666; font-size:12px; }
.lm_title .lm_btn:hover { background: #2191f0; color: #fff; }
.lm_title .more { margin-top: 7px; }
.lm_nav1 { max-width: 800px; height: 32px; overflow: hidden; }
.title1 { position: relative; padding-left: 30px; line-height: 30px; font-size: 16px; }
.title1 em { position: absolute; border-radius: 100%; font-size: 20px; text-align: center; line-height: 26px; left: 0; top: 2px; }
.lm_nwes { width: 48%; }
.lm:nth-child(2n) .lm_title h3 em { color: #2191f0; }
.lm:nth-child(2n) .lm_rwap .lm_nav2 { background: #fdfaf3;}
.lm:nth-child(2n) .lm_title .lm_btn:hover { background: #ff5c16; }
.lm_pic .pic_lb2 .lb_img { height: 150px; }
.lm_pic .pic_lb2 { width: 234px; }
.lm_hot { width: 280px; }
.lm_hot .lb_w1 { height: 30px; margin: 0 ; padding-left: 26px; width: auto; margin-bottom: 10px; }
.lm_hot .lb_w1 .lb_bt { height: 30px; line-height: 30px; margin-bottom: 0;  }
.lm_hot .lb_w1 .lb_wimg { display: none; }
.lm_hot .lb_w1 .lb_lm { display: none; }
.lb_w1,.lb_w1.on { position: relative; padding-left: 80px; height: 86px; float: left; width: 180px; margin-left: 27px; margin-bottom: 40px; }
.lm_hot .lb_w1.on { width: 200px; margin:10px 0 17px 0; }
.lm_hot .lb_w1 span { display: block; width: 16px; height: 16px; background: #c0cbd6; color: #fff; border-radius: 4px; text-align: center; line-height: 16px; font-size: 12px; position: absolute; left: 0; top: 7px; }
.lm_hot .lb_w1:nth-child(1) span { background: #ff4800; }
.lm_hot .lb_w1:nth-child(2) span { background: #00c7e4; }
.lm_hot .lb_w1:nth-child(3) span { background: #409ae6; }
.lb_w1.on { margin:10px 0;  }
.lb_w1.on span { display: none; }
.lb_w1:nth-child(3n+1) { margin-left: 0; }
.lb_w1 .lb_wimg,.lb_w1.on .lb_wimg { width: 64px; height: 84px; border: 1px solid #e1e1e1; display: block; background: url(../images/word1.png) no-repeat; position: absolute; left: 0; top: 0; display: block; background-size: 100%!important; }
.lb_w1 .lb_wimg em,.lb_w1.on .lb_wimg em { width: 15px; height: 15px; display: block; background: url(../images/icon.png) no-repeat; background-position: -4px -4px; }
.lb_w1:nth-child(2) .lb_wimg { background: url(../images/word2.png) no-repeat; }
.lb_w1:nth-child(3) .lb_wimg { background: url(../images/word3.png) no-repeat; }
.lb_w1:nth-child(4) .lb_wimg { background: url(../images/word4.png) no-repeat; }
.lb_w1:nth-child(5) .lb_wimg { background: url(../images/word5.png) no-repeat; }
.lb_w1:nth-child(6) .lb_wimg { background: url(../images/word6.png) no-repeat; }
.lb_w1:nth-child(7) .lb_wimg { background: url(../images/word7.png) no-repeat; }
.lb_w1:nth-child(8) .lb_wimg { background: url(../images/word8.png) no-repeat; }
.lb_w1:nth-child(9) .lb_wimg { background: url(../images/word9.png) no-repeat; }
.lb_w1:nth-child(10) .lb_wimg { background: url(../images/word10.png) no-repeat; }
.lb_w1 .lb_bt,.lb_w1.on .lb_bt { line-height: 24px; height: 48px; margin-bottom: 16px; }
.lb_w1 .lb_lm,.lb_w1.on .lb_lm { font-size: 12px; color: #999; display: block; }
.tui_nr .lb_1 { float: left; width: 48%; }
.tui_nr .lb_1:nth-child(2n) { float: right;}
.lm_new .lb_2 { width: 50%; }
.lm_left .lb_1 { width: 350px; display: block; float: left; position: relative; padding-right: 40px; }
.lm_left .lb_1:nth-child(2n) { float: right; }
.lm_left .lb_1 time { right: 0; font-size: 12px; position: absolute; color: #999; }
/*热门排行榜*/
.hot_lb1 { position: relative; padding-left: 26px; height: 26px; overflow: hidden; margin-bottom: 17px; }
.hot_lb1 a { line-height: 26px; }
.hot_number { width: 16px; height: 16px; text-align: center; line-height: 16px; font-size: 12px; background: #ec8858; display: block; color: #fff; border-radius: 4px; position: absolute; left: 0px; top: 50%; margin-top: -8px; }
.con_r .lm_hot .lb_w1 { float: none; }
.con_r .lm_hot .lb_w1.on { width: 180px;  }
.con_r .lm_hot { width: auto; }
.con_r .lm_hot .lb_2 { margin-bottom: 10px; }
/*面包屑*/
.position { line-height: 30px; position: relative; border-bottom: 1px solid #e1e1e1; padding: 15px 0; padding-left: 20px;  font-size: 12px; }
.position em { width: 22px; height: 22px; text-align: center; line-height: 22px; display: block; border-radius: 30px; position: absolute; left: -5px; top: 20px; color: #acb2b1; }
.position span { color: #999; }
.position a { color: #666; }
.position a:hover { color: #2191f0; }
/*banner*/
.banner { width: 520px; height: 298px;  border-radius: 10px;  }
.banner .hd { position: absolute; bottom: 14px; right: 10px; z-index: 3; }
.banner .hd li { background: #fff; width: 10px; height: 10px; border-radius: 10px; float: left; margin-left: 5px; opacity: 0.5; }
.banner .hd li.on { width: 15px; opacity: 0.8; }
.banner .bd li { position: relative; height: 298px; border-radius: 10px; }
.banner .bd li p { width: 489px; position: absolute; bottom: 0; left: 0; height: 40px; line-height: 40px; padding: 0 15px; color: #fff; background-image:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)); padding-top: 20px; z-index: 1; }
.banner img { width: 100%; min-height: 260px; }
/*左右切换按钮控制*/
.scroll { position: relative; overflow: hidden; }
.scroll .scroll_btn { position: absolute; width: 26px; height: 26px; border-radius: 100%; background: rgba(255,255,255,0.9); top: 50%; margin-top: -13px; line-height: 26px; text-align: center; opacity: 0.2; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.scroll .prev { left: -26px; }
.scroll .next { right: -26px; }
.scroll:hover .prev { left: 10px; opacity: 1; }
.scroll:hover .next { right: 10px; opacity: 1; }
.scroll:hover .prevStop { opacity: 0.4; }
.scroll:hover .nextStop { opacity: 0.4; }
/*内容左侧*/
.list_hot .lb_3 { width: 284px; float: left; margin-bottom: 10px; margin-right: 50px; }
.list_hot .lb_3:nth-child(2n) { float: right; }
.list_itme { position: relative; padding-right: 140px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dee6e6; min-height: 110px; }
.list_itme .cz_nr { position: absolute; right: 0; top: 32px; }
.list_itme .list_btn { background: #f5f9f9; color: #2191f0; display: block; width: 100px; line-height: 36px; border-radius: 20px; text-align: center; }
.list_itme:hover .list_btn { background: #2191f0; color: #fff; }
.itme_bt { font-size: 16px; }
.list_itme p { line-height: 24px; font-size: 12px; color: #999; height: 48px; margin: 10px 0; }
.list_b { height: 24px; line-height: 24px; }
.list_b time { font-size: 12px; color: #999; margin-left: 10px;}
.itme_text_r { width: 500px; margin-left: 20px; }
.list_img { width: 160px; height: 110px; display: block; border-radius: 10px; }
.list_img img { width: 100%; min-height: 110px; }
/*内容右侧*/
.con_r { width: 300px; }
.con_r .r_rwap { background: #fff; padding: 20px 20px 10px 20px; border-radius: 10px; }
.r_rwap .pic_lb1 { width: 100%; margin: 20px 0 20px 0 ; }
.r_rwap .pic_lb1:nth-child(2n) { float: none; }
.r_lm { width: 42%; position: relative; float: left; height: 30px; overflow: hidden; line-height: 30px; padding-left: 15px; margin-bottom: 5px; }
.r_lm:nth-child(2n) { float: right; }
.r_lm:before{ content:""; display: block; position: absolute; width: 6px; height: 6px; border-radius: 10px; left: 0; top: 12px; background-color: #cbd9d9; }
/*翻页*/
.pnum { width: 100%; margin: 30px 0 10px 0; display: flex; justify-content: center; }
.pnum li{ display: inline-block; }
.pnum li a { background: #f5f9f9; display: block;  margin: 0 5px; padding: 6px 12px; border-radius: 20px; float: left; }
.pnum li.active a { background: #2191f0; color: #fff; }
/*友情链接*/
.fink_wrap { width: 1140px; margin: 26px auto 0 auto; border-radius: 10px; padding: 30px;}
.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; color: #2191f0; 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 a { margin-right: 20px; height: 30px; line-height: 30px; display: block; float: left; }
/*底部*/
footer { background: #333945; margin-top: 26px; }
.footer_wrap { padding: 40px 0; }
.footer_nav a { margin-right: 20px; color: #fff; opacity: 0.7; }
.footer_nav a:hover { opacity: 1; }
.footer_phone { width: 30px; height: 30px;  position: relative; border-radius: 30px; background: rgba(255,255,255,0.1); display: block; text-align: center; line-height: 30px; font-size: 20px; overflow: hidden; }
.footer_phone em { font-size: 20px; color: #fff; font-weight: normal; opacity: 0.4; }
.footer_phone .qrcode { position: absolute; background: #fff; width: 100px; height: 120px; left: 50%; margin-left: -55px; bottom: 50px; padding: 5px; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); opacity: 0; z-index: 99; }
.footer_phone .qrcode:before{ content:""; display: block; position: absolute; width: 0; height: 0;  border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fff; bottom: -10px; left: 48px; }
.footer_phone .qrcode img { width: 100%; }
.footer_phone .qrcode p { font-size: 12px; color: #666; margin-top: -5px; line-height: 28px; }
.footer_phone:hover { background: #2191f0; overflow: visible; }
.footer_phone:hover em { color: #fff; opacity: 1; }
.footer_phone:hover .qrcode { bottom: 40px; opacity: 1; }
.footer_t { border-bottom: 1px solid #5e6362; padding-bottom: 20px; line-height: 30px; }
.footer_b { color: #fff; font-size: 12px; opacity: 0.5; line-height: 20px; margin-top: 20px; }
.footer_b a { color: #fff; margin-left: 10px; }

.footer_b p:nth-child(1) { float: left; text-align: left; }
.footer_b p:nth-child(2) { float:right; text-align: right; }



/* 右边固定导航 */
.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 #f1f1f1; 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: #2191f0; 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: #2191f0; }
@media all and (max-width: 1500px){.rc_nav {  margin-left: -678px; }}




/**登录样式**/
#regform .code_img,
#myform_login .code_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.sendRegister {
    color: #FFF;
    background-color: #3fa8e1;
    border-color: #3fa8e1;
    border: 0;
    height: 40px;
    line-height: 40px;
}

#myform_login .bi,
#myform_login .fa,
#regform .bi,
#regform .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

#regform .uk-input,
#myform_login .uk-input {
    padding-left: 40px;
}



.my_login_type {
    margin: 20px 0;
}

.my_login_type a {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.my_login_type a div.wrap {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
}

.my_login_type a span {
    display: inline-block;
    color: #333;
    margin: 10px 0;
}

.my_login_type a.qq div.wrap {
    border: 2px solid #19a9f1;
}

.my_login_type a.qq i {
    color: #19a9f1;
}

.my_login_type a.qq:hover div.wrap {
    background: #19a9f1
}

.my_login_type a.qq:hover i {
    color: #fff;
}

.my_login_type a.weixin div.wrap {
    border: 2px solid #00bb00;
}

.my_login_type a.weixin i {
    color: #00bb00;
}

.my_login_type a.weixin:hover div.wrap {
    background: #00bb00
}

.my_login_type a.weixin:hover i {
    color: #fff;
}

.my_login_type a.weibo div.wrap {
    border: 2px solid #ed2b2f;
}

.my_login_type a.weibo i {
    color: #ed2b2f;
}

.my_login_type a.weibo:hover div.wrap {
    background: #ed2b2f
}

.my_login_type a.weibo:hover i {
    color: #fff;
}

@media screen and (max-width: 650px) {
    .my_login_type a div.wrap {
        border-radius: 100%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }

    .my_login_type a span {
        color: #333;
        font-size: 12px;
    }

    #search_form {
        margin: 0;
    }
    .filter-content .filter-tag li{ margin-bottom: 5px; }

    .filter-content .filter-tab div.right li:first-child{ margin-left: 0; }
    .filter-content .filter-tab li.rightss{ float: none; }

}
/**登录样式**/
