.nav>ul>li:nth-child(3)>a {
    border-bottom: 2px solid #0076c0;
    color: #0076c0;
}

.list {
    margin: 75px auto 0;
    width: 1200px;
    border-top: 1px solid #e6e6e6;
}

.list>li {
    padding: 10px 50px 10px 30px;
    width: 1118px;
    height: 200px;
    border: 1px solid #e6e6e6;
    border-top: none;
    list-style: none;
    background-color: #ffffff;
}

.list>li>div {
    float: left;
}

.list>li>.date {
    padding-top: 6px;
    width: 150px;
    height: 200px;
    text-align: center;
    font-size: 12px;
    color: #a1a9ad;
}

.list>li>.date img {
    margin-top: 1px;
    vertical-align: top;
    margin-right: 10px;
}

.list>li>.image {
    width: 300px;
    height: 200px;
}

.list>li>.image>img {
    width: 100%;
    height: 100%;
}

.list>li>.desc {
    position: relative;
    width: 630px;
    height: 180px;
    margin-left: 30px;
}

.list>li>.desc>h3 {
    width: 530px;
    margin-top: 10px;
}

.list>li>.desc>h3>a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: #585a5b;
    font-weight: 400;
}

.list>li>.desc>h3>a:hover {
    color: #00a0e8;
}

.list>li>.desc p {
    font-size: 14px;
    margin-top: 11px;
    color: #000000;
}

.list>li>.desc>a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    font-size: 16px;
    color: #00a0e8;
    text-align: center;
    border-radius: 4px;
}


/* 底部 */

.foot {
    width: 100%;
    background-color: #9b9b9b;
}

.banQuan {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.zhengshu {
    width: 100%;
    /* margin: 10px auto 0; */
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number {
    width: 100%;
    height: 30px;
    /* margin: 10px auto 0; */
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.toTop {
    position: fixed;
    top: 500px;
    right: 50px;
    width: 40px;
    height: 49px;
    background: url(../images/indexImage/top.png) no-repeat;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    .banQuan {
        font-size: 12px;
    }
    .zhengshu {
        font-size: 12px;
    }
    .number {
        font-size: 12px;
    }
}