.pagelocationBox {
    margin-top: 100px;
}

.headerBox {
    width: 600px;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.headerBox .serviceHeader h1 {
    font-size: 34px;
    color: #333333;
    letter-spacing: 26px;
    padding-left: 76px;
    background: url(../img/cs.png) no-repeat; 
    background-position: 25% -10px;
}

.headerBox .serviceHeader p {
    font-size: 14px;
    padding-top: 10px;
    color: #3D3D3D;
    letter-spacing: 4px;
}

/* 过滤容器 */

.filter-container {
    margin: 20px auto;
    padding: 20px 0;
    background-color: #F5F5F5;
}

.filter-container .filter-type {
    margin: auto;
    width: 1200px;
}

.filter-type .f-type_list {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.filter-type .f-type_list a {
    display: block;
    width: 160px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
}

/* 过滤类型图标 */

.filter-type .f-type_bwg {
    background: url('../img/bwg_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_whg {
    background: url('../img/whg_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_tsg {
    background: url('../img/tsg_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_whdb {
    background: url('../img/whdb_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_dyy {
    background: url('../img/dyy_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_jy {
    background: url('../img/jy_bg.png') no-repeat;
    background-size: 100%;
}

.filter-type .f-type_jd {
    background: url('../img/jd_bg.png') no-repeat;
    background-size: 100%;
}
.filter-type .f-type_msg { 
    background: url('../img/msg_bg.png') no-repeat;
    background-size: 100%;
}
.filter-type .f-type_yyt {
    background: url('../img/yyt_bg.png') no-repeat;
    background-size: 100%;
}

.f-type_list li {
    position: relative;
}

.f-type_list li a:first-child {
    position: absolute;
    left: 0;
    top: -80px;
    transition: all .3s ease-in-out;
}

/* 激活样式 */

/* .f-type_list li:hover a:first-child {
    top: 0;
} */
.f-type_list .f-type_active a:first-child {
    top: 0;
}

.f-type-bwg_active {
    background-color: rgb(110, 198, 163);
}

.f-type-bwg_active > .f-type-icon{
    background: url('../img/museum.png') no-repeat;
}
.f-type-whg_active {
    background-color: rgb(123, 214, 240);
}
.f-type-whg_active > .f-type-icon {
    background: url('../img/cultural.png') no-repeat;
}
.f-type-tsg_active {
    background-color: rgb(135, 198, 64);
}
.f-type-tsg_active > .f-type-icon {
    background: url('../img/library.png') no-repeat;
}

/* .f-type-whdb_active {
    background-color: #46DC94;
}
.f-type-whdb_active > span {
    background: url('../img/landmark.png') no-repeat;
}
.f-type-dyy_active {
    background-color: #DCBA46;
}
.f-type-dyy_active > span {
    background: url('../img/dyy_icon.png') no-repeat;
} */

.f-type-jy_active {
    background-color: rgb(138, 121, 247);
}
.f-type-jy_active > .f-type-icon {
    background: url('../img/theater.png') no-repeat;
}
/* .f-type-jd_active {
    background-color: #DC4646;
}
.f-type-jd_active > span {
    background: url('../img/jd_icon.png') no-repeat;
} */
.f-type-msg_active{
    background-color: #DC292F;
}
.f-type-msg_active > .f-type-icon {
    background: url('../img/art_gallery.png') no-repeat;
}
.f-type-yyt_active{
    background-color: #ccc;
}
.f-type-yyt_active > .f-type-icon {
    background: url('../img/concert_hall.png') no-repeat;
}

.f-type-bwg_active > .f-type-icon,
.f-type-whg_active > .f-type-icon,
.f-type-tsg_active > .f-type-icon,
.f-type-jy_active > .f-type-icon,
.f-type-msg_active > .f-type-icon,
.f-type-yyt_active > .f-type-icon,
.f-type-jd_active > .f-type-icon,
.f-type-dyy_active > .f-type-icon,
.f-type-whdb_active > .f-type-icon {
    background-size: 100%;
    display: block;
    width: 40px;
    height: 54px;
    margin: -5px auto;
    background-position: center;
}
.filter-type .f-type_list a.f-type-bwg_active,
.filter-type .f-type_list a.f-type-whg_active,
.filter-type .f-type_list a.f-type-tsg_active,
.filter-type .f-type_list a.f-type-jy_active,
.filter-type .f-type_list a.f-type-msg_active,
.filter-type .f-type_list a.f-type-yyt_active{
    line-height:30px;
    font-size:18px;
}

/* 过滤地区 */

.filter-container .filter-district {
    margin: 20px auto auto;
    width: 1200px;
    padding: 15px 10px 0;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    color: #4a4a4a;
    position: relative;
}

.filter-district .district {
    letter-spacing: 4px;
    margin-left: 14px;
    position: absolute;
    top: 18px;
    left: 0;
}

.filter-district .f-district_list {
    display: inline-block;
    font-size: 0;
    margin-left: 90px;
}

.f-district_list li {
    display: inline-block;
    font-size: 16px;
    margin: 0 18px 16px 0;
}

.f-district_list li a {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    color: #4a4a4a;
    border-radius: 4px;
}

.f-district_list li:hover a{
    color:#DC292F;
    background-color: #fff;
}

.f-district_list li:hover .district_active,
.f-district_list li .district_active {
    background-color: #DC292F;
    color: #ffffff;
}

/* 热门锦点  */
.hp_content-container {
    position: relative;
    overflow: hidden;
}

.hp_content-container .hp_content-list {
    width: 1200px;
    padding: 34px 0;
    margin: auto;
    overflow: hidden;
    min-height: 200px;
}

.hp_content-list .hp_content-item {
    width: 274px;
    height: 307px;
    float: left;
    margin-right: 34px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}

.hp_content-list .hp_content-item:nth-of-type(4n) {
    margin-right: 0;
}

.hp_content-item .item-img_box {
    width: 100%;
    height: 180px;
    background-color: rgba(0, 0, 0, .6);
    position: relative;
}

.item-img_box img {
    width: 100%;
    height: 100%;
}

.hp_content-item .hp-place_name {
    margin: 12px auto;
    color: #3C3C3C;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hp_content-item .hp-address_name {
    margin: 12px auto;
    color: #787878;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp_content-item .hp-synopsis {
    margin: 12px auto;
    color: #787878;
    font-size: 14px;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hp_content-list .hp_content-item::after {
    content: '';
    display: block;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #DD3F54;
    transition: all .3s ease-in-out;
}

.hp_content-list .hp_content-item:hover::after {
    width: 100%;
}

.hp_content-container .hp_cotent-left_leaf {
    width: 300px;
    height: 308px;
    position: absolute;
    background: url('../img/left-leaf_bg.png') no-repeat;
    background-size: 100%;
    top: 313px;
    left: -142px;
}

.hp_content-container .hp_cotent-right_leaf {
    width: 266px;
    height: 298px;
    position: absolute;
    background: url('../img/right-leaf_bg.png') no-repeat;
    background-size: 100%;
    top: 145px;
    right: -105px;
}

.state_box {
    position: absolute;
    width: 120px;
    top: 10px;
    left: 50%;
    margin-left: -60px;
}

.loading {
    display: none;
    width: 60px;
    height: 24px;
    background: url('../img/loading.gif') no-repeat;
    background-size: 100%;
    margin: 20px auto;
}

.nodata {
    display: none;
    width: 120px;
    font-size: 24px;
    color: #bbbbbb;
    text-align: center;
    margin: 20px auto;
}

.hp_content-item .priceTag {
    display: block;
    padding: 6px 16px;
    position: absolute;
    bottom: 20px;
    right: -4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.hp_content-item .priceTagGreen {
    background: url(../../common/img/priceTagGree.png) no-repeat 0 2px;
    background-size: 100% 100%;
}

.hp_content-item .priceTagRed {
    background: url(../../common/img/priceTagRed.png) no-repeat 0 2px;
    background-size: 100% 100%;
}

.synopsis{
	font-size: 14px;
	color: #646464;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
}