
.cont{
    width: 871px;
    margin: 90px auto 0;
}
.cont li{
    width: 805px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #c5c5c5;
    margin-bottom: 20px;
}
.cont li img{
    float: left;
    width: 164px;
}
.li_rt{
    position: relative;
    float: right;
    width: 620px;
}
.li_rt h5{
    font-size: 18px;
    color: #074475;
    margin-top: 5px;
}
.li_rt p:hover{
    color: #0c7ed9;
    cursor: pointer;
}
.li_rt p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 18px;
}
.li_rt span{
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 6px;
}
.li_rt .ul-a{
    position: absolute;
    font-size: 16px;
    right: 10px;
    bottom: 30px;
}
.li_rt .ul-a:hover{
    color: #0c7ed9;
}
.content {
    width: 1200px;
    margin: 30px auto 0;
    min-height: 590px;
} 
.page{
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 48px;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 33px;line-height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}