@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 h1,.new_content p{
        text-align: left;
    }
}
.cc_right_top{
    margin-top: 30px;
    color: #444;
}
.cc_right_top a{
    font-size: 16px;
    color: #444;
}
.cc_right_top a:hover{
    color: #bd212e;
}
.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;
}
section{
    padding: 0px;
}
.btn.focus, .btn:focus, .btn:hover{
        color: #fff;
}
.newc_p1{
    margin-top: 25px;
}
@media screen and (max-width: 1200px){
    .new_content img{
        width:100% !important;
    }
    .case_cont{
        background-color: #fff;
    }
    .cc_right_top{
        display: block;
        width: 90%;
        margin-left: 2%;
        margin-top:10px;
    }
    .newc_p1 {
        text-align: center;
        margin-top: 22px;
        font-size: 22px !important;
    }
    .newc_p2{
        margin-top: 10px;
        margin-bottom: 15px;
    }
}