<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
html,body{font:normal 16px/1.42857143 微软雅黑, 宋体 , Georgia , Arial;color: #333;background-color: white;word-wrap:break-word;overflow-x: hidden;}
a{color: #333;}
a:hover,a:focus{color: red;}
.cor1,a.cor1{color: white;}
.cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;}
.bg1{background: white;}
.bg2{background: ;}
.bg3{background: ;}
.boder1{border:1px solid #e5e5e5;}
.boder2{border:1px dashed #e5e5e5;}
.boder3{border: ;}
.theme-lm&gt;*{font-size: 20px;padding: 0 10px;float: left;line-height: 45px;height: 45px;color: #3560a0;}
.theme-lm&gt;*.active{color: #be5556;border-bottom: 2px solid #be5556;}
.theme-lm img{float: left;margin-top: 7px;}
.theme-more a,a.theme-more{line-height: 45px;color: #C9C9C9;float: right;font-size: 14px;}
.theme-time{color: #737373;float: right;margin-left: 15px;}
.theme-list li{padding-left: 15px;background: url(../images/icon/icon2.jpg) no-repeat 0 center;line-height: 35px;}
.theme-ct{margin-bottom:30px;background: white;padding: 0 20px 20px;}
.theme-dqwz{background: url(../images/icon/dqwz.jpg) no-repeat 0 center;padding: 14px 0 14px 25px;border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;font-size: 16px;}

/*-----------------------------header页眉-----------------------------*/
.version{font-size:18px;background: #f9f9f9;line-height: 50px;text-align: center;}
.version a{color: #d80909;text-decoration:underline;}
.logorotate img{-webkit-animation: change 6s linear infinite;}
@-webkit-keyframes change {0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(-180deg);} 100%{-webkit-transform:rotate(-360deg);}}

/*-----------------------------footer页脚-----------------------------*/

/*-----------------------------list列表-----------------------------*/
.list-fl{width: 20%;float: left;}
.list-fl&gt;p{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;margin-bottom: 20px;line-height: 40px;}
.list-lm li{line-height: 37px;background: #eff4f9;border-bottom: 3px solid white;font-size: 18px;text-align: center;position: relative;}
.list-lm li:before{content: " ";background: url(../images/icon/list_nav.png);width: 8px;height: 13px;position: absolute;right: 15px;top: 12px;transform:rotate(180deg);transition:transform .3s;}
.list-lm li:hover:before,.list-lm li.active:before{transform:rotate(270deg);}
.list-lm li a{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;z-index: 2;padding: 0 25px 0 20px;}
.list-lm li.active a,.list-lm li:hover a{font-weight: bold;color: #3871a6;}
.list-fr{width: 78%;float: right;}
.list-fr&gt;p{background: #f3f3f3;margin-bottom: 20px;}
.list-fr&gt;p span{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #3871a6;line-height: 40px;float: left;padding: 0 50px;}
.list li{line-height: 35px;padding-left: 20px;/* background: url(../images/icon/dian2.jpg) no-repeat 0 center; */font-size: 16px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;transition: all .5s;}
.list li:hover{transform:translateX(1em);}
.list li span{float: right;color: #999;margin-left: 20px;position: relative;}
.list hr{border-bottom: dashed 1px #cccccc;}
.list.pic li+hr{display: none;}
.list.pic li{padding-left:0;background-image:none;margin-bottom:20px;}
.list.pic li:hover{transform:initial;}
.list.pic li:after{display: block;content: " ";clear:both;border-bottom: 1px dashed #ccc;padding-top:20px}
.list.pic li:last-child::after{display: none;}
.list.pic li&gt;a{float:left;width: 23%;margin-right:20px;}
.list.pic li&gt;a img{width:100%;height:150px;border: 1px solid #e5e5e5;}
.list.pic li dl dt{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 20px;transition: all .5s;}
.list.pic li dl dt:hover{transform:translateX(1em);}
.list.pic li dl dd{text-indent: 2em;white-space:initial;color:#8c8c8c}
.list.pic li dl dd a{color:#d20707;}
.newicon{background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;padding-left: 35px !important;}

/*分页*/
#page-div{margin:0 auto;text-align: center;margin-top: 20px;}
.pagination-first,.pagination-last{margin: 10px 0;}
.pagination-index,.pagination-num{border: 1px solid #3871a6;margin: 0 3px;padding:0 15px;display: inline-block;border-radius: 3px;color: #3871a6;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #3871a6;color: white;}
.pagination-last span{margin: 0 5px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;border: 1px solid #333;}
@media (max-width:768px) {.pagination-last small{display: none;}.pagination-index,.pagination-num{padding:0 4px;}}

/*-----------------------------detail详情-----------------------------*/
.detail{background: #FFFFFF;padding-bottom: 20px;}
.detail&gt;h1{font-size: 32px;text-align: center;padding: 0 50px 20px;}
.inform{border: 1px solid #CCCCCC;border-left: none;border-right: none;line-height: 40px;text-align: center;color: #999;}
.inform&gt;div{display: inline-block;margin: 0 20px;}
.inform .fontsize img,.inform .fontsize span{margin: 0 5px;cursor: pointer;}
.inform .dywb{cursor: pointer;background: url(../images/icon/print.png) no-repeat 0 center;padding-left: 15px;}
.inform .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent{padding: 20px;}
.zrbj{display: block;margin: 10px 0;text-align: right;}
#div-div,#div-div2{text-align: center;font-size: 12px;color: #999;clear: both;padding-bottom: 20px;}
#div-div&gt;table,#div-div2&gt;table{display:inline-block;}
.xgxw p{border-bottom: 1px solid #CCCCCC;font-size: 20px;line-height: 50px;margin-bottom: 10px;}
.xgxw p i{width: 5px;height: 20px;background: #3871a6;display: inline-block;margin-right: 15px;vertical-align: -3px;}
.xgxw ul{padding-bottom: 20px;margin: 0 -20px;}
.xgxw li{float: left;width: 50%;padding: 0 20px 0 35px;background: url(../images/icon/dian2.jpg) no-repeat 20px center;line-height: 35px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 16px;}
.xgxw li span{float: right;color: #999;margin-left: 20px;}
.click-top{position: fixed;bottom: 50px;right: 20px;z-index: 1000;cursor: pointer;width: 30px;display: none;}
@media print{.dyyc{display: none !important;}.detail{padding-top: 20px;}}

/*-----------------------------添加类名（辅助）-----------------------------*/
{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 滚动条样式 */
.scroll{overflow-y: auto;height: 100%;padding-right: 15px;}
.scroll::-webkit-scrollbar{width:10px;}/* 整个滚动条 */
.scroll::-webkit-scrollbar-track{background:#f8f8f8;border-radius:5px;}/* 滚动条轨道 */
.scroll::-webkit-scrollbar-track-piece{}/* 滚动条没有滑块的轨道部分 */
.scroll::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;min-height:30px;border-radius:5px;}/* 滚动条上的滚动滑块 */
.scroll::-webkit-scrollbar-thumb:hover{background:#bbb;}

/*-----------------------------********-----------------------------*/

/*-----------------------------响应式-----------------------------*/
.container,.container-fluid{margin-right: auto;margin-left: auto;}
@media (min-width: 768px) {
.container {width: 100%;}

}
@media (min-width: 992px) {
.container {width: 100%;}

}
@media (min-width: 1220px) {
.container {width: 1200px;}
.theme-ct{min-height: 600px;}

}
@media (min-width: 1520px) {
.container {width: 1200px;}

}

@media (max-width: 1500px) {

}
@media (max-width: 1200px) {
.theme-ct{padding-left: 10px;padding-right: 10px;}
.theme-dqwz{background-position-y: 20px;}
/* list */
.list-fl{display: none;}
.list-fr{width: 100%;}
.list.pic li&gt;a{width: 100%;margin-right:0;display: block;float: initial;margin-bottom: 20px;}
.list.pic li&gt;a img{height: 200px;}

/* dtail */
#NewsContent{padding-left: initial;padding-right: initial;}
#NewsContent img{height: initial !important;}
.detail&gt;h1{font-size: 20px;padding:0 0 20px 0;}
.inform{line-height: 25px;padding: 10px 0;}
.xgxw li{float: initial;width: initial;}
.inform .removedis,.click-top{display: none;}

}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {

}



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