﻿.main{
	width: 1180px;
	margin: 0 auto;
}
.mainTop{
	height: 40px;
	padding: 20px 0;
	position: relative;
}
.mainTop p {
    font: normal 14px/40px "Microsoft Yahei","simhei";
    color: #bababa;
}
.mainTop p a{
	color: #666;
	margin: 0 8px;
}
.mainTop p a:hover{
	color: #38880b;
}
.mainTop p span{
	color: #666;
	margin-left: 8px;
}
.mainTop p i{
	font-size: 18px;
	line-height: 40px;
	color: #38880b;
	position: relative;
	top: 2px;
}
.mainLeft{
	width: 830px;
	/*height: 2050px;*/
	float: left;
	/*position: relative;*/
}
.mainLeft h2{
	font-size: 24px;
	line-height: 40px;
	color: #333;
}
.mainLeft h2 span{
	font-size: 14px;
	color: #dcdcdc;
}
.mainList{
	width: 870px;
	/*height: 1910px;*/
	/*position: absolute;*/
	/*top: 40px;*/
	/*left: -20px;*/
}

.mainList dl{
	padding: 20px 0;
	width: 830px;
	float: left;
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
}
.mainList dl:hover{
	padding: 20px;
	border-bottom: none;
	margin-left: 0;
	box-shadow: 0 0 10px #e5e5e5
}
.mainList dl dt{
	float: left;
}
.mainList dl dt img{
	width: 246px;
	height: 150px;
	border-radius: 3px;
}
.mainList dl dd{
	width: 565px;
	float: right;
}
.mainList dl.noPic dd{
	width: 100%
}
.mainList dl dd h3{
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
.mainList dl dd h3 a{
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.mainList dl dd h3 a:hover{
	color: #38880b;
}
.mainList dl dd p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	height: 50px;
	overflow: hidden;
	margin: 10px 0 15px;
}
.date{
	font-size: 12px;
	line-height: 20px;
	color: #eaeaea;
}
.date span{
	color: #aaaaaa;
	padding-right: 15px;
}
.date span.view{
	padding-left: 15px;
}
.date b{
	color: #aaa;
	float: right;
	font-weight: normal;
}
.date b i{
	font-size: 14px;
	color: #ccc;
	margin-right: 8px;
}

.newspages{width: 100%;/*position: absolute;bottom: 0;left: 0;*/ height: 40px; clear:both;margin: 0 auto;padding: 40px 0 20px;text-align: center;font:normal 12px/40px "Tahoma";}
.newspages a{ width: 40px; height: 38px;background: #fff; display: inline-block; border:1px solid #e6e6e6; border-left: 0; text-align: center; font:normal 12px/38px "Tahoma"; color: #666666; vertical-align: middle; }
.newspages a.ft{border-left: 1px solid #e6e6e6;border-right:0;background: #fff url(//images/SLD2019/companyList.png) no-repeat -56px -530px;}
.newspages a.next{margin-right:15px;background: #fff url(//images/SLD2019/companyList.png) no-repeat 15px -530px;}
.newspages a.prev{ width: 68px; background: #fff url(//images/SLD2019/companyList.png) no-repeat 8px -467px; border-left: 1px solid #e6e6e6; }
.newspages a.lt{ width: 68px; background: #fff url(//images/SLD2019/companyList.png) no-repeat 8px -497px; }
.newspages a.on{ background: #519126; border:1px solid #519126; border-left: 0; color: #fff; font-weight: bold; }
.newspages input{ width: 38px; height: 38px; display: inline-block; text-align: center; border: 1px solid #e6e6e6; font:normal 12px/38px "Tahoma"; margin: 0 10px; vertical-align: middle; }
.newspages button{ width: 52px; height: 40px; display: inline-block; text-align: center;border: none; font:normal 12px/40px "Tahoma"; vertical-align: middle; cursor: pointer; background:#38880b; color: #fff;border-radius: 3px;}

.mainRight{
	width: 300px;
	float: right;
}
.mainRight h2{
	font-size: 18px;
	line-height: 38px;
	color: #333;
	display: inline-block;
	border-bottom: 3px solid #38880b;
}
.mainRight ul{
	width: 300px;
	float: left;
	padding-top: 20px;
}
.mainRight ul li{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.mainRight ul li a{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-radius: 50px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #999;
}
.mainRight ul li a:hover{
	border-color: #38880b;
	background: #38880b;
	color: #fff;
}
.line3 {
    width: 100%;
    min-width: 1180px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}
.footer {
    margin-top: 20px;
}

/*newsShow*/
.showLeft{
	width: 830px;
	float: left;
}
.showLeft h1{
	font-size: 30px;
	line-height: 50px;
	color: #333;
	text-align: center;
}
.source{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 25px;
	overflow: hidden;
}
.source span{
	margin: 0 18px;
}
.source span a{
	color: #38880b;
}
.content{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.content p,.content div{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}
.contentPic{
	text-align: center;
	margin: 0 0 20px;
}
.content img{
	max-width: 680px;
}

.turnPage{
	margin: 30px 0;
}
.turnPage p{
	font:normal 14px/30px "Microsoft Yahei","simhei"; 
	color:#999;
}
.turnPage p a{
	color: #38880b;
}
.copr{ 
	margin-top:20px; 
	padding-bottom:26px;
}
.coprTop{ 
	width:770px; 
	height:35px;  
	position:relative; 
	z-index:1;
}
.coprTop h3{ 
	height:35px; 
	border-bottom:3px solid #38880b; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:2; 
	font:normal 14px/35px "Microsoft Yahei","Arial"; 
	text-align:center;
}
.coprTop h3 a{ 
	color:#333;
}
.copr ul{ 
	width:770px; 
	float:left; 
	padding-top:15px;
}
.copr li{ 
	float:left; 
	font:normal 12px/25px "Microsoft Yahei","simhei"; 
	color:#999; 
	margin-bottom: 15px;
}
