/* A1广告 */
.a1ad{
    width: 750px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
}
.a1ad img{
    width: 365px;
    display: block;
}
.a1ad a{
    display: block;
    float: left;
}
.a1ad a:nth-child(odd){
    margin-right: 20px;
}