html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
body {
  background: url(../assets/head-bg.png) no-repeat center top;
}
.head {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 210px;
}
.head img {
  width: 895px;
  height: 382px;
  margin-top: 150px;
}
.main {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main a {
  text-decoration: none;
}
.main .lhsj {
  display: flex;
  height: 650px;
  width: 100%;
}
.main .lhsj .left {
  width: 600px;
  height: 500px;
}
.main .lhsj .left .imgLink {
  float: left;
  width: 600px;
  display: flex;
  flex-direction: column;
}
.main .lhsj .left .imgLink img {
  width: 600px;
  height: 500px;
  z-index: 1;
  top: 0;
}
.main .lhsj .left .imgLink .detail {
  background-color: red;
  background-image: url('../assets/swiper-bg.png');
  height: 145px;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.main .lhsj .left .imgLink .detail .title {
  font-weight: bold;
  font-size: 22px;
  color: #F9DCA3;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
  /* 隐藏超出元素宽度的内容 */
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.main .lhsj .left .imgLink .detail .title:hover {
  color: #A05D1C;
}
.main .lhsj .left .imgLink .detail .desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  margin: 10px 0px;
  overflow: hidden;
  /* 隐藏超出元素宽度的内容 */
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.main .lhsj .left .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: #420C0C;
  opacity: 0.8;
  color: #FFBD9D;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
.main .lhsj .left .swiper-pagination-bullet-active {
  background: red;
  color: white;
}
.main .lhsj .left .swiper-pagination-bullets {
  text-align: left;
  box-sizing: content-box;
  padding: 25px;
  padding-bottom: 16px;
  bottom: 0px;
}
.main .lhsj .right {
  flex: 1;
  height: 645px;
  margin-left: 13px;
  display: flex;
  flex-direction: column;
}
.main .lhsj .right .first-art {
  height: 225px;
  background-color: #FFFAEF;
}
.main .lhsj .right .first-art img {
  width: 100%;
}
.main .lhsj .right .articles {
  background-color: #FFFAEF;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.main .lhsj .right .articles .article-item {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .lhsj .right .articles .article-item:hover {
  color: #F9DCA3;
}
.main .lhsj .right .articles .article-item .arrow {
  height: 40px;
  float: left;
}
.main .lhsj .right .articles .article-item img {
  margin-right: 15px;
}
.main .lhyw .nav {
  height: 103px;
  margin-top: 77px;
  margin-bottom: 67px;
}
.main .lhyw .detail .title {
  font-weight: bold;
  font-size: 46px;
  color: #A05D1C;
  line-height: 45px;
  text-align: center;
  font-style: normal;
}
.main .lhyw .detail .title:hover {
  color: #CA491C;
}
.main .lhyw .detail .desc {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 42px;
  margin-top: 27px;
}
.main .lhyw .lhywContent {
  display: flex;
  justify-content: space-between;
}
.main .lhyw .lhywContent .part1 {
  width: 352px;
  box-sizing: border-box;
}
.main .lhyw .lhywContent .part1 .articles {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main .lhyw .lhywContent .part1 .articles .item {
  padding: 30px;
  background: #FFFAEF;
}
.main .lhyw .lhywContent .part1 .articles .item .title {
  font-weight: bold;
  font-size: 22px;
  color: #CA491C;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .lhyw .lhywContent .part1 .articles .item .title:hover {
  color: #A05D1C;
}
.main .lhyw .lhywContent .part1 .articles .item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main .lhyw .lhywContent .part2 {
  width: 352px;
  margin-left: -10px;
  box-sizing: border-box;
}
.main .lhyw .lhywContent .part2 .articles {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 3px;
}
.main .lhyw .lhywContent .part2 .articles .item {
  padding: 15px;
  background: #FFFAEF;
}
.main .lhyw .lhywContent .part2 .articles .item:hover {
  background: #D31414;
}
.main .lhyw .lhywContent .part2 .articles .item:hover .title {
  color: white;
}
.main .lhyw .lhywContent .part2 .articles .item .title {
  font-weight: 400;
  font-size: 16px;
  color: #272727;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical;
}
.main .lhyw .lhywContent .part2 .articles .item .title:hover {
  background: #D31414;
  color: white;
}
.main .lhyw .lhywContent .part3 {
  width: 470px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .lhyw .lhywContent .part3 .firstItem img {
  width: 100%;
  height: 295px;
}
.main .lhyw .lhywContent .part3 .articles {
  display: flex;
  justify-content: space-between;
}
.main .lhyw .lhywContent .part3 .articles .item img {
  width: 230px;
  height: 140px;
}
.main .dbwy {
  width: 100%;
  text-align: center;
  position: relative;
}
.main .dbwy .nav {
  width: 1200px !important;
  margin-bottom: 86px;
  margin-top: 126px;
}
.main .dbwy .dbwybg {
  position: absolute;
  background-image: url('../assets/dbwy-bg.png');
  width: 100%;
  height: 716px;
  top: 314px;
}
.main .dbwy .dbwyContent {
  width: 1200px;
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  z-index: 1000;
  position: relative;
  padding: 0px 60px;
  box-sizing: border-box;
  height: 822px;
}
.main .dbwy .dbwyContent .left {
  width: 425px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 130px;
}
.main .dbwy .dbwyContent .left .articles {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.main .dbwy .dbwyContent .left .articles .item .title {
  font-weight: bold;
  font-size: 22px;
  color: #FFE8B1;
  line-height: 30px;
  text-align: left;
  margin-bottom: 15px;
}
.main .dbwy .dbwyContent .left .articles .item .desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
}
.main .dbwy .dbwyContent .left .articles .item .title,
.main .dbwy .dbwyContent .left .articles .item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .dbwy .dbwyContent .right {
  position: absolute;
  right: 80px;
  top: -36px;
  width: 425px;
  height: 822px;
  background-image: url('../assets/dbwy-bg2.png');
}
.main .dbwy .dbwyContent .right .imgLink {
  box-sizing: border-box;
  height: 716px;
  margin: 39px 20px 67px 20px;
}
.main .dbwy .dbwyContent .right .imgLink img {
  height: 100%;
  width: 100%;
}
.main .dbwy .dbwyContent .right .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E09A78;
  opacity: 1;
}
.main .dbwy .dbwyContent .right .swiper-pagination-bullet-active {
  background: #CC0000;
}
.main .dbwy .dbwyContent .right .swiper-pagination-bullets {
  bottom: 25px;
}
.main .dbwy .dbwyContent .right .dbwySwiper {
  height: 100%;
}
.main .jjyn .nav {
  margin-top: 40px;
  margin-bottom: 43px;
}
.main .jjyn .jjynContent {
  background-image: url('../assets/jjyn-bg.png');
  padding: 60px 50px 42px 50px;
  box-sizing: border-box;
}
.main .jjyn .jjynContent .imgs {
  display: flex;
  justify-content: space-between;
}
.main .jjyn .jjynContent .imgs .imgItem {
  position: relative;
}
.main .jjyn .jjynContent .imgs .imgItem img {
  width: 350px;
  height: 245px;
}
.main .jjyn .jjynContent .imgs .imgItem .tip {
  background: linear-gradient(135deg, #c81603, rgba(200, 168, 116, 0.6));
  padding: 10px;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  /* 隐藏超出元素宽度的内容 */
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.main .jjyn .jjynContent .articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FCEDD7;
  border-radius: 4px 4px 4px 4px;
  padding: 30px 20px;
  margin-top: 50px;
}
.main .jjyn .jjynContent .articles li {
  max-width: 45%;
  width: 45%;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  text-align: left;
  overflow: hidden;
  /* 隐藏超出元素宽度的内容 */
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.main .jjyn .jjynContent .articles li a {
  width: 100%;
  color: #292929;
}
.main .jjyn .jjynContent .articles li a:hover {
  color: #CA491C;
}
.main .rmbd .nav {
  margin-top: 68px;
  margin-bottom: 40px;
}
.main .rmbd .rmbdContent {
  display: flex;
}
.main .rmbd .rmbdContent .left {
  width: 60%;
}
.main .rmbd .rmbdContent .left img {
  width: 100%;
  height: 420px;
}
.main .rmbd .rmbdContent .right {
  width: 40%;
}
.main .rmbd .rmbdContent .right .articles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main .rmbd .rmbdContent .right .articles .title {
  overflow: hidden;
  /* 隐藏超出元素宽度的内容 */
  white-space: nowrap;
  /* 强制文本在一行内显示 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  background: #f4eed9;
  font-weight: 400;
  font-size: 18px;
  color: #8b7557;
  text-align: left;
}
.main .rmbd .rmbdContent .right .articles .title:hover {
  background: #9c0b1a;
  color: #f4d8a1;
}
.main .nav {
  width: 100%;
}
.lhsj,
.lhyw,
.jjyn,
.rmbd,
.nav {
  width: 1200px !important;
}
.foot {
  display: flex;
  margin-top: 83px;
  margin-bottom: 173px;
}
.foot img {
  margin: 0px auto;
}
