.ability ul {
    display: flex;
    flex-wrap: wrap;
}

.ability ul li {
    width: 50%;
    padding: 5px;
}

.ability ul li a {
    display: block;
}

.ability ul li a img {
    width: 100%;
}

.ability ul li a p {
    padding: 3px;
    font: 400 16px/30px '微软雅黑';
    color: #333;
    text-align: center;
    background: #eeeeee;
}

@media (min-width:1200px) {
    .bread span {
        display: block;
        width: 90px;
    }

    .ability {}

    .ability ul {
        display: flex;
        flex-wrap: wrap;
    }

    .ability ul li {
        width: 33.3%;
        padding: 5px;
    }

    .ability ul li a {
        display: block;
    }

    .ability ul li a img {
        width: 100%;
    }

    .ability ul li a p {
        font: 400 18px/36px '微软雅黑';
        color: #333;
        text-align: center;
        background: #eeeeee;
    }

    .ability ul li a:hover p {
        color: #fff;

        background: #2b2b2b;
    }
}


/* 新闻详情 */
.new-er {}

.new-er-name {
    font: bold 18px/24px '微软雅黑';
    color: #333;
}

.new-er-time {
    font: 400 14px/24px '微软雅黑';
    color: #999;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #333;
    text-align: justify;
}
.new-er-content{
    text-align: center;
} 
.new-er-content img{
    width: 60%;
    text-align: center;
} 
.new-er-content p img {
    width: 100%;
}
@media (max-width:1200px) {
   .new-er-content img{
    width: 100%;
    } 
}
@media (min-width:1200px) {
    .new-er {
        position: relative;
        padding: 50px 35px 50px;
        background: url('../images/new_er_bg.jpg') no-repeat center 0/100%;
    }

    .new-er-title {
        position: relative;
        margin: 0 0 30px;
        padding-bottom: 15px;
        font: bold 24px/36px '微软雅黑';
        color: #333;
        border-bottom: 1px solid #cbcbcb;
    }

    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
    }

    .new-er-content {}

    .new-er-content p {
        font: 400 16px/30px '微软雅黑';
    }

    .new-er-content p img {
        max-width: 600px;
    }
}