@charset "utf-8";
/* CSS Document */
#main {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.content {
	width:1200px;
	margin:0 auto;
}
/*   左边导航    */
.left-wrapper {
	width: 247px;
	float:left;
}
.left-nav {
	width: 247px;
	float:left;
	border:1px solid #0ca62a;
	
	
}
.left-nav h1{
	text-align:center;
	font-size:26px;
	height:60px;
	line-height:60px;
	background:#0ca62a;
	color:#fff;
	font-weight:600;
	
}
.sortt {
    background-color: #fff;
    padding: 10px 20px 28px 20px;
}
.sortt li {
	
    position: relative;
    border-bottom: 1px dotted #d4d4d4;
}
.sortt li a {
    display: block;
	width:200px;
	height:52px;
	line-height:52px;
	font-size:16px;
    padding-left: 18px;
    color: #222;
}
.sortt li a:hover {
	color:#f07c31;
}
/*左边联系我们*/
.lx {
	width:247px;
	float:left;
	background:#fff;
	margin-top:30px;
}
.lxtit {
    height: 50px;
    line-height: 50px;
	background:#0ca62a;
	text-align:center;
}

.lxtit h3 {
    color: #fff;
    font-size: 24px;
	font-weight:600;
}
.lxcon {
    border: 1px #0ca62a solid;
    padding: 8px;
}
.lxcon p {
	font-size: 14px;
    line-height: 26px;
}
/*    右边   */
.partner-wrapper {
	width:930px;
	float:right;
}
.partner{
	float:left;
	width:300px;
	margin:0 5px 0 5px;
	overflow:hidden;
	
}
.partner-img{
	width:300px;
	height:300px;
	overflow:hidden;
	
}
.partner-img img {
	width:100%;
	height:100%;
	overflow:hidden;
}
.partner span{
	display:block;
	width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
	background:#fff;
}
/*分页样式fenye start*/
.fengye{clear:both; margin:20px 20px 0 0;}
.fengye a{text-decoration:none; display:inline;border-radius: 3px;line-height:25px; padding:0 5px;}
.fengye .prev,#fenye .next{width:52px; text-align:center;  line-height:25px;}
.fengye a.curr{width:22px;background:#0C9AD8; border:1px solid #0C9AD8; color:#fff; font-weight:bold; text-align:center;}
.fengye a.curr:visited {color:#fff;}
.fengye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px}
.fengye a.num{width:22px;}
.fengye a:visited{color:#1f3a87;} 
.fengye a:hover{ float:left; color:red;}
.fengye span{line-height:30px; font-size:13px; height:30px;}

#fenye{clear: both;margin: 10px 20px 0 0;}
#fenye #totalpage{padding:0 5px;}
#fenye #pagelist a:hover{color:red;}
/*fenye end*/