@charset "utf-8";


.mid1Leftslick div a img:hover {
    transform: scale(1.1)
}
.mid1Leftslick div a{
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  display: block;
  }
.mid1Leftslick div a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.mid1Leftslick {
    position: relative;
    z-index: 1
}

.mid1LeftBottomslick {
    position: relative;
    width: 94%;
    z-index: 2;
    margin-top: 0;
}

.mid1LeftBottomslick div a p {
    height: 84px;
    line-height: 84px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #275ebc;
    font-weight: bold;
}

.mid1LeftBottomslick .slick-prev::before,.mid1LeftBottomslick .slick-next::before {
    display: none
}

.mid1LeftBottomslick .slick-prev {
    top: 42px;
    left: 100%;
    width: 42px;
    height: 42px;
    background: #ffd428 url("../images/slick-mid1-l.png") no-repeat;
    transform: translateX(-100%);
    background-position: center
}

.mid1LeftBottomslick .slick-next {
    top: 0px;
    transform: translate(0);
    right: -42px;
    width: 42px;
    height: 42px;
    background: #FFC107 url(../images/slick-mid1-r.png) no-repeat;
    background-position: center
}
/* 轮播图 */
.banner {
  margin-top: 165px;
}
.banner div {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner p {
  font-size: 62px;
  font-weight: bold;
  line-height: 118px;
  color: #ffffff;
  position: absolute;
}
.banner a .p1 {
  top: 35%;
  left: 20%;
}
.banner a .p2 {
  top: 50%;
  left: 30%;
}
.banner .slick-dots {
  position: absolute;
  width: 115px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.banner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}
.banner button {
  font-size: 0;
  display: none;
  cursor: pointer;
}
.banner .slick-dots li.slick-active {
  width: 44px;
  height: 10px;
  background-color: #9b0d14;
  border-radius: 5px;
}

.banner .slick-dots li button {
  font-size: 0;
  display: none;
}
.banner .slick-prev {
  background: url(../images/arr_l.png) no-repeat;
  background-size: cover;
  border: none;
  width: 62px;
  height: 62px;
  z-index: 69;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  background-size: 100% 100%;
}
.banner .slick-next {
  background: url(../images/arr_r.png) no-repeat;
  background-size: cover;
  border: none;
  width: 62px;
  height: 62px;
  z-index: 69;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  background-size: 100% 100%;
}

/* 板块1 */
.content1 {
  position: relative;
  padding-bottom: 64px;
  /* background: url(../images/content3-bg.png) no-repeat center; */
}
/* .content1::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1; 
  left: 0;
  right: 50%;
  margin-right: 400px;
} */
.c1_left {
  /* margin-left: 50px; */
  margin-top: 50px;
  width: 100%;
}
.c1_left a{
    float: right;
}
.c1_right {
  margin-left: 0;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.c1_left p {
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #080808;
  float: left;
}
.c1_left div {
  width: 113px;
  height: 38px;
  border: solid 1px #275ebc;
  color: #000;
  text-align: center;
  line-height: 38px;
  margin-top: 12px;
}
.c1_left div:hover {
  font-weight: bold;
    border: solid 1px #275ebc;
  color: #275ebc;
}
.c1_slick {
  padding-right: 80px;
}
.c1_slick .fl {
  width: 500px;
  height: 310px;
  margin-right: 40px;
}

.c1_slick .c1_con p {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #232323;
  max-height: 60px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 35px;
}
.c1_slick .pic {
  padding-top: 62%;
}
.c1_slick .pic img {
  display: block;
}
.c1_slick .c1_con {
  overflow: hidden;
}
.c1_slick .c1_con span {
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 26px;
  color: #7a7a7a;
  max-height: 52px;
  overflow: hidden;
}
.c1_slick .c1_con div {
  width: 136px;
  height: 43px;
  border: solid 1px #b5b5b5;
  line-height: 30px;
  border-bottom: solid 1px #aa1b20;
  line-height: 43px;
  text-align: center;
  margin-top: 90px;
}
.c1_slick .c1_con div:hover {
  color: #9b0d14;
}
.c1_slick a:hover p {
  color: #9b0d14;
}
.c1_slick button {
  font-size: 0;
  display: none;
  cursor: pointer;
}

.c1_slick .slick-prev {
  background: url(../images/arr-t.png) no-repeat;
  background-size: cover;
  border: none;
  width: 38px;
  height: 38px;
  z-index: 69;
  position: absolute;
  top: 30%;
  right: 0;
}
.c1_slick .slick-prev:hover {
  background: url(../images/arr-ts.png) no-repeat;
}
.c1_slick .slick-next {
  background: url(../images/arr_b.png) no-repeat;
  background-size: cover;
  border: none;
  width: 38px;
  height: 38px;
  z-index: 69;
  position: absolute;
  top: 50%;
  right: 0;
}
.c1_slick .slick-next:hover {
  background: url(../images/arr_bs.png) no-repeat;
}
.c1_line {
  width: 100%;
  height: 1px;
  background-color: #9b0d14;
  margin: 45px 0;
}
.c1_right ul {
  font-size: 0;
}
.c1_right ul li {
  display: inline-block;
  width: 48%;
  margin-right: 40px;
  padding-left: 20px;
  background: url(../images/icon1.png) no-repeat left 10px;
}
.c1_right ul li:last-child {
  margin-right: 0;
}
.c1_right ul li p {
  width: 108px;
  height: 35px;
  background-color: #ededed;
  font-size: 16px;
  line-height: 35px;
  color: #7c7878;
  text-align: center;
}
.c1_right ul li a {
  font-size: 18px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.c1_right ul li a:hover {
  color: #9b0d14;
}


.content2 {

background: linear-gradient(rgba(245, 242, 233, 0.8), rgba(245, 242, 233, 0.8));

background-size: cover;

padding-top: 0;

padding-bottom: 0;

margin-bottom: 50px;
}
.content2 .fl {
  width: 82%;
  float: right;
}
.content2 .fr h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #222;
  margin-top: 50px;
  position: relative;
}
.content2 .fr {
  margin-right: 2.5%;
float: left;
}
.content2 .c2_list a .fr {
  display: block;
  margin-top: 15px;
}
.content2 .fr h3::after {
  content: "NOTICE";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 50px;
  opacity: 0.3;
  position: absolute;
  bottom: -82px;
  left: 0;
}
.content2 .fr div {
  width: 113px;
  height: 38px;
  border: solid 1px #275ebc;
  line-height: 38px;
  color: #000;
  text-align: center;
  margin-top: 150px;
}
.content2 .fr div:hover {
  font-weight: bold;
}
.c2_list {
  transition: all 0.3s ease;
  position: relative;
  height: 208px;
  position: relative;
}
.c2_list a:hover::before {
  /* content: ""; */
  width: 57px;
  height: 5px;
  background-color: #f39800;
  position: absolute;
  top: 0;
  left: 16px;
}
.c2_list a {
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.c2_list a:hover::after {
  content: "";
  width: 257px;
  height: 257px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.c2_list p {
  font-size: 18px;
  line-height: 30px;
  color: #2d2d2d;
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c2_list span {
  display: inline-block;
  line-height: 26px;
  color: #686868;
  max-height: 52px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.c2_list .on {
  /* display: none; */
}
.c2_list div {
  float: left;
}
.c2_list div img {
  display: inline-block;
}
.c2_list div span:first-child {
  font-size: 22px;
  line-height: 26px;
  color: #9b0d14;
  vertical-align: unset;
  margin-right: -14px;
}
.c2_list div span:last-child {
  font-size: 18px;
  line-height: 26px;
  color: #686868;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: -10px;
}
.c2_slick {
  margin: 0 -25px;
  margin-top: 85px;
  min-height: 388px;
}
.c2_slick .slick-list {
  padding-top: 80px;
}
.c2_slick .c2_list a:hover {
  /* height: 308px; */
  /* top: -80px; */
  /* margin-left: 15px; */
  /* margin-right: 15px; */
}
.c2_slick .c2_list:hover .on {
  display: block;
}
.c2_slick .c2_list:hover .c2_p {
  color: #9b0d14;
  font-weight: bold;
}

/* 内容3 */
.content3 {
  /* padding-top: 83px; */
  padding: 50px 0px;
  background: linear-gradient(rgba(245, 242, 233, 0.8), rgba(245, 242, 233, 0.8));
  margin-bottom: 50px;
}
.content3 ul {
  font-size: 0;
}
.content3 ul li {
  display: inline-block;
  width: 21%;
  height: auto;
  margin-right: 5%;
}
.content3 ul li .pics {
  position: relative;
  overflow: hidden;
  padding-top: 89.5%;
}
.content3 ul li .pics a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  text-align: center;
}
.content3 ul li .pics a div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.content3 ul li p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.content3 ul li:nth-child(1) {
  background: url(../images/block1.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.content3 ul li:nth-child(2) {
  background: url(../images/block2.png) no-repeat;
  background-size: cover;
}
.content3 ul li:nth-child(3) {
  background: url(../images/block3.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.content3 ul li:nth-child(4) {
  background: url(../images/block4.png) no-repeat;
  background-size: cover;
  margin-right: 0;
}
.content3 ul li img {
  display: block;
  margin: 0 auto;
  /* padding-top: 22%; */
}
.content3 ul li a img {
  vertical-align: middle;
  transition: all 0.3s;
}

.content3 li:hover img {
  animation: icon-yh 0.6s linear;
}
/* 内容4 */
.content4 {
  position: relative;
  padding-right:0;
  background: linear-gradient(rgba(245, 242, 233, 0.8), rgba(245, 242, 233, 0.8));
  padding: 50px 0px;
}
.content4 .c4_box::before {
   content: "";
   background: url(../images/fwznbj.jpg) no-repeat;
   background-size: cover;
   width: 100%;
   height: 584px;
   position: absolute;
   top: 0;
   right: 50%;
   z-index: 0;
   margin-right: 9%;
}
.content4::after {
  /* content: ""; */
  background-size: cover;
  width: 100%;
  height: 584px;
  position: absolute;
  top: 0;
  left: 20%;
  margin-left: 0%;
  z-index: -11;
}
.c4_box {
  width: 39%;
}
.c4_boxs {
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 16px;
  padding-right: 20px;
  /* margin-top: 353px; */
  background: linear-gradient(rgba(245, 242, 233, 0.8), rgba(245, 242, 233, 0.8));
  float: right;
  position: relative;
  z-index: 10;
  right: 0px;
  /* border-left: solid 1px #275ebc; */
  /* border-top: solid 1px #275ebc; */
  /* border-bottom: solid 1px #275ebc; */
}
.c4_boxs h4 {
  font-size: 30px;
  /* color: #ffffff; */
}
.c4_boxs p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  /* color: #ffffff; */
  opacity: 0.3;
}
.c4_boxs div {
  float: right;
  width: 113px;
  height: 38px;
  border: solid 1px #275ebc;
  line-height: 38px;
  /* color: #ffffff; */
  text-align: center;
  margin-top: 15px;
}
.c4_boxs div:hover {
  font-weight: bold;
}
.c4_right {
  overflow: hidden;
  background: linear-gradient(rgba(245, 242, 233, 0.8), rgba(245, 242, 233, 0.8));
}
.c4_right .c4_top {
  /* background: url(../images/banner3.png) no-repeat; */
  /* background: #fff; */
  background-size: cover;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 0px;
  padding-bottom: 33px;
}
.c4_tit .c4_line {
  width: 6px;
  height: 32px;
  background-color: #275ebc;
}
.c4_tit p {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
  margin-left: 20px;
  margin-top: -5px;
}

.c4_tit .c4_more {
  width: 113px;
  height: 38px;
  border: solid 1px #275ebc;
  text-align: center;
  line-height: 38px;
  color: #000;
  /* margin-right: 70px; */
}
.c4_tit .c4_more a {
  color: #000;
}
.c4_tit .c4_more a:hover {
  font-weight: bold;
}
.c4_top ul {
  margin-top: 20px;
}
.c4_top ul li {
  background: url(../images/icon1.png) no-repeat left center;
  padding-left: 25px;
  /* padding-right: 20%; */
  line-height: 48px;
}
.c4_top ul li a {
  color: #242424;
  max-height: 48px;
  overflow: hidden;
}
.c4_top ul li a:hover {
  color: #9b0d14;
}
.c4_top ul li span {
  float: right;
  color: #5b4f4f;
  padding-left: 30px;
}
.c4_bottom {
  /* background-color: rgba(8, 158,252, 0.8); */
  padding: 26px 48px;
  /* border-right: solid 1px #275ebc; */
  /* border-top: solid 1px #275ebc; */
  /* border-bottom: solid 1px #275ebc; */
}
.c4_bottom ul {
  font-size: 0;
}
.c4_bottom ul li {
  width: 47.5%;
  border: solid 1px #275ebc;
  padding-left: 20px;
  padding-right: 40px;
  display: inline-block;
  margin-right: 4.5%;
  margin-bottom: 15px;
}
.c4_bottom ul li:nth-child(2n) {
  margin-right: 0;
}
.c4_bottom ul li a {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  /* color: #fff; */
  background: url(../images/icon9.png) no-repeat left center;
  padding-left: 20px;
  max-height: 48px;
  overflow: hidden;
}
.c4_bottom ul li a:hover {
  /* color: #9b0d14; */
}

@media screen and (max-width: 1400px) {
  .c1_left {
    margin-left: 0px;
  }
  .c1_right {
    margin-left: 20%;
  }
  .c1_slick .fl {
    width: 400px;
    height: 248px;
    margin-right: 20px;
  }
  .c1_right ul li {
    width: 45%;
  }
  .c1_slick .c1_con div {
    margin-top: 33px;
  }
  .c2_list a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .c2_slick .c2_list:hover {
    margin-left: 5px;
    margin-right: 5px;
  }
  .content2 .fr h3::after {
    font-size: 43px;
  }
  .c4_tit .c4_more {
    margin-right: 0px;
  }
  .c4_top ul li {
    padding-right: 0;
  }
  .c4_right .c4_top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c4_bottom {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
  }
  .content1::before {
    margin-right: 32.5%;
  }
}
@media screen and (max-width: 1024px) {
   .content4 .c4_box::before{display:none;}
  .news-container{display: block !important;}
  .news-left{width: 100% !important;}
   .news-right{width: 100% !important;margin-top: 30px !important;}
  .c1_right ul li p {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .c4_boxs {
    /* margin-top: 195px; */
    border: solid 1px #275ebc;
  }

  .c4_right{border: none;}
  .content4::before {
    height: 576px;
  }
  .content4::after {
    height: 576px;
  }
  .c4_boxs h4 {
    font-size: 24px;
  }
  .c4_boxs p {
    font-size: 36px;
  }
  .c4_tit .c4_line {
    width: 4px;
    height: 25px;
  }
  .c4_tit p {
    font-size: 24px;
    margin-left: 13px;
    margin-top: -5px;
  }
  .c4_tit .c4_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .c4_boxs div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 14px;
  }
  .banner {
    margin-top: 0px;
  }
  .banner p {
    font-size: 48px;
    font-weight: bold;
    line-height: 55px;
    color: #ffffff;
    position: absolute;
  }
  .content1{
    padding-bottom: 10px;
  }
  .c1_left {
    margin-top: 20px;
  }
  .c1_right {
    padding-top: 45px;
  }
  .c1_line {
    margin: 15px 0 10px 0;
  }
  .c1_left p {
    font-size: 24px;
    line-height: 30px;
  }
  .c1_left div {
    width: 100px;
    margin-top: 30px;
  }
  .c1_slick .fl {
    width: 280px;
    height: 174px;
    margin-right: 20px;
  }
  .c1_slick .c1_con p {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    margin: 10px 0;
  }
  .c1_slick {
    padding-right: 0px;
  }
  .c1_slick .c1_con div {
    font-size: 14px;
    width: 100px;
    line-height: 35px;
    height: 35px;
    margin-top: 15px;
  }

  .c1_right ul li a {
    font-size: 16px;
  }
  .content2 {
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content2 .fr h3 {
    font-size: 24px;
    margin-top: 0px;
  }
  .content2 .fr h3::after {
    font-size: 30px;
    bottom: -45px;
  }
  .content2 .fr div {
    width: 100px;
    line-height: 35px;
    margin-top: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 80px;
  }
  .content2 .fr {
    margin-right: 3.5%;
    margin-top: 35px;
  }
  .c2_slick {
    margin: 0px 0px;
    margin-top: -54px;
    min-height: 310px;
  }
  .content3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content3 ul li p {
    font-size: 16px;
  }
  .content3 ul li a img{
    max-height: 50px;
  }
  .content1::before {
    display: none;
  }
  .c1_left {
    float: none;
    /* background: url(../images/banner1.png) no-repeat; */
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .c1_left p {
    float: left;
    margin-left: 10px;
  }
  .c1_left div {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    /* width: 30px; */
    font-size: 14px;
  }
  .c1_right {
    padding-top: 20px;
    margin-left: 0;
  }
  .c1_slick .slick-prev {
    width: 30px;
    height: 30px;
  }
  .c1_slick .slick-next {
    width: 30px;
    height: 30px;
  }
  .c1_slick .c1_con {
    padding-right: 40px;
  }
  .c2_list p {
    font-size: 16px;
    line-height: 28px;
  }
  .c2_list div span:last-child {
    font-size: 14px;
  }
  .c2_list div span:first-child {
    font-size: 18px;
  }
  .c4_top ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c1_slick .slick-prev {
    bottom: 60px;
    top: inherit;
    right: 10px;
  }
  .c1_slick .slick-next {
    bottom: 20px;
    top: inherit;
    right: 10px;
  }
  .c1_slick .c1_con {
    padding-right: 50px;
  }
  .banner .slick-dots {
    bottom: 15px;
  }
  .banner p {
    font-size: 22px;
    line-height: 34px;
  }
  .banner .slick-prev {
    width: 40px;
    height: 40px;
  }
  .banner .slick-next {
    width: 40px;
    height: 40px;
  }

  .c1_slick .fl {
    width: 100%;
    height: auto;
    float: none;
  }
  .c1_slick .c1_con {
    padding-bottom: 5px;
  }
  .c1_right ul li {
    width: 100%;
    margin-right: 0px;
  }
  .c1_right ul li a {
    margin-bottom: 0px;
  }
  .content2 .fl {
    /*width: 65%;*/
    width: 75%;
  }
  .content2 .fr {
    margin-right: 4.5%;
  }
  .content2 .fr h3 {
    margin-top: 0;
  }
  .c2_slick {
    margin-top: -55px;
  }
  .content3 ul li {
    width: 50%;
    height: auto;
    margin-right: 0;
  }
  .content3 ul li:nth-child(1) {
    vertical-align: baseline;
  }
  .content3 ul li:nth-child(3) {
    vertical-align: baseline;
  }
  .c4_box {
    width: 100%;
    float: none;
  }
  .content4::before {
    display: none;
  }
  .content4::after {
    display: none;
  }
  .c4_boxs {
    float: none;
    margin-top: 0;
  }

  .c4_right .c4_top {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .c4_top ul {
    margin-top: 10px;
  }
  .c4_top ul li {
    line-height: 40px;
  }
  .c2_list a {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .c1_right ul li:last-child{
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
    .content2 .fl{
        width: 68%;
    }
    .content3 ul li a img{
        max-height: 40px;
    }
}
@media screen and (max-width: 480px) {
  .banner p {
    font-size: 20px;
    line-height: 20px;
  }
  .banner .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .banner .slick-dots li.slick-active {
    width: 30px;
    height: 8px;
  }
  .c4_bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .c4_bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .content2 .fl{
    width: 62%;
  }
}
@media screen and (max-width: 375px) {
    .content2 .fl{
    width: 60%;
  }
}
        .news-section {
            width: 1200px;
            margin: 0 auto;
        }
        .section-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .news-container {
            display: flex;
            gap: 30px;
        }
        .news-left {
            width: 660px;
            /* flex: 1; */
            /* min-width: 0; */
        }
        .news-left img {
            width: 100%;
            height: auto;
        }
        .news-left .caption {
            background-color: #c02e2e;
            color: #fff;
            padding: 10px;
            margin-top: -5px;
        }
        .news-right {
            flex: 1;
            /* display: flex; */
            flex-direction: column;
            min-width: 0;
            margin-top: -5px;
        }
        .news-card {
            display: flex;
            gap: 15px;
        }
        .news-card img {
            width: 180px;
            height: 100px;
            object-fit: cover;
        }
        .news-info {
            flex: 1;
        }
        .news-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .news-desc {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }
        .news-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .list-item {
            display: flex;
            border-bottom: 1px dashed #eee;
            padding: 20px 0;
        }

        .list-date {
            width: 70px;
            text-align: center;
            color: #111111;
            background-color: #fff;
            border-radius: 5px;
            margin-right: 10px;
            border: #c5edfe 1px solid;
        }
        .list-date .num {
            font-size: 22px;
            font-weight: bold;
            color: #275ebc;
            line-height: 30px;
        }
      .list-date .num2{
            font-size: 14px;
            color: #666;
            line-height: 24px;
            background: #e9f9ff;
        }
        .list-item:hover{}
.list-item:hover  .title a{color: #121213;font-weight: bold !important;}
        .list-content {
            flex: 1;
            margin-left: 10px;
            min-width: 0;
        }
        .list-content .title {
            font-size: 15px;
            font-weight: bold;
            line-height: 36px;
        }
   .list-content .title a{
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              display: block;
              font-size: 18px;
              font-weight: normal !important;
        }
        .list-content .desc {
            font-size: 14px;
            color: #000;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }