/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {margin: 0;padding: 0;}
ul, ol {list-style: none;}
img {border: 0;vertical-align: top;-ms-interpolation-mode: bicubic;}

body {font-family: Arial, "微软雅黑","宋体";font-size: 14px;color: #333;
background: #f3f3f3 ; background-size:100%;}

/* 链接 */
a {color: #666666;text-decoration: none;}
a:hover { color:#0063b7;}
/* 文字大小 */
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}

/* 颜色 */
.red {color: #F00;}
.gray {	color: #666;}
.lightgray {color: #999;}
.green { color:green;}

/* 表单 */
input, select, textarea, label {font-family: Arial, "微软雅黑";font-size: 12px;vertical-align: middle;}
.form_text {padding-left: 3px;height: 22px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;}
.form_select {padding-left: 3px;height: 24px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;_width:80px; min-width:80px;margin-right:15px;}
.form_textarea {padding-left: 3px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;}
.form_btn {padding: 5px 15px;overflow: visible;}

label.form_check { height:30px; line-height:30px; padding:0 30px 0 20px; display:block; float:left; position:relative; z-index:1;}
label.form_check input { position:absolute; z-index:20; left:0; bottom:8px;}


/* 页面布局 */
.container {margin:0 auto;width: 1200px;}
.container2 {margin:0 auto;width:1000px;}

/* 浮动 */
.f_l {float: left;}
.f_r {float: right;}
.clear { clear:both; font-size:0; height:0; overflow:hidden;}
.clear1 { clear:both; font-size:10px; height:10px; overflow:hidden; line-height:10px;}
.clear2 { clear:both; font-size:30px; height:30px; overflow:hidden; line-height:30px;}
.clearline {clear:both; font-size:10px; height:10px; overflow:hidden; line-height:10px; border-bottom:1px solid #e1e1e1; margin-bottom:10px; }

.mask_full {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}

	.b1 {height: 222px; background: url(../1.jpg) center top no-repeat;}
	.b2 { background: url(../2.jpg) center top no-repeat;}
	.b3 { padding-bottom: 60px; background: url(../3.jpg) center bottom no-repeat;}
	.news_box {background: #fff; min-height: 850px; padding: 10px 40px 30px; border-radius:10px; box-shadow: 12px 12px 25px -10px #aaa;}
.in_right_title {height:33px ; padding-top: 17px; border-bottom: 1px solid #ddd;}
.in_right_title p {height:16px; font-size: 14px; color: #666; line-height: 16px; padding-left: 30px; border-left:4px solid #c00;}
.news_list li { padding: 25px 10px 25px; border-bottom: 1px solid #E6E6E6; overflow: hidden; zoom: 1; }
.news_list a img { float: left; margin: 0 30px 0 0; width:170px; height:auto; }
.news_list h3 { height: 30px; font-size: 18px; line-height: 20px; margin-top:-1px; }
.news_list h3 a { color: #c00; }
.news_list h3 a:hover { color: #000; }
.news_list p { padding-bottom: 3px; color: #666; font-size: 14px; line-height: 200%; }
.news_list p.date { color: #aaa; }
	/* 文章展示 */
.article {padding: 0 8px;}
.article h3 {padding: 15px 0 15px;font-size: 28px;font-weight: normal;line-height: 40px;}
.aritlce_info {height: 40px;border-bottom: 1px solid #E6E6E6;overflow: hidden;}
.aritlce_date {float: left;color: #999;line-height: 26px;}
.aritlce_zoom {float: right;}
.aritlce_zoom a {display: inline-block;margin-left: -1px;width: 26px;height: 24px;border: 1px solid #E0E0E0;background: #FAFAFA;line-height: 18px;text-align: center;overflow: hidden;}
.aritlce_zoom sup {font-size: 10px;-webkit-text-size-adjust: none;}
.article_content {padding: 20px 0;font-size: 16px;line-height:200%;}
.article_content p {padding-bottom: 20px;}
.article_content p img {max-width: 100%; height:auto;}
.article_page_nav {margin: auto;padding-bottom: 20px;width: 600px;overflow: hidden;}
.article_page_nav li {float: left;margin: 0 -1px -1px 0;width: 298px;height: 38px;border: 1px solid #E6E6E6;}
.article_page_nav li a {display: block;padding: 0 15px;line-height: 38px;}
.article_page_nav li a.crt {color: #468C00;}

.article_page {margin: auto;padding-bottom: 40px;width: 600px;border-top: 1px solid #E6E6E6;text-align: center;}
.article_page a {display: inline-block;margin-left: -1px;padding: 5px 12px;height: 20px;border-left: 1px solid #E6E6E6;border-right: 1px solid #E6E6E6;border-bottom: 2px solid #E6E6E6;background: #FAFAFA;color: #333;line-height: 20px;vertical-align: middle;}
.article_page a:hover {background: #FFF;}
.article_page a.current {background: #FFF;border-bottom: 2px solid #8EC100;}

.news_links { text-align: center; }
.news_links a { height: 30px; line-height: 30px; display: inline-block; padding: 0 12px; margin: 0 5px; border-radius: 3px; _width: 2px; white-space: nowrap; }
.news_links a.no, .news_links a.no:hover { background: #fff; color: #999; border: 1px solid #dddddd; }
.news_links a:link, .news_links a:visited { background: #fafafa; border: 1px solid #dddddd; color: #333; }
.news_links a:hover { background: #a00; border: 1px solid #c00; color: #fff; }
.news_links a.show:link, .news_links a.show:visited, .news_links a.show:hover { background: #a00; border: 1px solid #c00; color: #fff; }
	
