.news {
    overflow: hidden;
    width: 100%;
}

.snav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.snav a {
    color: #999;
}

.newscon {
    padding: 20px;
}

.tcon img {
    display: block;
    margin: 10px auto;
}

.t_tit {
    color: #333;
    text-align: center;
    font-size: 28px;
    padding: 8px 0 20px 0;
}

.t_ly {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    color: #666666;
    text-align: center;
    font-size: 14px;
}

.tcon {
    overflow: hidden;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    padding-top: 20px;
    color: #000;
}

.tcon a,
.tcon a u {
    color: #000;
    text-decoration: none;
}

.ne_lis {
    width: 100%;
    font-size: 18px;
}

.lis_pa {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    text-align: center;
}

.lis_pa>a:nth-child(1) {
    display: none;
}

.lis_pa>a:last-child {
    display: none;
}

.lis_pa>a>b {
    display: none;
}

.lis_pa>b {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    background-color: #FF8201;
    color: #fff;
}

.lis_pa>a {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    background-color: #ddd;
    color: #666;
    margin: 0 10px;
}

.ne_lis li {
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
}

.ne_lis li p {
    overflow: hidden;
    width: 100%;
    height: 58px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    padding-top: 10px;
}

.ne_lis li a {
    color: #000;
    font-size: 20px;
}

.ne_lis li span {
    display: block;
    float: right;
    color: #999;
    font-size: 14px;
}

.news_next {
    width: 100%;
}

.news_next li {
    float: left;
    width: 49%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #000;
    font-size: 16px;
}

.news_next li a {
    color: #666;
}

.news_next li a:hover {
    color: #000;
}

.hotcity,
.allcity {
    width: 100%;
    margin-bottom: 20px;
}

.hotcity p,
.allcity p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 18px;
}

.hotcity span,
.allcity span {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotcity span a,
.allcity span a {
    color: #999;
    font-size: 14px;
}

.hotcity span a:hover,
.allcity span a:hover {
    color: #000;
}