.zdly_banner {
    background: url("../images/banner_zdly.jpg") no-repeat top center;
    height: 372px;
}

.main {
    width: 1200px;
    margin: 30px auto;
}
.p1{
    margin:30px auto 20px;
}
.p1 .content h4 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 14px;
}

.p1 .content h4 {
    display: inline-block;
    padding: 0 6px 10px;
    color: #076fbe;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    border-bottom: 4px solid #076fbe;
    font-weight: bold;
}
.newsList {
    width: 580px;
}

.newsList .newsListNav {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
}

.newsList .newsListNav li {
    display: inline-block;
    padding: 0 6px 10px;
    color: #076fbe;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
}

.newsList .newsListNav li.active {
    border-bottom: 4px solid #076fbe;
    font-weight: bold;
}

.newsList ul.list.hide {
    display: none;
}

.newsList ul.list li {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}

.newsList ul.list li a{
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 480px;
    text-overflow: ellipsis;
}
.newsList ul.list li span {
    font-size: 16px;
    text-align: right;
    display: inline-block;
    color: #929292;
}

.p2{
    height: 342px;
}

.p3 {
    margin: 30px 0 50px;
}