/*banner*/
.jqdt-banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.jqdt-banner img{
    width: 100%;
}
/*banner--功能*/
.jqdt-banner .m-fun{
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0,-50%);
}
.jqdt-banner .m-fun .sc-nav{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/sc-nav.png") no-repeat center;
    margin-bottom: 20px;
    cursor: pointer;
}
.jqdt-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.jqdt-banner .m-fun .sc-nav span,.m-fun .share span{
    position: absolute;
    width: 70px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #523d2e;
    left: -70px;
    top:0;
    display: none;
}

/*景区动态*/
.jqdt-cons{

}
/*景区动态 -- 当前位置*/
.jqdt-cons .c-l{
    height: 106px;
}
.jqdt-cons .c-l span{
    float: right;
    font-size: 16px;
    margin-top: 50px;
}
.jqdt-cons .c-l span img{
    width: 26px;
    height: 26px;
}
.jqdt-cons .c-l span i{
    font-style: normal;
    color: #555;
    margin-left: 5px;
}
.jqdt-cons .c-l span b{
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}
.jqdt-cons .c-l span em{
    color: #af7a50;
}
/*景区动态 -- 列表*/
.jqdt-cons .lists{
    background-color: #fff;
    padding: 40px 0;
}
.jqdt-cons .lists li{
    width: 1010px;
    height: 232px;
    margin: 0 auto;
    background-color: #fff;
    padding: 26px;
    border-bottom: solid 1px #f0f0f0;
}


.jqdt-cons .lists li.current{
    background-color: #f0f0f0;
}
.jqdt-cons .lists li .l-img{
    float: left;
    width: 308px;
    height: 232px;
    line-height: 232px;
    text-align: center;
}
.jqdt-cons .lists li .l-img img{
    width: 300px;
    height: 224px;
    border: none;
}
.jqdt-cons .lists li .l-img img.current{
    border: solid 4px #f9f9f9;
}

.jqdt-cons .lists li .r-intro{
    float: left;
    width: 670px;
    height: 232px;
    margin-left: 27px;
}
.jqdt-cons .lists li .r-intro h1{
    width: 100%;
    font-size: 18px;
    color: #523d2e;
    margin-top: 26px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.jqdt-cons .lists li .r-intro .title{
    width: 100%;
    font-size: 18px;
    color: #523d2e;
    margin-top: 26px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.jqdt-cons .lists li .r-intro time{
    display: block;
    font-size: 12px;
    color: #9a8e85;
    margin-top: 20px;
    padding-left: 15px;
    background: url("../imgs/time.png") no-repeat left center;
}
.jqdt-cons .lists li .r-intro p{
    font-size: 14px;
    color: #94877e;
    margin-top: 16px;
    line-height: 1.6rem;
}
.jqdt-cons .lists li .r-intro span{
    display: block;
    width: 130px;
    height: 38px;
    background-color: #523d2e;
    color: #fbf5f5;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    margin-top: 20px;
}

.jqdt-cons .lists li .r-intro .detail{
    display: block;
    width: 130px;
    height: 38px;
    background-color: #523d2e;
    color: #fbf5f5;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    margin-top: 20px;
}

.jqdt-cons .lists li .r-intro span.current{
    background-color: #b30000;
}
.jqdt-cons .lists li .r-intro .detail.current{
    background-color: #b30000;
}
/*景区动态 -- 分页*/
.jqdt-cons .lists .page{
    text-align: center;
    margin-top: 40px;
}
.jqdt-cons .lists .page a{
    display: inline-block;
    width: 28px;
    height: 28px;
    border: solid 2px #b50606;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #b30000;
    font-size: 18px;
    margin-right: 4px;
}
.jqdt-cons .lists .page a.current{
    color: #fff;
    background-color: #b30000;
}