.body .background {
	background: url(../images/cpxx_background.png) no-repeat center;
        background-size: 100% 100%;
}

.body .main {
	width: 100%;
	/* height: 950px; */
	padding-top: 50px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

.body .main .content {
	width: 1200px;
	/* height: 100%; */
	margin: auto;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
	
.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.body .main .content .left {
	float: left;
}

.body .main .content .left ul li {
	background-color: #ffffff;
	width: 197px;
	height: 63px;
	line-height: 63px;
	margin-bottom: 2px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
	cursor: pointer;
	color: #202020;
}

.body .main .content .left ul li span {
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
}

.body .main .content .left ul li:hover {
	background-color: #07499d;
	color: #ffffff;
}

.body .main .content .left ul .selected {
	background-color: #07499d;
	color: #ffffff;
}

.body .main .content .right {
	float: right;
	width: 976px;
}

.body .main .content .right ul li {
	float: left;
	width: 312px;
	height: 365px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 28px;
	cursor: pointer;
}

.body .main .content .right ul li:hover {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-transform:scale(1.1,1.1);
}

.body .main .content .right ul li:nth-child(3n) {
	margin-right: 0;
}

.body .main .content .right ul li .img {
	display: block;
	width: 310px;
	height: 310px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}

.body .main .content .right ul li .img img {
	width: 100%;
	height: 100%;
}

.body .main .content .right ul li .text {
	display: block;
	width: 310px;
	height: 53px;
	background-color: #eaeaea;
	border-left: 1px solid #f7f7f7;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #202020;
	text-align: center;
	line-height: 53px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.body .main .content .right #fenye {
	width: 100%;
}

.body .main .content .right #fenye .layui-laypage {
	margin: 50px 0;
}

.body .main .content .right #fenye .layui-laypage a{
    margin-right: 10px;
}

.body .main .content .right #fenye .layui-laypage .layui-laypage-curr {
	margin-right: 10px;
}

.body .main .content .right #fenye .layui-laypage .layui-laypage-spr {
	margin-right: 10px;
}

.body .main .content .right #fenye .layui-laypage a:hover {
	color: #07499d;
}