@charset "utf-8";

/***** 内页 *****/
#container{ width:1200px; overflow:hidden;}
#colL{width:240px; float:left; clear:left; background:#fff;}
#colR{width:930px; float:right; clear:right; background:#fff;}



/***** 左边导航 *****/
.nav                {width:240px; float:left; height:auto; position:relative; margin-top:31px; border:1px #049041 solid;}
.nav dt             {height:88px; line-height:88px; text-align:center;  color:#FFF; font-size:20px; background:#049041; font-weight:bold;}
.nav dd             {background:none;}
.nav ul             {display:block; width:240px;}
.nav ul li          {display:block; width:100%;  overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap; border-bottom:1px #efefef dashed;}
.nav ul li a        {display:block; height:40px; line-height:40px; color:#777; font-size:15px; text-align:center;}
.nav ul li a:hover  {color:#fff; background:#049041;}


/***** 热门信息 最新信息 *****/
.lastlist	 {width:100%; margin-top:20px; border:1px #efefef solid;}
.lastlist dt {height:48px; text-align:center; line-height:48px; font-size:18px; color:#fff; background:#049041;}
.lastlist dd {padding:6px 20px 12px 10px;  }
.lastlist ul li        { font:14px/22px "微软雅黑"; text-indent:8px; line-height:36px; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap;}
.lastlist ul li a:hover{ color:#049041; }

.main_box_x{width:920px; margin:auto;}

/***** 当前位置 *****/
#position        {width:auto; float:right; border-bottom:1px #efefef solid; font-size:15px; color:#333; }
.position_main{width:auto; float:left; margin:5px auto 5px;}
#position a      {display:block; float:left; text-decoration:none; font-size:15px; color:#333;}
#position a:hover{ color:#049041; text-decoration:underline;}  


/***** 内页列表 *****/
.sortlist        { width:100%; margin-top:20px;}
.sortlist dl     { text-align:left; clear:both; overflow:hidden; margin-bottom:30px; }
.sortlist dl dt  { height:20px; color:#185fae; line-height:20px; font-size:18px; background:none; padding-left:10px; padding-right:10px; border-left:6px #185fae solid;}
.sortlist dl dt a{ float:right; width:auto; color:#185fae; text-align:center; font-size:14px; text-decoration:none; background:url(../images/more.png) no-repeat left 5px; padding-left:18px;}
.x{width:100%; height:30px; float:left;}
	
/***** 文字新闻列表 *****/
.sortlist dl dd ul           { text-align:left; display:block; padding-top:5px;}
.sortlist dl dd ul li        { font:15px "微软雅黑"; height:35px; color:#666369; line-height:35px; text-align:left; overflow:hidden; text-overflow:ellipsis; 
                         word-break:keep-all; white-space:nowrap; text-decoration:none; width:900px;}
.sortlist dl dd ul li:hover  {color:#049041;}
.sortlist dl dd ul li span   { float:right; font:14px/28px "Helvetica"; color:#999; text-align:right; line-height:35px; }
.sortlist dl dd ul li a      { color:#333; display:block; float:left; width:80%; overflow:hidden; font-size:14px; background:url(../images/4.png) no-repeat left center; padding-left:10px;}
.sortlist dl dd ul li a:hover{ color:#185fae;}




/***** 图片新闻列表 *****/
.sortlist ol{display:block; float:left; width:100%; }
.sortlist ol.picture li             {display:block; float:left; width:275px; height:264px;  margin:0 25px 20px 0; overflow:hidden;}			 
.sortlist ol.picture span           {display:block; float:left; width:253px; height:184px; border:1px #e6edf5 solid; padding:10px; margin:0 auto 5px; overflow:hidden;}
.sortlist ol.picture li img{display:block; float:left; width:255px; height:184px; overflow:hidden;}
.sortlist ol.picture li a           {display:block; float:left; width:90%; text-align:center; line-height:16px; color:#666369;  font-size:15px; line-height:24px;}
.sortlist ol.picture li a:hover     {color:#185fae; background:none;}
.sortlist ol.picture img{
	-moz-transition:1s;
	-webkit-transition:1s;
	-ms-transition:1s;
	-o-transition:1s;
	}
.sortlist ol.picture img:hover{
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}




/***** 图片新闻列表 *****/
.picture li             {display:block; float:left; width:206px; height:auto; background:#fff; border:1px #fff9fa solid; border:none; margin:20px 25px 20px 0; overflow:hidden;}
.picture li:nth-child(4){ margin-right:0;}	
.picture li span{display:block; width:206px; height:120px; overflow:hidden;}		 
.picture li img			{display:block; width:100%; float:left; transition:all .9s; -moz-transition:all .9s; -ms-transition:all .9s; -o-transition:all .9s; -webkit-transition:all .9s;}
.picture li h1{width:100%; background:#999; text-align:center; color:#fff; height:40px; overflow:hidden; line-height:40px;}
.picture li a:hover     {color:#cc0000; background:none;}
.picture li:hover h1{background:#185fae; color:#fff;}	
.picture li:hover img{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1);}	

/***** 内页列表分页 *****/
.page             { font:12px/30px "Helvetica"; padding:40px 3px 10px; text-align:center; clear:both;}
.page a           { font:12px/30px "Helvetica"; margin:2px; padding:10px 16px; border:1px #efefef solid; color:#666369; text-decoration:none; }
.page a:hover     { border:1px solid #185fae; color:#fff; background:#185fae; }
.page a:active    { border:1px solid #049041; color:#049041; }
.page span        { margin:2px; padding:10px 16px; border:1px #efefef solid; color:#666369; font-size:12px; }
.page span.strong { color:#fff; background:#185fae; }