﻿ .column_list li{
 background: none;
 padding: 10px 0;
 }
 a.Image_box {
 width: 130px;
 height: 98px;
 float: left;
 background: #28b5a9;
 line-height: 98px;
 text-align: center;
 transition: all 0.2s;
 border-radius: 5px;
}
a.Image_box:hover img {
 transform: scale(1.05);
 transition: all 0.2s;
}
.img_box img {
 display: inline-block;
 width: 64px;
 height: 64px;
 transition: all 0.2s;
}
.column_list li a:hover {
 color: #28b5a9;
 text-decoration: underline;
}
.con_right {
 width: 440px;
 height: 98px;
 float: left;
 margin-left: 15px;
 line-height: 24px;
 font-size: 12px;
}
.right_data {
 width: 100px;
 height: 98px;
 float: right;
 line-height: 98px;
 text-align: center;
}
.right_data a {
 color: #28b5a9;
 font-size: 12px;
} 