.main {
  background: url("../images/main_bg.jpg") no-repeat center top #fef5f0;
  background-size: 100% auto;
  padding-bottom: 10px;
}
.main .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main .xwdt {
  position: relative;
  top: -70px;
}
.main .xwdt .newsPic {
  position: relative;
  width: 680px;
  height: 400px;
}
.main .xwdt .newsPic .pic {
  width: 100%;
  height: 100%;
}
.main .xwdt .newsPic .pic img {
  width: 100%;
  height: 100%;
}
.main .xwdt .list {
  width: 510px;
}
.main .xwdt .list li {
  background: #fcf5f2;
  border-radius: 6px;
  line-height: 72px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main .xwdt .list li a {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .xwdt .list li a:hover {
  background: url("../images/list_bg.png") no-repeat top left #bf0e0e;
  color: #FFFFFF;
}
.main .ztzl {
  position: relative;
  margin: 0 auto 50px;
}
.main .ztzl .swiper-container {
  top: -14px;
  position: relative;
  width: 1120px;
  overflow: hidden;
  margin: 0 auto;
  height: 100px;
}
.main .ztzl .swiper-container a {
  display: block;
  margin: 0 auto;
  width: 356px;
  overflow: hidden;
  height: 100px;
}
.main .ztzl .swiper-container a img {
  width: 100%;
  height: 100%;
}
.main .ztzl .swiper-button-prev {
  position: absolute;
  left: 0;
  display: block;
  top: 14px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center;
  width: 30px;
  height: 80px;
  cursor: pointer;
}
.main .ztzl .swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 14px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center;
  width: 30px;
  height: 80px;
}
.main .news .newsList {
  width: 570px;
}
.main .news .newsList .title .more {
  font-size: 16px;
  line-height: 24px;
  height: 26px;
  background: #bf0e0e;
  border-radius: 6px;
  display: inline-block;
  width: 64px;
  text-align: center;
  float: right;
  color: #FFFFFF;
  margin-top: 10px;
  letter-spacing: 1px;
}
.main .news .newsList .title .more span {
  font-size: 20px;
}
.main .news .newsList .list {
  background: #FFFFFF;
  padding: 10px 20px;
}
.main .news .newsList .list li {
  background: url("../images/line.png") repeat-x bottom left;
  padding: 14px 0;
  line-height: 36px;
  height: 72px;
}
.main .news .newsList .list li .point {
  background: #999999;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 12px 12px 0 0;
  float: left;
}
.main .news .newsList .list li a {
  display: inline-block;
  max-width: 505px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .news .newsList .list li a:hover {
  color: #bf0e0e;
}
.main .news .newsList .list li:last-child {
  background: none;
  padding-bottom: 8px;
}
.main .kw {
  margin: 70px auto;
}
.main .kw .title {
  width: 1200px;
  margin: 20px auto 30px;
}
.main .kw .con{
  flex-wrap: wrap;
  display: flex; 
  justify-content: space-around; 
  gap: 20px; /* 图片间距 */
  width: 1250px;
}
.main .kw .con .pic {
  width: 244px;
}
.main .kw .con .pic img {
  width: 100%;
  height: 344px;
}
.main .kw .con .pic p {
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  margin-top: 10px;
}
