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

.newsitem{ background:#fff; padding:20px; margin-bottom:20px;}
.newsitem a:hover{ text-decoration:underline; display:block;}
.newsimg{ height:140px;}
.newsimg img{ width:100%; height:100%;}
.n_bt{ font-size:24px; color:#005ead; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.n_time{ font-size:12px; color:#d2d2d2; padding:5px 0 8px;}
.n_jj{ color:#939393; font-size:12px; line-height:22px;}
.n_jj span{ color:#005ead;}

/*详情页*/
.newsnr{ background:#fff; padding:20px 3%; margin-bottom:50px;}
.top{ padding: 40px 2% 10px; border-bottom: 1px dashed #dcdcdc; text-align: center;}
.title{ font-size: 25px; font-weight: bold; color: #2a2929; margin-bottom:10px;}

.newstext{ padding:20px 2% 70px; font-size:14px; color:#5f5f5f; line-height:24px;}
.newstext p{ text-indent:2em;}
.newstext img{ max-width:100%; display:block; margin:0 auto; }

._detailPage_bottom { border-top: #d5d5d7 1px solid; border-bottom: #ddd 1px solid; height: 81px; clear: both; margin:40px 0 50px; }
._detailPage_bottom li { width: 100%; float: left; border-bottom: #ddd 1px solid; height: 40px; line-height: 40px; }
._detailPage_bottom ._mark { float: left; width: 85px; padding: 0 10px; margin-right: 10px; font-weight: bold; background: url(../img/arr_col.png) no-repeat; border-right: 1px solid #ddd; }
._detailPage_bottom ._prev ._mark { background-position: 80% 17px; }
._detailPage_bottom ._next ._mark { background-position: 80% -12px; }
._detailPage_bottom ._title { float: left; width: 50%; height: 40px; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height:40px; border-bottom:none; padding:0; }
._detailPage_bottom ._title:hover { text-decoration: underline; }
._detailPage_bottom ._time { float: right; white-space: nowrap; padding-right: 15px; }
</pre></body></html>