/**公用样式**/
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "宋体", Arial; font-size: 15px; color: #333; }
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: #3676e1; 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; }
.bg_a { background: #3676e1;}
.bg{ background: #fff;}
.bg2{ background: #f8f8f8;}
.bian { border: solid 1px #dbe1de; }
.bianju, .bj_mt10 { margin-top: 10px; }
.bj_mt15 { margin-top: 15px;}
.bj_mt20 { margin-top: 20px;}
.bj_mt40 { margin-top: 40px;}
.bj_mt60 { margin-top: 60px;}
.y_ju{ margin-bottom:10px;}
.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: #3676e1;}
.cb { color: #fc8229;}
.more { 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;}
.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; }
.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; */ }
/*圆角*/
.yj_4{ border-radius:4px;}
.yj_10{ border-radius:10px;}
.yj_20{ border-radius:20px;}
/*日期*/
time { font-size: 12px; color: #999999; }
/*盒子模型*/
.box{ box-sizing:border-box;}
/*鼠标手势*/
.cursor{cursor: pointer;}
/*输入框字体颜色*/
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-input-placeholder { color: #ccc; }
input::-ms-input-placeholder { color: #ccc; }
input:focus {outline: 0; border: none;}
/*顶部*/
.haeder_nr { height: 84px; border-bottom: 3px solid #e8ebef; }
.haeder_nr .logo { }
.haeder_nr .top_r span {padding: 0 10px;}
.search_f { width: 470px; height: 44px; border: 1px solid #3676e1; line-height: 44px; background: #3676e1; position: relative; border-radius: 10px; overflow: hidden; margin-top: 19px;  }
.search { float: right;}
.search_text { width: 360px; position: absolute; left:0; top: 0; z-index: 1; line-height: 44px; height: 44px; padding: 0 10px; }
.search_sub { width: 90px; cursor: pointer; padding-left: 20px; height: 44px; background: none; position: absolute; right: 0;top: 0; font-size: 16px; color: #fff; border-radius: 4px; border: none; z-index: 2; line-height: 44px; font-weight: bold; }
.search .iconfont { position: absolute; right: 60px; display: block; font-size: 22px; color: #fff; font-weight: normal; }
.top_r { margin-top: 32px; }
.menu_btn { display: none; }
.con { padding-bottom: 20px; }
/*导航*/
nav { border-bottom: 1px solid #e8ebef; }
nav ul { height: 60px; overflow: hidden; }
nav li { line-height: 60px; padding: 0 15px; position: relative;  }
nav li:before {content:""; display: block; position: absolute; height: 14px; width: 1px; background: #e7f2fa; left: 0; top: 23px; }
nav li:first-child:before {display: none;}
nav li a { font-size: 16px; display: block; color: #333; }
nav li a:hover { text-decoration: none; color: #3676e1; }
nav li a:before {content:"";  display: block; position: absolute; height: 3px;  background: #3676e1; left: 50%; border-radius: 3px;  bottom: 0px; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; width: 0px; }
nav li:hover a:before { margin-left: -20px; width: 40px; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;  }
/*其他顶部*/
.other_header { height: 46px; line-height: 46px; overflow: hidden; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.6); }
.other_header .logo { float: left; width: 186px; margin-top: 0; }
.other_header .logo img { width: 100%; margin-top: 8px; }
.other_header .nav_com { float: left; margin-left: 40px; max-width: 80%; width: auto; background: none; }
.other_header .nav_com li { float: left;}
.other_header nav ul { width: 1000px; height: 46px; }
.other_header nav li a { padding: 0 20px; color: #fff; font-size: 15px; line-height: 46px; }
.other_header nav li { padding: 0; margin: 0; line-height: 46px; }
.other_header .nav_close { display: none;}
.dow_position { padding: 10px 0;}
.other_header nav li:before { top: 16px; opacity: 0.5; }
/*标题*/
.icon_head { position: relative; padding-left: 0px; }
/*.icon_head:before { content:""; display: block; position: absolute; background: url(../images/pc/icon_head.png) no-repeat center left; width: 30px; height: 50px; left: 0; top: 0;}*/
.head_1 h4 { height: 30px; line-height: 30px; position: relative; padding-left: 10px; }
.head_1 em { font-size: 22px; font-weight: normal; position: absolute; left:0; top: 0; }
.head_1_te { position: relative; padding-left: 20px; }
.head_1_te:before{ content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 10px; background: #3676e1; left: 0px; top: 10px; } { position: relative; }
.head_2 { line-height: 40px; height: 40px; position: relative; padding-left: 30px;padding-right: 10px; }
.head_2:before{ content:""; display: block; position: absolute; width: 10px; height: 10px; border-radius: 10px; background: #3676e1; left: 10px; top: 15px; }
/*列表*/
.lb_1 {position: relative; padding-right: 50px; line-height: 30px; margin-bottom: 10px;  }
.lb_1 time { position: absolute; right: 0; }
.lb_1 .lb_lm { margin-right: 10px; }
.lb_2 { line-height: 30px; margin-bottom: 10px; position: relative; padding-left: 14px; }
.lb_2:before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 10px; background: #d9e0ec; left: 0; top: 12px; }
.lb_3 { width: 380px; height: 120px; position: relative;}
.lb_3 .lb_img { width: 110px; height: 90px; }
.lb_3 .lb_img img { width: 100%; min-height: 90px; }
.lb_3 .lb_nr { width: 226px; }
.lb_3 .lb_nr p { margin:6px 0; height: 40px; line-height: 20px; }
.lb_3 a {width: 350px; height: 90px;bottom: 0px; display: block;  background: #f8f8f8; padding: 15px; position: absolute;	 }
.lb_3 a:hover { box-shadow: 0 5px 10px #e1e1e1; background: #fff; bottom: 5px; }
.lb_3 a:before{ content:"";  display: block; position: absolute; width: 0px; height: 2px; background: #3676e1; top: 0px; left: 175px;transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; }
.lb_3 a:hover:before {width: 380px; left: 0; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.lb_4 {width: 270px;}
.lb_4 .lb_img { height: 180px; overflow: hidden;  }
.lb_4 .lb_img img { width: 100%; min-height: 180px;  }
.lb_4 p { height: 66px; line-height: 22px; margin: 10px 0; overflow: hidden; }
.lb_4 .lb_lm { padding: 0 10px; border-radius: 4px; font-size: 13px; }
.lb_4 .lb_lm:hover {background: #fc7717; color: #fff;}
.lb_5 { border-bottom: 1px solid #e7f2fa; padding-bottom: 15px; margin-bottom: 15px;}
.lb_5 .lb_l { width: 120px; height: 86px; border-radius: 10px; overflow: hidden; display: block; }
.lb_5 .lb_l img { width: 100%; min-height: 86px; }
.lb_5 .lb_r { width: 260px; }
.lb_5 p { line-height: 20px; height: 40px; margin: 5px 0; }
.lb_5 time { margin-right: 10px; }
.lb_6 {padding-left: 30px; position: relative; line-height: 30px; margin-bottom: 5px;}
.lb_6:before { content:""; display: block; position: absolute; left: 0; color: #fff; font-weight: bold; background: #ccc; width: 16px; height: 16px; text-align: center; line-height: 16px; font-size: 12px; border-radius: 10px; top: 8px;}
.lb_6:nth-child(1):before {content:"1"; background: #fc8229;}
.lb_6:nth-child(2):before {content:"2"; background: #edbc1c;}
.lb_6:nth-child(3):before {content:"3"; background: #3676e1;}
.lb_6:nth-child(4):before {content:"4";}
.lb_6:nth-child(5):before {content:"5";}
.lb_6:nth-child(6):before {content:"6";}
.lb_6:nth-child(7):before {content:"7";}
.lb_6:nth-child(8):before {content:"8";}
.lb_6:nth-child(9):before {content:"9";}
.lb_6:nth-child(10):before {content:"10";}
.lb_6:nth-child(11):before {content:"11";}
.lb_6:nth-child(12):before {content:"12";}
.lb_7 { border-bottom: 1px solid #e8ebef; padding-bottom: 10px; }
.lb_7 .lb_bt { position: relative; padding-right: 60px; }
.lb_7 p { height: 44px; line-height: 22px; margin: 10px 0; }
.lb_7 time { position: absolute; right: 0; top: 0;  }
/*精选图文推荐*/
.ban_jx { height: 190px;  }
.con_ban .head_1 { border-bottom: 1px solid #e8ebef; padding-bottom:10px; }
.ban_jx .jx_nr ul { padding: 20px 0!important; }
.ban_jx .hd { position: relative; }
.ban_jx .hd ul { position: absolute; right: 0; top: 7px; }
.ban_jx .hd li { width: 16px; height: 16px; color: #949494; background: #e8ebef; border-radius: 10px; float: left; margin-left: 5px; font-size: 12px; cursor: pointer; text-align: center; line-height: 16px; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; }
.ban_jx .hd li.on { width: 20px; background: #3676e1; color: #fff; transition: 0.3s ease; -ms-transition: 0.3s ease; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease;}
.ban_jx .lb_3 { margin:0 10px; }
/*栏目*/
.lm {overflow: hidden;  }
.lm_head {height: 50px; line-height: 50px; padding-bottom: 10px; border-bottom: 3px solid #e8ebef;}
.lm_head .lm_bt { margin: 0 10px; }
.lm_head .head { margin-right: 10px; max-width: 230px; }
.lm_head .hd { max-width: 1000px; }
.lm_tw { padding: 20px; width: 270px; }
.lm_tw .bd {overflow: hidden; height: 346px;}
.lm_tw .bd li { float: left; }
.lm_tw .bd li .lb_b { line-height: 30px; height: 30px;}
.lm_tw .hd { border-top: 1px solid #d9e0ec; width: 270px; padding-top: 25px; }
.lm_tw .hd li { width: 10px; height: 10px; background:#d9e0ec; border-radius: 10px; float: left; margin-right: 10px; }
.lm_tw .hd li.on { width: 20px; }
.lm_c { width: 540px; margin-left: 30px; }
.lm_c .lb_2 { float: left; width: 45%; margin-right: 2%\0/; *margin-right: 2%; }
.lm_c .lb_2:nth-child(2n){ float: right; }
.lm_r { width: 290px; }
/*热门排行*/
.r_hot { border-radius: 0 0 10px 10px; }
.r_hot .head_1 h4 { padding: 8px 0 8px 40px;}
.r_hot .head_1 h4 em { left: 10px; top: 8px;}
.hot_nr { position: relative; }
.hot_nr:before{ content:""; display: block; position: absolute; height: 290px; background: #e8e8e8; width: 1px; left: 7px; top: 8px;}
.hot_nr .lb_6 { padding-left: 26px; line-height: 30px; height: 30px; margin-bottom: 10px; display: block; }
.hot_nr .lb_6:hover { text-decoration: none; }
.hot_nr .lb_6 span { padding-left: 30px; }
.hot_nr .lb_6 span.on { color: #3676e1; }
.hot_nr .lb_6 p { line-height: 24px; height: 48px; padding-left: 30px; }
.lb_4 .lb_nr { width: 120px;}
/*友情链接*/
.fink { width: 1160px; margin: 30px auto 0 auto; min-height: 120px; position: relative; padding:10px 20px;}
.fink_nr a { margin: 0 20px 10px 0; height: 20px; display: block; float: left; }
.fink_nr a:hover { text-decoration: underline; }
/*底部*/
footer { padding: 30px 0; background: #2b2e37!important; margin-top: 26px; }
.footer_nav { text-align: center; }
.footer_nav a { margin-right: 16px; color: #ffffff; opacity: 1; font-size: 13px; }
.footer_b { color: #ffffff80; font-size: 12px; line-height: 22px; margin-top: 10px; text-align:center; }
.footer_b p { color: #ffffff80;}
.footer_b a { color: #ffffff80; margin-left: 10px; }
.footer_b p span { margin: 0 5px; }
footer a:hover,footer a:hover {color: #3676e1;}
footer .police { position: relative; padding-left: 20px;  margin-left: 20px;}
footer .police em { width: 14px; height: 16px; display: block; position: absolute; left:0; top: 0; background: url(../images/icon-police.png) no-repeat left;}
/*翻页*/
.pnum { width: 100%; display: flex;  justify-content: center;  line-height: 34px; }
.pnum a{ min-width: 34px; margin: 0 5px; font-size: 15px; padding: 0 6px; height: 34px; text-align: center; line-height: 34px; box-sizing: border-box; display: block; float: left;background: #f7f8f8; border-radius: 10px;  }
.pnum a.sed { background: #3676e1; color: #fff; border: 1px solid #3676e1;  }
.pnum a:hover { background: #3676e1; color: #fff;  }
.pnum .pageinfo { margin-left: 10px; color: #999; }
/*面包屑*/
.position { line-height: 30px; font-size: 13px; color: #999; height: 30px; padding: 10px 0; overflow: hidden; }
.position a { color: #666; }
.position .iconfont { margin-right: 4px; }
/*面包屑*/
/* 右边固定导航 */
.rc_nav{ font-size: 13px;background: #f8f8f8; position: fixed; bottom: 240px; left: 50%; margin-left: 620px; border-radius: 10px; z-index: 999; +display: none; *display: none!important;display: none;_position: absolute;}
.rc_nav li{ padding: 10px; margin-bottom: 1px; color: #333;  cursor: pointer; position: relative; }
.rc_nav li:before { position: absolute; width: 6px; height: 20px; content:""; display: block; left: 0; top: 12px; border-radius: 4px; }
.rc_nav li.active:before { background: #fc8229; }
.rc_nav li p {  overflow:hidden; margin: 0 auto; padding-left: 10px; position: relative;}
.rc_nav li.active {  color: #3676e1;}
.rc_nav li.active p .icon { background: #3676e1; }
.rc_nav li.last { line-height: 26px; height: 26px; border-top: 1px solid #f1f1f1; background: #3676e1; padding:2px 5px; margin: 6px; color: #fff; border-radius: 10px; }
.rc_nav li.last .iconfont {font-size: 14px; margin-right: 4px; }
@media all and (max-width: 1500px){.rc_nav { display: none!important; }}

.footer{
    background: #2b2e37;
    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: #3676e1;
    color: #fff;
}

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