<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* news头部样式 */
header .nav::after{display: inline-block;content: '';width: 10px;height: 10px;border-top: #fff solid 2px;border-right: #fff solid 2px;-webkit-transform: rotate(135deg);margin-left:5px;margin-bottom:2px;}
header .up::after{-webkit-transform: rotate(315deg);margin-bottom:0px;}

/* 内容样式 */
body {padding-top:40px; background-color:#F2EFE6;}
.info_nav,.channel_nav{position: fixed;background: #fff;width: 100%;top: 40px;list-style: none;z-index: 8;  padding:8px 0;box-shadow:0 5px 5px #ccc; -moz-box-shadow:0 5px 5px #ccc;-webkit-box-shadow:0 5px 5px #ccc;}
.info_nav li,.channel_nav li{  display: inline-block;line-height:22px;width: 22%;-moz-box-flex: 1;-webkit-box-flex: 1;text-align: center;}
.channel_nav li{width:24%;}
.info_nav .sel a{background-color:#E36A1B;color:#fff;border-radius:5px;width:100%;margin:0 2%;}
.channel_nav .sel a{color:#E36A1B;width:100%;margin:0 1%;}
.info_more{position:fixed;width:8%;height:30px;font-size:10px;padding:4px 0;text-align:center; background-color:#F2EFE6;right:5px;top:50px;border-radius:5px;border:1px solid #F2EFE6; z-index:10;}
.list_nav{position:fixed; border-bottom: 1px solid #d9d9d9;height: 40px;line-height: 40px;background: #fff;width: 100%;top:40px; box-shadow:5px 5px 5px rgba(0,0,0,.1);list-style: none;z-index:6;}
.list_nav li{display: inline-block;width: 18.5%;-moz-box-flex: 1;-webkit-box-flex: 1;text-align: center;font-size: 14px;}
.list_nav li a{display: block;position: relative;top: 1px;}
.list_nav li.sel a {border-bottom: 2px solid #FF7F5C;color: #E36A1B;height: 39px;}
.info_content{padding-top:60px;z-index:1;}
.info_list{padding-top:5px;}
.infotype{ color: #565656;font-size: 16px;position: relative;background-color: white;padding: 2%;margin-top: 2%;}
.more{ position: absolute;right: 2%;font-size: 14px;color: #565656;}
.title{ font-size: 16px;color: #565656;line-height: 16px;}
.desc{color: #C0C0C0;}
.content{ width: 77%;vertical-align: top;padding-left: 5px;}
.infolist{background-color: white;}
.infolist a{ width: 98%; border-top:#F4F2ED 1px solid;padding: 2% 0 2% 2%;}
.infolist img{display: inline;vertical-align: top;height:60px;width:60px;}
.jqlist{background-color: white;}
.jqlist a{ width: 98%; border-top:#F4F2ED 1px solid;padding: 2% 0 2% 0;line-height: 2;font-size: 16px;}
.jz_more {display: block;margin: 20px;height: 40px;line-height: 40px;border: 1px solid #9e9e9e;color: #333333;border-radius: 8px;background: #fff;font-size: 14px;text-align: center;}
#content-no{text-align: center;color: #999;height: 50px; }
.msg {color: #666;font-size: 12px;line-height: 2em;padding: 0 10px;background-color:#F2EFE6;}
.channel_list{background-color:#fff;margin: 0;position:relative;z-index:9;width:100%;padding-bottom:10px;}
.channel_list ul{width:100%;margin-bottom:10px;}
.channel_list li {display: inline-block;width: 25%;margin-top: 10px;-webkit-animation: zoomIn 300ms ease;}
.channel_list li a {background-color: #fff;border: 1px solid #ddd;margin: 0 2px;text-align: center;font-size: 14px;line-height: 30px;display: block;height:30px;}
.channel_list .sel a{color:#E36A1B;}
#selChannel li{border-radius: 10%;-moz-border-radius: 10%; -webkit-border-radius: 10%;}
#selChannel li a::after {
  content: 'x';
  border: 1px solid #C0C0C0;
  background-color: #ccc;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 8px;
  float: right;
}
.art_title{
font-size: 22px;
    /* text-align: center; */
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    font-weight: 400;
}
.art_content{background-color:#fff;padding:5px 3%;}
.art_content p{color: #333;line-height: 20px;margin-bottom: 10px;}
.art_content .time{font-size:10px;color:#808080;padding-bottom:5px;}
.art_content .hmfbtb{margin:10px 0px 0px 0px;border-spacing:1px;padding:0px;background-color:#dcdcdc;text-align:center;border-collapse:separate;}
.art_content .hmfbtb td{height:26px;vertical-align:middle;background-color:#ffffff;font-size:13px;text-align:center;font-family:宋体,Arial,Helvetica,sans-serif;}
.art_content .hmfbtb td span{font-size:13px;}

/* 尾部样式 */
.cntFooter{text-align:center;background-color: #fff;line-height:3;}
.navLink{margin-top: 2%; color:#C0C0C0; }
.navLink a{padding:0 2px;}
.versionLink{color: #565656;line-height: 2;border-top:#F4F2ED 1px solid;padding-top: 2%;}
.versionLink a{ width: 15%;margin: 2%;}
.copyright{font-size: 12px;border-top:#F4F2ED 1px solid;line-height:2; color:#C0C0C0;}

</pre></body></html>