/* media page */
.news_right {width: 45%;float: right;border-bottom: 1px solid #B5B5B5;padding: 5% 0px 5% 0px;}
.news_left {width: 45%;float: left;border-bottom: 1px solid #B5B5B5;padding: 5% 0px 5% 0px;margin-right: 10%;}
.news_pic {width: 45%;float: left;margin-right: 10%;}
.news_txt {width: 45%;float: right;color: #000;font-weight: 400;line-height: 22px;}

@media (max-width:480px){
/* media page */
.news_right{float: none;clear:both;width: 100%;overflow:hidden;}
.news_left{float: none;clear:both;width: 100%;margin-right: 0;overflow:hidden;}
}