@charset "utf-8";



/* 组件ID */
#cont_list_1400_005 {
  font-size: 16px;
}

/* 组件样式 */
.cont_list_1400_005 {}

/* 文字进入式下划线 */
.cont_list_1400_005 .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;
}

.cont_list_1400_005 a:hover .titline i {
  background-position: left bottom;
  background-size: 100% 1px;
  font-weight: inherit;
  color: inherit;
}

.cont_list_1400_005 a:hover .titline {
  color: #166742;
}

.cont_list_1400_005 .contlist14_5_wid {
  max-width: 1400px;
  margin: 0 auto;
}



.cont_list_1400_005 .contlist14_5_tlist ul {}

.cont_list_1400_005 .contlist14_5_tlist ul li {
  border-bottom: 1px dashed #CBCBCB;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a p {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  line-height: 74px;
  color: #333333;
  position: relative;
  padding-left: 32px;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #9B0D14;
  width: 9px;
  height: 9px;
  border-radius: 50%;

}

.cont_list_1400_005 .contlist14_5_tlist ul li a em {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 110px;
  font-size: 14px;
  font-weight: 500;
  line-height: 74px;
  color: #9B0D14;
  font-style: normal;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a em::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/contlist14_5_time.png) no-repeat;
  background-position: center center;
  margin-right: 5px;
}

.cont_list_1400_005 .contlist14_5_tlist ul li a:hover p {
  font-weight: 600;
  color: #9B0D14;
}
.linklist ul {
overflow: hidden;
}
.linklist ul li {
    border: 1px dashed #9b0d14;
    width: 29%;
    float: left;
    margin: 2%;
    padding: 20px;
    text-align: center;
}
.linklist ul li:hover {
background: #9b0d14;
}
.linklist ul li:hover a {
color:#fff;
}

@media screen and (max-width: 1200px) {
    
  .linklist ul li {
    width: 46%;
}
}

@media screen and (max-width: 1024px) {
 

  
  
  
  .cont_list_1400_005 .contlist14_5_tlist ul li a p {
    font-size: 16px !important;
    line-height: 60px !important;
    padding-left: 15px;
  }

  .cont_list_1400_005 .contlist14_5_tlist ul li a em {
    line-height: 60px;
    width: 100px;
  }

  .cont_list_1400_005 .contlist14_5_tlist ul li a p::before {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 600px) {
 
  
  .linklist ul li {
    width:96%;
}

 