@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f5f5f5 }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1180px; margin: auto; }
/*header*/
header { height: 64px; width: 100%; z-index: 999999; position: fixed; top: 0; background: #fff; box-shadow: 0 0 3px 1px rgb(0, 0, 0, .1); }
header .box { position: relative }
.logo { float: left; margin-right: 86px; }
/*.logo img { height: 38px; margin-top: 12px; }*/
.logo img { height: 38px; margin-top: 12px; margin-right: -56px;}
nav li { float: left }
nav li a { padding: 0 25px; color: #333; line-height: 64px; font-size: 16px }
li.selected a, nav li:hover a { color: #e71d29; }
/*mnav*/
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #828282; margin-top: 10px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #828282; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #828282; }
/*search*/
.search { position: relative; overflow: hidden; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 4px; right: 0; display: block; font-size: 15px; height: 32px; background: #e71d29; line-height: 32px; cursor: pointer; border-radius: 4px; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; border-bottom: #ccc 1px solid; }
.is-search { position: absolute; right: 120px; top: 16px; cursor: pointer; border-radius: 100%; }
.is-search i { display: block; width: 36px; height: 36px; background: url(../images/search.png) no-repeat center; background-size: 18px; }
.search-page { width: 460px; background: #fff; position: absolute; top: 0; right: 120px; z-index: 8; display: none; }
.search_box { height: 50px; padding-top: 12px; }
.search-page .search { clear: both; width: 360px; margin: auto; border-radius: 0 5px 5px 0; }
.search-page .search input.input_text { width: 83%; float: left; z-index: 9; }
.search-page .search input.input_submit { width: 15%; }
.search select { border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff; }
.search-page .go-left { background: url(../images/close.png) no-repeat center; width: 36px; height: 36px; background-size: 20px; position: absolute; right: 0; top: 16px; }
main { width: 1180px; margin: 84px auto 0; overflow: hidden; display: block; }
.lbox { width: 860px; float: left; }
.rbox { width: 300px; float: right; }
/*banner*/
.banner { width: 540px; height: 320px; float: right; overflow: hidden; border-radius: 4px; }
.banner img { transition: .5s }
.banner img:hover { transform: scale(1.02) }
/*headline*/
.headline { width: 226px; height: 320px; float: right; overflow: hidden; }
.headline ul { overflow: hidden; }
.headline ul li { width: 100%; overflow: hidden; height: 153px; position: relative; border-radius: 4px; }
.headline ul li:first-child { margin-bottom: 14px; }
.headline ul li a { display: block; overflow: hidden; height: 100%; }
.headline ul li img { width: 100%; min-height: 100%; transition: all .6s; }
.headline ul li:hover img { transform: scale(1.05); }
/*tab*/
.gd-box { background: #fff; }
#tab { padding: 0 20px; overflow: hidden; border-bottom: #efefef 1px solid; }
#tab li { font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; display: inline-block; line-height: 50px; color: #666; float: left; }
#tab li:after { content: ""; background: #e71d29; width: 20%; height: 2px; position: absolute; bottom: 0; left: 40%; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#tab li:hover:after, #tab li.tab-current:after { opacity: 1; width: 100%; margin: auto; display: block; left: 0; }
#tab li.tab-current, #tab li:hover { color: #e71d29; }
#tab-content>div { display: none; }
#tab-content>div:nth-child(1) { display: block }
#tab-content { overflow: hidden; margin-bottom: 20px }
.blogs_list { background: #fff; }
.blogs_list li { overflow: hidden; padding: 20px; border-bottom: #efefef 1px solid; position: relative; background: #fff; transition: .5s; height: 150px; }
.blogs_list li:hover { background: #fafafa; }
.blogs_list li:last-child { margin-bottom: 0 }
.blogs_list li i { width: 240px; height: 150px; overflow: hidden; border-radius: 4px; display: block; float: left; margin-right: 20px; position: relative }
.blogs_list li em { position: absolute; background: rgba(0,0,0,.6); left: 0; top: 15px; padding: 4px 8px; font-size: 12px; line-height: 14px; font-style: normal; border-radius: 0 3px 3px 0; transition: .5s }
.blogs_list li em:hover { background: #e71d29 }
.blogs_list li em a { color: #fff }
.blogs_list li i img { width: 100%; min-height: 100%; transition: .5s; }
.blogs_list li i img:hover { transform: scale(1.05) }
.blogs_list li h2 { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 20px; line-height: 1.4; margin-bottom: 10px; }
.blogs_list li h2 a { color: #333; transition: .3s; }
.blogs_list li h2 a:hover { color: #e71d29 }
.blogs_list li p { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; color: #666; font-size: 14px; line-height: 1.58; }
.blogs_list section { display: block; position: relative; overflow: hidden; height: 100%; }
.blogs_info { position: absolute; left: 0; bottom: 5px; color: #999; font-size: 12px; width: 100%; }
.blogs_list li span.timer { float: left; left: auto; }
.blogs_list li span.view { float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.btn_more { background: #fff; text-align: center; overflow: hidden; padding: 20px; }
.btn_more a { color: #e71d29; width: 266px; height: 36px; line-height: 36px; margin: auto; display: block; border: #e71d29 1px solid; font-size: 14px; border-radius: 4px; transition: .3s; }
.btn_more a:hover { background: #e71d29; color: #fff; }
.adimg { margin: 20px 0; padding: 0 !important; }
.adimg img { width: 100%; border-radius: 4px }
.side_title { padding: 0 0 0 12px; margin-bottom: 5px; font-size: 16px; position: relative; }
.side_title:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #e71d29; border-radius: 4px; }
/*pic_news*/
.pic_news { }
.pic_news li { padding: 14px 0; overflow: hidden; border-bottom: 1px solid rgba(239,239,239,.8); }
.pic_news li i { float: left; width: 100px; height: 63px; overflow: hidden; border-radius: 3px; margin-right: 10px; }
.pic_news li i img { width: 100%; min-height: 100%; transition: .5s }
.pic_news li h3 { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 14px; line-height: 1.4; color: #333; margin-bottom: 5px; }
.pic_news li span { font-size: 12px; color: #999; line-height: 14px; }
.pic_news li:hover img { transform: scale(1.05) }
.pic_news li:hover h3 { color: #e71d29 }
.pic_news li:last-child { border-bottom: none; padding: 15px 0 0; }
.rbox > div { background: #fff; margin: 0 0 20px 0; padding: 15px; border-radius: 4px; }
.wenzi_news { overflow: hidden; margin-top: 10px; }
.wenzi_news li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wenzi_news li:before { position: absolute; left: 0; top: 13px; content: ""; width: 0; height: 0; line-height: 0; border: 4px solid transparent; border-left: 5px solid #ccc; }
.wenzi_news li a { color: #666; }
.wenzi_news li:hover a { color: #e71d29 }
.tags ul { margin-top: 10px; overflow: hidden; }
.tags li { font-size: 12px; display: inline-block; float: left; /*width: 33.33%;*/ text-align: center; }
.tags li a { padding: 4px 12px; display: block; border: #d0d0d0 1px solid; border-radius: 2px; margin: 4px 2px 2px; color: #666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.tags li:hover a { background: #e71d29; color: #fff; border: #e71d29 1px solid; }
.links { background: #fff; padding: 20px 20px 15px; margin-bottom: 20px; }
.link_title { color: #333; font-size: 16px; margin-bottom: 20px; }
.links li { display: inline-block; margin: 0 15px 5px 0; color: #999; font-size: 14px; }
.links li a { color: #999; }
.links li:hover a { color: #e71d29; }
footer { padding: 50px 0; color: #c0c2c3; background: #2d3236; }
footer a { color: #c0c2c3; }
footer a:hover { color: #fff }
/*.ftlogo img { width: 80px; }*/
.ftlogo img { width: 86px; }
.ftlogo { float: left; margin-right: 32px; }
.ftnav { margin-bottom: 10px; }
.ftnav a { margin-right: 10px; padding-right: 10px; position: relative; }
.ftnav a:after { content: "|"; position: absolute; right: 0; top: -1px }
.ftnav a:last-child:after { display: none }
.copyright { font-size: 12px; }
.copyright p { margin: 0 0 5px; }
.icon-top { border-radius: 3px; background: url(../images/top.png) no-repeat center #eee; background-size: 16px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 20%; transition: all 0.3s; z-index: 9999999; opacity: 0; }
.cd-is-visible { opacity: 1; }
.icon-top:hover { background: url(../images/top2.png) no-repeat center #e71d29; background-size: 16px; }
.newslist { margin-bottom: 20px }
.page_title { padding: 20px; background: #fff; color: #333; font-size: 22px; margin-bottom: -15px; }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; padding: 20px 0 10px; font-size: 12px; background: #fff; }
.pagelist a { color: #5c626c; margin: 0 5px 10px; padding: 5px 10px; background: #f4f4f5; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #e71d29; }
.pagelist > b { padding: 5px 10px; }
.weizhi { color: #999; font-size: 12px; margin-bottom: 20px; }
.weizhi a { color: #999; }
article { background: #fff; padding: 30px 30px 0 30px; overflow: hidden; }
h1.ar_title { margin-bottom: 15px; font-size: 24px; line-height: 1.4; font-weight: normal; }
.ar_info { color: #999; font-size: 14px; margin-bottom: 30px; }
.ar_info a { color: #999; }
.ar_info a:hover, .weizhi a:hover { color: #e71d29; }
.ar_info span { margin-right: 30px; position: relative; }
.ar_info span:after { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 4px; background: #d1d0d0; right: -16px; top: 9px; }
.ar_info span:last-child:after { display: none }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #262626; }
.content p { margin: 10px 0; text-indent:2em; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; padding-left: 10px; line-height: 1.2; border-left: 4px solid #e71d29; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 80% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
.content blockquote { position: relative; padding: 30px 30px 30px 75px; background: #f3f3f3; border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; }
.content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 26px; top: 16px; }
.content .cont_xg a{display:block;}
/*文章相关链接*/
.art-copyright{margin-top:20px; background:#f8f8f8;padding:1em 1.5em;font-size:16px;}
.art-copyright .copyright,.art-copyright .from{font-weight:700;padding-top:10px}
.art-content a { color: #0084ff;}
.art-copyright *{font-size:14px;}
.diggit { display: block; width: 160px; margin: 30px auto; color: #e71d29; background: rgb(5 109 232 / 10%); background-size: 20px; border-radius: 3px; line-height: 40px; text-align: center; font-size: 16px; }
.diggit a { color: #e71d29; display: block }
.diggit img { display: inline-block; width: 20px; margin: 0 4px -2px 0; }
.diggit b { vertical-align: top; margin: 0 3px; font-weight: normal; }
.tags_list { font-size: 14px; overflow: hidden; padding: 15px 0; }
.tags_list a { color: #999; padding: 4px 10px; border: #e7e5e5 1px solid; margin: 5px 8px 5px 0; display: inline-block; border-radius: 2px; }
.tags_list a:hover { background: #e71d29; color: #fff; border: #e71d29 1px solid; }
.info-pre-next { overflow: hidden; margin: 0 auto 20px; }
.info-pre-next li { width: 49%; height: 86px; position: relative; border-radius: 3px; overflow: hidden }
.info-pre-next li a { display: block; overflow: hidden; }
.info-pre-next li a:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); content: ""; z-index: 1; transition: .5s }
.info-pre-next li:hover a:before { background: rgba(0,0,0,.7); }
.info-pre-next li:nth-child(odd) { float: left; }
.info-pre-next li:nth-child(even) { float: right }
.info-pre-next li span img { display: inline-block; vertical-align: bottom; }
.info-pre-next li i { display: block; overflow: hidden; position: absolute; }
.info-pre-next li i img { width: 100%; }
.info-pre-next li h3 { position: absolute; padding: 10px 15px 0; line-height: 20px; font-weight: normal; color: #fff; z-index: 1; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; font-size: 16px; }
.info-pre-next li p { position: absolute; bottom: 0; font-size: 12px; line-height: 16px; color: #fff; z-index: 1; padding: 10px 20px; width: 352px; }
.info-pre-next li p span:nth-child(2) { text-align: right; float: right; }
.other { margin-bottom: 20px; background: #fff; overflow: hidden; padding: 10px 10px 20px; }
.btitle { padding: 0 0 0 12px; font-size: 18px; position: relative; margin: 6px 20px; }
.btitle:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #e71d29; border-radius: 4px; }
.faq { background: #fff; margin-bottom: 20px }
.faq ul { padding: 0 16px; }
.faq li { line-height: 32px; border-bottom: #f2f2f2 1px solid; position: relative; }
.faq li:before { position: absolute; left: 1px; top: 22px; width: 0; height: 0; border: 4px solid transparent; border-left: 6px solid #ccc; content: ""; }
.faq li a { color: #333; font-size: 16px; padding: 10px 0 10px 18px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.faq li:hover a { color: #e71d29 }
.faq li span { float: right; font-size: 14px; color: #999; margin-left: 20px; }
.faq_title { font-size: 24px; line-height: 1.4; margin-bottom: 15px; font-weight: normal; color: #333; }
.faq_info { color: #999; font-size: 14px; }
.faq_best { font-size: 20px; border-bottom: 1px solid #efefef; padding-bottom: 12px; margin: 40px 0 0; }
.faq_other { background: #fff; overflow: hidden; margin-bottom: 20px; }
.wzlist { margin: 10px 10px 20px; }
.wzlist li { border-bottom: 1px solid #efefef; padding: 20px; transition: .5s }
.wzlist li:hover { background: #fafafa; }
.wzlist h4 { margin: 0 0 10px; font-size: 20px; line-height: 1.4; font-weight: normal; }
.wzlist h4 a { color: #333 }
.wzlist h4 a:hover { color: #e71d29 }
.wzlist li p { font-size: 14px; color: #666; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.wz_info { color: #999; font-size: 12px; margin-top: 15px; }
.wz_info a { color: #999; }
.wz_info a:hover { color: #e71d29 }
.wz_info em { font-style: normal; float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.wz_info span { margin-right: 20px }
.white_box { background: #fff; padding: 30px; margin-bottom: 20px; min-height: 600px; }
.line_title { text-align: center; font-size: 24px; line-height: 1.4; font-weight: normal; color: #333; position: relative; margin-bottom: 50px; }
.line_title:after { position: absolute; left: 50%; bottom: -15px; width: 20px; height: 2px; margin-left: -10px; background: #999; content: ""; }
.tb_tags { overflow: hidden; }
.tb_tags li { width: 160px; float: left; }
.tb_tags li a { display: block; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 36px; background: #f7f8f9; margin: 8px; padding: 0 10px; border-radius: 4px; }
.tb_tags li a:hover { color: #fff; background: #e71d29 }
.err_text { text-align: center; color: #666; }
h3.err_title { font-size: 28px; text-shadow: 3px 5px 2px rgb(0 0 0 / 30%); font-weight: normal; margin: 20px auto; }
.err_text a { color: #e71d29; }
.top_news { float: left; background: #fff; padding: 15px; width: 270px; height: 290px; border-radius: 4px; }
.top_news .bd { margin-top: 15px }
.pics_a { background: #fff; border-radius: 4px; padding: 20px 0 20px 20px; margin-bottom: 20px; }
.pics_a ul { display: flex; overflow: hidden; flex-wrap: wrap; justify-content: flex-start; }
.pics_a ul li { width: 268px; overflow: hidden; margin: 20px 22px 0 0; }
.pics_a ul li i { height: 150px; display: block; width: 100%; background: #e2e3e2; border-radius: 6px; overflow: hidden; margin-bottom: 10px; position: relative; }
.pics_a ul li em { position: absolute; right: 0; bottom: 0; text-align: left; width: 100%; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); color: #fff; line-height: 28px; text-indent: 1em; font-style: normal; font-size: 12px; }
.pics_a ul li i img { width: 100%; min-height: 100%; margin: auto; transition: .5s; }
.pics_a ul li i:hover img { transform: scale(1.05); }
.pics_a ul li h3 { font-weight: 500; font-size: 15px; line-height: 25px; color: #121212; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pics_a ul li span { line-height: 20px; color: #999; font-size: 12px; }
.text_a { background: #fff; padding: 20px; border-radius: 4px; margin-bottom: 20px; overflow: hidden; }
.text_a ul { margin-top: 20px; float: left; width: 48%; }
.text_a ul li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 34px; position: relative; text-indent: 1em; }
.text_a ul li a { color: #333 }
.text_a ul li:hover a { color: #e71d29; }
.text_a ul:nth-child(odd) { float: right; }
.text_a ul li:before { position: absolute; left: 1px; top: 13px; width: 0; height: 0; border: 4px solid transparent; border-left: 6px solid #ccc; content: ""; }
.tw_list { background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.tw_list .side_title { margin: 20px 0 10px 20px; }
.side_title span { float: right; font-size: 14px; margin-right: 20px; }
.side_title span a { color: #999; }
.side_title span a:hover { color: #e71d29; }
.title_pic, .wz_title { padding: 20px; background: #fff; color: #333; font-size: 22px; margin-bottom: -30px; }
.wz_title { margin-bottom: 0; }
.pics_b { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 20px; }
.pics_b { display: flex; overflow: hidden; flex-wrap: wrap; justify-content: space-between; }
.pics_b li { width: 248px; overflow: hidden; margin: 20px 0 0 0; }
.pics_b li i { height: 158px; display: block; width: 100%; background: #e2e3e2; border-radius: 6px; overflow: hidden; margin-bottom: 10px; position: relative; }
.pics_b li i img { width: 100%; min-height: 100%; height: auto; margin: auto; transition: .5s; }
.pics_b li i:hover img, .pics_c li i:hover img { transform: scale(1.05); }
.pics_b li h3, .pics_c li h3 { font-weight: 500; font-size: 15px; line-height: 25px; color: #121212; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pics_b li span, .pics_c li span { line-height: 20px; color: #999; font-size: 12px; }
.pics_c { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.pics_c li { width: 48%; margin: 10px 0; }
.pics_c li i { height: 66px; display: block; border-radius: 4px; overflow: hidden; margin-bottom: 5px; }
.pics_c li i img { width: 100%; min-height: 100%; transition: .5s; }
.pics_c li h3 { font-size: 14px; }
.pics_b li em { position: absolute; right: 0; bottom: 0; text-align: left; width: 100%; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); color: #fff; line-height: 28px; text-indent: 1em; font-style: normal; font-size: 12px; }
.play_video video { height: 450px !important; display: block; margin: auto; width: 100% !important; background: #000; }
.play_video iframe { width: 100%; height: 450px; }
.video_info { padding: 20px 0; line-height: 24px; }
.video_info p { display: inline-block; float: left; margin-right: 10px }
.tags_video a { color: #e71d29; position: relative; }
.tags_video a:hover { text-decoration: underline; }
.tags_video a:before { content: "#"; }
.pinglun { margin-bottom: 20px; }
.text_a .side_title span { margin: 0 }
.down_info { margin: 20px 0; }
.down_info p { display: inline-block; float: left; margin-right: 10px; line-height: 24px; }
.down-links ul { margin: 20px; }
.down-links ul li { height: 35px; line-height: 35px; background: #fafafa; background-size: 16px; display: block; overflow: hidden; margin-bottom: 10px; text-indent: 1em; text-overflow: ellipsis; white-space: nowrap; }
.down-links ul li span { float: right; width: 100px; height: 35px; line-height: 35px; font-size: 14px; font-weight: normal; color: #fff; text-align: center; background: #8b8b8b; text-indent: initial; }
.down-links ul li:hover span { background: #e71d29 }
.down-links { border: #ccc 1px solid; margin: 30px 0; }
.down-links ul li a { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.tags_video { display: inline-block; line-height: 24px; margin-left: 10px; }
.logged { line-height: 55px; color: #ccc; position: absolute; right: 0; top: 0; }
.logged i { display: inline-block; float: left; position: relative; font-style: normal; line-height: 50px; margin-top: 8px; cursor: pointer; color: #ce994f; }
.logged i img { width: 36px; height: 36px; border-radius: 4px; float: left; margin: 5px; }
.user_bar { display: none; text-align: center; position: absolute; width: 140px; right: -29px; top: 74px; background: #fff; border: 1px solid #ebebeb; border-radius: 4px; box-shadow: 0 5px 20px rgb(18 18 18 / 10%); z-index: 999; }
.btn_login { display: inline-block; padding: 0 16px; font-size: 14px; line-height: 32px; color: #FFFFFF; text-align: center; cursor: pointer; border-radius: 3px; background-color: #e71d29; border-color: #e71d29; margin: 16px 0 0 16px; float: right; }
.lodin_mb { display: none; height: 100vh; }
.user-login form { background: #fff; padding: 40px; width: 300px; height: 260px; position: absolute; left: 50%; top: 40%; margin-top: -130px; margin-left: -150px; border-radius: 4px; z-index: 10; }
.user-login input.inputsub-dl { color: #fff; background-color: #e71d29; width: 100%; margin-top: 30px; display: inline-block; padding: 0 16px; font-size: 14px; line-height: 32px; text-align: center; cursor: pointer; border: 1px solid; border-radius: 3px; }
.go-left2 { background: url(../images/close.png) no-repeat center; width: 36px; height: 36px; background-size: 20px; position: absolute; right: -42px; top: 1px; filter: brightness(100); cursor: pointer; }
.btn_login.open:after { content: ""; position: fixed; width: 100%; height: 100vh; left: 0; top: 0; background-color: rgba(18,18,18,.65); z-index: 9; }
.lodin_mb a.inputsub-zc { color: #e71d29; margin: 0 5px; }
.lodin_mb p { margin-top: 10px; color: #999; }
.lodin_mb h3 { font-size: 20px; margin-bottom: 20px; }
.lodin_mb input.inputText { display: block; border: none; border-bottom: #ddd 1px solid; width: 100%; line-height: 40px; outline: none; color: #8590a6; font-size: 15px; }
.user_bar li { line-height: 36px; text-align: left; }
.user_bar ul { padding: 10px; }
.user_bar:after { content: ""; position: absolute; box-sizing: border-box; width: 16px; height: 16px; margin: -9px; border: 1px solid #ebebeb; border-right: 0; border-bottom: 0; background: #fff; transform: rotate(45deg); top: 0; z-index: 9; }
.user_bar li a { display: block; }
.user_bar li a:hover { color: #e71d29; background: #f6f6f6; z-index: 9999999; }
.user_bar li em { float: left; margin: 8px 10px 0 10px; }
.user_bar li em img { width: 20px; }
.pl-tools-lastchild button { background: #e71d29 !important; }
.swiper-pagination-bullet-active { background: #e71d29 !important; }
.video_info span { color: #999; }
.pc-slide { width: 600px; margin: 0 auto; }
.view .swiper-container { width: 600px; height: 338px; }
.view .arrow-left { background: url(../images/index_tab_l.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.view .arrow-right { background: url(../images/index_tab_r.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.view .swiper-slide { height: 300px !important }
.preview { width: 100%; margin-top: 10px; position: relative; }
.preview .swiper-container { margin-left: 35px; }
.preview .swiper-slide { width: 87px; height: 52px; cursor: pointer; }
.preview .slide6 { width: 82px; }
.preview .arrow-left { background: url(../images/feel3.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview .arrow-right { background: url(../images/feel4.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview img { padding: 1px; width: 80px; height: 45px; }
.preview .active-nav img { padding: 0; border: 1px solid #e71d29; }
.pc-slide .view .swiper-slide img { }
.tb_tags li span { float: right; color: #999; font-size: 12px; }
.ziliao .choice{font-size: 14px;}
.ziliao a {font-size: 1pc;color: #333;padding: 0 14px}
.ziliao a b {position: relative;top: 2px;display: inline-block;background: url(../images/icons.png) no-repeat scroll 1px 6px;width: 1pc;height: 1pc;margin-right: 5px}
.ziliao a .ic_pdf {background-position: -2px -3px}
.ziliao a .ic_doc {background-position: -2px -42px}
.ziliao a .ic_txt {background-position: -2px -83px}

.appdown{
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}
.appdown>section{
    background-color: #fffcf9 !important;
    border-radius: 5px !important;
    padding: 1em !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    border: 1px solid #ffd9a8 !important;
}
.appdownimg{
    width: 4.2em !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    flex: none !important;
}

.appdownimg img{
    width: 100% !important;
    border: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    border-radius: 5px !important;
}

.appdowntxt{
    flex: auto !important;
    padding: 0 0 0 1.5em !important;
}

.appdowntxt .app-info-module-txt-title{
    font-size: 1.25em !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    margin: 0 0 0.5em 0 !important;
    overflow: hidden !important;
    flex: none !important;
    font-weight: bold;
}

.appdowntxt .app-info-module-txt-info{
    opacity: .6 !important;
    line-height: 1.4 !important;
    overflow: hidden !important;
    flex: auto !important;
    display: block !important;
    font-size: 14px !important;
    text-indent: 0em !important;
}

.down-info-module-btn{
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    background-color: #43ab04 !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: all .35s ease 0s !important;
}
.down-info-module-btn2{
    height: 2.6em !important;
    font-size: 1.1em !important;
    padding: 0 2em !important;
    background-color: #000 !important;
    margin: 0 0 0 1em !important;
    flex: none !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    color: #fff !important;
    transition: all .35s ease 0s !important;
}


@media (max-width: 767px){
.appdown section{
    align-items: flex-start !important;
    flex-wrap: wrap !important;
}
.appdownimg{
    position: absolute !important;
    left: 1em !important;
    top: 1em !important;
}
.appdowntxt{
    margin: 0 !important;
    padding-left: 5.5em !important;
}
.down-info-module-btn{
    margin: 1em 0 0 0 !important;
    flex: auto !important;
    padding: 0 !important;
}
.down-info-module-btn2{
    margin: 1em 0 0 0 !important;
    flex: auto !important;
    padding: 0 !important;
}
}

.arc_img img{width: 100% !important; padding: 0px !important; margin: 0 !important; height: 100% !important; max-width: 100% !important;}
.art-content .block001 {
    border: 1px solid #ccc;

    padding: 15px 20px;
    text-indent: 2em;
    color: #ababab;
    background-color: #f5f5f5;
}
.mulu {
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.mulu .mulu-title {
    display: inline-block;
    color: #206aad;
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: bold;
}

.mulu .top {
    overflow: hidden;
}

.mulu .top .mulu-title {
    float: left;
}

.mulu .top .close_mulu {
    float: left;
    color: #206aad;
    margin-left: 20px;
    background: url("../images/cd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;

    height:30px;
}

.mulu ul {
    margin: 0px;
    padding: 0px;
}

.art-content .mulu ul {
    padding-left: 0px;
}

.art-content ul li {
    list-style: none;
}

.mulu li a {
    display: block;
    color: #000000;
    border: none;
    margin-bottom: 0px;
}

.mulu li {
    border-bottom: none;
    list-style: none;
    text-decoration: none;
}

.mulu ul.level-1 li {
    font-weight: bold;
    margin-left: 20px;
}

.mulu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    color: #000000;
    list-style: none;
    text-decoration-line: unset;
}

.art-content h2 {
    border-bottom: 2px solid #000;
    margin-top: 2.5rem;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.6rem;
}

.art-content h3 {
    font-weight: bold;
}

.art-content .mulu li {
    margin-bottom: 0px;
    font-size:1rem;
}
.art-content .mulu li a{color: #000000;
    display: block;
    border-bottom: 0.1rem dashed rgba(32, 106, 173, 0%);}

.art-content ol, .entry .art-content ul {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.mulu
{    display: table;
    font-weight: bold;
    background: #ffffff;
    padding: 10px 20px 0px 10px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}
.mulu ul.level-2 li {
    margin-left: 30px;
    font-weight: normal;
}
.mulu ul.level-3 li {
    margin-left: 30px;
    font-weight: normal;
}
.entry-meta {
    margin-bottom: 1em;
}
.entry-meta a {
    color: #206aad;
}
.post-loop-default .item-img-inner {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all .6s;
}
@media (max-width: 921px){
    body{font-size: 91%}
}
