.main-bg {
  width: 100%;
  padding-bottom: 200px;
  background-image: url(2023xm_bg2.png);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
.main {
  width: 1260px;
	background-color: rgba(255, 255, 255, .86)!important;
	border-radius: 8px 8px 0px 0px;
  font-size: 15px;
  margin: -127px auto 0;
  padding: 0 30px 300px!important;
  position: relative;
}
.main .main-title {
  position: absolute;
  width: 1200px;
	height: 94px;
	line-height: 94px;
	background-color: #ffffff;
	box-shadow: 1px 2px 10px 0px 
		rgba(0, 74, 48, 0.09);
  top: -47px;
  left: 50px;
  box-sizing: border-box;
  padding-right: 29px;
}
.main .main-title img {
  position: absolute;
  top: -7px;
  left: 29px;
  width: 97px;
}
.main .main-title a {
  display: block;
  margin-left: 158px;
  font-size: 26px;
	font-weight: bold;
	color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.main .main-box {
  padding-top: 50px;
}
.main .main-box .box-tit {
  text-align: center;
  margin-bottom: 25px;
}
.main .main-box .box-tit img {
  height: 44px;
}
.box-con .con-lf {
  width: 589px;
}
.box-con .con-lf .con-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 57px;
  line-height: 57px;
}
.box-con .con-lf .con-item .tit{
  font-size: 18px;
	color: #000000;
  width: 416px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.box-con .con-lf .con-item .tit:hover{
	font-weight: bold;
	color: #248563;
}
.box-con .con-lf .con-item .text-icon {
  margin-right: 10px;
}
.box-con .con-lf .con-item .text {
  font-size: 16px;
  color: #666;
  margin-top: 14px;
  width: 406px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.box-con .con-lf .con-item .date {
  font-size: 16px;
	color: #666666;
}
.box-con .con-lf .con-item .icon {
	color: #addfcd;
  margin-top: 17px;
}
.box-con .con-lf .con-item .icon img {
  margin-top: 6px;
}
.box-con .con-rt {
  width: 582px;
	height: 344px;
  border: 1px solid #ccc;
  position: relative;
}
.box-con .con-rt img {
  width: 100%;
  height: 100%;
}
.main .w2 .box-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .w2 .box-con .con-item {
  width: 372px;
	height: 130px;
  line-height: 130px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 2px #e2e2e2;
  box-sizing: border-box;
}
.main .w2 .box-con .con-item img {
  width: 93px;
  margin: -12px 45px 0 35px;
}
.main .w2 .box-con .con-item p {
  font-size: 28px;
	font-weight: bold;
	color: #000000;
  display: inline-block;
}
.main .w2 .box-con .con-item:hover {
	box-shadow: 1px 2px 16px 0px 
		rgba(36, 133, 99, 0.49);
	border: solid 2px #9fc5b8;
}

/* 轮播 */
#box{
	width: 100%;
  position: relative;
  height: 263px;
  margin: 0;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#box ul {
  position: relative;
  width: 100%;
  height: 100%;
}

#box li {
  position: absolute;
  list-style: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #e2f3ed;
  padding: 8px;
}

#box li .intro {
  width: calc(100% - 16px);
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: block;
  font-size: 14px;
  color: #333;
  height: 45px;
  line-height: 45px;
	background-color: #fff;
  padding: 0 10px;
  text-align: center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  box-sizing: border-box;
}
#box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#box .prev,
#box .next {
  position: absolute;
  cursor: pointer;
  top: 101px;
  opacity: .8;
}
#box .prev {
  z-index: 99;
  left: -30px;
}
#box .next {
  z-index: 99;
  right: -30px;
}


.main .w4 .box-con>.lf {
  width: 640px;
	height: 257px;
  box-sizing: border-box;
}
.main .w4 .box-con>.lf a {
  width: 100%;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .w4 .box-con>.lf a .text{
  font-size: 16px;
	color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .w4 .box-con>.lf a .text span{
  display: inline-block;
  width: 421px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.main .w4 .box-con>.lf a .text img {
  margin-right: 12px;
}
.main .w4 .box-con>.lf a .date{
  font-size: 14px;
	color: #999999;
  width: 80px;
}
.main .w4 .box-con .rt {
  width: 544px;
}
.main .w4 .box-con .rt a {
  margin-bottom: 13px;
  display: block;
}
.main .w4 .box-con .rt img {
  width: 100%;
  height: 124px;
}