﻿.article_right .Min_Box ul.article_list li{
  background: none;
  padding: 0;
}
  .boder_span{
 display: block;
 width: 175px;
 height: 46px;
 border: 1px solid rgba(16, 85, 182, 0.2);
 line-height: 46px;
 padding: 0 10px;
 box-sizing: border-box;
 position: relative;
 }
 .boder_span>div{
 position: absolute;
 border-style: solid;
 border-width: 0;
 width: 10px;
 height: 10px;
 transition: all .3s;
 -webkit-transition: all .3s;
 z-index: 0;
 }
 .boder_span a{
 display: block;
 cursor: pointer;
 z-index: 1;
 position: relative;
 }
 .boder_span .line_tl {
 left: -1px;
 top: -1px;
 border-top-width: 1px;
 border-left-width: 1px;
 /* border-color: #1055B6; */
 }

 .boder_span .line_tr {
 right: -1px;
 top: -1px;
 border-top-width: 1px;
 border-right-width: 1px;
 /* border-color: #1055B6; */
 }

 .boder_span .line_bl {
 left: -1px;
 bottom: -1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 /* border-color: #1055B6; */
 }

 .boder_span .line_br {
 right: -1px;
 bottom: -1px;
 border-bottom-width: 1px;
 border-right-width: 1px;
 /* border-color: #1055B6; */
 }
 .boder_span:hover>div{
 width: 55%;
 height: 55%;
 }
ul.article_list li img {
  width: 100%;
  height: 250px;
}
ul.article_list li a.title_type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  height: 100%;
  line-height: 250px;
  background: rgb(0 0 0 / 40%);
  }
 ul.article_list li a.title_type:hover {
  background: rgb(18 87 184 / 60%);
  }
  @media only screen and (max-width: 768px){
 ul.article_list li img {
   height: 147px;
  }
  
  ul.article_list li a.title_type {
   line-height: 147px;
   font-size: 18px;
  }
  
  h2.title_header, h2.Com_tit {
   font-size: 20px;
  }
  
  h2.title_header .more {
   font-size: 12px;
  }
  }
  @media only screen and (max-width: 425px){
 ul.article_list li img {
   height: 260px;
  }
  
  ul.article_list li a.title_type {
   line-height: 260px;
   font-size: 18px;
  }
  }
  @media only screen and (max-width: 375px){
 ul.article_list li img {
   height: 250px;
  }
  
  ul.article_list li a.title_type {
   line-height: 250px;
   font-size: 18px;
  }
  }
  @media only screen and (max-width: 320px){
 ul.article_list li img {
   height: 240px;
  }
  
  ul.article_list li a.title_type {
   line-height: 240px;
   font-size: 18px;
  }
  } 