.area {
    margin: 0 auto 40px;
	clear: both;
}
.hd {
    height: 50px;
    line-height: 50px;
    background: #024d7b;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.column_bg {
    width: 100%;
    height: 50px;
    background: url(bg_column1200_ch_2017032901.jpg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.hd h2 {
    font-size: 35px;
    color: #024d7b;
}
.hd a {
    background: #fff;
    padding: 0 10px;
    font-size: 35px;
    color: #024d7b;
}
.hd span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
}
.new_list {
    padding-top: 10px;
}
.box .list li {
    background: none;
    padding-left: 0;
    margin-right: 29px;
    margin-bottom: 10px;
	height: auto;
    float: left;
}
.new_list li img {
    float: left;
    padding: 6px 0 0 0;
}
.list li:nth-child(3), .list li:nth-child(6) {
    margin-right: 0;
}