.town-banner{
    width:100%;
    margin-bottom:20px;
    position:relative;
    height:630px;
}
.town-banner img{
   width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.nav-sub-item a{
    padding:0 10px !important;
    font-size:16px;
    line-height:60px;
    color:#fff;
}

.more-nav{
    position:relative;
    padding:0 10px !important;
}
.subnav{
    position:absolute;
    top:60px;
    left:0;
    background:#333;
    z-index:999;
    display:none;
}
.subnav ul li a{
    padding:0 15px !important;
    font-size:16px;
    line-height:30px !important;
    color:#fff;
    display:block !important;
    width: 50px;
    text-align: center;
}
.image-list{
    background:#fff;
    padding:30px 20px 60px;
    box-sizing:border-box;
    margin-bottom:40px;
}

.image-header{
    position:relative;
    margin-bottom:30px;
}
.image-header-nav{
    position:absolute;
    right:0;
    top:0;
    z-index:998;
}
.image-header-nav img{
    display:block;
    width:12px;
    height:15px;
    margin-right:13px;
    float:left;
}
.image-header-nav ul{
    float:left;
}

.image-header-nav ul li{
    float:left;
    font-size:14px;
    line-height:15px;
    color:#666;
    margin-right:4px;
}
.image-header-nav ul li a{
    display:inline-block;
    margin-right:4px;
    font-size:14px;
    line-height:15px;
    color:#666;
}
.image-content-left{
    float:left;
    width:823px;
    margin-right:30px;
}
.image-content-list{
    margin-bottom:30px;
}

.news-item{
    border-bottom:1px solid #DCDCDC;
    padding:30px 0 15px;
}

.news-item-title{
    margin-bottom:16px;
    font-size:20px;
    line-height:20px;
    color:#282828;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-item-content{
    display:flex;
}
.news-item-content img{
    display:block;
    flex-shrink:0;
    width:138px;
    height:80px;
    margin-right:13px;
}

.news-content{
    flex-grow:1;
    font-size:14px;
    line-height:26px;
    color:#8e8e8e;
}
.news-text{
    margin-bottom:12px;
}



.xiushan-sidebar{
    float:left;
    width:305px;
}

.town-header{
    width:308px;
    margin-bottom:20px;
}
.town-header-img{
    display:block;
    width:308px;
    height:280px;
}
.town-header-footer{
    border:1px solid #DCDCDC;
    border-top:none;
    padding:15px;
    box-sizing:border-box;
}

.town-header-footer img{
    float:left;
    display:block;
    width:22px;
    height:20px;
    margin-right:10px;
}

.town-header-text{
    float:left;
    font-size:18px;
    line-height:20px;
    color:#333;

}

.town-content{
    border:1px solid #dcdcdc;
    padding:24px 17px;
    box-sizing:border-box;
}

.town-content-text{
    margin-top:30px;
    font-size:14px;
    line-height:30px;
    color:#333;
    margin-bottom:30px;
}

.content-list-item{
    padding:10px 0;
    border-bottom:1px dashed #BBBBBB;
    font-size:14px;
    line-height:14px;
    color:#333;
}
.content-list-item span{
    display:inline-block;
    color:#007495;
    margin-right:20px;
    width:60px;
    text-align: justify;
    text-align-last: justify;
}
