@charset "utf-8";
.g-full-head .g-head-box{border-bottom: none;}
.g-full-head{border-bottom:2px solid #f60;background: #fff;}
body{
	background: #f2f2f2;
}
.location,.listBox{
	width: 1100px;
	margin:0 auto;
	background: #fff;
	border-top:20px solid #f2f2f2;
}
.location,.location a{
	color:#c4c4c4;
	text-indent: 5px;
}
.topBox{border-bottom: 1px solid #f2f2f2;}
.location a{
	line-height: 32px;
	font-size: 12px;
}
.location span{
	padding:8px;
	background: url(../images/location.png) no-repeat;
	position:relative;
	top:6px;
	left:2px;
	margin-right: 12px;
}

.listBox{
	background: none;
}
.listBox .listLeft ul li h2 a:hover{
	text-decoration: underline;
}
.listLeft,.listRight{
	float: left;
	background: #fff;
}
.listLeft{margin-right: 20px;}
.listLeft ul{padding:20px;}
.listLeft ul li{width:740px;border-bottom: 1px dashed #d5d5d5;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px dashed #f3f3f3;
}
.listLeft h2 em{display: block;padding: 20px 0 0 20px;}
.listLeft ul li>a{
	display: block;
	width: 195px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.listLeft ul li>a img{
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.listLeft ul li>a img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.titleContent{
	float: right;
	width: 525px;
}
.titleContent h2 a{
	font-size: 18px;
	font-weight: normal;
	color:#ff7129;
}
.titleContent p{
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    padding: 8px 0;
    color: #c4c4c4;
    height: 60px;
    overflow: hidden;
}
.titleContent span{
	font-size: 14px;
}
.listLeft ul li a img{
	width:195px;
}

.listRight h1{
	display: inline;
    padding-bottom: 2px;
	border-bottom:3px solid #ff7129;
}
.listRight{
	width: 260px;
	padding:20px;
}
.listRight ul,.listRight ul li{
	padding-top:12px;
}
.listRight ul li{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.listRight ul li a:hover{
	color:#ff7129;
}
.listRight ul li span{display: inline-block;margin-right: 5px;}
.listRight ul li span,.listRight ul li a{
	font-size: 14px;
	line-height: 16px;
}
.listRight ul li a{text-indent: 5px;width:250px;}
.listRight ul li span{width:20px;line-height: 20px;text-align: center;background: #cfcfcf;margin-right: 10px;}
.pageList{padding:20px 0;margin-left: 233px;}
.pageList a{
	display: block;
	padding:0 10px;
	height: 30px;
	line-height:30px;
	text-align:center;
	border: 1px solid #eb4546;
	border-radius: 4px;
	margin-right: 7px;
	float: left;
}
.pageList .pageListLast{
	width: 80px;
	margin-right:0;
}
.pageList a:nth-child(1){
	background: #eb4546;
	color: #fff;
}
.pageList a:hover{
	color: #fff;
	background: #eb4546;
}

/*专题页*/
.listBoxTop{
	background: #fff;
	padding:20px 0;
}
.topImg{
	width:500px;
	height: 310px;
	margin-left:20px;
	background: #ff1539;
	overflow: hidden;

}
.topImg img{
	width: 100%;
}
.details{margin-left:20px;width: 540px;}
.details p a{text-decoration: underline;}
.details p a:hover{
	text-shadow: 0 0 1px #cdcdcd;
}
.details p{
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	padding:10px 0;
}
.details h1{border-left: 4px solid #ff7129;padding-left: 5px;background: #f4f4f4;line-height: 30px;font-size: 20px; text-indent: 5px;}
.details h2{
	padding-top:10px;
	color:#ff5515;
	font-size: 16px;
}
/*旅游*/
.listBox .travelList ul li>a{
	display: block;
	width:159px;
	height: 99px;
	border:1px solid #cfcfcf;
}
.listBox .travelList ul li>a div{
	width:155px;
	height: 95px;
	margin:0 auto;
	padding-top:2px;
	overflow: hidden;
}
.listBox .travelList ul li>a img{
	display: block;
}
.travelListTitle{
	width: 559px;
}
.travelListTitle p{
	font-size: 12px;
	line-height: 18px;
	height: 40px;
	padding: 4px 0 12px 0;
}
.travelSpan{
	padding:3px 5px;
	border-radius: 3px;
	background: #ff6e24;
	color:#fff;
	margin-right:10px;
}
.travelList ul li:hover{
	background: #fffbfa;
}