body {
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.alc {
  align-items: center;
}
a {
  text-decoration: none;
}
.top {
  width: 100%;
  height: 546px;
  background: url(../imgss/banner.png) no-repeat;
  background-size: 100% 100%;
}
.headlines {
  width: 100%;
  height: 200px;
  background-color: #FFF8F8;
  /* background-color: #fff0ec; */
}
.headlines-box {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  display: flex;
}
.headlines-box img {
  width: 121px;
  height: 88px;
  margin-right: 27px;
}
.title {
  font-size: 36px;
  font-weight: bold;
  color: #b80000;
}
.subtitle {
  font-size: 24px;
  color: #111111;
}
.contentBg {
  /* background: url(../imgs/contentBg.png) no-repeat; */
}
.content {
  width: 1200px;
  /* height: 2900px; */
  margin: auto;
  /* margin-bottom: 50px; */
  /* background-color: aqua; */
}
.content-box1 {
  height: 435px;
  padding-bottom: 22px;
  /* padding: 1px 0; */
  /* background-color: skyblue; */
}
.carousel01 {
  width: 681px;
  height: 435px;
  background-color: rgb(252, 189, 189);
}
.box1-right {
  height: 100%;
  margin-left: 41px;
  width: 477px;
}
.box1-rightBox {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box1-right img {
  width: 10px;
  height: 10px;
  margin: 0 14px 0 12px;
}
.box1-right p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.news {
  /* flex: 1; */
  display: flex;
  padding-bottom: 10px;
  /* align-items: center; */
  border-bottom: solid 1px #cd0200;
}
.news :first-child {
  font-weight: bold;
  font-size: 32px;
  color: #b80000;
  line-height: 48px;
  background: linear-gradient(-67deg, #a80200 0%, #ff1e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-01 {
  margin-bottom: 60px;
}
.title-01 img {
  /* padding-top: 69px; */
  width: 1140px;
  height: 44px;
}
.title-01 a {
  color: #767373;
}
.content-box2 {
  height: 553px;
  /* background-color: aquamarine; */
  margin-bottom: 50px;
  /* background-color: #fff; */
}
.content-box3 {
  margin-top: 30px;
  height: 510px;
  margin-bottom: 42px;
}
.box3-box {
  width: 581px;
  height: 454px;
  /* background-color: aquamarine; */
}
/* .box3-box img {
  width: 516px;
  height: 44px;
} */
.title-02 {
  position: relative;
  margin-top: 21px;
  margin-bottom: 25px;
}
.more {
  position: absolute;
  right: 0;
  bottom: 32px;
  font-size: 16px;
  color: #999;
}
.box3-box02 {
  width: 100%;
  height: 392px;
  /* background-color: #fff; */
}
.box3-box02 img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.box3-box02 div {
  flex: 1;
  border-bottom: dashed 1px #cfcdce;
  display: flex;
  align-items: center;
}
.box3-box02 p {
  font-size: 18px;
  color: #333;
}
.title-03 {
  height: 82px;
  /* background-color: #767373; */
}
.title-03 img {
  width: 1140px;
  height: 44px;
}
.content-box4 {
  margin-top: 21px;
  height: 450px;
  width: 100%;
}
.box4-box {
  width: 575px;
  height: 100%;
  /* background-color: skyblue; */
}
.box4-box img {
  width: 183px;
  height: 126px;
  margin-right: 20px;
}
.box4-title {
  margin: 0;
  font-size: 18px;
  color: #000000;
  margin-bottom: 14px;
}
.box4-content {
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.box4-box span {
  font-size: 14px;
  color: #ac0520;
}
.bottom {
  height: 198px;
  background-color: #f3f4f7;
  /* margin-top: 44px; */
}
.bottom p {
  margin: 0;
}
.bottom-01 {
  margin-top: 30px;
}
.bottom-01 a {
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
.bottom-01 span {
  margin: 0 20px;
}
.bottom-02 {
  color: #474747;
  font-size: 14px;
}
.bottom img {
  margin-right: 12px;
  width: 18px;
  height: 20px;
}
.box5-img {
  height: 310px;
  position: relative;
}
.box5-img img {
  height: 100%;
  width: 270px;
}
.box5-img div {
  width: 270px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  /* 超出三点 */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}