﻿*{
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
body{
	color: #333;
	width: 1024px;
	margin: 0 auto;
	font:14px "微软雅黑","黑体";
	background: -webkit-radial-gradient(#fff, #fff,#fff,#fff,#ccffcc,#ccffcc); 
    background: -o-radial-gradient(#fff, #fff,#fff,#fff,#ccffcc,#ccffcc); 
    background: -moz-radial-gradient(#fff,#fff,#fff,#fff, #ccffcc,#ccffcc);
    background: radial-gradient(#fff, #fff,#fff,#fff,#ccffcc,#ccffcc); 
}
li{
	list-style: none;
}
img{ 
border-style:none !important;
border:0;
outline:none;
}

/*logo横幅*/
.logoBanner{
	width: 100%; 
	height: 210px;
	background: 
	url(img2.gif) no-repeat;
	background-size: 100%;
	 margin: 0 auto; 
	background-position: center;
	overflow: hidden;
	opacity: 0.8;
}
.logo{
	height: 200px;
	text-align: center;
	background: 
	url(img2.gif) no-repeat;
	background-position: center;
	/*margin: 8px auto 0 auto;*/
	padding: 38px 0 0 0 ;
}


/* 导航栏 */
.nav {
	/* width: 1024px;
	margin: 0 auto; */
	position: relative;
}
.nav li{
	display: inline-block;
}
.mainNav{
	/* width: 1024px; */
	background: #2c781a;
	/* margin:0 auto; */
}
.mainNav li{
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.mainNav a{
	color: #fff;
	height: 50px;
	display: block;
	padding:0 8px;
}
.mainNav a:hover{
	color: #2c781a;
	background: #fff;
}

/* 二级导航栏 */
#list1,#list2,#list3,#list4,#list5,#list6,#list7,#list8,#list9,#list10,#list11{
	display: none;
}
.subNav{
	width: 1024px;
	background: #fff;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-radius: 5px;
	/*background: url(img2.gif) no-repeat;
	background-size: cover;*/
	position: absolute;
	left: 0px;
	opacity: 0.9;
 	z-index:2;
}
.subNav ul{
	/*height: 48px;*/
	/*background: url(img2.gif) no-repeat;*/
	/*background-size: 100%;*/
	padding-left: 10px;
}
.subNav li{
	float: left;
	height: 45px;
	line-height: 45px;
}
.subNav a{
	color: #000;
	font-size: 14px;
	line-height: 45px;
}
.subNav a:hover{
	color: #2c781a;
	background: none;
}

/*搜索栏*/
/*.searchBox{
	margin: 20px 0 20px 0;
}*/
/*.date{
	font-size: 14px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	background: url(img2.gif) no-repeat;
}*/
.search{
	float: right;
	margin-bottom: 10px;
	clear: both;
}
.search input{
	font-size: 12px;
	height: 38px;
	width: 240px;
	border:solid #2c781a 1px;
	border-radius: 5px;
	outline:none;
	color: #666;
	padding-left: 10px;
}
.search button{
	background: url(img2.gif) no-repeat;
	background-size: 100%;
	border:none;
	width: 50px;
	height:35px;
	cursor: pointer;
	outline:none;
}


/* 页面主体 */
section{
	position: relative;
	margin-top: 30px;
}

/*左栏*/
.mainLeft{
	float: left;
	position: relative;
	width: 70%;
	
}

/*栏目*/
.column {
	position: relative;
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.column ul{
	padding:10px 20px;
}
.column li{
	position: relative;
	list-style: none;
	border-bottom: #ccc solid 1px;
	height: 40px;

}

/*栏目标题*/
.columnTitle{
	background:url(img2.gif) no-repeat;
	background-size: 100%;
	height: 45px;
	padding-left: 50px;
}
.columnMainTitle a{
	font-size: 18px;
	color: #fff;
	line-height: 45px;
} 
.more{
	float: right;
}
.more a{
	line-height: 45px;
	padding-right: 10px;
	color: #cbe37b;
}
.more a:hover{
	color: #35532f;
}

/*栏目内容*/
.columnContent a{
	display: inline-block;
	position: relative;
	width: 90%;
	line-height: 40px;
	white-space: nowrap;
    text-overflow:ellipsis;
	overflow: hidden;
}
.columnContent a:hover{
	color: #2c781a;
}
.columnContent span,.titleDate{
	color: #999;
	display:block;
	float: right;
	line-height: 40px;
}

/*新闻模块*/
.news{
	float: left;
	width: 98%;
	margin-bottom: 30px;
}
.news .columnTitle,.roll .columnTitle{
	background:url(img2.gif) no-repeat;
	background-size: 100%;
	height: 45px;
	padding-left: 50px;
}

/*焦点图*/
 .mainImg{
	float: left;
	position: relative;
	width: 55%;
	margin:10px 1% 0 0;
} 
 .mainImg img{
 	position: relative;
 	width:380px; height:253px;
 }  

/* 新闻列表*/
.news .mainList {
	float: left;
	position: relative;
	width: 43%;
	margin-right: 1%;
}
.news li{
	border-bottom: #ccc solid 1px;
}

/* 无限滚动图片 */
.roll{
	position: relative;
	width: 98%;
	float: left;
	margin-bottom: 30px;
}

.rollList-box img {
    width: 90px;
    height: 80px;
}
.rollList-box:after {
    display: block;
    content: "";
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}

.rollList-box:before {
    display: block;
    content: "";
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
   
}

#rollList {
    position: relative;
    margin: 30px auto;
    height: 80px;
    overflow: hidden;
    
}

#rollList li {
    float: left;
    padding-left: 20px;
}


/*右栏*/
.mainRight{
	float: left;
	position: relative;
	width: 30%;
}
.rColumn , .tougao , .videoColumn{
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	overflow: hidden;
}
.rColumn img{
	width: 100%;
}
/* .videoColumn img{
	position: relative;
	width: 90%;
	margin-left: 5%;
} */
.videoColumn li{
	width: 90%;
	border-bottom: #ccc solid 1px;
	margin-left: 5%;
}
.tougaoText{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.hotNewsImg{
	width: 90%;
	margin-left: 1%;
}

/*底部*/
footer{
	width: 100%;
	height: 165px;
	clear: both;
	background: url(img2.gif) no-repeat center;
	position: relative;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 16px;
}
footer ul{
	margin-top: 20px;
}
footer li{
	display: inline-block;
}
footer img{
	 vertical-align:middle;
}
/*.footerLink{
	line-height: 60px;
	margin-top: 5px;
}
.footerLink hr{
	margin-top: 10px;
}
.footerText{
	line-height: 20px;
}*/
footer a{
	color: #fff;
	clear: both;
}
footer a:hover{
	color: #ccc;
}
footer p{
	margin-top: 15px;
	clear: both;
}
footer hr{
	margin-top: 10px;
}

.search input.s_inp {
    width: 160px;
    text-align: left;
    border: 0;
    font-size: 12px;
    float: left;
    background: none;
    padding-left: 10px;
}
.search input.in {
    height: 28px;
    line-height: 28px;
    float: left;
    box-sizing: border-box;
    /*background: url(img2.gif) center center no-repeat;*/
}
#searchButton {
    float: right;
    width: 34px;
    height: 28px;
    border: 0;
    background: url(img2.gif) center center no-repeat;
    overflow: hidden;
    text-indent: -100px;
}