.line{
    height: 16px;
    background: #eeeeee;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.content h3{
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    background:#226bff url('../images/gonggao.png') no-repeat 15px center;
}
.line2{
    width: 100%;
    height: 2px;
    background: #226bff;
    margin-top: 21px;
    margin-bottom: 40px;
}
.list li{
    position: relative;
    padding-bottom: 20px;
    border-bottom:1px solid #eeeeee;
    margin-bottom: 40px;
}
.list li h6{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list li p{
    font-size: 16px;
    color: #666666;
}
.list li .look{
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    float: right;
    background: #e5e5e5;
}
.list li span{
    font-size: 15px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.list li:hover h6{
    color: #226bff;
}
.list li:hover .look{
    color: #fff;
    background: #226bff;
}

.page{
    text-align: center;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #656565;
    margin: 0 3px;
}
.page .prev{
    background: url('../images/lt.png') no-repeat center;
}
.page .next{
    background: url('../images/rt.png') no-repeat center;
}
.page .active{
    background: #226bff;
    color: #fff;
    border: 1px solid #226bff
}