.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;
}
.headBox {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.headBox .head {
  margin: 0 auto;
  width: 1200px;
  height: 493px;
  background: #FFFFFF;
  box-shadow: 0px 4px 29px 3px rgba(54, 58, 99, 0.1);
  border-radius: 5px;
  display: flex;
}
.headBox .head .headTitImg {
  display: block;
  width: 587px;
  height: 493px;
}
.headBox .head .headRight {
  padding: 52px 71px 55px 51px;
  position: relative;
}
.headBox .head .headRight .headTitle {
  width: 491px;
  font-size: 30px;
  font-weight: normal;
  color: #222222;
  line-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.headBox .head .headRight .headTxt {
  margin-top: 30px;
  width: 496px;
  font-size: 20px;
  font-weight: bold;
  color: #474747;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.headBox .head .headRight .headButton {
  position: absolute;
  right: 67px;
  bottom: 40px;
  width: 149px;
  height: 53px;
  background: #5254FF;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 53px;
  padding-left: 11px;
}
.headBox .head .headRight .headButton img {
  display: block;
  position: absolute;
  right: 13px;
  bottom: 17px;
  width: 24px;
  height: 17px;
}
.headBox .head .headRight .headTime {
  position: absolute;
  left: 51px;
  bottom: 55px;
  width: 121px;
  height: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #949494;
  line-height: 28px;
}
.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: 380px;
  height: 443px;
  background: #FFFFFF;
  box-shadow: 0px 0px 27px 0px #D9D9D9;
  border-radius: 10px;
  margin-top: 36px;
  position: relative;
}
.cardBox .ul .li img {
  display: block;
  width: 380px;
  height: 228px;
}
.cardBox .ul .li .title {
  margin: 0 auto;
  margin-top: 35px;
  margin-left: 24px;
  width: 338px;
  height: 47px;
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cardBox .ul .li .time {
  margin-top: 18px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #959595;
}
.cardBox .ul .li .liButton {
  margin: 0 auto;
  margin-top: 33px;
  width: 344px;
  height: 52px;
  border: 2px solid #6060FF;
  border-radius: 5px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  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;
}
