@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fafafa url(../img/body_bg.png) repeat;
    background-size: 85%;
}

.con_box {
    margin: 0 auto;
    background: #fff;
    z-index: 0;
}

.content {
    position: relative;
    display: flex;
}
.sh_box{
    display: flex;
    padding: 0.35rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sh_box .img_s{
    position: relative;
    width: 45%;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.sh_box .img_s a{
    display: block;
    transform: scale(1);
    transition: all .7s ease-in-out;
    height: 100%;
}
.sh_box .img_s a p.title{
    transform: scale(1.1)
}

.sh_box .img_s a img{
    width: 100%;
    height: 100%;
}
/* .sh_box .img_s a:hover{
    transform: scale(1.1);
} */
.sh_box .img_s i.botton{
    background:  url(../img/video_button.png)  center no-repeat;
    content: "";
    width: 0.69rem;
    height: 0.69rem;
    background-size: 100% 100%;
    position: absolute;
    left: 36%;
    bottom: 32%;
    z-index: 10;
}

.date_box{
    display: flex;
    padding: 0 0.35rem 0.1rem;
    flex-wrap: wrap;
}
.date_box div{
    font-family: 'VERDANA';
    font-size: 0.25rem;
    color: #000;
    margin: 0.3rem;
}
.date_box div.hover{
  color: #e9a223;
  border-bottom: 3px solid #e9a2239d;
  
}
.date_box div:hover{
    color: #e9a223;
    border-bottom: 3px solid #e9a2239d;
    cursor: pointer;
}