.allBg {
    background-image: url("../images/allBg.png");
    background-repeat: repeat-y;
    background-color: #f4f4f4;
}
.headerNews a h1:hover,
.headerNews p a:hover,
.intro p a:hover,
.videoTit a:hover{
    color: #ff7d00;
}
.xx {
	color: #336633;
}
.header {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    height: 837px;
}
.header_yucun {
    background-image: url("../yucun/images/topYucun.jpg");
}
.header_xyincun{
    background-image: url("../xyincun/images/topDay2.jpg");
}
.header_yueliang{
    background-image: url("../yueliang/images/topDay3.jpg");
}
.header_deqing{
    background-image: url("../deqing/images/topDeqing.jpg");
}
.headerNews {
    display: block;
    width: 100%;
}
.headerNews a h1 {
    font-size: 38px;
    color: #336633;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 15px;
    text-align: left;
}
.headerNews p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 32px;
}
.intro {
	display: inline-block;
	width: 266px;
	height: 372px;
	padding: 32px;
	background-color: #336633;
}
.intro h3{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
}
.intro p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
}
.intro p a{
	color: #fff;
}
.newsList {
	display: block;
}
.newsList li {
	display: block;
	overflow: hidden;
	padding: 14px;
	border: 1px solid #bec1bb;
	width: 415px;
	height: 108px;
	margin-bottom: 15px;
}
.newsList li a {
	width: 220px;
	display: inline-block;
	position: relative;
}
.newsList li a h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #336633;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.newsList li a p {
	color: #333;
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.newsList li:hover {
	background-color: #336633;
}
.newsList li:hover a h3,
.newsList li:hover a p {
	color: #fff;
}
.videoTit {
	display: inline-table;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../images/t_video.png");
	width: 580px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
.videoTit a{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	overflow: hidden;
	width: 100%;
}
.massFouce li {
	float: left;
	display: inline-block;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #bec1bb;
	background-color: #fff;
	width: 473px;
	height: 454px;
	border-radius: 20px;
	margin: 0 7px 15px 8px;
}
.massFouce li img {
	border-radius: 15px;
}
.massFouce li a h3{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #336633;
	font-weight: bold;
	text-align: left;
}
.massFouce li p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-indent: 28px;
	margin-top: 10px;
}
.massFouceList li {
	float: left;
	display: inline-block;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #bec1bb;
	background-color: #fff;
	width: 463px;
	height: 140px;
	border-radius: 20px;
	margin: 0 7px 15px 8px;
}
.massFouceList li a h3{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #336633;
	font-weight: bold;
	text-align: left;
}
.massFouceList li p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-indent: 28px;
	margin-top: 10px;
}
.massFouceList li a h3 em {
	display: inline-block;
	width: 28px;
	height: 30px;
	overflow: hidden;
	background-image: url("../images/tip.png");
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

/*半日村、龙之梦、顾诸村*/

.placeNav {
	position: relative;
	display: block;
	height: 550px;
}
.placeNav li input {
    display: none;
}
.placeNav li label {
    float: left;
    width: 252px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
    box-sizing: border-box;
	cursor: pointer;
	font-size: 20px;
	color: #336633;
	text-align: center;
	border-radius: 50px;
	margin: 0 45px;
	background-repeat: no-repeat;
	background-position: top center;
    transition: all .3s;
}
.placeNav li input:checked+label{
	color: #fff;
	background-color: #336633;
}
.placeNav li .content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    width: 1040px;
	height: 600px;
    text-align: center;
    transition: all .5s;
}
.placeNav li input:checked~.content{
    opacity: 1;
    visibility: visible;
}