@media screen and (min-width: 1200px) {
    .cc_right {
        width: 870px;
    }
    .cc_right .cc_right_r {
        margin-left: 0px;
        width: 1200px;
    }

    .pdc_tab.selected{
        width: 75%;
        float: left;
    }
    .news-ad {
        padding: 10px;
        width: 270px;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #d3d3d3;
        z-index: 10;
    }
    .frbtn-blue{
        color: #fff;
        background-color: #bd1e21;
        border: none;
        border-radius: 20px;
        letter-spacing: 2px;
        width: 100%;
        margin: 20px 0;
    }
    .affix {
        top:140px;
    }
    .col-md-3 {
        margin-top: 40px;
    }
    .frbtn-blue:hover{
        color: #fff;
    }
}
.new_content img{
    height: auto !important;
}
.frbtn-blue {
    width: 200px;
}
.upper{
    padding-bottom: 40px;
}
.upper a{
    color: #bd1e21;
}
.new_content h3{
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0;
}
 @media screen and (max-width: 1200px){
    .new_content img{
        width:100% !important;
    }
 }