* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 1200px;
    margin: 0 auto;
    position: relative
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #FF4A00
}

a img {
    border: none;
}

.clear {
    clear: both;
}

i, em {
    font-style: normal
}

.clear {
    clear: both
}

.t_now_location {
    width: 1200px;
    clear: both;
    margin: 0 auto;
    font-size: 12px;
    height: 50px;
    line-height: 50px
}

.t_now_location span {
    color: #999
}

.t_now_location a {
    color: #666
}

/*聚合页头部*/
.PolyPage {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    border: 1px solid #e1e1e1
}

.PolyPage .PolyTitle {
    font-size: 24px;
    text-align: center;
    color: #ff4a00;
    letter-spacing: 2px;
    padding-bottom: 20px
}

.PolyPage .PolyTitle a {
    color: #ff4a00
}

.PolyPage .PolyTitle a:hover {
    color: #FF4A00
}

.PolyPage .PolyText {
    padding: 0 20px;
    font-size: 14px;
    line-height: 26px;
    max-height: 72px;
    color: #666;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*内容*/
.PolyContent {
    width: 1200px;
    margin: 35px auto 0
}

.PolyLeft {
    width: 900px;
    margin-left: 20px;
    float: left
}

.PolyLeft .PolyItem {
    margin-bottom: 45px;
    border: 1px solid #e1e1e1;
    position: relative;
    height: 220px
}

.PolyLeft .PolyItem:hover {
    box-shadow: 2px 2px 2px #ddd
}

.PolyLeft .PolyImg {
    width: 163px;
    height: 220px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.PolyLeft .PolyInfo {
    width: 710px;
    float: right;
    margin-right: 15px
}

.PolyInfo .PolyTitle {
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    color: #333
}

.PolyInfo .PolyTitle:hover {
    color: #FF4A00
}

.PolyInfo .PolyTitle em {
    color: #FF4A00
}

.PolyInfo .PolyText {
    font-size: 14px;
    margin-top: 10px;
    color: #9c9c9c;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.PolyInfo .PolyTime {
    font-size: 14px;
    margin-top: 10px;
    color: #666
}

.PolyInfo .PolyAddress, .PolyInfo .PolyChangguan {
    font-size: 14px;
    margin-top: 12px;
    color: #666
}

.PolyItem img {
    width: 20px;
    float: left;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -1px
}

.PolyPrice {
    position: absolute;
    right: 20px;
    bottom: 70px;
    font-size: 12px;
    color: #999
}

.PolyPrice em {
    color: #FF4A00;
    font-size: 14px
}

.PolyPrice i {
    color: #FF4A00;
    font-size: 26px;
    padding-right: 3px
}

.PolyBuy {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background: #FF4A00
}

.PolyBuy:hover {
    color: #fff;
    box-shadow: 0 3px 3px #ddd
}

.PolyInfo .PolyAddress a {
    color: #333
}

.PolyInfo .PolyAddress a:hover {
    color: #FF4A00
}

/*右侧内容*/
.LikeWrap {
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.PolyRight {
    width: 250px;
    float: right;
    margin-top: -30px
}

.PolyLike {
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px
}

.PolyLike span {
    border-bottom: 2px solid #FF4A00;
    padding-bottom: 5px
}

.LikeItem {
    padding: 18px 0;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    width: 100%
}

.LikeItem .LikeImg {
    width: 72px;
    height: 92px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left
}

.LikeItem .LikeInfo {
    width: 160px;
    float: right
}

.LikeItem .LikeTitle {
    position: relative;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.LikeItem .LikeTitle span {
    display: inline-block;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 89%;
    float: left
}

.LikeItem .LikeTitle:hover {
    color: #ff4a00
}

.LikeItem .LikeTitle em {
    position: absolute;
    right: 0;
    color: #FF4A00
}

.LikeItem .LikeTime {
    font-size: 14px;
    margin-bottom: 3px;
    color: #999
}

.LikeItem .LikeAddress {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.LikeItem .LikeAddress a {
    color: #666
}

/*热门推荐*/
.PolyHot {
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    float: left;
    width: 100%
}

.PolyHot span {
    border-bottom: 2px solid #FF4A00;
    padding-bottom: 5px
}

.HotWrap {
    width: 100%;
    float: left;
    max-height: 530px;
    overflow: hidden
}

.HotWrap .HotItem {
    padding: 15px 0;
    border-bottom: 1px dashed #e1e1e1;
    width: 100%;
    float: left
}

.HotItem .title {
    font-weight: normal;
    color: #000;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.HotItem .title:hover {
    color: #ff4a00
}

.HotItem .time em {
    font-size: 14px;
    color: #999;
    margin-top: 3px;
    width: 180px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.HotItem .time span {
    font-size: 12px;
    color: #999;
    float: right;
    margin-bottom: -3px
}

.HotItem .time i {
    font-size: 18px;
    color: #FF4A00;
    padding-right: 3px
}

/*热点信息*/
.NewInfo,.news_box {
    width: 1200px;
    margin: 10px auto 0;
    overflow: hidden;
}

.NewInfo h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    margin-bottom: 20px
}

.NewWrap {
    width: 1250px
}

.NewItem {
    width: 220px;
    overflow: hidden;
    float: left;
    margin: 0 25px 20px 0;
}

.NewItem .title {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.NewItem .title:hover {
    color: #FF4A00
}

.NewItem .info {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.news_box a {
    color: #ec255e
}

.news_box .news_list {
    margin-top: 30px;
    width: 47%;
}

.news_box .news_list .items {
    width: 100%;
    min-height: 60px;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #e1e1e1
}

.news_box .news_list .list_img {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px
}

.news_box .news_list img {
    width: 100%;
    min-height: 68px
}

.news_box .news_list dl {
    width: 90%;
    float: left;
    margin-left: 70px;
}

.news_box .news_list a:hover {
    color: #FF4A00
}

.news_box .news_list dt a {
    color: #000;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.news_box .news_list dd {
    margin-top: 2px;
    color: #888;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news_box .news_list1 {
    float: left;
    margin-right: 60px
}

.news_box .news_list2 {
    float: right;
    margin-right: 0
}


.fin_links {
    width: 1200px;
    margin: 50px auto 0;
    color: #666
}

.fin_links a {
    margin-left: 20px;
    color: #333
}

.fin_links a:hover {
    color: #ff4a00
}


.ticket_box {
    border: 1px solid #ededed;
    border-radius: 5px;
    width: 1200px;
    margin: 30px auto
}

.ticket_box .toggle-item {
    font-size: 0;
    padding: 10px 15px
}

.ticket_box li {
    display: inline-block;
    text-align: center;
    font-size: 14px
}

.ticket_box .go_buy {
    background: #ff4a00;
    color: #fff;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    width: 100px !important;
    margin-left: 60px
}

.go_buy a {
    color: #fff;
}

.go_buy a:hover {
    color: #fff
}

.ticket_box .price {
    color: #ff4a00;
    font-size: 18px;
    margin-right: 3px
}

.ticket_box .title {
    cursor: pointer
}

.ticket_box .toggle-tips {
    display: none;
    text-align: left !important;
    position: relative;
    border: 1px solid #ff4a00;
    padding: 20px;
    width: 1100px;
    background: #fff;
    margin: 10px 15px 0;
    border-radius: 3px;
    line-height: 24px;
    color: #666;
    font-size: 12px !important;
    box-shadow: 0 3px 3px #ededed
}

.ticket_box .icon_tip2 {
    background-position: 0 -138px !important;
}

.ticket_box {
    background: #f9f9f9
}

.ticket_box .icon_tip {
    vertical-align: top;
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(/images/jq_detail_info_bj2.png)
}

.ticket_box .icon_tip1 {
    background-position: 0 -118px;
}