
.date_div_box{
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.reg_testdate_box{
    display: flex;
    align-content: center;

}


.reg_testdate_box .reg_testdate_title{
    color: #B3B3B3;
    font-size: 16px;
    line-height: 40px;
}

.testdate_box{
    display: flex;
    align-content: center;

}

select {
    text-align: center;
    text-align-last: center;
}

.date_div{
    width: 1200px;
    overflow: hidden;
    background-color: #FAFAFA;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto;
    
}


.testdate_box_div{
    width: 120px;
    border-radius: 4px;
    height: 40px;
    margin-left: 19px;
    text-align: center;
}

.send_chakan{
    width: 80px;
    height: 40px;
    background-color: #008692;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-left: 19px;
    color: #FFFEFE;
}
.yearList{
    display: flex;
    align-content: center;
}

.year_div{
    width: 80px;
    height: 40px;
   
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-left: 19px;
    color: #666666;
    margin-right: 19px;
    cursor: pointer;
}

#year_div_cilik{
    background-color: #008692;
    color: #FFFEFE;
}


.date_content{
    width: 1200px;
   
    overflow: hidden;
    margin: 0 auto;
    margin-top: 33px;

}
.date_content_div{
    width: 214px;
    height: 290px;
    position: relative;
    border: 1px solid #CCCCCC;
    margin-right: 22px;
    float: left;
    margin-bottom: 22px;

}

.date_content_img{
    width: 100%;
    height: 100%;
    
}

.date_content_img img{
    width: 100%;
    height: 100%;
}

.title_div{
    width: 100%;
    height: 40px;
    background-color: #018997bd;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

