.m0202-title{
  width: 100%;
  height: 170px;
}
.m0202-title > ul{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.m0202-title > ul > li{
  width: 32%;
  margin-right: 2%;
  height: 100%;
  float: left;
}
.m0202-title > ul > li:nth-child(1){
  background: url('/img/custom/m0202-title01.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.m0202-title > ul > li:nth-child(2){
  background: url('/img/custom/m0202-title02.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.m0202-title > ul > li:nth-child(3){
  margin-right: 0px;
  background: url('/img/custom/m0202-title03.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}
.m0202-2-text{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.m0202-2-text > ul {
  width: 100%;
  height: 100%;
}
.m0202-2-text > ul > li{
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.m0202-2-text > ul > li:nth-child(2n-1) > span{
  display: inline-block;
  margin-top:30px;
  width: 30px;
  height: 30px;
  background: #1467ab;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  float: left;
}
.m0202-2-text > ul > li:nth-child(2n) > span{
  display: inline-block;
  margin-top:30px;
  width: 30px;
  height: 30px;
  background: #545454;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  float: left;
}
.m0202-2-text > ul > li > dl{
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 10px;
  padding-top:30px;
  padding-bottom: 30px;
}
.m0202-2-text > ul > li > dl > dt{
  width: 100%;
  padding-bottom:15px;
  font-size: 17px;
}
.m0202-2-text > ul > li > dl > dt > span{
  font-size: 14px;
  font-weight: 200;
}
.m0202-2-text > ul > li > dl > dd{
  width: 100%;
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.6;
}

@media all and (max-width:500px){
  .m0202-title > ul > li{
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
  }
  .m0202-title{
    height: auto;
  }
  .m0202-text{
    margin-top:0px;
  }
}
