﻿.fh_item{
 padding-left: 85px;
 border-left: 5px solid #a41a1280;
 position: relative;
}
.fh_item::after{
 content: '';
 position: absolute;
 left: -20px;
 top: 0px;
 width: 40px;
 height: 40px;
 background: url(/Sites/Uploaded/UserUpLoad/20250716/20250716173326.png) no-repeat;
 background-size: contain;
}

.fh_item .fh_item_tit{
 font-size: 25px;
 background: linear-gradient(180deg, #CF4C45 0%, #9F140C 100%);
 border-radius: 5px 5px 5px 5px;
 color: #fff;
 display: block;
 width: 180px;
 height: 50px;
 text-align: center;
 line-height: 50px;
 margin-bottom: 30px;
 font-weight: bold;
}
.fh_item_con{
 display: flex;
 flex-wrap: wrap;
 margin-bottom:2%;
}
.fh_item_con li{
 width: 32%;
 margin-bottom: 2%;
}
.fh_item_con li:nth-child(3n-1){
 margin-right: 2%;
 margin-left: 2%;
}
.fh_item_con img{
 max-width: 100%;
}
.fh_item_con .title_type{
 display: block;
 margin-top: 10px;
}
.fh_item_tit .clip_txt{
 display: inline-block;
 background: linear-gradient(89.99999999999993deg, #EFD3A1 0%, #BF8011 100%);
 color: transparent;
 background-clip: text;
  -webkit-background-clip: text;
}

.main{
  /* background-image: url(/Sites/Uploaded/UserUpLoad/20250724/20250724175959.png), url(/Sites/Uploaded/UserUpLoad/20250724/20250724180057.png); */
  /* background-size: 100% auto,auto; */
  /* background-position: center bottom,right 50px top; */
  /* background-repeat: no-repeat, no-repeat; */
  /* background-attachment: fixed,local; */
}
.fh_item_body{
 overflow: hidden;
}
 