.allnews {float:left;width:100%;background:#f0f0f0;}
.fullkey {float:left;width:100%;min-height: 315px;}
.coverkey img {width:100%;height:auto;}
.listnews {width:100%;float:left;min-height:400px;margin:10px 1%;}
.eachnewsall {width:auto;float:left;margin:10px 0% 20px;overflow: hidden;background:#fff; border-radius: 5px;transition:all 300ms linear;}
.eachnewsall:hover {box-shadow: 0px 5px 10px rgba(0,0,0,0.5);}
.eachnewsall img {width:100%;}
.titlenewsall {padding:10px 5px;}
.titlenewsall>h3 {color:#333;font-size:22px;line-height: 30px;}

.clr {clear:both;float: none;}
.imgpc {display: none;}
.imgmb {display: block;}
.topicdetailnews {float:left;margin-bottom:10px;margin-top:10px;}

.topicdetailnews h3 {
font-family: 'DBHelvethaicaX55Regular';
  font-size: 28px;
  line-height: 32px;
}
.imgdetailnews {text-align: center;}
.imgdetailnews img {width:auto;}
.textdetailnews p {font-size:20px; color:#808080;line-height: 26px;}
.detailnews {width:1024px;margin: auto;}

@media screen and (min-width: 1024px){
.imgpc {display: block;}
.imgmb {display: none; height:100%;width:auto;}
.topicdetailnews h3 {font-size:36px;line-height: 46px;}
.textdetailnews p {font-size:20px; color:#808080;line-height: 26px;}
}