<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #555; }
a:hover { color: #6bbb2e; text-decoration: underline; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1200px; margin: auto; overflow: hidden; }
/*header*/
header { width: 100%; background: #fff; box-shadow: 0 0 3px 1px rgb(0, 0, 0, .1); }
.top_head { height: 80px; }
.logo { float: left; margin: 10px 40px 0 0; }
.logo img { height:60px; }
nav { background: #00c8a3; box-shadow: 0 1px 5px #13ad91; overflow: hidden; font-size: 0; position: relative; }
nav li { line-height: 46px; height: 46px; text-align: center; display: inline; font-size: 16px; font-weight: bold; }
nav li a { width: 10%; color: #fff; font-size: 16px; display: inline-block; }
#selected { background: #ff7d0e }
nav li:hover a { color: #fff; text-decoration: underline; }
/*mnav*/
#mnavh { display: none; width: 50px; height: 50px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #828282; margin-top: 26px; margin-left: 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*/

.is-search { position: absolute; right: 60px; top: 10px; cursor: pointer; border-radius: 100%; display: none }
.is-search i { display: block; width: 36px; height: 36px; background: url(../images/search.png) no-repeat center; background-size: 18px; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; width: 20%; right: 0; display: block; font-size: 15px; height: 100%; background: #ff7d0e; line-height: 32px; cursor: pointer; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; width: 80%; float: left; }
.search { width: 360px; position: relative; overflow: hidden; float: right; border: #ff7d0e 1px solid; margin-top: 20px; }
.banner { background: url(../images/banner.jpg) no-repeat center; height: 276px; text-align: center; color: #fff; overflow: hidden; }
.banner h3 { font-size: 64px; letter-spacing: 0.1em; margin-top: 3%; }
.banner h3 span { color: #ffea01; }
.banner h5 { line-height: 44px; font-size: 26px; border: #fff 1px solid; width: max-content; margin: 20px auto 0; padding: 0 30px; border-radius: 30px; font-weight: 500; letter-spacing: .1em; }
/*menu*/
.menu { padding-top: 20px; }
.menu dl { float: left; width: 50%; border-bottom: 1px dashed #e0e0e0; padding-bottom: 15px; margin-bottom: 15px; }
.menu dt { background: #00c8a3; border-radius: 15px; color: #fff; float: left; height: 40px; line-height: 18px; text-align: center; width: 40px; padding: 5px; font-size: 15px; font-weight: 700; margin: 8px 20px 0; }
.menu dd { display: inline-block; text-align: center; width: 20%; }
.menu dt a { color: #fff; }
.menu dd a { margin: 0 10px 5px; display: block; border: 1px solid #e6e6e6; line-height: 26px; }
.menu dd a { color: #555; }
.menu dd a:hover { color: #ff6600; }
.news_banner { height: 180px; margin-bottom: 10px; overflow: hidden; }
.news_l { width: 30%; float: left; }
.news_m { width: 40%; float: left; margin-left: 26px; }
.news_r { width: 25%; float: right; }
.news { margin-top: 10px; }
.news li { line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news li span { color: #a2a2a2; float: right; font-size: 12px; margin-left: 10px; }
.news_m section h4 { color: #666; font-size: 18px; text-align: center; margin: 5px 0 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news_m section h4:hover { text-decoration: underline }
.news_m section p { color: #6b6b6b; font-size: 14px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.news_m section span { background: #ff8100; border-radius: 3px; color: #fff; font-size: 14px; padding: 3px 10px; margin: 10px 0; display: inline-block; }
.news_dot { overflow: hidden; }
.news_dot li { float: left; width: 47%; line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; text-indent: 1em; }
.news_dot li:nth-child(even) { float: right }
.news_dot li:before { content: ""; position: absolute; width: 4px; height: 4px; background: #00c8a3; top: 12px; left: 0; }
.hot_title { color: #ff8100; font-size: 16px; line-height: 30px; margin-bottom: 10px }
.hot_pic { height: 100px; display: block; overflow: hidden; margin-bottom: 10px; }
.hot_pic img { width: 100% }
.hot_news { font-size: 15px; }
.hot_news li { line-height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.hot_news li i { line-height: 18px; background: #03c7a4; color: #fff; width: 18px; display: inline-block; text-align: center; font-style: normal; border-radius: 3px; font-size: 12px; margin-right: 8px; }
.hot_news li:nth-child(-n+3) i { background: #ff8100 }
.news_box { margin: 10px 0; overflow: hidden }
.news_title { height: 35px; line-height: 35px; margin-bottom: 14px; font-size: 20px; width: 100%; border-bottom: 2px solid #e0e0e0; position: relative }
.news_title a { color: #01c9a5; }
.news_title span { font-size: 15px; float: right; font-weight: normal; background: url(../images/more.png) no-repeat right center; background-size: 16px; padding-right: 20px; }
.news_title span a { color: #999; }
.news_title:before { content: ""; width: 79px; position: absolute; bottom: -2px; height: 3px; background: #ff8100; }
.news_box_left { float: left; width: 72%; }
.news_pic { overflow: hidden; margin: 10px 0; }
.news_pic li { float: left; width: 48%; }
.news_pic li:nth-child(2) { float: right }
.news_pic li i { float: left; width: 130px; height: 87px; overflow: hidden; margin-right: 15px; }
.news_pic li i img { width: 100%; transition: .5s; }
.news_pic li h3 { font-size: 16px; font-weight: 700; color: #484848; margin: 6px 0 8px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news_pic li:hover a { text-decoration: none }
.news_pic li:hover h3 { text-decoration: underline }
.news_pic li:hover img { transform: scale(1.05); }
.news_pic li p { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 15px; line-height: 24px; color: #6b6b6b; }
.news_list { overflow: hidden; }
.news_list li { width: 48%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 30px; position: relative; }
.news_list li:nth-child(even) { float: right; }
.news_list li span { color: #a2a2a2; float: right; font-size: 12px; margin-left: 10px; }
.news_box .hot_news li:nth-child(-n+3) i { background: #03c7a4; }
.news_box .hot_news li i { background: #d4d4d4; }
.news_box .hot_news li { line-height: 31px }
.links { border: #e8e7e7 1px solid; padding: 10px; font-size: 14px; margin: 20px 0; }
.links a { margin: 0 5px 5px 5px; }
footer { color: #c0c2c3; background: #2d3236; padding: 10px 0; font-size: 13px; text-align: center; line-height: 30px; }
footer a { color: #c0c2c3; }
.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: 12%; 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 #03c7a4; background-size: 16px; }
.box_l { width: 70%; float: left; }
.box_r { width: 25%; float: right; }
.weizhi { color: #999; font-size: 14px; margin: 20px 0; }
.weizhi a { color: #999; }
.page_news { }
.page_news li { line-height: 32px; border-bottom: #f2f2f2 1px solid; position: relative; }
.page_news li:before { position: absolute; left: 1px; top: 18px; width: 0; height: 0; border: 4px solid transparent; border-left: 6px solid #ccc; content: ""; }
.page_news li a { color: #333; font-size: 16px; padding: 5px 0 5px 18px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.page_news li:hover a { color: #ff2e2e }
.page_news li span { float: right; font-size: 14px; color: #999; margin-left: 20px; }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; padding: 20px; font-size: 14px; background: #fff; margin: 30px 0; }
.pagelist a { color: #5c626c; margin: 5px; padding: 5px 10px; background: #f4f4f5; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist &gt; b { color: #FFF; background: #00c8a3; text-decoration: none; }
.pagelist &gt; b { padding: 5px 10px; margin: 5px; }
.side { border: #f1f1f1 1px solid; padding: 20px; margin-bottom: 20px; overflow: hidden }
.side_title { color: #00c8a3; font-size: 18px; margin-bottom: 10px; font-weight: normal; }
.dot li { line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; text-indent: 1em; }
.dot li:before { content: ""; position: absolute; width: 4px; height: 4px; background: #dadada; top: 12px; left: 0; }
.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: #ff2e2e; color: #fff; border: #ff2e2e 1px solid; }
article { background: #fff; overflow: hidden; margin: 20px 0; }
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: #ff2e2e; }
.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: 20px 0; }
.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 #00c8a3; }
.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: 100% !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 60px; 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: 15px; top: 16px; }
.tags_list { font-size: 14px; overflow: hidden; margin: 20px 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: #03c7a4; color: #fff; border: #03c7a4 1px solid; text-decoration: none }
.info-pre-next { margin: 30px 0; }
.info-pre-next li { margin: 0 0 20px 0; }
.other h5 { background-color: #f2f8fc; border-radius: 10px; padding: 10px; margin: 20px 0; font-size: 15px }
.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: ""; }
.page { min-height: 600px }
.err_text { text-align: center; color: #666; margin-bottom: 180px }
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: #00c8a3; }
.tb_tags { overflow: hidden; margin: 40px 0 }
.tb_tags li { width: 14%; 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 8px; }
.tb_tags li a:hover { color: #fff; background: #00c8a3 }
.tb_tags li span { float: right; font-size: 14px; line-height: 36px; color: #999; }
.tb_tags li a:hover span { color: #fff }
</pre></body></html>