﻿ .min-center {
 width: 985px;
 margin: 0 auto;
 position: relative;
}

.Min {
 padding: 30px 0;
}
.xietong_des {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
}

.xietong_des>div {
 /* width: 48%; */
}

.xietong_des_left img {
 width: 100%;
}

.xietong_des_right h2 {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 15px;
}

.xietong_des_right p {
 font-size: 14px;
 line-height: 26px;
 color: #5a5a5a;
 text-indent: 2em;
}

.xietong_des_left {
 width: 40%;
}

.xietong_des_right {
 width: 100%;
}
h2.title_header_1 {
 font-size: 24px;
 text-align: center;
 margin-bottom: 30px;
}
.swiper-container_1 img {
 width: 100%;
}
.Min.Min_1 {
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/bg-1.jpg) no-repeat;
 background-size: 100% 100%;
}
.swiper-container_1 li a.title_type {
   text-align: center;
 background: rgb(0 0 0 / 50%);
 padding: 5px;
 height: 60px;
 color: #fff;
 box-sizing: border-box;
 display: flex
;
 justify-content: center;
 align-items: center;
}
a.btn-left.btn.button-next_1 {
  position: absolute;
 width: 45px;
 height: 75px;
 top: 50%;
 cursor: pointer;
 z-index: 2;
 transition: all 0.3s;
 transform: translateY(-50%) rotate(180deg);
 right: -80px;
 transition: all 0.3s;
 background: #0478bb url(/Sites/Uploaded/UserUpLoad/20240516/20240516135555.png) no-repeat center center;
}
a.btn-left.btn.button-next_1:hover{
  opacity: 0.8;
}
a.btn-right.btn.button-prev_1 {
  position: absolute;
 width: 45px;
 height: 75px;
 top: 50%;
 cursor: pointer;
 z-index: 2;
 transition: all 0.3s;
 transform: translateY(-50%);
 transition: all 0.3s;
 left: -80px;
 background: #0478bb url(
 /Sites/Uploaded/UserUpLoad/20240516/20240516135555.png) no-repeat center center;
}
a.btn-left.btn.button-prev_1:hover{
  opacity: 0.8;
} 