.con-add{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 300px;
    margin-top: 50px;
}
.cbdb{
    width: 49%;
    float: left;
}
.bzcp{
    width: 49%;
    float: right;
}
.con-add ul {
    overflow: hidden;
    margin: 20px 0 0 0;
}
.con-add ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: dashed 1px #ccc;
    height: 47px;
    line-height: 47px;
    transition: 0.2s;
}
.con-add ul li .rightDate {
    float: right;
    color: #fff;
    font-size: 15px;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    width: 90px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin-top: 9px;
}
.con-add ul li a {
    font-size: 16px;
    padding-left: 4px;
    color: #666;
    transition: 0.2s;
}
.hd {
    overflow: hidden;
    font-size: 22px;
    padding-bottom: 10px;
    color: #245284;
    border-bottom: 2px solid #245284;
    margin-bottom: 15px;
}
.more {
    float: right;
}
.more a {
    color: #245284;
    font-size: 16px;
    display: inline-block;
    width: 55px;
    text-align: center;
}
.con-add ul li:hover>a{
    color: #245284;
}
.footer{
    margin-top: 25px;
}
.content {
    border-bottom: none;
}
@media screen and (max-width: 1280px){
    body {
        width: 1280px;
    }
}