#news_list {
    display: table;
    width: 100%;
}

#news_list .item {
    display: table;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

#news_list .item img {
    display: block;
    float: left;
    margin-right: 20px;
    display: block;
    width: 62px;
    height: 60px;
   
}
 
#news_list .item a {
    display: block;
}

#news_main {
    margin-top: 20px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#news_main .item {
    display: table;
    margin-bottom: 20px;
}

#news_main .item img {
    display: block;
    float: left;
    margin-right: 20px;
    display: block;
    width: 62px;
    height: 60px;
}
 
#news_main .item a {
    display: block;
}

#news_main a.all {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 15px;
}

#news_item {
    display: table;
    width: 100%;
}

#news_item .image {
    padding-left: 0px;
}

#news_item img {
max-width:100%;
}
#news_item .description {
    padding-right: 0px;
} 

#news_detail {
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#news_item * iframe {
    width: 100% !important;
    height: auto;
}

@media (min-width: 768px) { 
    #news_list .item:nth-child(2n+1) {
        clear: both; 
    } 
}
 
@media (max-width: 480px) { 
    #news_item .image {
        clear: both;
        margin-bottom: 20px;
        width: 100%;
    }
    
    #news_item .description {
        clear: both;
        width: 100%;
        padding-left: 0px;
    }
    
    #news_item .image img {
        max-width: 250px;
    }
}
  

