@import "base.css";
/*@import "erji_caidan.css";*/
@import "caidan.css";
section{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
section>a{
    width: 50%;
    height: 100%;
    background-size: cover;
}
section>a:last-child{
    width: 50%;
    height: 100%;
    background-size: cover;
}
section   .list{
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}
.list  .list_title{
    font-size:32px;
    color:#ffffff;
    margin-top: 40%;
    margin-bottom: 37px;
}
.list  .list_jieshao{
    font-size:18px;
    color:#ffffff;
    margin-bottom: 20px;
}
section>a>.list:hover{
    background:rgba(186,172,158,0.80);
}
section>a>.list:hover   .list_title{
    color:#7e5f3c;
}
section>a>.list:hover   .list_jieshao{
    color:#7e5f3c;
}