@charset "utf-8";

@font-face{
    font-family : 'MICROSOFTYAHEI-REGULAR';
    src: url('../module_public/fonts/MICROSOFTYAHEI-REGULAR.woff2');
    font-weight:REGULAR;
    font-style:normal;
}
@font-face{
    font-family : 'SOURCEHANSANSCN-BOLD';
    src: url('../module_public/fonts/SOURCEHANSANSCN-BOLD.woff2');
    font-weight:BOLD;
    font-style:normal;
}


/* 组件ID */
#info_list_1600_042_08829973 {
  font-size: 16px;
}

/* 组件样式 */
.info_list_1600_042_08829973 {}

.info_list_1600_042_08829973 .infolist16_42_wid {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_list_1600_042_08829973 .infolist16_42_l {
  width: 46.87%;
}

.info_list_1600_042_08829973 .infolist16_42_r {
  width: 47.87%;
}

.info_list_1600_042_08829973 .infolist16_42_tit {
  position: relative;
}

.info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc {
  display: inline-block;
}

.info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h3 b {
  font-family: Source Han Serif CN;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #1D1D1D;
  vertical-align: middle;
}

.info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h3 img {
  vertical-align: middle;
  width: 46px;
}

.info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h4 {
  font-family: Source Han Serif CN;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #9E9E9E;
  margin-top: 5px;
  text-align: center;
}

.info_list_1600_042_08829973 .infolist16_42_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.info_list_1600_042_08829973 .infolist16_42_more a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #1D1D1D;
  background: url(../images/infolist16_42_more.png) no-repeat right center;
  background-size: 39px 17px;
  padding-right: 49px;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc {
  margin-left: 30px;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc:first-child {
  position: relative;
  margin-left: 0;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 39px;
  background: #0066BA;

}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc h3 b {
  color: rgba(29, 29, 29, 0.5);
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc.on h3 b {
  color: #1D1D1D;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc h3 img {
  /* visibility: hidden;
  opacity: 0; */
  display: none;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc.on h3 img {
  /* visibility: visible;
  opacity: 1; */
  display: inline-block;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc h4 {
  visibility: hidden;
  opacity: 0;
}

.info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc.on h4 {
  visibility: visible;
  opacity: 1;
}

.info_list_1600_042_08829973 .infolist16_42_l .infolist16_42_more>a {
  display: none;
}

.info_list_1600_042_08829973 .infolist16_42_l .infolist16_42_more>a.on {
  display: block;
}

.infolist16_42_lbd {
  position: relative;
  margin-top: 20px;
}

.infolist16_42_lbd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.infolist16_42_lbd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}





.info_list_1600_042_08829973 .infolist16_42_l ul {
  margin-top: 5px;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li {
  padding: 28.5px 18px;
  overflow: hidden;
  transition: all 0.3s;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li span {
  float: right;
  font-size: 18px;
  color: #0066BA;
  padding-left: 20px;
  transition: all 0.3s;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 9px;
  background: url(../images/infolist16_42_zs.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li:hover {
  background: url(../images/infolist16_42_libg.png) no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li:hover a,
.info_list_1600_042_08829973 .infolist16_42_l ul li:hover span {
  color: #fff;
}

.info_list_1600_042_08829973 .infolist16_42_l ul li:hover a::after {
  background: url(../images/infolist16_42_zs2.png) no-repeat;
}

.info_list_1600_042_08829973 .infolist16_42_rt {
  margin-top: 20px;
}

.info_list_1600_042_08829973 .infolist16_42_rt a {
  display: block;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(209, 233, 253, 0.3);
}

.info_list_1600_042_08829973 .infolist16_42_rt .pic {
  float: left;
  width: 321px;
  height: 207px;
  position: relative;
  overflow: hidden;
}

.info_list_1600_042_08829973 .infolist16_42_rt .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
}

.info_list_1600_042_08829973 .infolist16_42_rt:hover .pic span {
  transform: scale(1.1);
}

.info_list_1600_042_08829973 .infolist16_42_rtr {
  overflow: hidden;
  padding: 18px 18px 0 38px;
}

.info_list_1600_042_08829973 .infolist16_42_rtr h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  height: 52px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_list_1600_042_08829973 .infolist16_42_rtr p {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #959595;
  margin-top: 16px;
}

.info_list_1600_042_08829973 .infolist16_42_rtr .infolist16_42_rtrdate {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 102, 186, 0.5);
  margin-top: 20px;
  background: url(../images/infolist16_42x.png) no-repeat right center;
  background-size: 53.72% auto;
}

.info_list_1600_042_08829973 .infolist16_42_rtr .infolist16_42_rtrdate span {
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  color: #0066BA;
}

.info_list_1600_042_08829973 .infolist16_42_r ul {
  margin-top: 40px;
}

.info_list_1600_042_08829973 .infolist16_42_r ul li {
  overflow: hidden;
  line-height: 80px;
}

.info_list_1600_042_08829973 .infolist16_42_r ul li span {
  float: right;
  font-size: 18px;
  color: #0066BA;
  padding-left: 20px;
}

.info_list_1600_042_08829973 .infolist16_42_r ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  transition: all 0.5s;
}

.info_list_1600_042_08829973 .infolist16_42_r ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 9px;
  background: url(../images/infolist16_42_zs.png) no-repeat;
  background-size: 100% 100%;
}


@media screen and (max-width: 1600px) {
  .info_list_1600_042_08829973 .infolist16_42_wid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .info_list_1600_042_08829973 .infolist16_42_tit {
    text-align: left;
  }

  .info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h3 b {
    font-size: 24px !important;
  }

  .info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h3 img {
    width: 24px;
  }

  .info_list_1600_042_08829973 .infolist16_42_tit .infolist16_42_titc h4 {
    font-size: 12px !important;
    margin-top: 0;
    text-align: center;
  }

  .info_list_1600_042_08829973 .infolist16_42_more a {
    font-size: 12px !important;
    background-size: 24px 11px !important;
    padding-right: 30px;
  }

  .info_list_1600_042_08829973 .infolist16_42_l {
    width: 100%;
    margin-top: 30px;
  }

  .info_list_1600_042_08829973 .infolist16_42_l ul li {
    padding: 20px 10px;
  }

  .info_list_1600_042_08829973 .infolist16_42_r {
    width: 100%;
  }

  .info_list_1600_042_08829973 .infolist16_42_r ul {
    margin-top: 10px;
  }

  .info_list_1600_042_08829973 .infolist16_42_r ul li {
    line-height: 64px;
  }
}

@media screen and (max-width: 768px) {

  .info_list_1600_042_08829973 .infolist16_42_l ul li a {
    font-size: 16px;
  }

  .info_list_1600_042_08829973 .infolist16_42_l ul li span {
    font-size: 14px;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr h3 {
    font-size: 16px;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr span {
    font-size: 14px;
  }

  .info_list_1600_042_08829973 .infolist16_42_r ul li a {
    font-size: 16px;
  }

  .info_list_1600_042_08829973 .infolist16_42_r ul li span {
    font-size: 14px;
  }

  .info_list_1600_042_08829973 .infolist16_42_r ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .info_list_1600_042_08829973 .infolist16_42_rt .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 64.48%;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr {
    overflow: hidden;
    padding: 20px;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr h3 {
    height: auto;
    max-height: 52px;
  }
}

@media screen and (max-width: 480px) {
  .info_list_1600_042_08829973 .infolist16_42_rt .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 62.96%;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr {
    padding-left: 0;
    margin-top: 10px;
  }

  .info_list_1600_042_08829973 .infolist16_42_rtr span {
    margin-top: 10px;
  }
}

/* 可变点 */
#info_list_1600_042_08829973 .chg_01_tit {color:rgba(77,77,77,1.0);font-weight:700;font-size:36px;font-family:'SOURCEHANSANSCN-BOLD';}

#info_list_1600_042_08829973 .chg_02_tit {  color: #9E9E9E;}

#info_list_1600_042_08829973 .chg_05 {  color: #1D1D1D;}

#info_list_1600_042_08829973 .chg_06_png_bg {  background: url(../images/infolist16_42_more.png) no-repeat right center;  background-size: 39px 17px;}

#info_list_1600_042_08829973 .chg_07 {  background: #FFFFFF;  box-shadow: 0px 4px 10px 0px rgba(209, 233, 253, 0.3);}

#info_list_1600_042_08829973 .chg_08 {  color: #333333;}

#info_list_1600_042_08829973 .chg_09 {  color: #959595;}

#info_list_1600_042_08829973 .chg_10 {color:rgba(158,158,158,1.0);font-weight:400;font-size:16px;font-family:'MICROSOFTYAHEI-REGULAR';text-transform : uppercase;}

#info_list_1600_042_08829973 .chg_11 {  color: rgba(0, 102, 186, 0.5);}

#info_list_1600_042_08829973 .chg_12_png_bg {  background: url(../images/infolist16_42x.png) no-repeat right center;  background-size: 53.72% auto;}

#info_list_1600_042_08829973 .chg_13 {  color: #333333;}

#info_list_1600_042_08829973 .chg_14 {  color: #0066BA;}

#info_list_1600_042_08829973 .infolist16_42_titcbox .infolist16_42_titc.on .chg_15 {  color: #1D1D1D;}

#info_list_1600_042_08829973 .chg_15_png_bg::after {  background: url(../images/infolist16_42_zs.png) no-repeat;  background-size: 100% 100%;}

#info_list_1600_042_08829973 .chg_18 {  color: #9E9E9E;}

#info_list_1600_042_08829973 .chg_20 {  color: rgba(29, 29, 29, 0.5);}

#info_list_1600_042_08829973 .chg_99 {  color: #1D1D1D;}

#info_list_1600_042_08829973 .chg_98_png_bg {  background: url(../images/infolist16_42_more.png) no-repeat right center;  background-size: 39px 17px;}

#info_list_1600_042_08829973 .chg_26 {color:rgba(51,51,51,1.0);font-weight:400;font-size:18px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1600_042_08829973 .chg_27 {color:rgba(158,158,158,1.0);font-weight:400;font-size:16px;font-family:'MICROSOFTYAHEI-REGULAR';text-transform : uppercase;}


#info_list_1600_042_08829973 .chg_25_png_bg::after {background:url(../images/chg_25_png_bg_08829973.png) no-repeat;background-size:100% 100%;}

#info_list_1600_042_08829973 .infolist16_42_l ul .chg_29_png_bg:hover {background:url(../images/chg_29_png_bg_08829973.png) no-repeat;background-size:100% 100%;}

#info_list_1600_042_08829973 .infolist16_42_l ul li:hover .chg_30 {color:rgba(255,255,255,1.0);font-weight:400;font-size:18px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1600_042_08829973 .infolist16_42_l ul li:hover .chg_31 {color:rgba(255,255,255,1.0);font-weight:400;font-size:16px;font-family:'MICROSOFTYAHEI-REGULAR';text-transform : uppercase;}

#info_list_1600_042_08829973 .infolist16_42_l ul li:hover .chg_28_png_bg::after {background:url(../images/chg_28_png_bg_08829973.png) no-repeat;background-size:100% 100%;}
