@charset "utf-8";
.list{ width: 100%; padding-top: 5px; }
.list ul{width: 100%; display: block;margin:auto;}
.list ul li{ margin-bottom: 20px; float: left; background: #fff; margin-right: 20px;}
.list ul li:nth-child(5n){ margin-right: 0;}
.list ul li a{ width: 180px; height: 220px; background: #fff;font-size: 15px; color: #333; display: block; text-align: center;}
.list ul li a img{ width: 150px; height: auto; padding: 11px 0;}
.list ul li a p{ text-align: center; }
.list ul li a:hover{ box-shadow:6px 6px 20px 1px rgba(74,136,242,0.2);margin-top: -4px;}
.content div{ height: 30px;margin: 10px 0 0 10px;}
.content div a{ font-weight: 600;font-size: 14px; padding: 0 10px 0 10px;}

.contentframe{border: 0; background-color: #fff;}