@import "base.css";
@import "caidan.css";
section{
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}
section>a{
    width: 25%;
    height: 100%;
}
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:22px;
    color:#ffffff;
    margin-top: 90%;
    margin-bottom: 37px;
}
.list  .list_jieshao{
    font-size:14px;
    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;
}