.index_html .main_item h1{
    text-align: center;
}
.index_html .main_item h1 a{
    font-size: 20px;
    font-weight: 400;
    color: #25AFE5;
}
.index_html .main_item .info{
    font-size: 12px;
    color: #797979;
    display: block;
    text-align: center;
    padding: 10px 30px;
    border-bottom: 1px solid #E5E5E5;
}