.content{
  overflow: hidden;
}
.banner{
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 498px;
  position: relative;
}
.box1{
  width: 100%;
  overflow: hidden;
  margin-top: 73px;
}
.box1 .title{
  width: 100%;
  overflow: hidden;
  margin-bottom: 56px;
}
.box1 .title li{
  width: 100px;
  text-align: center;
  font-size: 18px;
  color: #4A4042;
  float: left;
  margin-left: 30px;
  cursor: pointer;
  padding-bottom: 10px;
}
.box1 .title li:first-child{
  margin-left: 0;
}
.box1 .title_active{
  border-bottom: 2px solid #F2C531;
}
.box1 .list{
  margin: -25px;
  overflow: hidden;
  display: none;
}
.box1 .list a{
  display: block;
  width: 25%;
  float: left;
}
.box1 .list .page{
  margin: 25px;
}
.box1 .list .page_image{
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow:5px 4px 12px 1px rgba(0, 0, 0, 0.2);
}
.box1 .list .page_title{
  width: 100%;
  height: 24px;
  color: #4A4042;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.box1 .list .page_name{
  font-size: 14px;
  color: #4A4042;
}
.box1 .list .page_play{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.box1 .list .play_left{
  font-size: 12px;
  color: #4A4042;
  float: left;
}
.box1 .list .play_left img{
  width: 14px;
  margin: 2px 8px 0 0;
}
.box1 .list .play_right{
  float: left;
  font-size: 12px;
  color: #4A4042;
  margin-left: 38px;
}
.box1 .paging{
  width: 100%;
  height: 58px;
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}
.box1 .paging_active{
  background: #F2C531;
  color: #ffffff !important;
}
.box1 .paging ul{
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}
.box1 .paging li{
  float: left;
  height: 30px;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #F2C531;
  text-align: center;
  color: #F2C531;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 20px;
  line-height: 28px;
  cursor: pointer;
}
.box1 .paging li:first-child{
  margin-left: 0;
}