.baseTitle{ line-height: 250%; text-align:center; font-size:36px; color:#d10003; font-weight:600 }

.list{width:1280px; margin:20px auto;}
.list ul{width:100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.list ul li{width:190px; height:400px; }
.list ul li a{color:#333; line-height: 300%; font-size:16px;  display: flex; flex-direction: column; align-items: center ;}
.list ul li img{width:100%; border:3px #ddd solid;}
.list ul li img:hover{ border:3px #d10003 solid;}
.list ul li span{width:100%; height:40px; line-height: 40px; color:#fff; font-size:16px; background: #d10003; border-radius: 20px 20px; text-align: center;}


@media only screen and (max-width: 640px){
      .list{width:94%; margin:20px auto; font-size:0.75rem;}
      .list ul{width:100%;  display: flex; flex-direction: row; flex-wrap: wrap; align-content: space-between;}
      .list ul li{width:48%; height:auto; text-align:center; margin-bottom: 15px;}
      .list ul li img{width:100%; height:auto;}
      .copyright{display: none;}
}