﻿    h2.title_header_min {
      overflow: hidden;
      line-height: 40px;
      margin-bottom: 20px;
  }
  
  h2.title_header_min span {
      float: left;
      font-size: 20px;
      font-weight: bold;
  }
  .main .main_content .article_right.w100 {
    width: 100%;
}
  .banner{width: 1200px;margin: 0 auto;}
  .banner img{
    width: 100%;

  }
  h2.title_header_min  a.more {
      float: right;
  }
  
  ul.Min_ul li img {
      float: left;
  margin-right: 20px;
  width: 110px;
  transition: all 0.2s;

  }
  
  ul.Min_ul li {
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
    position: relative;
    background: url(/Sites/Uploaded/UserUpLoad/20220819/20220819151940.jpg) no-repeat 1000px center;
    width: 49%;
    float: left;
    box-sizing: border-box;
    margin-right: 2%;
  }
  /* ul.Min_ul li a.img_box{
      display: block;
      overflow: hidden;
  } */

  ul.Min_ul li>a.details {
      position: absolute;
  bottom: 20px;
  right: 20px;
  color: #333;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #06c;
  color: #fff;
  border: 1px solid;
  transition: all 0.2s;
}
  ul.Min_ul li a.title_type {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
  }
  
  ul.Min_ul li p {
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  ul.Min_ul li p a.detail {
      display: none;
  }
  ul.Min_ul li a.posi_a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
ul.Min_ul li:hover a.title_type {
  color: #2c7bb5;
}
ul.Min_ul li:hover p {
  color: #2c7bb5;
}
ul.Min_ul li:hover img {
  transform:scale(1.05);
  transition:all 0.2s;
}
ul.Min_ul li a.details:hover {
  color: #06c;
  background: #fff;
  border-color: #06c;
  transition: all 0.2s;
}
ul.Min_ul li>span {
 
 margin-bottom: 10px;
 display: block;
}

ul.Min_ul li:hover span {
 color: #2c7bb5;
}
ul.Min_ul li:nth-child(2n) {
    margin-right: 0;
}
.banner_box.xzg {
    height: auto;
    text-align: center;
}
.text {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.text h2 {
    margin-bottom: 15px;
    font-size:30px;
    line-height: 1.8em;
    font-weight: normal;
    text-align: center;
    color: #388dc7;
    padding: 15px 0;
    font-family: '微软雅黑';
}

.text>p {
    line-height: 46px;
    text-indent: 2em;
    /* color: #999; */
    font-size: 18px;
    font-family: '宋体';
}
.text h2 span {
    padding-left: 220px;
}
@media only screen and (max-width: 768px){
  .banner{width:100%;}
.banner_box.xzg img {
    width: 100%;
}
.text h2 span {
    padding-left: 0;
}
ul.Min_ul li {
    width: 100%;
}
}