@charset "UTF-8";
/*banner*/
.banner { width: 100%; height: 350px; overflow: hidden; position: relative; }
.banner img { position: relative; left: 50%; margin-left: -960px; height: 100%; top: 0; }

/*标题*/
h2 { height: 133px; text-align: center; overflow: hidden; }
h2 p:first-child { font: 26px/26px "微软雅黑"; color: #333; margin-top: 50px; }
h2 p:first-child + p { font: 12px/12px "微软雅黑"; color: #333; margin-top: 8px; }

/*分类*/
.newsTab { height: 70px; width: 100%; text-align: center; background: #f9f9f9; border-top: 1px solid #dbdcd8; border-bottom: 1px solid #dbdcd8; font-size: 0; }
.newsTab a { display: inline-block; width: 299px; font: 16px/70px "微软雅黑"; color: #444; text-align: center; border-right: 1px solid #dbdcd8; }
.newsTab a:first-child { border-left: 1px solid #dbdcd8; }
.newsTab .on { background: #ff8f21; color: #fff; }

/*列表*/
.newsListWrap { width: 1200px; margin: 0 auto; margin-top: 60px; padding-bottom: 120px; }
.newsListWrap .pageList { text-align: center; margin-top: 60px; }
.newsListWrap .pageList span:first-child { display: none; }
.newsListWrap .pageList span { font: 14px/33px "微软雅黑"; color: #999; padding: 0 16px; display: inline-block; height: 33px; border: 1px solid #ddd; }
.newsListWrap .pageList a { font: 14px/33px "微软雅黑"; color: #999; padding: 0 16px; display: inline-block; height: 33px; border: 1px solid #ddd; }
.newsListWrap .pageList .current { background: #2983ca; color: #fff; border-color: #2983ca; }

.newsList { overflow: hidden; margin-left: -42px; }

.newsItem { float: left; margin-left: 42px; width: 372px; height: 480px; }
.newsItem img { width: 370px; height: 277px; border: 1px solid #dbdcd8; }
.newsItem .newsTit { font: 20px/30px "微软雅黑"; color: #333; font-weight: 900; margin-top: 25px; display: block; height: 60px; overflow: hidden; }
.newsItem .newsTit:hover { color: #1d6bb1; }
.newsItem .newsDate { font: 14px/14px "微软雅黑"; color: #555; margin-top: 16px; }
.newsItem .toDetail { font: 14px/14px "微软雅黑"; color: #1d6bb1; margin-top: 24px; display: block; }
.newsItem .toDetail:hover { opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }

/*详情*/
.newsDetail { width: 1200px; margin: 0 auto; text-align: center; }

.newsHead { height: 160px; border-bottom: 1px solid #dbdcd8; overflow: hidden; }
.newsHead .newsTitle { font: 24px/24px "微软雅黑"; color: #333; margin-top: 60px; }
.newsHead .newsMes { font: 14px/14px "微软雅黑"; color: #777; margin-top: 26px; }

.newsMain { padding: 44px 0; border-bottom: 1px solid #dbdcd8; font: 16px/28px "微软雅黑"; color: #555; }
.newsMain img { margin: 30px auto; display: block; }

.newsDetNav { height: 115px; padding-top: 43px; font: 16px/16px "微软雅黑"; color: #555; }
.newsDetNav a { color: #555; }
.newsDetNav a:hover { color: #2983ca; text-decoration: underline; }
.newsDetNav p:first-child { float: left; }
.newsDetNav p:first-child + p { float: right; }

/*# sourceMappingURL=news.css.map */
