/*样式初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#e6e6e6; color:#323232; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover {text-decoration:none;color: inherit; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

/*样式初始化 over*/



.container{
	width: 1100px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
/*修改侧边栏样式*/
.nav-ul
{
    width: 100%;
}
.nav-ul li
{
    margin:5px 0;
}
.nav-ul li a
{
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e73478;
    color:#fff;
}
/*******/
.container .new{
	width: 100%;
	overflow:hidden;
	margin-top:20px;
}
.container .swiper-container {
    width:1100px !important;
    height:200px !important;
    margin-bottom:20px;
} 
.container .whole{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.container .whole .part_1{
	width: 545px;
	height: 220px;
	margin-bottom:10px;
}
.container .whole .part_2{
	width: 545px;
	height: 220px;
	margin-bottom:10px;
}
.container .whole .part_3{
	width: 545px;
	height: 220px;
	margin-bottom:10px;
}
.container .whole .part_4{
	width: 545px;
	height: 220px;
	margin-bottom:10px;
}
.container .whole .part_1 .time{
	background-color: #c7c7c7;
	height: 45px;
	border-radius: 0 0 4px 4px;
	position: relative;
	top: -48px;
	background-color: rgba(0,0,0,0.4);
	box-sizing: border-box;
	padding: 13px 45px;
}
.container .whole .part_1 .time p{
	float: left;
	font-size: 18px;
	color: white;
}
.container .whole .part_1 .time img{
	float: right;
	width: 9px;
	height: 14px;
	margin-top: 3px;
}
.container .whole .part_2 .time{
	background-color: #c7c7c7;
	height: 45px;
	border-radius: 0 0 4px 4px;
	position: relative;
	top: -48px;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 13px 45px;
}
.container .whole .part_2 .time p{
	float: left;
	font-size: 18px;
	color: white;
}
.container .whole .part_2 .time img{
	float: right;
	width: 9px;
	height: 14px;
	margin-top: 3px;
}
.container .whole .part_3 .time{
	background-color: #c7c7c7;
	height: 45px;
	border-radius: 0 0 4px 4px;
	position: relative;
	top: -48px;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 13px 45px;
}
.container .whole .part_3 .time p{
	float: left;
	font-size: 18px;
	color: white;
}
.container .whole .part_3 .time img{
	float: right;
	width: 9px;
	height: 14px;
	margin-top: 3px;
}
.container .whole .part_4 .time{
	background-color: #c7c7c7;
	height: 45px;
	border-radius: 0 0 4px 4px;
	position: relative;
	top: -48px;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 13px 45px;
}
.container .whole .part_4 .time p{
	float: left;
	font-size: 18px;
	color: white;
}
.container .whole .part_4 .time img{
	float: right;
	width: 9px;
	height: 14px;
	margin-top: 3px;
}
.container .new .last{
	width: 100%;
	height: 366px;
}
.container .new .last .root{
	width: 1045px;
	height: 166px;
	position: relative;
	top: -182px;
	left: 35px;
}
.container .new .last .root .left{
	width: 340px;
	height: 166px;
	float: left;
	background-color: #fff;
	border-radius: 0 8px 8px 0;
	margin-right: 8px;
}
.container .new .last .root .left .font{
	float: right;
	width: 154px;
	height: 146px;
	display: inline-block;
	padding: 20px 0 0 10px;
}
.container .new .last .root .left .font p{
	font-size: 28px;
}

