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

#header #logo { display: block; }
#header .title,
#header .back { display: none; }

#content { padding-top: 0; padding-bottom: 0; }

/* focusNews */
#focusNews .bd .con { display: none; }


/* box-default */
.box-default { padding-bottom: 10px; }
.box-default .hd { background: url(../../base/img/mhdti1.png) no-repeat center; background-size: auto 100%; height: 80px; }
.box-default .hd h3 { text-align: center; line-height: 85px; height: 80px; font-weight: bold; font-size: 20px; }
.box-default .hd h3 a { background-color: #fff; }

/* pic-list */
.pic-list { overflow: hidden; }
.pic-list li { box-sizing: border-box; float: left; width: 48%; margin-bottom: 10px; position: relative; padding-bottom: 15px; }
.pic-list li:nth-child(2n) { float: right; }
.pic-list .pic a { display: block; padding-bottom: 61%; position: relative;}
.pic-list .pic img { width: 100%; transition: all 0.5s; height: auto; position: absolute; min-height: 100%; position: absolute; left: 0; top: 0; }
.pic-list .pic a:after { display: block; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.pic-list .title { margin: 5px 0; height: 48px; line-height: 1.5; font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pic-list .intro { display: none; }
.pic-list .date { display: block; line-height: 30px; font-size: 14px; color: #999; background: url(../../base/img/caleico.png) no-repeat left center; padding-left: 20px; background-size: auto 50%; }

.pic-list li::after { display: block; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(55,200,221) 0%, rgb(42,120,186) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(55,200,221) 0%, rgb(42,120,186) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(55,200,221) 0%, rgb(42,120,186) 100%);
}


/* box-notice */
.box-notice { background: url(../../base/img/tzggbg.png) no-repeat right center; background-size: auto 50%; }
.box-notice .hd { background: url(../../base/img/mhdti2.png) no-repeat center; background-size: auto 100%; }

/* 日历式列表 */
.list-info-date li.first { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.list-info-date li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; display: flex; align-items: center; }
.list-info-date li .con { flex: 1 0 0%; }
.list-info-date li .title { display: flex; padding:10px; }
.list-info-date li .calendar { margin-right: 12px; padding-right: 12px; color: #999; font-size: 16px; line-height: 1.6px; height: 60px; padding-top: 10px; text-align: center; border-right: 1px solid rgba(0, 0, 0, .1); width: 70px;}
.list-info-date li .calendar em { display: block; font-size: 22px; color: #0054a9; font-weight: bold; height: 30px; line-height: 30px; margin-bottom: 10px; }
.list-info-date li .tit { width: 1%; flex-grow: 1; padding: 9rpx; }
.list-info-date li .tit span { line-height: 1.6px; max-height: 3.4px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; font-size: 18px; }

.list-info-date li.last { margin-bottom: 10px; }


/* box-all------------ */
.box-all { background-color: #0054a9; margin: 0 -4%; padding: 10px; box-sizing: border-box;}

/* topic-list */
.topic-list .t .pic { margin-bottom: 10px; }
.topic-list .t .pic img { width: 100%; height: auto; } 
.topic-list .t .title { line-height: 26px; margin-bottom: 10px; color: #fff;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.topic-list .t .title a { color: inherit; }
.topic-list .t .intro { color: #fff; opacity: 0.7;  font-size: 14px; line-height: 24px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin-bottom: 10px;}
.topic-list .n { line-height: 46px; height: 46px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.topic-list .n a { color: inherit; }


/* box-special-------- */
.box-special .hd { background: url(../../base/img/mhdti3.png) no-repeat center; background-size: auto 100%; }
.box-special .hd h3 { line-height: 100px; }
.box-special .bd ul { overflow: hidden; }
.box-special .bd li { margin-bottom: 10px; float: left; width: 48%; }
.box-special .bd li:nth-child(2n) { float: right; }
.box-special .bd .pic { text-align: center; }
.box-special .bd .pic img { max-width:100%; height: auto; }
.box-special .bd .tit { display: none; text-align: center;  }

/* boxAout------------- */
.boxAout{overflow: hidden; color: #cfa972; background:url(../../base/img/xxgkbg.jpg) no-repeat; background-size: cover; padding:20px 10px; box-sizing: border-box; margin: 0 -4%;}
.boxAout .service-item li {float:left; width:33.3%; display: flex; align-items: center; padding-left:15%; height: 60px; padding-top: 5px; margin:10px 0; line-height:24px; font-size:13px; box-sizing: border-box;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.boxAout .service-item .tip { display: none; }


.boxAout .con { color:#cfa972; line-height: 20px;}
.boxAout .con b{ font-size: 20px; font-weight:400;font-family: "scen"; font-weight:bold; margin-right:10px;}
.boxAout .con b .num {font-weight:bold;}
.boxAout .con .unit { display: block; }
.boxAout .service-item .jianzhu { background:url(../../base/img/aoutpic1.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .lvhua { background:url(../../base/img/aoutpic2.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .cangshu { background:url(../../base/img/aoutpic3.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .xuesheng { background:url(../../base/img/aoutpic4.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .jiaoshi { background:url(../../base/img/aoutpic5.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .shetuan { background:url(../../base/img/aoutpic6.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .jidi { background:url(../../base/img/aoutpic7.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .zichan { background:url(../../base/img/aoutpic8.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .zhongxin { background:url(../../base/img/aoutpic9.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .zhuanye { background:url(../../base/img/aoutpic10.png) no-repeat 10%; background-size: auto 40px;}
.boxAout .service-item .xibu { background:url(../../base/img/aoutpic11.png) no-repeat 10%; background-size: auto 40px;}


.boxAout .fd { text-align: center; padding-top: 10px;}
.boxAout .fd li { display: inline-block; cursor: pointer; font-size: 0; margin: 0 5px; width:30px; height:30px; border-radius:100%; border:1px solid rgba(255,255,255,0); background: url(../../base/img/hd-li.png) no-repeat center; opacity: 0.6; }
.boxAout .fd li.on { background: url(../../base/img/hd-lion.png) no-repeat center; border-color: #52b244; opacity: 1; }

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