.body .background {
	background: url(../images/tzzgx_background.png) no-repeat center;
        background-size: 100% 100%;
}

.body .background .text h6 {
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 12px;
	text-shadow: 5px 5px 1px #0994ba;
}

.body .main {
	width: 100%;
	/* height: 1130px; */
	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 {
	margin-bottom: 50px;
}

.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: 16px;
	color: #202020;
	cursor: pointer;
}

.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 .neirong {
	width: 100%;
	margin: auto;
	background-color: #ffffff;
	padding-bottom: 50px;
	padding-top: 53px;
	margin-bottom: 50px;
}

.body .main .content .right .neirong h6 {
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 20px;
	line-height: 250%;
}

.body .main .content .right .neirong .all {
	width: 90%;
	padding-left: 50px;
	margin: auto;
}

.body .main .content .right ul li {
	width: 100%;
	height: 103px;
	background-color: #ffffff;
	padding: 26px 24px 25px 45px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.body .main .content .right ul li span {
	display: inline-block;
float: left;
}
.body .main .content .right ul li a {
float: right;
margin-top: 18px;
}

.body .main .content .right ul li span h2 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #191919;
	margin-bottom: 17px;
        width: 750px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.body .main .content .right ul li span h2:hover {
	cursor: pointer;
	color: #07499d;
}

.body .main .content .right ul li span p {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #a8a7a7;
}

.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 a:hover {
	color: #07499d;
}