﻿@charset "utf-8";
/* CSS Document */
.ZhuanTiImg { background: none repeat scroll 0 0 #e9eff5; border: 1px solid #AACDED; float: right; margin: 8px 0 0; padding: 9px; width: 650px; }
.ZhuanTiImg li { display: inline; float: left; list-style: none outside none; padding: 0 5px; width: 152px; }
.ZhuanTiImg li a:link { color: #06529D; }
.ZhuanTiImg li a.title_type { display: block; line-height: 16px; margin-top: 3px; }
.ZhuanTiImg li a img { height: 100px; width: 150px; padding:1px; border:1px solid #DADADA; }
.ZhuanTiImg li a img:hover{ border:1px solid #D14848;}
.columnList ul li { background: url(/Content/Areas/Common/images/li_icon03.jpg) no-repeat 0px 12px; clear: both; line-height: 25px; list-style: none outside none; padding: 0 0 0 15px; }
.columnList ul li a{ color:#333;}
.more01{ float:right; font-size:12px; padding-right:10px; font-weight:normal; color:#CC0000;}


@media only screen and (max-width:48em){
 .ZhuanTiImg{ width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
 .ZhuanTiImg li{ padding:0px; width:23%; margin:0 1%; overflow:hidden}
}
@media only screen and (max-width:30em){
 .ZhuanTiImg li{ padding:0px; margin:0 1%; width:48%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
 .ZhuanTiImg li img{ width:100%!important;}
 .ZhuanTiImg li a.title_type{ height:20px; line-height:20px; overflow:hidden}
} 