.Title div {
  width: 100%;
  text-align: center;
  margin: 20px auto;font-size:36px;
}
.Title .titleTop {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.Title .titleTop > div {
  z-index: 10;
  position: relative;
}
.Title .titleTop p {
  position: absolute;
  background: #97c5f9;
  width: 150px;
  height: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.Title .titleBottom p::before {
  content: '';
  background: url(../images/sslc_05.png) no-repeat;
  width: 36px;
  height: 7px;
  display: inline-block;
  position: relative;
  right: 10px;
  bottom: 5px;
}
.Title .titleBottom p::after {
  content: '';
  background: url(../images/sslc_07.png) no-repeat;
  width: 36px;
  height: 7px;
  display: inline-block;
  position: relative;
  left: 10px;
  bottom: 5px;
}
.Title .titleBottom p span {
  color: #1690e5;
}
.text {
  text-align: justify;
  line-height: 40px;
  margin: 20px auto;
}
.cont_img {
  text-align: center;
}
.ssMain .cont01 {
 padding: 10px 30px 30px 30px
}
.ssMain .cont02 {
  background: #f8f8f8;
}
.ssMain .list .Title .titleTop P {
  width: 80%;
}
.ssMain .list .Title .titleTop > div span {
  color: #1690e5;
}
.ssMain .list .text {
  text-align: center;
}
.ssMain .list .text span {
  color: #f24949;
}
.ssMain .list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.ssMain .list ul li {
  width: 30%;
  display: flex;
  flex-flow: column;
  margin: 10px auto;
}
.ssMain .list ul li div {
  border: 1px solid #1690e5;
  border-top: none;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  padding-top: 15px;
  box-shadow: 0px 10px 5px -5px #1690e5;
}
.ssMain .list ul li div p {
  font-size: 21px;
}
.ssMain .list ul li div p span {
  color: #1690e5;
}
.ssMain .list ul li div p:nth-child(1) {
  margin: 0 auto;
  background: #05c4c2;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}
.ssMain .list ul li div p:nth-child(2) {
  padding: 10px;
  font-size: 18px;
}
.ssMain .list ul li:nth-child(2) div p:nth-child(1) {
  background: #fab25c;
}
.ssMain .list ul li:nth-child(3) div p:nth-child(1) {
  background: #75b0ec;
}
.ssMain .list ul li:nth-child(4) div p:nth-child(1) {
  background: #cacc47;
}
.ssMain .list ul li:nth-child(5) div p:nth-child(1) {
  background: #00c08f;
}
.ssMain .list ul li:nth-child(6) div p:nth-child(1) {
  background: #bfaedf;
}


 .Title .titleBottom p{font-size:28px;}