@charset "utf-8";
/* CSS Document */
.city_top {
	width: 1200px;
	margin: -230px auto 0;
}
.city_top img {
	width: 100%;
	height: 100%;
}
.city_top h1 {
	font-size: 56px;
	line-height: 101px;
	font-family: "Candara"; 
	z-index: 1000;
	float: left;
	margin-left: 120px;
	color: #fff;
}
.city_top ul {
	float: left;
	margin-left: 280px;
}
.city_top ul li {
	color: #fff;
	font-size: 16px;
	font-family: "Candara";
}
.city_s {
	width: 1200px;
	margin: 0 auto;
}
.city_s .city_s_l {
	width: 260px;
	float: left;
}
.city_s .city_s_l .menu_l {
	
}
.city_s .city_s_l .menu_l li {
	
}
.city_s .city_s_l .menu_l li a {
	display: block;
	line-height: 20px;
	padding: 15px;
	color: #333;
	font-family: Arial; 
	font-size: 14px;
	font-weight: bolder;
	background-color: #f2f2f2;
	border: 1px #ccc solid;
	border-bottom: 0;
}
.city_s .city_s_l .menu_l li a.current {
	background-color: #f01e46;
	color: #fff;
}
.city_s .city_s_l .menu_l li .menu_s {
	width: 100%;
	border: 0;
}
.city_s .city_s_l .menu_l li .menu_s li a {
	display: block;
	line-height: 20px;
	padding: 12px 0 12px 20px;
	color: #333;
	font-size: 12px;
	font-weight: bolder;
	background-color: #fff;
	border: 1px #ccc solid;
	border-bottom: 0;
	border-radius: 0;
}
.city_s .city_s_l .menu_l li .menu_s li a.active, .city_s .city_s_l .menu_l li .menu_s li a:hover {
	text-decoration: underline;
	color: #f01e46;
}
.city_s .city_s_r {
	width: 828px;
	float: right;
	margin-top: -50px;
	padding: 45px;
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	border: 1px #ccc solid;
}
.city_s .city_s_r h4 {
	width: 820px;
	text-align: left;
}
.city_s .city_s_r h4 {
	color: #f01e46;
	font-size: 20px;
	font-family: "Candara";
	margin-bottom: 25px;
}
.city_s .city_s_r p {
	text-align: left;
}
.city_s .city_s_r .share {
	width: 38px;
	height: 500px;
	position: absolute;
	top: 75px;
	right: -38px;
}
.city_s .city_s_r .share a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #ccc;
	margin-bottom: 10px;
	border-radius: 0 7px 7px 0;
	padding: 7px;
	cursor: pointer;
}
.city_s .city_s_r .share a img {
	width: 20px;
	height: 20px;
	margin: auto;
}
.city_s .city_s_r .share a.date_tag {
	width: 60px;
	height: 60px;
	background-color: #f01e46;
	text-align: center;
	line-height: 28px;
}
.city_s .city_s_r .share a.date_tag h2 {
	color: #fff;
}
.city_s .city_s_r .share a.date_tag h2 span {
	font-size: 14px;
}
.city_s .city_s_r .share a:hover {
	background-color: #F01E46;
}
.city_s .city_s_r .share a.date_tag:hover {
	background-color: #B31532;
}

a.next {
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
	-o-transition:background-color 0.2s;
	-ms-transition:background-color 0.2s;
}
a.next:hover {
	background-color: #F01E46;
}
a.prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: #CCC url('../images/arrow4.png') 16px center no-repeat;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s;
	-webkit-transition:background-color 0.2s;
	-o-transition:background-color 0.2s;
	-ms-transition:background-color 0.2s;
}
a.prev:hover {
	background-color: #F01E46;
}










