﻿
.wrapbd {padding-top:0}

.topnews {background:#f6f5f5; padding:40px 0 20px}
.topnews .item{padding-bottom:20px;}
.topnews .item .img{float:left; width:20%; padding:0 20px 10px 0}
.topnews .item .img img{width:100%}
.topnews .item .info{}
.topnews .item .info .desc{line-height:150%; padding:15px 0 5px}
.topnews .item .info .title{text-transform:uppercase; color:#f6b801}


.listrecmt {padding:50px 0}
.listrecmt .item{padding:25px 10px; margin-bottom:10px; font-size:14px; overflow:hidden; border:1px solid #ccc; -moz-border-radius: 5px;-webkit-border-radius:5px; border-radius:5px;}
.listrecmt .item .img{padding-left:0px}
.listrecmt .item .img img{border-radius: 50%;-moz-border-radius:50%;-webkit-border-radius:50%; width:100%}
.listrecmt .item .rightdesc{}
.listrecmt .item .rightdesc .desc{}
.listrecmt .item .rightdesc .title{color: #F6B801;padding:8px 0; text-transform:uppercase}


@media screen and (max-width: 767px) 
{
    
}

@media screen and (max-width: 500px) 
{
    .topnews .item .img{width:100%; float:none}
}