@charset "utf-8";
#xc2020{
	margin: 0px auto;
	width: 1200px;
	height: 213px;
	background: url(../images/xc2020.jpg);
	position: relative;
}

#xc2020 .enter{
	position: absolute;
	width: 280px;
	height: 60px;
	left: 0px;
	top: 0px;
}

#xc2020 .photo{
	float: left;
	width: 245px;
	height: 125px;
	margin: 62px 0px 0px 30px;
	position: relative;
}

#xc2020 .photo img{
	width: 100%;
	height: 100%;
}

#xc2020 .photo .shadow{
	position: absolute;
	width: 100%;
	height: 38px;
	background: url(../images/xc2020-shadow.png);
	left: 0px;
	bottom: 0px;
}

#xc2020 .photo p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	z-index: 9;
}

#xc2020 .photo p a{
	color: #fff;
	text-decoration: none;
}

#xc2020 .photo p a:hover{
	color: #dfdfdf !important;
}

#xc2020 .list{
	float: right;
	width: 873px;
	margin-top: 27px;
}

#xc2020 .list ul{
	margin-left: -20px;
}

#xc2020 .list li{
	float: left;
	width: 385px;
	margin-left: 20px;
	line-height: 42px;
	height: 42px;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}

#xc2020 .list li i{
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0px;
	top: 50%;
	margin-top: -3px;
	background: #000;
	border-radius: 50%;
}

#xc2020 .list li a{
	color: #000;
	text-decoration: none;
}

#xc2020 .list li a:hover{
	color: #c00 !important;
}