.banner {
  margin: auto;
}
.first{
    width: 100%;
    background-color: #f5f5f5;
}
.first-main {
  width: 1440px;
  height: 541px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 48px 0 52px 0;

  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.first-top {
  width: 1440px;
  height: 49px;
  padding-bottom: 12px;
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: #d9d9d9 1px solid;
}

.first-top-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.first-top-left div:nth-child(1) {
  font-size: 34px;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 8px;
  background: linear-gradient(to right, #f15e0e, #f79221);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.first-top-left div:nth-child(2) {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #737373;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  text-transform: uppercase;
}
.first-top-left div:nth-child(2) span:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
}
.first-top-right {
  color: #666;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.first-content {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}
.first-content-left {
  /* background-color: red; */
  width: 394px;
  height: 370px;
  position: relative;
}
.first-content-left .dots {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 20px;
  bottom: 60px;
}
.first-content-left .dot {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #333;
  margin-right: 10px;
  border-radius: 50%;
}
.first-content-left .dot-active {
  background-color: #007AFF;
}
.first-content-left ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.first-content-left ul {
  overflow: hidden;
  width: 470px;
  height: 370px;
}
/*.first-content-left li::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 5px;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  z-index: 999;*/
/*  background: url(/attachment/20251224/e9a9f516a8604141be0f9e9918ac83be.jpg) no-repeat center;*/
/*  background-size: 100% 100%;*/
/*}*/
.first-content-left .bg {
  display: inline-block;
  width: 780px;
  height: 330px;
  background-color: #fcf8eb;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}
.first-content-left .bg p{
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 470px;
  line-height: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  box-sizing: border-box;
  
   font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.first-content-left .bg .img {
  position: absolute;
  left: -40px;
  top: -40px;
}
.first-content-left .bg div {
  position: absolute;
  right: 30px;
  top: 20px;
}
.first-content-left .bg .time1 {
  font-size: 18px;
  color: #f15e0e;
  font-family: Georgia;
  font-weight: normal;
}
.first-content-left .bg .title1 {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 306px;
  height: 84px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.first-content-left .bg .content1 {
  display: inline-block;
  width: 306px;
  height: 72px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 12px;
  line-height: 24px;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  color: #333333;
  font-weight: normal;
}

.first-content-right {
  /* background-color: skyblue;/ */
  /* width: 620px;
   */
  /*flex: 1;*/
  height: 370px;
  /*padding-left: 40px;*/
  box-sizing: border-box;
margin-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.first-content-right-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.first-content-right-1 .image {
  margin-right: 24px;
  width: 240px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.first-content-right-1 div:last-child {
  display: flex;
  flex-direction: column;
}
.first-content-right-1 .time {
  font-size: 18px;
  color: #f15e0e;
  font-family: Georgia;
  font-weight: normal;
}
.first-content-right-1 .title {
  margin-top: 14px;
  margin-bottom: 8px;
  width: 306px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.first-content-right-1 p {
  display: inline-block;
  width: 306px;
  height: 72px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 12px;
  line-height: 24px;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  color: #333333;
  font-weight: normal;
}
.first-content-right-2 ul li {
  height: 38px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  font-family: Georgia;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.first-content-right-2 ul li a {
  width: 510px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  color: #333;
}

.second {
  width: 100%;
  background-color: #f3f3f3;
}
.second-main {
  width: 1540px;
  height: 724px;
  box-sizing: border-box;
  padding: 36px 50px;
  margin: 0 auto;
  display: flex;
  /*flex-direction: row;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
   flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.second-left {
  width: 394px;
  height: 651px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: red;
  position: relative;
  overflow: hidden;
}
.second-left img{
  transition: all .3s ease-in-out;
}
.second-left img:hover{
  transform: scale(1.1);
}
.second-left .second-left-title {
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 394px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 50px;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 20px;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.second-right {
  width: 1046px;
  height: 651px;
  /* margin-top: 50px; */
  margin-left: 5px;
  /* margin-bottom: 45px; */
  margin-right: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.second-right-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 997px;
  height: 54px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 14px;
}
.second-right-title-left {
  display: flex;
  flex-direction: row;
}
.second-right-title-left p {
  font-size: 38px;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(to right, #f15e0e, #f79221);
  -webkit-background-clip: text;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.second-right-title-left div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;

  font-size: 14px;
  color: #737373;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  text-transform: uppercase;
}

.second-right-title-left div span:last-child {
  font-size: 20px;
  font-weight: bold;
}

.second-right-title-right {
  color: #666;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.second-right-content ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.second-right-content ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 36px 32px;
  width: 490px;
  height: 220px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
}
.second-right-content ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  color: #333;
}

.li-left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: 25px;
  width: 92px;
}
.li-left-time {
  font-size: 34px;
  font-family: Georgia;
  color: #333;
  font-weight: normal;
  width: 92px;
  white-space: nowrap;
  text-align: right;
}
.li-left-year {
  width: 92px;
  white-space: nowrap;
  font-size: 16px;
  font-family: Georgia;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 36px;
}
.li-left div {
  background: #cdcdcd;
  width: 92px;
  height: 1px;
}
.li-right {
  display: flex;
  flex-direction: column;
}
.li-right-title {
  margin-bottom: 14px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  width: 309px;
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.li-right-content {
  width: 309px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  font-size: 12px;
  line-height: 24px;
  height: 72px;
  color: #666666;
}
.img1:hover {
  transform: scale(1.1);
}

.new-content {
  width: 996px;
  height: 370px;
  /*background-color: red;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.contet {
  width: 480px;
  height: 170px;
  background-color: #fff;

  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: start;
  box-sizing: border-box;
  padding: 16px 16px;
}
/*.contet:nth-child(3),*/
/*.contet:nth-child(4){*/
/*    margin-top: 28px ;*/
    
/*}*/
.contet-left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 92px;
  margin-right: 25px;
}
.contet-left p:first-child {
  font-size: 34px;
  font-family: Georgia;
  color: #333;
  font-weight: normal;
  width: 92px;
  white-space: nowrap;
  text-align: right;
}
.contet-left p:nth-child(2) {
  width: 92px;
  white-space: nowrap;
  font-size: 16px;
  font-family: Georgia;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
  text-align: right;
  margin-bottom: 36px;
}
.contet-left div {
  background: #cdcdcd;
  width: 92px;
  height: 1px;
}
.contet-right {
  flex: 1;
}
.contet-title {
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  width: 331px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.contet-content {
  width: 331px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
  font-size: 12px;
  line-height: 24px;
  height: 72px;
  color: #666666;
}

.imgs-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 523px;
  height: 651px;
}
.imgs-left div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 523px;
  height: 215px;
  margin-bottom: 3px;
  overflow: hidden;
}
.imgs-left div:last-child{
  margin-bottom: 0;
}
.imgs-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.imgs-right div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 522px;
  height: 324px;
  margin-bottom: 3px;
  overflow: hidden;
}
.imgs-right div:last-child{
  margin-bottom: 0;
}

.second-right img{
  transition: all .3s ease-in-out;
}
.second-right img:hover{
  transform: scale(1.1);
}

.new-new1 {
  width: 1440px;
  height: 580px;
  margin: 0 auto;
  margin-top: 20px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.new-new1-left {
  width: 470px;
  height: 552px;
  display: flex;
  flex-direction: column;
}
.new-new1-left-content {
  width: 470px;
  height: 182px;
  background-color: #c285df;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px;
  line-height: 33px;
  /* 强制换行 */
  word-wrap: break-word;
  word-break: break-all;
  /* 文字最多四行，超出隐藏 */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-new1-middle {
  width: 470px;
  height: 552px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-new1-middle p {
  font-size: 12px;
  color: #fff;
  font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 4px 10px;
  /*line-height: 32px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-new1-middle-top {
  display: flex;
  flex-direction: column;
  width: 470px;
  height: 270px;
}
.new-new1-middle-bottom {
  display: flex;
  flex-direction: column;
  width: 470px;
  height: 270px;
  margin-top: 10px;
}
.middle-content1,
.middle-content2 {
  width: 470px;
  height: 50px;
  background-color: #c285df;
}
.new-new1-right {
  width: 470px;
  height: 352px;
}

.new-new1 a img{
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
}
.new-new1 a img:hover{
  transform: scale(1.1) !important;
}