@charset "utf-8";
html {  
      height:100%;  
    }  
a:active, a:link,a:visited{
color: #006600;
text-decoration:none;
}
a:hover{
color: #000;
text-decoration:none;
}
body{
margin:0px;
padding:0px;
background:#FFF; 
font-size:12px;
color:#333333;
font-family:"Microsoft Yahei", Helvetica, sans-serif;
}
P,UL{
padding:0px;
margin:0px;
} 
LI{
list-style:none;
padding:0px;
margin:0px;
}
H1{
padding:0px 0 20px 0;
font-size:20px;
color: #000;
text-align:center;
margin:0px;
font-weight:normal;
}
H3{
	margin:10px 0;
	font:400 18px/24px "Microsoft Yahei", Helvetica, sans-serif;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
}
H4{
	margin:0px 0 10px 0;
	font:400 16px/24px "Microsoft Yahei", Helvetica, sans-serif;
	color:#000;
}
#wrapper {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.clear{
	clear:both;
}
/*********************** head ****************************/
#header{
	height:auto;
	padding:30px 0 30px 40px;
}
/*********************** nav ****************************/
#nav{
	background:#008A31;
	border-radius:4px;
	height:50px;
	line-height:50px;
	margin-bottom:10px;
	width:97%;
	margin-left:1.5%;
	margin-right:1.5%
}
#nav .home{
	margin-left:20px;
}
#nav li{
	float:left;
	padding:0 18px;
	font-size:16px;
}
#nav a:active, #nav a:link,#nav a:visited{
color: #FFF;
text-decoration:none;
}
#nav a:hover{
color:#0FF;
text-decoration:none;
}
/*********************** main ****************************/
#main{
	overflow:hidden;
}
.loca {
	width:97%;
    padding: 10px 0 10px 5px;
    line-height: 20px;
    height: 20px;
    color: #999999;
    border-bottom: 1px #ECECEC solid;
    font-size: 12px;
    margin: 0 1.5% 20px 1.5%;
}
.loca a{
    color: #999999;
    text-decoration: none;
}
/*********************** col *****************************/
.col{
	float:left;	
	margin:1.5%;
	position:relative;
}
.in2{
	width:15.3%
}
.in4{
	width:30.3%;
}
.in8{
	width:63.6%;
}
.in10{
	width:78.6%;
}
.in12{
	width:97%;
}
.colheight{
	height:250px;
}
.col .more-link{
	position:absolute;
	top:15px;
	right:5px;
	font-size:12px;
}
#main .bodycont{
	padding:10px;
	font-size:16px;
	line-height:200%;
}
/************************* list ****************************/
.list{
	margin-top:5px;
}
.list li{
	padding:5px 0;
	list-style:none;
	line-height:150%;
	overflow:hidden;
	width:100%;
}
.list li .textellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: none;
}
.list li span.time{
	float:right;
	color:#999;
	margin-left:15px;
}
.list img{
	float: left;
    width: 160px;
    height: 90px;
    display: block;
    margin-right: 15px;
    margin-bottom: 12px;
}
.list p.ptitle{
	font-weight:500;
	font-size:1.2em;
	margin-bottom:5px;
}
.list p.psummary{
	font-size:1em;
	color:#CCC;
	line-height:160%;
}
.list-i {
    font-size: 14px;
    line-height: 150%;
    padding: 10px;
    margin: 0 20px;
}
.list-i li {
    padding: 15px 0;
    margin: 0px;
    border-bottom: 1px dotted #CCC;
}
.list-i li:last-child{
	border:0
}
.list-i span.time {
    float: right;
    color: #999;
}
.channel{
	font-size:14px;
	padding-right:20px;
	border-right:1px solid #ECECEC
}
.channel li {
    padding: 15px 0;
    margin: 0px;
    border-bottom: 1px dotted #CCC;
}
.channel li:last-child{
	border:0
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
a.btn-info {
    color: #fff;
}
  
.btn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/***********************************flash************************/
.container, .container *{margin:0 auto; padding:0;}

.container{ height:150px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:1200px; height:150px; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #000;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #ECECEC;
	background-color: #fff;
	border-radius:3px;
}
.num li.on{
	color: #fff;
	line-height: 24px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #008A31;
	font-weight:500;
}
/************************* foot ****************************/
#footer{
padding:20px 20px;
color:#999;
line-height:24px;
font-size:12px;
background-color: #f2f2f2;
margin-top:20px;
}
.textinfo{
	font-size:12px;
	color:#666;
}
.scrollImgList1{zoom:1;overflow:hidden; float:left; margin:10px 0 0 0px;}
.scrollImgList1 .Cont{float:left;width:730px;overflow:hidden;padding:0px; margin:0px;}
.scrollImgList1 .ScrCont{width:37000px;zoom:1;overflow:hidden;margin:0px;}
#List1_1,#List2_1{float:left;margin:0px;}
.scrollImgList1 .box{width:68px; height:78px;float:left;text-align:center;}
.scrollImgList1 .box img{display:block; margin:2px 0px 2px 0px;padding:3px;background:#FFF; width:60px; height:60px;}
.scrollImgList1 .box a:hover img{border:1px solid #CCCCCC; text-align:left;margin:0px;}
.scrollImgList1 .box p{line-height:24px;color:#505050;text-align:left;margin:0px;}
.scrollImgList1 a:link,.scrollImgList1 a:visited{color:#505050;text-decoration:none;margin:0px;}
.scrollImgList1 a:hover{color:#FF9900;text-decoration:underline;margin:0px;}
.subfooter{
	margin-top:20px;
	border-top:1px solid #ECECEC;
	padding:20px;
	text-align:center;	
}