@charset "utf-8";

@font-face{
    font-family : 'GENJYUUGOTHIC-NORMAL';
    src: url('../module_public/fonts/GENJYUUGOTHIC-NORMAL.woff2');
    font-weight:NORMAL;
    font-style:normal;
}
@font-face{
    font-family : 'MICROSOFTYAHEI-REGULAR';
    src: url('../module_public/fonts/MICROSOFTYAHEI-REGULAR.woff2');
    font-weight:REGULAR;
    font-style:normal;
}
@font-face{
    font-family : 'MICROSOFTYAHEI-BOLD';
    src: url('../module_public/fonts/MICROSOFTYAHEI-BOLD.woff2');
    font-weight:BOLD;
    font-style:normal;
}




/* 组件ID */
#info_list_1400_030_C8CCEC6E {
  font-size: 16px;
}

/* 组件样式 */
.info_list_1400_030_C8CCEC6E {
  margin-top: 100px;
}

/* 文字进入式下划线 */
.info_list_1400_030_C8CCEC6E .titline i {
  display: inline;
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#166742, #166742);
  background-position: right bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 1s;
  font-weight: inherit;
}

.info_list_1400_030_C8CCEC6E a:hover .titline i {
  background-position: left bottom;
  background-size: 100% 1px;
  font-weight: inherit;
  color: inherit;
}

.info_list_1400_030_C8CCEC6E a:hover .titline {
  color: #166742;
}

.info_list_1400_030_C8CCEC6E .infolist14_30_wid {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.infolist14_30_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.infolist14_30_tit h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #262626;
}

.infolist14_30_tit a {
  display: block;
  background: url(../images/infolist14_30_more.png) no-repeat;
  background-position: right center;
  padding-right: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #575757;
}

.infolist14_30_l {
  width: 32%;
}

.infolist14_30_m {
  width: 32%;
}

.infolist14_30_r {
  width: 32%;
}


.infolist14_30_l ul li {
  margin-top: 34px;
}

.infolist14_30_l ul li:nth-child(1) {
  margin-top: 0;
}

.infolist14_30_l ul li a {
  display: flex;
  align-items: center;
}

.infolist14_30_l ul li a .moduledate {
  margin-right: 20px;
  width: 83px;
  height: 83px;
  background: url(../images/infolist14_30_border.png) no-repeat;
  background-size: 100%;
  padding: 7px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.infolist14_30_l ul li a .moduledate::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  background: #0F64B8;
  border-radius: 50%;
  z-index: 1;
}

.infolist14_30_l ul li a .moduledate b {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}

.infolist14_30_l ul li a .moduledate span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #9FC9F3;
  text-align: center;
  position: relative;
  z-index: 9;
}

.infolist14_30_l ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.infolist14_30_l ul li a .moduleinfo p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}

.infolist14_30_l ul li a:hover .moduledate {
  background: url(../images/infolist14_30_border2.png) no-repeat;
  background-size: 100%;
}

.infolist14_30_l ul li a:hover .moduledate span {
  color: #fff;
}

.infolist14_30_l ul li a:hover .moduledate::before {
  background: url(../images/infolist14_30_litembg.png) no-repeat;
  background-size: 100% 100%;
}

.infolist14_30_l ul li a:hover .moduleinfo p {
  color: #0F64B8;
}







.infolist14_30_m ul {
  background: url(../images/infolist14_30_mpng_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10px 25px 10px 25px;
}

.infolist14_30_m ul li:nth-child(1) a {
  border-top: none !important;
}

.infolist14_30_m ul li a {
  display: block;
  padding: 25px 0 25px 0;
  border-top: 1px dashed #668BAF;
}

.infolist14_30_m ul li a p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
  padding-left: 18px;
  background: url(../images/infolist14_30_msj.png) no-repeat;
  background-position: left 9px;
}

.infolist14_30_m ul li a:hover p {
  color: #0F64B8;
}

.infolist14_30_r ul li:nth-child(1) {
  margin-top: 0;
}

.infolist14_30_r ul li a {
  display: flex;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px dashed #668BAF;
}

.infolist14_30_r ul li a .moduledate {
  margin-right: 25px;
}

.infolist14_30_r ul li a .moduledate b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  color: #1D50A2;
  text-align: center;
}

.infolist14_30_r ul li a .moduledate span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #668BAF;
  border: 1px solid #92ABC2;
  margin-top: 6px;
  width: 65px;
  text-align: center;
}

.infolist14_30_r ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.infolist14_30_r ul li a .moduleinfo p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 56px;
}


.infolist14_30_r ul li a:hover .moduledate span {
  color: #0F64B8;
  border: 1px solid #0F64B8;
}

.infolist14_30_r ul li a:hover .moduleinfo p {
  color: #0F64B8;
}


