.zywColumnMainTitle .year{
    font-size: 14px;
}
.detailStationTable{
    margin-top: 40px;
    border: none;
}
.detailStationTable td{
    font-size: 16px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #ececec;
    padding-top: 20px;
}
.detailStationTable .td1{
    width: 20%;
    color: #999;
    text-indent: 10px;
}
.detailStationTable .td2{
    width: 30%;
}


/*轮播图 开始*/
.J_banner {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

.J_banner .img {
    width: 2000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.J_banner .img li {
    float: left;
    position: relative;
}

.J_banner .cut {
    display: block;
    z-index: 10
}

.J_banner .prev {
    width: 28px;
    height: 51px;
    background: url("/Content/images/bgIco.png") no-repeat -173px -119px
}

.J_banner .next {
    width: 28px;
    height: 51px;
    background: url("/Content/images/bgIco.png") no-repeat -83px -150px
}

.J_banner:hover .prev {
    background: url("/Content/images/bgIcoHover.png") no-repeat -173px -119px
}

.J_banner:hover .next {
    background: url("/Content/images/bgIcoHover.png") no-repeat -83px -150px
}

.J_banner .pointer {
    z-index: 10;
}

.zywCLJBanner .pointer {
    width: 100px;
    height: 8px;
    position: absolute;
    bottom: 8px;
    left: 50%;
}

.zywCLJBanner .pointer li {
    width: 8px;
    height: 8px;
    background: #b4a7ab;
    border-radius: 50%;
    margin: 0 5px;
    float: left;
}

.zywCLJBanner .pointer li.now {
    background: #b67c31;
}

.zywCLJBanner .prev {
    position: absolute;
    top: 59px !important;
    left: 10px;
}

.zywCLJBanner .next {
    position: absolute;
    top: 59px !important;
    right: 10px;
}
/*轮播图 结束*/
.zywCLJBanner {
    margin: 20px auto;
    width: 229px;
    height: 169px;
    font-size: 14px;
    overflow: hidden;
}

.zywCLJBanner img {
    width: 229px;
    height: 169px;
}
.zywColumnMainRightNav{
    padding: 10px 15px 0;
}

#channelNav {

    margin-top:25px;
}