.new_container{
    width: 1110px;
    height: 100%;
/*    background: tomato;*/
    margin: 0 auto;
    margin-top: 10px;
}
.new_item1{
    width: 100%;
    height: 50px;
/*    background: rgba(136, 14, 79, 1);*/
    float: left;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 50px;
}
.new_item2{
    width: 25%;
    height: 1000px;
/*    background: rgba(165, 214, 167, 1);*/
    float: left;
    text-align: center;
    font-size: 1.5rem;
    padding: 1%;
    
}
.new_item3{
    width: 75%;
    height: 300px;
/*    background: rgba(255, 183, 77, 1);*/
    float: left;
    font-size: 1rem;
    padding: 1%;
}
.new_item4{
    width: 75%;
    height: 270px;
/*    background: rgba(69, 90, 100, 1);*/
    float: left;
    font-size: 1rem;
    text-align: justify;
    margin-top: 50px;
    padding: 1%;
}
.new_item5{
    width: 75%;
    height: 250px;
/*    background: tomato;*/
    float: left;
    font-size: 1rem;
    padding: 1%;
}
.new_item6{
    width: 75%;
    height: 180px;
/*    background: rgba(136, 14, 79, 1);*/
    float: left;
    font-size: 1rem;
    padding: 1%;
}
.new_item7{
    width: 100%;
    height: 400px;
/*    background: rgba(136, 14, 79, 1);*/
    clear: both;
    font-size: 1rem;
    padding: 1%;
}
#rksrur{
    margin-top: 40px;
    margin-bottom: 40px;
}
#sub_wjdfuf_left{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;    
}
#sub_wjdfuf_right{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;    
}
#vod_wjdfuf{
    margin: 0 auto; !important
    text-align: center;
}


/* responsive 0-1200px */
@media only all and (max-width: 1200px){
    .new_container{width: 100%;}
}

/* responsive 0-576px */
@media only all and (max-width: 576px){
    .new_container{width: 100%;}
    .new_item1{height: 100%;}
    .new_item2{width: 100%; height: 100%; float: inherit;}
    .new_item3{width: 100%; height: 100%; float: inherit;}
    .new_item4{width: 100%; height: 100%; float: inherit;}
    .new_item5{width: 100%; height: 100%; float: inherit;}
    .new_item6{width: 100%; height: 100%; float: inherit;}
    iframe{max-width: 100%;}
}









































