.banner {
    width: 100%;
    height: 450px;
    display: block;
}

.banner img {
    width: 100%;
    height: 100%;
}

.header-title {
    width: 100%;
    font-size: 70px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 220px;
    color: #fff
}

.header-bg {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    font-family: Arial;
    font-size: 70px;
    top: 260px;
    left: 0;
    color: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.header-titles {
    width: 266px;
    height: 30px;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    left: 50%;
    margin-left: -133px;
    top: 335px;
}

.nav {
    width: 380px;
    height: 50px;
    margin: 50px auto 0;
    border-radius: 40px;
    border: 1px solid #fe2424;
    overflow: hidden;
}

.nav div {
    width: 50%;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    background-color: #f8f8f8;
    font-size: 18px;
    cursor: pointer
}

.nav .isactive {
    background-color: #fe2424;
    color: #fff;
}


.news-box {
    margin-top: 60px;

}

.news-box li {
    overflow: hidden;
    height: 170px;
    padding: 25px;
}

.news-box li:hover {
    background-color: #f5f5f5;
}

.news-box li:hover .title {
    color: #fe2323
}

.news-img {
    width: 295px;
    height: 170px;
    float: left;
}

.news-img img {
    width: 295px;
    height: 170px;
}

.news-info {
    width: 820px;
    height: 220px;
    margin-left: 35px;
    float: left;
}


.news-info .titles {
    margin-top: 14px;
}

.news-info .titles span {
    color: #666
}

.news-info .titles .time,
.news-info .titles .share {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #666;
    padding-left: 25px;

}

.news-info .title {
    font-size: 18px;

}

.news-info .titles .share {
    background: url(../images/icon-share.png) no-repeat left top;
    margin-left: 75px;
}

.news-info .titles .time {
    background: url(../images/icon-time.png) no-repeat left top;
}

.news-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;

}

.news-content p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*新闻详情*/
.news-header {
    width: 100%;
    height: 95px;
    margin-top: 65px;
}

.news-header h1 {
    font-size: 24px;
    height: 24px;
    line-height: 1;
    text-align: center;
}

.news-header .slide {
    text-align: right;
    height: 50px;
    margin-top: 20px;
}

.news-header .slide .share,
.news-header .slide .time {
    font-size: 12px;
    color: #666;
    padding-left: 30px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 70px;
    vertical-align: middle;
}

.news-header .slide .time {
    background: url(../images/icon-time.png) no-repeat left center;
}

.news-header .slide .share {
    background: url(../images/icon-share.png) no-repeat left center;
}

.news-info-content {
    min-height: 200px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
}

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

.news-prev,
.news-next {
    width: 45%;
    height: 60px;
    line-height: 60px;
}

.news-prev {
    float: left;
}

.news-next {
    float: right;
    text-align: right;
}

.news-foot a,
.news-back a {
    color: #666;
    font-size: 14px;
}

.news-foot a:hover,
.news-back a:hover {
    color: #fe2323;
}

.news-back {
    height: 45px;
    line-height: 45px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
}

.zxf_pagediv {
    border-top: 1px solid #dcdbcd;
    padding-top: 40px;
}