
.inpagebox {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 60px;
}
.container01 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.age_li_about{padding-top: 30px;}
.ab02 dl {
    clear: both;
    overflow: hidden;
    margin: 0;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 1px 2px #f1f1f1;
}
.ab02 dl dt.qpk {
    width: 100%;
    text-align: center;
}
.ab02 dl dt {
    width: 48%;
    float: left;
    padding: 2% 2% 2% 0;
}
.ab02 h2 {
    font-size: 32px;
    color: #194A7E;
    /* border-bottom: 2px solid; */
    /* padding-bottom: 20px; */
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}
.ab02 dl dt p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.age_li_about p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    font-weight: normal;
}
.ab02 strong {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    /* background: #f5f5f5; */
    padding: 5px 0px;
    color: #444;
}
.ab02 dl:nth-of-type(2n) dt {
    float: right;
    padding: 2% 0 2% 2%;
}
.ab02 dl:nth-of-type(2n) dd {
    float: left;
    padding: 2% 0 2% 2%;
}
.ab02 dl dd {
    width: 48%;
    float: right;
    overflow: hidden;
}
.ab02 dl dd img {
    width: 100%;
}
.age_li_about img {
    display: block;
}