﻿body { color: #333; font-size: 14px;line-height: 1.5; word-wrap: break-word; font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑"; }
h1, h2, h3, h4, h5, h6, b, i, em { font-weight: normal; font-style: normal; }
/*主体*/
.main { max-width: 700px; margin: 1rem auto 0 auto; padding: 0 1.5%; }
/*导航*/
.news_nav { width: 100%; background: #f4f4f4; border-top: 1px solid #e7e7e7; height: 42px; }
.nav_list { height: 42px; overflow: hidden; white-space: nowrap; position: relative; }
.nav_list ul { position: absolute; z-index: 30; white-space: nowrap; height: 42px; width: 100%; }
.nav_list li { display: inline-block; color: #fff; width: 16%; font-size: 1.3em; line-height: 42px; text-align: center; height: 42px; }
.nav_list li a { color: #808080; }
.nav_list li.on_hover { background: url(../images/hover-line.jpg) no-repeat bottom center; font-weight: bolder; }
.nav_list li.on_hover a { color: #009900; }

/*搜索框*/
.search { width: 100%; height: 2.5rem; padding-bottom: 1rem; background: url(../images/line.png) bottom no-repeat; }
.keyword { width: 76%; height: 2.5rem; border: 1px solid #c9c9c9; padding-left: 2.2rem; background: url(../images/ico-sceah.jpg) no-repeat left top; font: 0.9rem/2.5rem "微软雅黑"; color: #989696; border-radius: 0.4rem; }
.button-search { width: 23%; float: right; height: 2.5rem; background: #009900; border: 3px; font: 1.1rem/2.45rem "微软雅黑"; color: #fff; letter-spacing: 0.2rem; cursor: pointer; }
.button-search[type="button"] { border-radius: 0.4rem; }
.button-search:active { background: #009933; }

/*新闻列表*/
.news-list li { margin-top: 1.4rem; background: url(../images/line.png) bottom no-repeat; padding-bottom: 1.8rem; }
.news-list .news-text { float: left; margin-right: 0.3rem; margin-left: 0.2rem; }
.width72 { width: 72%; max-width: 72%; }
.width100 { width: 100%; max-width: 100%; }
.news-list .news-text h1 { font: 1.2em/1.5rem "微软雅黑"; color: #313035; }
.news-text h1 a { color: #313035; }
.news-list .news-text p { font: 1em/1.3rem "微软雅黑"; color: #afafaf; margin-bottom: 0.7rem; padding-top: 0.2rem; max-height: 2.6rem; overflow: hidden; }
.news-list .news-text i { font: 0.9em/1.5rem "微软雅黑"; color: #afafaf; }
.news-list .news-text h2 { width: 4.5em; height: 1.3rem; border: 1px solid #f1f1f3; text-align: center; float: right; font: 1em/1.3rem "微软雅黑"; color: #009900; margin-right: 0.5rem; }
.news-list .news-text h2 a { color: #009900; }
.news-list .news-pic { float: right; overflow: hidden; width: 25%; text-align: right; }
.news-list .news-pic img { width: 105px; max-width: 105px; height: 65px; max-height: 65px; border: 1px solid #f1f1f1; }

/*加载更多*/
.loading { text-align: center; padding: 0.5rem; }
.loading img { width: 18%; }
.all { text-align: center; font: bolder 1rem/3rem "Microsoft YaHei"; color: #c1c1c1; }
.more { background: #009900; color: #fff; width: 70%; margin: 0 auto; border-radius: 3rem; height: 2rem; text-align: center; font: 1rem/2rem "微软雅黑"; cursor: pointer; margin-top: 15px; }
.more a { color: #ffffff; }
.more:active { background: #009900; }

/*新闻三级页*/
.news-tle { border-bottom: 1px solid #eaeaea; color: #999; font: 0.8rem/2rem "Microsoft YaHei"; }
.news-tle h1 { font: bold 1.2rem/1.3rem "Microsoft YaHei"; padding-bottom: 0.3rem; color: #333; text-align: center; }
.news-tle img { padding-top: 0.5rem; padding-left: 0.3rem; }
.news-tle p { float: left; }
.news-tle p a { color: #999; }
.news-tle i { float: right; font-style: normal; }
.news-main { font: 1rem/1.8rem "Microsoft YaHei"; color: #282828; width: 100%; margin: 1rem 0; }
.news-main img { width: 100%; height: auto; max-width: 500px; }
.news-main p { font-size: 1.03rem; margin: 0.6rem 0.35rem; }
/*相关推荐*/
.news-more-tle { background: #f3f3f3; width: 100%; height: 2.5rem; margin-top: 1.5rem; font: bold 1rem/2.5rem "Microsoft YaHei"; text-indent: 0.5rem; color: #009900; }
