.cont-pad{
    padding-top: 114px;
    padding-left:0px ;
    padding-right:0px ;
}
.top-name{
    width: 100px;
    font-size: 24px;
    color: #262626;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}
.top-list{
    width: 280px;
    height: 307px;
    background-color: #f3fbff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.top-list:nth-child(4n){
    margin-right: 0px;
}
.top-list-img{
    width: 280px;
    height: 198px;
}
.list-cate{
    margin: 15px 0 5px 10px;
    display: block;
    color: #787878;
}
.list-cont{
    display: block;
    font-size: 13px;
    color: #262626;
    margin: 0px 0 10px 10px;
}



.get-more-btn {
    width: 100%;
    margin: 20px 0px 20px 0px;
    text-align: center;
}
.get-more {
    display: block;
    height: 36px;
    width: 154px;
    color: #3c75f6;
    font-size: 15px;
    border: 1px solid #3c75f6;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
}
.get-more:hover{
    color: #3c75f6;
}
