.index-in:hover .index-in-title{
	color: #e72746;
	transition: all .3s ease;
}
.index-in-title{
	transition: all .3s ease;
}

.header-menu li:hover .menu-mask{
	display: block;
}
.header-menu li:hover .menu-activity{
	display: block;
}

.menu-activity a:hover{
	background-color: #fb8383;
}
.news-list li:hover .news-list-p{
	color: #b63838;
	transition: all .4s ease;
}

.news-list li:hover .news-list-icon{
	left: 5px;
	transition: all .4s ease;

}

.more:hover{
	color:  #b63838;
	transition: all .4s ease;
}

.more:hover a:before{
	right: 5px ;
	transition: all .4s ease;
}

.news-list-img:hover{
	transform: rotate(-5deg);
	transition: all .4s ease;
}

.back:hover{
	border-radius: 20px;
	transition: all .4s linear;
	background-color: #e8c51d;
	color: #000;
}
.news-list li:hover .news-page-img{
	transform: scale(1.1);
	transition: all .4s linear;
}

.activity-right, .attractions-img-box, .attractions-img-box-2{
	transition: all .4s linear;
	cursor: crosshair;
}
.activity-right:hover, .attractions-img-box:hover, .attractions-img-box-2:hover{
	transform: rotate(-5deg);
}
.news-read{
	transition: all .4s linear;
}
.news-read:hover{
	background-color: #e72d2d;
}