.top {
  width: 100%;
}

.top img {
  width: 100%;
}

.btitle {
  margin-bottom: 72px;

  position: relative;

  height: 50px;

  width: 100%;
}

.btitle:before {
  content: "";
  width: 60px;
  height: 4px;
  background: rgb(32, 151, 243);
  border-radius: 6px;
  top: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btitle span {
  font-size: 30px;
  z-index: 99999;
  font-weight: 600;
  color: #333;
  line-height: 42px;
}
.btitle .shadow {
  color: #eaeaea;
  position: absolute;
  top: 12px;
  font-size: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.container {
  padding: 72px 0;
}
.container .description {
  font-size: 16px;
  line-height: 45px;
  text-align: justify;
  color: #666;
  margin-bottom: 20px;
}
.container .info {
  margin-top: 20px;
  width: 28%;
}
.container .info img {
  max-width: 80%;
}
.container .p-title {
  font-weight: bold;
}

.doctor,
.access,
.nutrition,
.lecture {
  padding: 20px 0;
  width: 100%;
}
.doctor .title,
.access .title,
.nutrition .title,
.lecture .title {
  font-size: 30px;
  z-index: 99999;
  font-weight: 600;
  color: rgb(32, 151, 243);
  line-height: 42px;
}
.doctor .description,
.access .description,
.nutrition .description,
.lecture .description {
  margin: 20px 0;
  color: rgb(136, 136, 136);
  font-size: 16px;
}
.doctor .items .item {
  padding: 20px 10px;
  width: 20%;
  border-radius: 5px;
  border: 1px solid #eee !important;
  margin-bottom: 10px;
}
.doctor .items .item span {
  font-size: 40px;
  color: rgb(32, 151, 243);
}
.doctor .items .item hr,
.access .items .item hr {
  width: 80%;
}
.doctor .items .item h4 {
  margin-bottom: 10px;
}

.access .items {
  margin-top: 50px;
  margin-bottom: 30px;
}
.access .items .item h4 {
  margin-top: 30px;
}
.access .items .item .icon {
  background-color: rgb(32, 151, 243);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  top: -40px;
}
.access .items .item span {
  font-size: 50px;
  color: white;
}
.access .items .item {
  padding: 20px 10px;
  width: 20%;
  margin-bottom: 10px;
  position: relative;
}

.nutrition .items .item {
  margin: 20px 0;
  width: 18%;
}
.nutrition .items .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: rgb(32, 151, 243);
  padding: 10px;
  color: white;
}
.nutrition .items .item .icon .iconfont {
  font-size: 40px;
  color: white;
}
.nutrition .items .item h4 {
  margin: 20px 0;
}
.nutrition .items .item p {
  text-align: center;
  line-height: 28px;
}
.lecture .image {
  border-radius: 5px;
  overflow: hidden;
}
.lecture .item {
  margin-top: 10px;
  width: 800px;
  padding-left: 150px;
}
.lecture .item .number {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgb(32, 151, 243);
  color: white;
  margin-right: 10px;
  font-size: 30px;
}
