.travel-tips h1 {
    text-align: center;
}

.tips-js .item {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}

.tips-details{text-align:justify;}
.tips-js .item>p {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    margin: 0;
    width: calc(100% - 20px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tips-js .item:hover>p {
    opacity: 1
}
.tips-ul .item{
	background: #eee;
	margin-top: 15px;
	padding-bottom: 5px;
}
.tips-ul .item .pic-text{
	position: relative;
}
.tips-ul .item .pic-text > p{
	position: absolute;
	width: 100%;
	text-align:center;
	top: 50%;
	margin-top:-15px;
	font-size: 2.5em;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.tips-ul .item ul{
	overflow: hidden;
	margin-top: 10px;
}
.tips-ul .item ul li a{
	color: #000;
}

.tips-ul .item ul li:hover a{
	color: #b00;
}
.tips-details h1{
	text-align: center;
}
.tips-details .hotels-list h3{
	margin-top: 20px;
    background: url('/template-ss/images/tips/18.png') no-repeat top left;
    padding-left: 28px;
}
.tips-details .pic-title{
	position: relative;
}
.tips-details .pic-title .title{
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.7);
	text-align: center;
	padding: 5px 5px;
	font-size: 1.2em;
}
.guide-title {
    position: relative;
    margin-top: 15px;
    padding: 10px 0px;
    padding-left: 50px;
    background: #EEEEEE url(/template-ss/images/13.png) no-repeat 5px;
    font-size: 1.3em;
    color: #555;
}

.guide-title span {

    position: absolute;
    right: 10px;
    font-size: 13px;
    padding: 0px 10px;
    background: #FDF001;
    border-radius: 10px;
}
.guide-ul ul {
    list-style: none;
    padding-left: 15px;
}

.guide-ul ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
    padding-left: 10px;
    position: relative;
}

.guide-ul ul li a {
    color: #000;
}

.guide-ul ul li a:hover {
    color: #b00;
}

.guide-ul ul li:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #000;
}

.guide-ul ul li:hover:before {
    border-color: transparent transparent transparent #b00
}

@media (min-width:1120px)  {
    
.ul-li-3 ul li{
    width: 50%;
}
}