/*banner*/
.jqdt-detail-banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.jqdt-detail-banner img{
    width: 100%;
}
/*banner--功能*/
.jqdt-detail-banner .m-fun{
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0,-50%);
}
.jqdt-detail-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-detail-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.jqdt-detail-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;
}

/*当前位置*/
.c-l{
    height: 106px;
}
.c-l span{
    float: right;
    margin-top: 50px;
    font-size: 16px;
}
.c-l span img{
    width: 26px;
    height: 26px;
}
.c-l span i{
    font-style: normal;
    color: #555;
    margin-left: 5px;
}
.c-l span b{
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}
.c-l span em{
    color: #af7a50;
}

/*景区动态详情*/
.jqdt_content{
    background: url(../imgs/bg.png);
    padding-bottom: 40px;
}
.jqdt_content .jqdt_bird{
    width: 231px;
    height: 154px;
    background: url(../imgs/bird.png) center no-repeat;
    position: absolute;
    left: 170px;
    bottom: 35px;
}
.jqdt_content .jqdt_fish{
    height: 114px;
    width: 238px;
    background: url(../imgs/fish.png)center no-repeat;
    position: absolute;
    right: 111px;
    bottom: -700px;
}
.jqdt-detail{
    background-color: #fff;
    margin-bottom: 40px;
    width: 1200px;
    margin: auto;
}
.jqdt-detail .ww{
    width: 1000px;
    margin: 0 auto;
}
/*标题*/
.jqdt-detail .ww .title{
    height: 122px;
    border-bottom: solid 1px #dddcdc;
    text-align: center;
}
.jqdt-detail .ww .title h1{
    font-size: 22px;
    color: #523d2e;
    padding-top: 38px;
    margin-bottom: 13px;
}
.jqdt-detail .ww .title span{
    color: #523d2e;
    font-size: 14px;
}
.jqdt-detail .ww .title span.time{
    margin-left: 16px;
}
.jqdt-detail .ww .title span.read{
    margin-left: 16px;
}
/*内容*/
.jqdt-detail .ww .con{
    padding: 25px 0px;
    border-bottom: solid 1px #dddcdc;
}
.jqdt-detail .ww .con p{
    text-indent: 28px;
    line-height: 26px;
    font-size: 14px;
}
.jqdt-detail .ww .con div{
    text-align: center;
    padding-top: 20px;
}
.jqdt-detail .ww .con div img{
    width: 601px;
    height: 449px;
}
/*下一条*/
.jqdt-detail .ww .next{
    height: 56px;
    padding-top: 22px;
    text-align: center;

}
.jqdt-detail .ww .next a{
    font-size: 14px;
    color: #af7a50;
}
.z_font{
    display: inline-block;
    margin-left: 5px;
    cursor: pointer; 
}
.jqdt-detail .ww .con div.jq_share{
    text-align: left;
    border-top: 1px solid #dddcdc;
    padding: 0;
    padding: 10px 10px;
    margin-top: 22px;
}