.xdbanner {
  width: 100%;
}
.xdbanner img {
  display: block;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.titleBox {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.titleBox .titleauto {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.titleBox .titleauto .title {
  width: 780px;
  height: 245px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.titleBox .titleauto .title .titleImg {
  display: block;
  position: absolute;
  left: 0;
  top: 125px;
}
.titleBox .titleauto .title .titlehead {
  font-size: 30px;
  font-weight: bold;
  color: #162338;
  padding-top: 89px;
}
.titleBox .titleauto .title .titleTxt {
  padding-top: 13px;
  font-size: 18px;
  font-weight: bold;
  color: #475262;
}
.cardBox {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 82px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cardBox .ul {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cardBox .ul .li {
  width: 386px;
  height: 555px;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px #D9D9D9;
  border-radius: 10px;
  margin-top: 29px;
  position: relative;
}
.cardBox .ul .li img {
  display: block;
  width: 386px;
  height: 372px;
}
.cardBox .ul .li .title {
  margin: 0 auto;
  margin-top: 18px;
  margin-left: 29px;
  width: 312px;
  height: 47px;
  font-size: 19px;
  font-weight: bold;
  color: #626262;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cardBox .ul .li .time {
  margin-top: 18px;
  margin-left: 28px;
  font-size: 13px;
  font-weight: bold;
  color: #959595;
}
.cardBox .ul .li .liButton {
  margin: 0 auto;
  margin-top: 20px;
  width: 331px;
  height: 49px;
  border: 2px solid #6060FF;
  border-radius: 5px;
  line-height: 49px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #6060FF;
  cursor: pointer;
}
.cardBox .ul .li .lab {
  position: absolute;
  top: 18px;
  left: 32px;
  width: 64px;
  height: 27px;
  background: #E35321;
  border-radius: 3px;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.cardBox .ul:after {
  content: "";
  width: 30%;
  height: 1px;
}