/*
 * 生活周边
 * @author hyzhang2
 * @time 2016-03-01
 */


/* 共有样式 标题 begin */

a:hover,
.common-title .more:hover {
    color: #0067c5;
}
.wrap {
    width: 1200px;
}

/* a:hover {
    color: #00ccc0;
} */

.food-display {
    display: inline-block;
    margin-top: 40px;
    width: 920px;
    height: 300px;
}
.common-title {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
}
.hot-navigate-display .common-title {
    color: #888;
}
.hot-navigate-display .common-title .label {
    line-height: 48px;
}
.common-title .hot-nav-list {
    margin-left: 12px;
}
.common-title .hot-nav-list a {
    margin-right: 14px;
    line-height: 48px;
    color: #888;
}
.common-title .hot-nav-list a:hover {
    color: #0067c5;
}
.common-title .content {
    display: inline-block;
    float: left;
    width: 130px;
    padding: 0px 10px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #ff8f0c;
    border-bottom: 2px solid #ff8f0c;
}
.common-title .content i {
    display: inline-block;
    vertical-align: top;
    margin: 6px 5px 0 0;
    *margin-top: 10px;
    width: 25px;
    height: 30px;
    background: url(../img/life-service/index/icon-nav-index.Png) -114px -52px no-repeat;
}
.common-title .more {
    display: inline-block;
    float: right;
    margin-right: 15px;
    width: 60px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #aaa;
}
.common-title .more i {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/life-service/index/icon-nav-index.Png) 0px -94px no-repeat;
}

/* 共有样式 标题 end */


/*生活服务导航样式 - begin */

.life-nav {
    display: inline-block;
    float: left;
    width: 250px;
    /*height: 628px;*/
    margin-top: 30px;
    margin-right: 30px;
}
.life-nav .map {
    display: block;
    margin-bottom: 30px;
    width: 250px;
    height: 48px;
    background: url(../img/life-service/index/pic-map.png) no-repeat;
    cursor: default;
}
.life-nav .food .nav-icon {
    background-position: 0 0;
}
.life-nav .city .nav-icon {
    background-position: -52px 0;
}
.life-nav .movie .nav-icon {
    background-position: -107px 0;
}
.life-nav .activity .nav-icon {
    background-position: 0px -10px;
}
.life-nav .tourism .nav-icon {
    background-position: -42px -52px;
}
.life-nav .hospital .nav-icon {
    background-position: -107px 0;
}
.life-nav .education .nav-icon {
    background-position: -165px 0;
}
.life-nav .house .nav-icon {
    background-position: -221px 0;
}
.life-nav .pension .nav-icon {
    background-position: -252px -10px;
}
.all-sort-list {
    position: relative;
    width: 250px;
    z-index: 1;
}
.all-sort-list .item {
    height: 61px;
    background: #fafafa;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #eeeeee;
    -moz-box-shadow: -2px -2px 2px #f3f3f3 inset;
    -webkit-box-shadow: -2px -2px 2px #f3f3f3 inset;
    box-shadow: -2px -2px 2px #f3f3f3 inset;
}
.all-sort-list .item:hover {
    background: #fff;
    border: none;
    border-left: 1px solid #eeeeee;
}
.all-sort-list .item.bo {
    border-bottom: solid 1px #eeeeee;
}
.all-sort-list .item h3 {
    height: 61px;
    line-height: 61px;
    font-size: 18px;
    width: 250px;
    overflow: hidden;
}
.all-sort-list .hover h3 {
    position: relative;
    z-index: 13;
    background: #FFF;
    border-color: #DDD;
    border-width: 1px 0px;
    border-style: solid;
}
.all-sort-list .item .nav-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-image: url(../img/life-service/index/icon.png);
    background-repeat: no-repeat;
}
.all-sort-list .item .icon-title {
    display: inline-block;
    margin-left: 14px;
}
.all-sort-list .item .nav-r-arrow {
    margin-left: 50px;
    display: inline-block;
    width: 14px;
    height: 32px;
    background: url(../img/life-service/index/nav-arrow.png) 0 0 no-repeat;
    vertical-align: middle;
}
.all-sort-list .item a {
    display: block;
    height: 100%;
    padding-left: 44px;
    text-decoration: none;
}
.all-sort-list .item-list {
    display: none;
    position: absolute;
    width: 250px;
    min-height: 305px;
    _height: 305px;
    border: 1px solid #eee;
    border-left: none;
    background: #FFF;
    left: 251px;
    /* box-shadow: 0px 0px 6px #DDDDDD; */
    top: 3px;
    z-index: 10;
}
.item-list .subitem {
    float: left;
    width: 250px;
    padding: 0px 4px 0px 8px;
}
.item-list .subitem dl {
    border-top: 1px solid #EEE;
    margin-top: 6px;
    overflow: hidden;
    zoom: 1;
}
.item-list .subitem .for-subitem {
    border-top: none;
}
.item-list .subitem dt {
    float: left;
    width: 238px;
    line-height: 22px;
    text-align: left;
    padding: 6px;
    font-weight: normal;
}
.item-list .subitem dt a {
    text-decoration: underline;
}
.item-list .subitem dd {
    float: left;
    width: 160px;
    padding: 3px 0px 0px;
    overflow: hidden;
}
.item-list .subitem dd em {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0px 8px;
    margin-top: 5px;
}

