.body .background {
	background: url(../images/xwdt_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 #64ace1;
}

.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 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 ul li {
	align-items: center;
	width: 974px;
	height: 210px;
	background-color: #ffffff;
	padding-top: 16px;
	padding-left: 16px;
	box-sizing: border-box;
	margin-bottom: 22px;
}

.body .main .content .right ul li img {
	width: 240px;
	height: 180px;
    vertical-align: bottom;
}

.body .main .content .right ul li .text {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	width: 642px;
	height: 144px;
}

.body .main .content .right ul li .text h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #191919;
	margin-bottom: 25px;
	width: 500px;
	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 .text p {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #5e5e5e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    max-height: 58px;
}

.body .main .content .right ul li .text .date {
	position: absolute;
	bottom: 0;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #a8a7a7;
}

.body .main .content .right ul li .text a {
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 64px;
	height: 14px;
}

.body .main .content .right ul li .text .youjiantou {
	width: 100%;
	height: 100%;;
}

.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;
}