.main02{
  width: auto;
}

h2.title_header {
/* line-height: 35px; */
font-size: 24px;
font-size: 23px;
font-family:"微软雅黑";
font-weight:bold;
color:rgba(0,0,0,1);
overflow: hidden;
line-height: 34px;
margin-bottom: 15px;
}

.title_header span {
float: left;
}

.title_header a.more {
float: right;
width: 115px;
height: 34px;
background:rgba(248,248,248,1);
border:1px solid rgba(232,232,232,1);
border-radius:24px;
float: right;
text-align: center;
font-size: 14px;
font-family:"微软雅黑";
font-weight:400;
color:rgba(102,102,102,1);
transition: all 0.2s;
}
.item_col{
margin-bottom: 30px;
}
.min_col_SZ ul.article_list li {
width: 32%;
float: left;
position: relative;
height: 130px;
box-shadow: 0 0 10px #ccc;
margin-right: 25px;
margin-bottom: 25px;
box-sizing: border-box;
border-top: 2px solid transparent
}

.min_col_SZ .article_list a.title_type {
width: 100%;
display: block;
font-size: 16px;
padding: 30px 0 0 30px;
line-height: 20px;
box-sizing: border-box;
font-weight: bold;
color: #333;
font-family: "微软雅黑";
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.min_col_SZ span.span_date {
position: absolute;
width: 100%;
height: 40px;
bottom: 0;
background: #f3f3f3ee;
line-height: 40px;
padding: 0 30px;
font-size: 14px;
color: #989898;
font-family: "微软雅黑";
box-sizing: border-box;
}
.min_col_SZ ul.article_list li:nth-child(3n){
margin-right: 0;
}
.min_col_SZ ul.article_list li:hover {
border-top: 2px solid #213880;
}
.min_col_SZ .article_list a.title_type::after {content: "";position: absolute;height: 20px;width: 4px;background: #213880;left: 15px;top: 30px;}
@media only screen and (max-width:768px){
  .min_col_SZ ul.article_list li{width: 100%;}
} 