/*生活服务导航样式 - end */


/*热门导航的部门开发*/

.hot-navigate-display {
    display: inline-block;
    float: left;
    width: 920px;
}
.hot-navigate-body {
    width: 920px;
    height: 310px;
}

/*热门导航的部门结束*/


/* 生活优惠的部分开始*/

.discount-promotion-display {
    display: inline-block;
    width: 100%;
}
.discount-promotion-display .content {
    color: #d565e9;
    border-bottom: 2px solid #d565e9;
    vertical-align: middle;
}
.discount-promotion-display .content i {
    /*margin-top: 13px;*/
    background: url(../img/life-service/index/icon.png) 0 -68px no-repeat;
    vertical-align: middle;
}
.discount-first-msg {
    float: left;
    width: 708px;
}
.discount-first-msg .img-wrap {
    float: left;
}
.discount-first-msg .img-wrap img {
    float: left;
    display: inline-block;
    width: 300px;
    height: 260px;
    cursor: pointer;
}
.discount-first-msg .img-tit-wrap {
    float: left;
    display: inline-block;
    margin: 10px 0 0 20px;
    width: 386px;
    *width: 366px;
}
.discount-first-msg .img-tit-wrap p {
    text-indent: 0;
}
.discount-first-msg a:hover .img-tit-name {
    color: #0067c5;
}
.discount-first-msg .img-tit {
    padding-bottom: 12px;
    color: #333;
}
.discount-first-msg .img-tit-intro {
    color: #999;
    width: 386px;
    word-wrap: break-word;
    line-height: 26px;
}
.discount-promotion-display .tit-time {
    color: #999;
}
.discount-promotion-msg {
    float: right;
    width: 460px;
}
.message-list .message-content li {
    float: left;
    height: 38px;
    width: 460px;
}
.message-content i {
    display: inline-block;
    background-image: url(../img/life-service/index/icon-nav-index.Png);
    background-position: -30px -94px;
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    vertical-align: top;
    margin-top: 15px;
}
.message-content a {
    display: inline-block;
    margin-left: 10px;
    width: 316px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.message-content span {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 90px;
}

/* 生活优惠的部分结束 */


/* 专题推荐的部分开始*/

.subject-body {
    width: 100%;
}
.special-topic-display .content {
    color: #00b97d;
    border-bottom: 2px solid #00b97d;
}
.special-topic-display .content i {
    /*margin-top: 13px;*/
    background: url(../img/life-service/index/icon.png) -56px -68px no-repeat;
    vertical-align: middle;
}
.subject-body li {
    position: relative;
    margin-left: -12.5px;
}
.subject-body-list {
    position: relative;
    width: 1200px;
    overflow: hidden;
}
.subject-body li {
    width: 1225px;
}
.subject-body li a {
    position: relative;
    display: inline-block;
    float: left;
    width: 281px;
    height: 238px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-top: 20px;
    background: #fafafa;
}
.subject-body li .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 33px;
    background: url(../img/life-service/index/food-tag-icon.png) no-repeat;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    text-indent: 18px;
}
.subject-body li img {
    width: 100%;
    height: 180px;
}
.subject-zoom {
    width: 280px;
    height: 180px;
}
.subject-body li .name {
    display: block;
    padding: 0 20px 0 20px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subject-body li .name {
    font-size: 16px;
    color: #333;
}
.subject-body li .introduce {
    font-size: 14px;
    color: #888;
}
.item-block .title {
    float: left;
    width: 100%;
    text-align: center;
}

/* 专题推荐的部分结束*/


/*逛街购物部分开始*/

.shopping-display {
    width: 100%;
}
.shopping-display .content {
    color: #cf68e1;
    border-bottom: 2px solid #cf68e1;
}
.shopping-display .content i {
    /*margin-top: 13px;*/
    background: url(../img/life-service/index/icon-nav-index.Png) -180px -52px no-repeat;
    vertical-align: middle;
}
.shopping-display .pic-discount {
    width: 100%;
}
.shopping-display .pic {
    display: inline-block;
    float: left;
    width: 430px;
}
.shopping-display .discount {
    display: inline-block;
    float: right;
    width: 587px;
}
.shopping-display .food-list {
    margin-top: 30px;
    width: 100%;
}
.shopping-display .pic-discount .pic {
    margin-bottom: 0;
}
.shopping-display .pic {
    margin-right: 25px;
    width: 588px;
    height: 273px;
    background: url(../img/life-service/index/pic-shopping-display.png);
}
.shopping-display .discount a {
    width: 485px;
}
.shopping-display .food-list li {
    width: 281px;
}
.shopping-display .first {
    margin-left: 0;
}
.shopping-display .food-list .title {
    width: 220px;
}

/*逛街购物部分结束*/


/*电影资讯部分开始*/

.movie-display {
    width: 100%;
}
.movie-body {
    position: relative;
    width: 1200px;
    height: 393px;
    overflow: hidden;
}
.movie-display .content {
    color: #7560f6;
    border-bottom: 2px solid #7560f6;
}
.movie-display .content i {
    /*margin-top: 13px;*/
    background: url(../img/life-service/index/icon.png) -111px -68px no-repeat;
    vertical-align: middle;
}
.subject-body-list:hover span,
.movie-body:hover span {
    display: inline-block;
}
.left-btn,
.right-btn,
.left-btn,
.right-btn {
    display: none;
    position: absolute;
    top: 130px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    background: url(../img/life-service/index/icon-nav-index.Png) no-repeat;
}
.subject-body-list .left-btn {
    top: 216px;
    background-position: -47px -94px;
}
.subject-body-list .right-btn {
    left: 1150px;
    top: 216px;
    background-position: -167px -94px;
}
.active-body-list .left-btn,
.active-body-list .right-btn {
    top: 64px;
}
.movie-body .left-btn {
    left: 0px;
    background-position: -47px -94px;
}
.movie-body .right-btn {
    left: 1150px;
    background-position: -167px -94px;
}
.subject-body-list .left-btn:hover,
.movie-body .left-btn:hover {
    background-position: -107px -94px;
}
.subject-body-list .right-btn:hover,
.movie-body .right-btn:hover {
    background-position: -227px -94px;
}
.movie-body ul {
    height: 393px;
}
.image-display {
    position: relative;
}
.movie-body li {
    display: inline-block;
    float: left;
    width: 220px;
    height: 393px;
    margin-right: 25px;
    background: #fafafa;
}
.movie-body .last {
    margin-right: 0;
}
.movie-body li img {
    margin-bottom: 10px;
    width: 100%;
    height: 308px;
}
.movie-body li div {
    line-height: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.movie-body li .name {
    font-size: 16px;
    color: #333;
}
.movie-body li .introduce {
    font-size: 14px;
    color: #888;
}

/*电影资讯部分结束*/


/*同城活动部分开始*/

.active-display {
    width: 100%;
}
.active-body {
    height: 270px;
}
.active-body-list {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 270px;
}
.active-display .content {
    color: #367aea;
    border-bottom: 2px solid #367aea;
}
.active-display .content i {
    /*margin-top: 13px;*/
    background: url(../img/life-service/index/icon.png) -171px -68px no-repeat;
    vertical-align: middle;
}
.active-body li {
    width: 281px;
    height: 270px;
    background: #fafafa;
}
.active-body li img {
    height: 180px;
}

/*同城活动部分结束*/


/*旅游景点部分开始*/

.tourism-display .content {
    color: #00b97d;
    border-bottom: 2px solid #00b97d;
}
.tourism-display .content i {
    margin-top: 14px;
    background: url(../img/life-service/index/icon-nav-index.Png) -212px -52px no-repeat;
}
.tourism-body li {
    display: inline-block;
    position: relative;
    float: left;
    width: 383px;
    height: 220px;
    margin-right: 25px;
}
.tourism-body .last {
    margin: 0;
}
.tourism-body li img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tourism-body li div {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.tourism-body li .name {
    display: inline-block;
    float: left;
    padding: 0 19px 0 27px;
    line-height: 43px;
    height: 43px;
    color: #fff;
    background: url(../img/life-service/index/tourism-bg.png) repeat;
}
.tourism-body li .angle {
    display: inline-block;
    float: left;
    width: 24px;
    height: 43px;
    background: url(../img/life-service/index/tourism-angle.png) no-repeat;
}

/*旅游景点部分结束*/

