@charset "utf-8";
/**
 * base.css
 * https://www.yangqq.com/
 * Copyright 2020, design by yangqq
 */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #000; background: #fff; line-height: 1.5; overflow-x: hidden; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #333; }
a:hover { color: #000; text-decoration: underline; }
.clear { clear: both; width: 100%; overflow: hidden; }
.clearblank { clear: both; width: 100%; overflow: hidden; height: 20px }
.fl { float: left!important; }
.fr { float: right!important; }
.box, article { width: 1000px; margin: auto; overflow: hidden }
article { margin: 20px auto 0 }
/*topbar*/
.topbar { height: 32px; line-height: 32px; text-align: right; border-bottom: 1px solid #ebebeb; font-size: 14px }
.topbar ul { width: 1000px; margin: auto }
.topbar li { position: relative; display: inline-block; text-align: center; margin-left: 10px; }
.topbar img { position: absolute; width: 100px; height: 100px; left: -15px; top: 32px; display: none; border: #ccc 1px solid; }
.topbar li:hover { cursor: pointer; color: #1487f4 }
.topbar li:hover img { display: block; z-index: 9 }
.logo { float: left; margin: 15px 0 }
/*search_box*/
.search_box { float: right; width: 60%; margin: 20px 0; }
.search { border: 1px solid #eaeaea; background: #1487f4; position: relative; }
.search input.input_submit { border: none; background: none; color: #fff; outline: none; position: absolute; top: 0; right: 0; width: 20%; height: 36px; font-size: 16px; }
.search input.input_text { border: 0; line-height: 38px; height: 36px; width: 80%; outline: none; text-indent: 1em; }
.search input.input_submit:hover { cursor: pointer }
.hot_search { height: 30px; line-height: 30px; font-size: 13px; overflow: hidden; }
.hot_search span { float: left; margin-right: 10px }
.hot_search li { display: inline-block; margin-right: 5px; }
.hot_search li a { color: #999; }
.hot_search li a:hover { color: #1487f4; }
.hot_search li:first-child a {    color: #1487f4;}
/*topnav*/
.topnav { width: 100%; background: #2577e3; }
.topnav:before { display: table; content: " "; }
.topnav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
nav { text-align: center; line-height: 40px; width: 1000px; margin: auto }
nav #starlist { margin: auto; width: 1000px; }
#starlist li { position: relative; display: inline; float: left; font-size: 15px; }
#starlist li a { display: inline; float: left; padding: 0 15px; color: #fff; }
#starlist li a:hover { background: #0a56bb; text-decoration: none }
#selected { position: relative }
#starlist ul.sub { padding: 5px 0; position: absolute; left: 0; top: 40px; background: #0a56bb; z-index: 9; display: none; }
#starlist ul.sub li { height: 34px; line-height: 34px; margin-left: 0; width: 100%; font-size: 14px; }
#starlist ul.sub li a { padding: 0; display: block; width: 100%; }
#starlist ul.sub li a:hover { background: #2577e3; }
#starlist li:hover ul.sub { display: block }
a#selected { background: #0a56bb; }
#starlist ul.sub:before { content: ""; height: 15px; width: 15px; background: #0a56bb; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 0; border-bottom: 0; position: absolute; top: -8px; left: 42%; }
#mnavh { display: none; width: 70px; height: 40px; background: #1487f4; text-align: center; }
.navicon { display: block; position: relative; width: 30px; height: 3px; background-color: #fff; margin-top: 20px; float: left; margin-left: 20px; }
.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fffefe; -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: -10px; }
.navicon:after { margin-top: 10px; }
.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: 30px; height: 3px; position: absolute; background: #fff; }
.menu:after { content: ""; position: absolute; right: 5px; top: 20px; width: 0; height: 0; border-width: 4px 4px 0; border-style: solid; border-color: #fff transparent transparent; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.menu:hover:after { transform: rotate(180deg) }
.is-fixed { position: fixed; top: 0; box-shadow: 0px 3px 10px 1px rgba(144, 161, 180, 0.4); z-index: 99; }
/*banner*/
.banner { width: 67%; float: left; height: 340px; }
.swiper-slide { position: relative }
.swiper-slide span { position: absolute; right: 0; font-size: 12px; padding: 2px 5px 2px 10px; top: 10px; background: #0CF; color: #fff; border-radius: 3px 0 0 3px }
.swiper-slide:nth-child(2) span { background: #F60 }
.swiper-slide:nth-child(3) span { background: #3C0 }
/*news_box*/
.news_box_r { float: right; width: 30% }
h2.news_t { font-size: 20px; font-weight: normal; padding: 5px 0; margin-bottom: 10px; position: relative; border-top: #ccc 2px solid; border-bottom: #ececec 1px solid; color: #069 }
h2.news_t a { color: #069 }
h2.news_t a:hover { text-decoration: none }
h2.news_t:after { position: absolute; width: 100px; height: 2px; background: #069; content: ""; left: 0; top: -2px }
h2.news_t span{ float:right;font-size:16px; padding-top:4px; }
h2.news_t span a{color:#2b9a00}
ul.news_part01 li { height: 35px; line-height: 35px; border-bottom: 1px dotted #ececec; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; }
ul.news_part01 li .news_lm { margin-right: 10px; color: #069 }
.flbox { width: 67%; float: left }
.frbox { width: 30%; float: right }
.news_box { margin-bottom: 30px }
.news_part02 li { margin: 8px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; }
.news_part02 li:first-child, .news_part02 li:nth-child(7) { font-size: 18px; font-weight: bold }
.news_part02 li:nth-child(6) { border-bottom: 1px dotted #ccc; padding-bottom: 10px }
.news_part02_pic { float: right; width: 240px; overflow: hidden; margin-left: 20px; font-size: 14px; line-height: 28px }
.news_part02_pic li a { display: block; height: 160px; margin: 10px 0 30px; overflow: hidden; position: relative; color: #fff; }
.news_part02_pic li img { width: 100%; min-height: 100%; }
.news_part02_pic li span { position: absolute; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; bottom: 0; left: 0; display: block; background: rgba(0,0,0,0.7); }
/*news_part03*/
.news_part03 { }
.news_part03 li { overflow: hidden; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dotted #ccc; }
.news_part03 li i { width: 114px; height: 76px; margin-right: 10px; overflow: hidden; display: block; float: left; }
.news_part03 i img { height: 100%; max-width: 100%; }
.news_part03 p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }
.news_part03 li:last-child { border-bottom: none }
/*news_part04*/
.news_part04 { margin-bottom: 18px }
.news_part04 li { font-size: 14px; line-height: 35px; border-bottom: 1px dotted #ececec; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_part04 li:first-child { background: #f5f5f5; margin: 20px 0 10px; }
.news_part04 li:first-child i { width: 114px; height: 76px; margin-right: 10px; overflow: hidden; display: block; float: left; }
.news_part04 li:first-child i img { height: 100%; max-width: 100%; }
.news_part04 li:first-child p { white-space: initial; line-height: 24px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; padding-top: 16px; }
/*news_part05*/
.news_part05 { overflow: hidden; margin-bottom: 24px; }
.news_part05 li { width: 47%; float: left; overflow: hidden; margin-bottom: 15px; }
.news_part05 li:nth-child(even) { float: right }
.news_part05 li a { display: block; }
.news_part05 li i { height: 90px; display: block; overflow: hidden; }
.news_part05 li i img { width: 100%;min-height: 100%; }
.news_part05 li p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; font-size: 14px; }
/*news_part06*/
.news_part06 li { font-size: 14px; line-height: 35px; border-bottom: 1px dotted #ececec; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; padding-left: 30px }
.news_part06 li:before { position: absolute; left: 0; font-size: 16px; font-style: italic; font-family: arial; color: #666; }
.news_part06 li:nth-child(1):before { content: "01"; color: #f63; }
.news_part06 li:nth-child(2):before { content: "02"; color: #f63 }
.news_part06 li:nth-child(3):before { content: "03"; color: #f63 }
.news_part06 li:nth-child(4):before { content: "04" }
.news_part06 li:nth-child(5):before { content: "05" }
.news_part06 li:nth-child(6):before { content: "06" }
.news_part06 li:nth-child(7):before { content: "07" }
.news_part06 li:nth-child(8):before { content: "08" }
.news_part06 li:nth-child(9):before { content: "09" }
.news_part06 li:nth-child(10):before { content: "10" }
/*news_box_list*/
.news_box_list ul { width: 46%; float: left }
.news_box_list ul:last-child { float: right }
.news_box_list ul li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 28px; position: relative; padding-left: 10px; font-size: 14px; }
.news_box_list ul li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #069; top: 13px; left: 0; }
.news_box_list ul li span { float: right; font-size: 13px; color: #999; margin-left: 20px }
/*links*/
.links { padding: 5px 0; margin: 10px 0; position: relative; border-top: #ececec 1px solid; border-bottom: #ececec 1px solid; color: #069; }
.links li { display: inline-block; margin-right: 10px; }
.links li a { color: #069; }
/*footer*/
footer { color: #666; font-size: 13px; padding: 30px 0 10px; line-height: 24px; text-align: center; background: #fcfcfc; }
footer a { color: #666; margin-right: 10px }
footer img { display: inline-block; vertical-align: text-bottom; margin-right: 5px; }
.icon-top { background: url(../images/istop.png) no-repeat center #fff; background-size: 22px; width: 40px; height: 40px; position: fixed; right: 10%; bottom: 10%; opacity: 0; transition: all 0.3s; z-index: 9999999; border: #ececec 1px solid; }
.icon-top.cd-is-visible { visibility: visible; opacity: 1; }
.sidebtn { display: none }
/*list*/
.news_list_t { font-size: 14px; font-weight: normal; margin-bottom: 10px; position: relative; border-top: #ccc 2px solid; border-bottom: #ececec 1px solid; color: #069; line-height: 40px; }
.news_list_t:after { position: absolute; width: 100px; height: 2px; background: #069; content: ""; left: 0; top: -2px }
/*news_list_a*/
.news_list_a li { padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; position: relative; }
.news_list_a li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #069; top: 13px; left: 0; }
.news_list_a li span { float: right; color: #999; font-size: 12px; font-weight: normal; margin-left: 20px }
.news_list_a li:nth-child(10n) { margin-bottom: 20px; border-bottom: #eee 1px solid; padding-bottom: 20px }
.news_list_a li:first-child, .news_list_a li:nth-child(10n+1) { font-size: 18px; font-weight: bold }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #0a56bb; text-decoration: none }
.pagelist > b { padding: 5px 10px; }
/*news_list_b*/
.news_list_time { color: #888; font-size: 13px; margin-top: 10px; }
.news_list_time span { margin-right: 10px; }
.news_list_b li { overflow: hidden; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
.news_list_b li h2 { font-size: 18px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; color: #069; }
.news_list_b li i { display: block; float: right; width: 160px; height: 107px; overflow: hidden; margin-left: 20px; }
.news_list_b li i img { width: 100% }
.news_list_b li a:hover { text-decoration: none; }
.news_list_b li a:hover h2 { text-decoration: underline }
.news_list_b .news_list_info { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }
/*news_list_c*/
.news_list_c li { overflow: hidden; margin-bottom: 10px; padding-bottom: 20px; border-bottom: 1px dotted #ccc; }
.news_list_c li h2 { font-size: 18px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; color: #069; }
.news_list_c li i { display: block; float: left; width: 160px; height: 107px; overflow: hidden; margin-right: 20px; }
.news_list_c li i img { width: 100% }
.news_list_c li a:hover { text-decoration: none; }
.news_list_c li a:hover h2 { text-decoration: underline }
.news_list_c .news_list_info { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; margin-top: 20px }
/*container*/
.container { font-size: 16px; }
.container h1 { font-size: 22px; margin-bottom: 15px; }
.info { color: #888; font-size: 14px; margin-bottom: 30px; padding-bottom: 10px; border-bottom: #ccc 1px dotted; }
.info span { margin-right: 10px; }
.content { word-break: break-word; text-align: justify; }
.content p { margin: 26px 0; line-height: 30px; }
.content img { margin: 15px auto; max-width: 100% !important; height: auto !important }
.content h2, .content h3, .content h4, .content h5, .content h6 { font-size: 18px; margin: 10px 0 }
.content video{ height: auto !important;   width: 100% !important;}
.content iframe {   width: 100%;    min-height: 400px;}
.tags { margin: 20px 0; font-size: 14px; }
.tags a { display: inline-block; border: #e6e4e4 1px solid; padding: 3px 6px; color: #666; }
.statement { overflow: hidden; background: #f3f3f3; padding: 10px; margin-bottom: 20px }
.statement p { font-size: 14px; margin: 10px 0; }
.statement p:last-child { color: #f00 }
.statement i { float: left; width: 120px; text-align: center; font-style: normal; font-size: 14px; margin-right: 10px; }
.statement img { width: 100%; }
/*info-pre-next*/
.info-pre-next { overflow: hidden; margin: 20px 0; }
.info-pre-next ul li { width: 50%; float: left; overflow: hidden; }
.info-pre-next ul li a { display: block; overflow: hidden; }
.info-pre-next ul li a:hover { text-decoration: none; color: #069 }
.info-pre-next ul li:nth-child(1) a { margin-right: 10px; }
.info-pre-next ul li:nth-child(2) a { margin-left: 10px; }
.info-pre-next ul li i { display: block; width: 130px; height: 80px; overflow: hidden; float: left; margin-right: 10px; position: relative; }
.info-pre-next em { position: absolute; left: 0; top: 0; font-style: normal; color: #ffffff; font-size: 16px; width: 100%; line-height: 80px; text-align: center; background: rgba(0,0,0,.2); z-index: 1; }
.info-pre-next img { width: 100%; }
.info-pre-next h2 { font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.info-pre-next p { font-size: 14px; margin-top: 10px; line-height: 20px; height: 40px; color: #888; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.otherlink li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 28px; position: relative; padding-left: 10px; font-size: 14px; }
.otherlink li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #069; top: 13px; left: 0; }
.otherlink li span { float: right; font-size: 13px; color: #999; margin-left: 20px }
.fm_news_list { }
.fm_news_list h2 span { float: right; font-size: 14px; padding-top: 5px; }
.fm_news_list section { margin: 0 0 30px; }
.fm_news_list section ul { }
.fm_news_list ul li { line-height: 35px; border-bottom: 1px dotted #ececec; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fm_news_list ul li span { float: right; font-size: 12px; color: #888; }
.paihang { }
.paihang section { float: left; width: 33.333%; }
.ph_box { overflow: hidden; margin: 10px 15px; border: #ececec 1px solid; padding: 10px; }
.ph_box h2 { font-size: 16px; text-align: center; color: #069; margin-bottom: 10px; padding-bottom: 10px; border-bottom: #ccc 1px solid; }
/*search_paihang*/
.hot-search, .new-search { overflow: hidden; margin-top: 20px; width: 48%; float: left; }
.new-search { float: right }
.hot-search p, .new-search p { font-size: 15px; font-weight: bold; margin-bottom: 10px; border-left: #069 3px solid; padding-left: 10px; color: #069; }
.search_paihang li { float: left; line-height: 36px; font-size: 14px; width: 100%; border-bottom: #ececec 1px dotted; }
.search_paihang li a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.search_paihang li i { font-size: 14px; border-radius: 2px; -webkit-border-radius: 2px; text-align: center; background: #c7c7c7; color: #fff; display: block; font-style: normal; width: 20px; height: 20px; line-height: 20px; margin-right: 10px; margin-top: 6px; float: left; }
.search_paihang li:first-child i { background: #ff6b66 !important; }
.search_paihang li:nth-child(2) i { background: #ff8652 !important; }
.search_paihang li:nth-child(3) i { background: #ffa742 !important; }
/*timebox*/
.timebox span {position: relative;line-height: 32px;padding-right: 40px;color: #999;font-size: 13px;}
.timebox span:after { position: absolute; content: ""; width: 2px; height: 40px; background: #e0dfdf; right: 18px }
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.timebox li i { position: relative; font-style: normal }
.timebox li i:before { content: " "; height: 10px; width: 10px; border: 2px solid #cccaca; background: #fff; position: absolute; top: 4px; left: -26px; border-radius: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.timebox li:hover i:before { background: #069 }
