.news_btm_list { text-align: center; width: 100%; margin: 0 0 15px!important;}
.news_btm_itm { width: 310px; display:inline-block; margin: 0 30px 25px; vertical-align: top; 
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*-webkit-box-shadow: 2px 2px 5px 0px rgba(71, 90, 113, 0.87);
-moz-box-shadow:    2px 2px 5px 0px rgba(71, 90, 113, 0.87);
box-shadow:         2px 2px 5px 0px rgba(71, 90, 113, 0.87);	
*/
}
.news_btm_itm p {margin: 0px; padding: 10px; min-height: 60px;
/*
background: rgb(242,249,254); 
background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); 
background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
*/
}

.new_btm_name { font-size: 18px; margin-bottom: 7px; min-height: 20px; line-height: 20px; }
.new_btm_name a  { color: #888;}
.new_btm_name a:hover { color: #00b2c5; }
.new_btm_img img { width: 100%; height: 230px; }
.new_btm_more { font-size: 20px; color: #0092c5; margin-top: 10px; font-style: italic;}

@media only screen and (max-width: 480px) { 
	.news_btm_itm {width:100%!important;}
}