@media screen and (max-width: 1400px) {
  .info_list_1400_030_C8CCEC6E .infolist14_30_wid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .info_list_1400_030_C8CCEC6E .infolist14_30_wid {
    display: block;
  }

  .infolist14_30_tit {
    margin-bottom: 20px;
  }

  .infolist14_30_l {
    width: auto;
  }

  .infolist14_30_m {
    width: auto;
    margin: 25px 0;
  }

  .infolist14_30_r {
    width: auto;
  }

  .infolist14_30_l ul li {
    margin-top: 15px;
  }

  .infolist14_30_r ul li a {
    padding: 15px 0;
  }

  .infolist14_30_m ul {
    padding: 10px;
  }

  .infolist14_30_l ul li a .moduledate {
    margin-right: 10px;
  }

  .infolist14_30_tit h2 {
    font-size: 24px !important;
  }

  .infolist14_30_l ul li a .moduleinfo p {
    font-size: 16px !important;
  }
}



#info_list_1400_030_C8CCEC6E .chg_01_tit {color:rgba(61,61,61,1.0);font-weight:700;font-size:36px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E .chg_02 {  color: #575757;}

#info_list_1400_030_C8CCEC6E .chg_03_png_bg {  background: url(../images/infolist14_30_more.png) no-repeat;  background-position: right center;}

#info_list_1400_030_C8CCEC6E .chg_04 {color:rgba(255,255,255,1.0);font-weight:700;font-size:22px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E .chg_05 {color:rgba(245,245,245,1.0);font-weight:400;font-size:12px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E .chg_06::before {background:rgba(8,45,133,1.0);}

#info_list_1400_030_C8CCEC6E .chg_07_png_bg {background:url(../images/chg_07_png_bg_C8CCEC6E.png) no-repeat;background-size:100%;}

#info_list_1400_030_C8CCEC6E .chg_08 {color:rgba(51,51,51,1.0);font-weight:400;font-size:18px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E a:hover .chg_09 {color:rgba(255,255,255,1.0);font-weight:700;font-size:22px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E a:hover .chg_10 {color:rgba(245,245,245,1.0);font-weight:400;font-size:12px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E a:hover .chg_12_png_bg::before {background:url(../images/chg_12_png_bg_C8CCEC6E.png) no-repeat;background-size:100% 100%;}

#info_list_1400_030_C8CCEC6E a:hover .chg_13_png_bg {background:url(../images/chg_13_png_bg_C8CCEC6E.png) no-repeat;background-size:100%;}

#info_list_1400_030_C8CCEC6E a:hover .chg_14 {color:rgba(8,45,133,1.0);font-weight:700;font-size:18px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E .chg_15_tit {  color: #262626;}

#info_list_1400_030_C8CCEC6E .chg_16 {  color: #575757;}

#info_list_1400_030_C8CCEC6E .chg_17_png_bg {  background: url(../images/infolist14_30_more.png) no-repeat;  background-position: right center;}

#info_list_1400_030_C8CCEC6E .chg_18_png_bg {background:url(../images/chg_18_png_bg_C8CCEC6E.png) no-repeat;background-position:center center;background-size:cover;}

#info_list_1400_030_C8CCEC6E .chg_19 {color:rgba(51,51,51,1.0);font-weight:400;font-size:18px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E .chg_20_png_bg {background:url(../images/chg_20_png_bg_C8CCEC6E.png) no-repeat;background-position:left 9px;}

#info_list_1400_030_C8CCEC6E .chg_99 {border-top:1px dashed #668BAF;border-top-color:rgba(102,139,175,1.0);}

#info_list_1400_030_C8CCEC6E a:hover .chg_21 {color:rgba(8,45,133,1.0);font-weight:700;font-size:18px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E .chg_22_tit {  color: #262626;}

#info_list_1400_030_C8CCEC6E .chg_23 {  color: #575757;}

#info_list_1400_030_C8CCEC6E .chg_23_png_bg {  background: url(../images/infolist14_30_more.png) no-repeat;  background-position: right center;}

#info_list_1400_030_C8CCEC6E .chg_24 {color:rgba(8,45,133,1.0);font-weight:700;font-size:26px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E .chg_25 {color:rgba(8,45,133,1.0);font-weight:400;font-size:14px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E .chg_26 {border:1px solid rgba(216,216,216,1.0);}

#info_list_1400_030_C8CCEC6E .chg_27 {color:rgba(51,51,51,1.0);font-weight:400;font-size:18px;font-family:'MICROSOFTYAHEI-REGULAR';}

#info_list_1400_030_C8CCEC6E .chg_28 {border-bottom:1px dashed #668BAF;border-bottom-color:rgba(8,45,133,1.0);}

#info_list_1400_030_C8CCEC6E a:hover .chg_29 {color:rgba(8,45,133,1.0);font-weight:700;font-size:26px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E a:hover .chg_30 {color:rgba(255,255,255,1.0);font-weight:400;font-size:14px;font-family:'MICROSOFTYAHEI-REGULAR';    background: #082D85;}

#info_list_1400_030_C8CCEC6E a:hover .chg_31 {border:1px solid rgba(8,45,133,1.0);}

#info_list_1400_030_C8CCEC6E a:hover .chg_32 {color:rgba(8,45,133,1.0);font-weight:700;font-size:18px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_list_1400_030_C8CCEC6E a.chg_33:hover {border-bottom:1px dashed #668BAF;border-bottom-color:rgba(8,45,133,1.0);}