#content1 .content1 li {
  list-style-type: disc;
}

#content-pic .content-pic {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#content-pic .content-pic li {
  width: 28%;
}
#content-pic .content-pic li img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#content-pic .content-pic li h4 {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.video-box #video {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.video-box #video .left-size {
  width: 45%;
}
.video-box #video .left-size h3 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.video-box #video .left-size p {
  font-size: 14px;
  margin-bottom: 25px;
  padding-right: 10px;
  text-align: justify;
  line-height: 1.3;
}
.video-box #video .left-size .video-table {
  width: 95%;
}
.video-box #video .left-size .video-table table {
  width: 100%;
}
.video-box #video .left-size .video-table table td {
  border: 1px solid #eee;
}
.video-box #video .video {
  width: 45%;
}
.video-box #video .video .iframe {
  width: 100%;
  height: 300px;
}
#content2 {
  margin-bottom: 20px;
}
#content2 .content2-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
#content2 .content2-box .content2-pic {
  width: 40%;
}
#content2 .content2-box .content2-pic img {
  width: 100%;
}
#content2 .content2-box .content2-size {
  width: 46%;
}
#content2 .content2-box .content2-size h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
#content2 .content2-box .content2-size p {
  font-size: 14px;
  line-height: 1.4;
}

#video-content {
  margin: 0 auto;
}
#video-content h3 {
  font-size: 30px;
  text-align: center;
}
#video-content p {
  text-align: center;
}

#video-content td {
  border: 1px solid #eee;
  text-align: center;
}

@media screen and (max-width:768px){
right-pic{
width:100% !important;
}
  
}


@media screen and (max-width:480px){
#content-pic .content-pic li h4{
font-size:12px !important;
}
#content2 .content2-box{
    flex-direction: column;
}
}