.guide-title {
    position: relative;
    margin-top: 15px;
    padding: 10px 0px;
    padding-left: 50px;
    background: #eee 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;
}
.city-travel-title{
    background: #fff url(/template-ss/images/13.png) no-repeat 5px;
    color: #2093FD;
    border-bottom: 1.5px solid #2093FD;
}
.content {
    text-align: justify;
}

.gl-ul {
    padding: 0;
    list-style: none;
}

.gl-ul li {
    padding-left: 25px;
}

.gl-ul li:hover {
    background: url('/template-ss/images/9.png') no-repeat 10px center;
}

.gl-ul li a {
    color: #000;
}

.gl-ul li:hover a {
    color: #ff5858;
}

.guide-item .guide-pic-title {
    position: relative;
}

.guide-item .guide-pic-title .title {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    width: 100%;
    text-align: center;
    font-size: 1.28em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
}
.guide-item .guide-pic-title .title:hover{
    color: #fff;
}
.guide-item {
    background: #eee;
}

.guide-item .gl-ul {
    height: 130px;
}

.guide-item p {
    padding: 5px 3px;
}

.guide-item a > .title {
    text-align: center;
    color: #000;
}

.guide-item .title:hover {
    color: #b00;
    text-decoration: underline;
}

.guide-item a {
    text-decoration: none;
}

.guide-item a:hover {

    color: #b00;
}

.guide-list h1 {
    text-align: center;
}

.guide-list .item {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.guide-list .item:hover {
    background: #EAF4FD;
}

.guide-list .guide-list-text {}

.guide-list .guide-list-text h4 a:hover {
    color: #b00;
}

.guide-list .guide-list-text .more {
    margin-top: 5px;
}

.guide-list .guide-list-text .more a {
    background: #389EFC;
    color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
}

.guide-list .guide-list-text .more a:hover {
    background: #EB6100;
}

.guide-ul ul {
    list-style: none;
    padding-left: 15px;
}

.guide-ul ul li {
    float: left;
    width: 50%;
    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
}

.guide-list-cont {
    padding: 0 15px;
}

.guide-list-item {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.guide-list-item:hover {
    background: #EAF4FD;
}
.guide-map h1{
    text-align:center;
}
.guide-map h2{
    margin-top: 25px;
    background: url('/template-ss/images/1.png') no-repeat top left;
    padding-left: 33px;
}
.map-list .item{
    margin-top: 15px;
    background: #ccc;
    border:2px solid #ccc;
    -webkit-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
}
.map-list .item a{
    text-decoration:none;
}
.map-list .item p{
    text-align:center;
    color: #000;
    font-size: 1.28em;
    padding-top: 5px;
}
.map-list .item:hover{
     background: #2093FD;
    border:2px solid #2093FD;
}
.map-list .item:hover p{
    color: #fff
}
.map-list .item img{
height: 223px;
}
@media(max-width:769px ){
.map-list .item img{
        width: 360px;
height: 223px;
}
}
@media (min-width:992px) {
.map-list .item img{
        width: 221px;
height: 223px;
}
}
@media (min-width:1200px) {
    .map-list .item img{
        width: 273px;
height: 223px;
}
}
.click-map{
    text-align: center;
    background: url('/template-ss/images/15.png') no-repeat top center;
    height: 85px;
    padding-top: 70px;
    font-size: 1.5em;
}
.click-map:hover{
    color: #EB6100;
    background: url('/template-ss/images/16.png') no-repeat top center;
}
.guide-map a{
    text-decoration: none;
}

.guide-info h1 {
    text-align: center;
}

@media (min-width:1120px)  {
    
.ul-li-3 ul li{
    width: 33%;
}
}


    .guide-details-content .guide-info h2 {
    margin-top: 25px;
    background: url('/template-ss/images/1.png') no-repeat top left;
    padding-left: 33px;
}

.guide-tours .line-item .line-pic-title{
    position: relative;
}
.guide-tours .line-item .line-pic-title .hotels-info{
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.7);
    bottom: -20px;
    left: 0;
    z-index: 1;
    margin: 0;
    color: #fff;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out; 

}
.guide-tours .line-item:hover .line-pic-title .hotels-info{
    bottom: 0;
     height: 100%;
}
.guide-tours .line-item .title{
    text-align: center;
    padding-top: 10px;
}
.guide-tours .line-item .title a{
    color: #000;
    font-size: 1.2em;
}
.guide-tours .line-item .star{
    text-align: center;
}
