.list .titbox {
  margin: 0 0 1.25rem 0;
  font-weight: bold;
}

.list .titbox h4 {
    color: #004A96;
    /*font-size: 38px;*/
}

.list .titbox h5 {
  text-transform: uppercase;
  
    /*font-size: 38px;*/
}

.list_ul li a {
  padding: .5rem .75rem;
  box-sizing: border-box;
  transition: all 0.6s;
}

.list_ul li a:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 74, 150, 0.3);
  /* border: 1px solid rgba(0, 74, 150, 0.3); */
  transition: all 0.6s;
}

.list_ul li a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.list_ul li a .r {
  width: 70%;
  flex-direction: column;
}

.list_ul li a .r span {
  line-height: .4rem;
}

.list_ul li a .l {
  width: 25%;
  overflow: hidden;
}

.list_ul li a .l img {
  display: block;
  width: 100%;
}

.i_box {
  padding: 0 0 .25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}

.i_box p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  transition: all 0.6s;
}

.i_box p:nth-child(2) {
  color: rgba(0, 0, 0, 0.8);
}

.list_ul li a h4 {
  transition: all 0.6s;
}

.list_ul li a:hover h4 {
  color: #004A96;
  transition: all 0.6s;
}

.list_ul li a:hover .i_box p:nth-child(1) {
  color: #004A96;
  transition: all 0.6s;
}

.list_ul li a .i_box p:nth-child(1)::before {
  content: " ";
  display: block;
  width: 0;
  height: 3px;
  background: #004A96;
  transition: all 0.6s;
}

.list_ul li a:hover .i_box p:nth-child(1)::before {
  content: " ";
  display: block;
  margin: 0 .25rem 0 0;
  width: 40px;
  height: 3px;
  background: #004A96;
  transition: all 0.6s;
}

.list_ul li a:hover .i_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.6s;
}

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

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

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

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

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

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

@media screen and (max-width: 980px) {
  .list_ul li a .l {
    margin: 0 auto;
    width: 50%;
  }

  .list_ul li a .r {
    width: 100%;
  }

  .list_ul li a {
    flex-wrap: wrap;
  }

  .list .titbox {
    margin: 0 0 20px 0;
  }

  .list_ul li a .r {
    margin: 20px 0 0 0;
  }

  .list_ul li a .r span {
    margin: 15px 0;
    line-height: 1.5;
  }

  .list_ul li a h4 {
    line-height: 1.5;
  }
}

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

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

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