.list-title-img {
  width: 100vw;
  height: 15vw;
  background-image: url(../images/20231212152548518wKS.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.list-content {
  width: 1400px;
  margin: 60px auto;
}
@media screen and (max-width: 1400px) {
  .list-content {
    width: 100%;
  }
}
.list-content > div {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.list-content > div > div:nth-child(1) {
  flex: 1 1 100px;
  min-height: 600px;
  background-image: linear-gradient(180deg, #0288D1, #03A9F4);
  color: #fff;
  padding: 30px 30px;
}
.list-content > div > div:nth-child(1) h2 {
  font-weight: 600;
  padding-bottom: 30px;
}
.list-content > div > div:nth-child(1) ul li {
  font-size: 1.7rem;
  line-height: 2.5em;
  color: #fff;
}
.list-content > div > div:nth-child(1) h1{
padding-bottom:10px;
border-bottom:1px solid #ddd;
}
.list-content > div > div:nth-child(1) ul{
margin-top:12px;
}
.list-content > div > div:nth-child(1) ul li:hover {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
}
.list-content > div > div:nth-child(1) ul li img {
  vertical-align: middle;
width:30px;
vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .list-content > div > div:nth-child(1) {
    display: none;
  }
}
.list-content > div > div:nth-child(2) {
  flex: 4 1 100px;
  margin-left: 50px;
  margin-top: 0px;
  margin-bottom: 80px;
  min-height: 600px;
}
.list-content > div > div:nth-child(2) > p {
  margin-top: 0px;
  padding: 10px 0px;
  border: 1px solid #ddd;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.list-content > div > div:nth-child(2) > p span:nth-child(1) {
  font-size: 2rem;
  color: #0070c0;
}
.list-content > div > div:nth-child(2) > p span:nth-child(2) {
  text-align: right;
  font-size: 1rem;
  color: #333;
}

.list-content-right ul li {
  font-size: 1.15rem;
  line-height: 4em;
  border-bottom: 1px dashed #ddd;
  color: #212529;
  cursor: pointer;
}
.list-content-right ul li:hover {
  color: #1662be;
}
.list-content-right ul li span {
  float: right;
  color: #4f5760;
}
.list-content-right ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_title.png);
  margin-right: 20px;
  vertical-align: text-bottom;
}

.content {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .content {
    width: 100%;
  }
}
.list-content > div > div:nth-child(1) ul li a{
font-size:1.5rem;

}
/*# sourceMappingURL=list.css.map */
