@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: Arial, Tahoma,"微软雅黑";    /*文字字体定义 */
	font-size: 12px;    /*文字大小定义 */
	color: #5a5a5a; /*文字颜色定义 */
	}

/* 网站超链接css通用设置 */
/* 链接无下划线,有为underline */ 
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    outline: none;
}


li{ list-style-type:none;}

h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}
.clear{clear:both; line-height:0; height:0; font-size:0px;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/

/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #CCCCCC; height:20px;line-height:20px} 



body{ min-width:1000px;}



.content{ width:1000px; margin:0 auto; padding-top:40px;}
.conleft{width:280px; float:left;}
.leftNavUL{width:280px; height:auto; display:block; float:left; padding: 0 0 10px 0;}
.leftNavUL li{width:280px; height:40px; float:left; background:url(../image/leftNav-bg1.png) center center no-repeat; color:#333; margin:0 0 5px 0; position:relative;}
.leftNavUL li a{width:280px; height:40px; display:block; line-height:40px; text-indent:20px; font-size:16px;}
.leftNavUL li.active1{ background: url(../image/leftNav-bg2.png) center center no-repeat;}
.leftNavUL li:hover{ background: url(../image/leftNav-bg2.png) center center no-repeat;}
.leftNavUL li.active1 a{ color:#fff;}
.leftNavUL li:hover a{ color:#fff;}

.conright{ width:690px; min-height:500px; float:right;}
.newsText{margin-top: 20px; width:690px; height:auto; float:left; border-bottom: 1px solid #ccc; }
.news-title{ width:690px; height:auto; float:left;}
.newsText .news-title a{ width:690px; height:auto; float:left; color:#333; font-size:16px; font-weight:bold; }
.newsText .news-title a:hover{ color:#c13145;}
.newsText p{ font-size: 14px; color: #666666;line-height: 19px; width:690px; height:auto; float:left; padding:0 0 20px 0; }
.newsText img{position: absolute; display: block; } 
.newsText a{ padding: 3px 5px 15px 0px; position: relative;  width: 100px; height: 10px; display: block; float:left; }
.newsText img.active{ top: -1px; left: 1px; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.newspage{ float:left; width:690px; height:30px; text-align:center; padding-top:30px; padding-bottom:60px; vertical-align:middle; line-height:30px; }
.a1{text-align:center; display:inline-block; width:30px; margin-right:5px; height:30px; font-size:14px; line-height:30px; }
.a1:hover{background: url(../image/back.png) no-repeat; display: inline-block;  width: 30px; height: 30px; color:#fff; font-weight:bold;}
/*.newspage span {background: url(../image/back.png) no-repeat; display: inline-block; width:30px; height:30px; color:#fff; font-weight:bold; line-height:30px; margin:0 5px 0 0; font-size:14px;}
.newspage a{ text-align:center; background:url(../image/page-item-bg.png) no-repeat;}
.newspage .prev{ background:url(../image/page-prev.png) no-repeat;}
.newspage .prev:hover{ background:url(../image/page-prev-a.png) no-repeat;}
.newspage .next{ background:url(../image/page-next.png) no-repeat;}
.newspage .next:hover{ background:url(../image/page-next-a.png) no-repeat;}
.newspage a{ display:inline-block; width:30px; height:30px; margin:0 5px 0 0;}*/


.article_title{ width:690px; height:auto; padding-bottom:8px; border-bottom:2px solid #cccccc; float:left;}
.article_title p{ width:100%; font-size:24px; padding-bottom:20px; float:left;}
.article_title span{ font-size:14px; color:#666666; height:28px; line-height:28px; float:left;}
.article_text{ width:690px; height:auto; float:left; padding-top:35px; font-size:14px; line-height:24px; padding-bottom:21px;}
.context{ width:690px; height:70px; float:left;}