<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, img, p, table, th, td, form, button, input {margin: 0;padding: 0; border:none; box-sizing: border-box; }
body{ font-size: 14px; font-family: "Microsoft YaHei"; line-height: 18px; color: #333; word-break:break-all;word-wrap:break-word;}
a{transition:0.3s all; text-decoration: none; color: #333; background: 0; cursor: pointer;}
img{ border:0; max-width: 100%;}
iframe{ display: block; border: none;}
table,thead,tbody,tr,th,td{ text-align: center;}
table{border-collapse:collapse; border-spacing:0;}
em,i{font-style:normal;}
button,input{ background: none; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none;}
input::placeholder{ color:#999;}
ul,li{ list-style: none;}
.wrap{ width: 1360px; margin: 0 auto;}

/*top*/
.header{ background:#fff;}
.header .top{ height:50px; display: flex; justify-content: space-between; align-items: center;}
.header .top_l{ height:50px; display: flex; align-items: center; }
.header .top li{  font-size:16px; color:#333; padding:0 4px; text-align:center;}
.header .top li a{ padding-right:8px; color:#333;}
.header .top li a:hover{color:#ba231a;}
.header .top li a img{ max-width:110px;}

/*banner*/
.banner{background: url("../images/banner.jpg?v=1") no-repeat center top; width: 100%; min-width: 1280px; height: 200px;}
.banner h1{ font-size: 0; color: #fff; }

/*content*/
.sk_con{ display: flex; justify-content: space-between; align-items: flex-start; padding: 15px 0; }

/*左侧导航*/
.tabbar{width: 16%; background: #fff;}
.tabbar&gt;li{ box-shadow: 0 4px 10px #ff9a8f; padding-bottom: 10px;}
.tabbar li p{ line-height:50px; text-align: center; font-size: 18px; font-weight: bolder; color: #fff; }
.tabbar li .tablist{ width: 100%; padding: 10px 30px 0; }
.tabbar li .tablist li{ width: 100%; margin: 10px 0; background: #fff; display: flex; flex-direction: column; align-items: center; border-radius: 10px; }
.tabbar li .tablist li a{ width: 100%; color: #333; font-size: 16px; line-height:38px; text-align: center; border: 1px solid #fff;}
.tabbar li .tablist li a:hover, .tabbar li .tablist li.on a{ color: #ba231a; border: 1px solid #d03727; font-size: 17px; font-weight: bolder; border-radius: 10px; }
.tabbar li.nav1 p{ background: #d03727 url("../images/ico1.png") no-repeat 20% center; }
.tabbar li.nav2 p{ background: #ba231a url("../images/ico2.png") no-repeat 20% center; }
.tabbar li.nav3 p{ background: #d03727 url("../images/ico3.png") no-repeat 20% center; }

/*文章页*/
.sk_middle{width:83%; padding: 0px 20px 20px; background: #fff; }
.article{ margin-top: 35px;}
.article_nav{border-bottom: 1px solid #d03727; padding-bottom: 3px; margin-bottom:10px;}
.article_nav p{font: bolder 20px/40px "Microsoft Yahei"; color: #fff; background: #e41600 url("../images/icon1.png") no-repeat 15px center; padding-left:50px;}
.article h2{font:bold 26px/1 "Microsoft Yahei"; color: #333; border-bottom: solid 1px #e41600; padding-left: 10px; border-left: 8px solid #d03727; padding-bottom: 10px;}
.article&gt;p{ font-size: 15px; line-height: 30px; text-indent: 2em; margin-top: 10px; }
.article&gt;p a{ font-size: 16px; color: #e41600; }
.article&gt;p a:hover{color:#d03727; text-decoration: underline;}
.qh_1{ display: flex; margin-top: 20px; }
.qh_1 li{ width: 160px; line-height: 50px; background: #f8f8f8; text-align: center; font-size: 18px;  border: 1px solid #e5e5e5; cursor: pointer; }
.qh_1 li.on{ background: linear-gradient(to right,#e41600, #d03727); color: #fff; font-weight: bolder; border:none; }
.article_text{ padding:15px; }
.article_text p{ font-size: 15px; line-height: 30px; margin-bottom: 6px;text-indent: 2em; }
.article_text p span{color:#d03727;}
.article_text p a{ font-size: 16px; color: #ba1200; }
.article_text p a:hover{color:#e41600; text-decoration: underline;}
.article_text .ml,.article_text h3.tit{font:bold 18px/48px 'Microsoft Yahei'; background:url("../images/icon.png") no-repeat left center; padding-left:20px;}
.article_text h3.tit{ color:#d03727; background:url("../images/icont.png") no-repeat left center;}
.article_text .line{ border-top:1px dashed #bbb; margin-bottom: 20px; }
.bnr{margin-bottom: 20px;}
.red_bold{display:block; font:bold 16px/46px 'Microsoft Yahei'; color: #d03727; text-align: center; margin: 20px auto;}

.sk_lb{margin-bottom: 30px; font-family:"Microsoft Yahei";}
.sk_lb strong{ font-weight: bold; color: #333; padding: 0 20px; font-size: 18px; margin-bottom: 15px; display: inline-block; }

/*相关阅读*/
.related a{ display: block; text-indent:4em; line-height:32px; font-size: 14px;}
.related a:hover{color:#d03727;}

/*表格*/
.table_cont{ width:85%; margin:20px auto; }
.table_wid{ width:100%; margin:20px auto; }
table td{border:1px solid #e6e6e6; padding: 5px 0px; line-height: 24px;}
table td a{ color:#e41600;}
table td a:hover{ color:#d03727;}
table th, table.tbbt th{border:1px solid #e6e6e6; background: #e41600; color: #fff; font-size: 15px; padding: 5px 0px;line-height: 30px; font-weight: bold;}
table tr:hover{background: #f2f2f2; }
table.tbbt, table.major{ width: 85%; margin: 0 auto; }

/*时间安排*/
.ksList{ display: flex; justify-content: space-between; align-items: center; padding: 10px 10px 20px; border-bottom: 1px dashed #ddd; }
.ksList h4{ width:212px; height: 54px; line-height: 48px; text-align: center; font-size: 18px; background: url("../images/kslist.png") no-repeat center; }
.ksList h5{ flex: 1; font-size: 15px; line-height: 30px; font-weight: normal; padding-left: 20px;  }
.ksList h5 span{color:#e41600; }

/*公共调用*/
.tyjj {font-size: 14px;line-height:28px; padding: 5px 10px;text-indent:2em;background: #fff; box-shadow: 0 0 10px #999; }
.tyjj a {color: #e41600;text-decoration: underline;}

/*底部联系*/
.contact{ background: #fff; padding-top: 50px;}
</pre></body></html>