.home-banner {
  z-index: 10;
  width: 100%;
  background-color: #333;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.content {
  margin: 0 auto;
  background-image: url(../images2511/body_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 1280px;
}
.content .wrap{
  width: 1320px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 23px;
  min-height: 1962px;
}
.info_h1{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.info_h1_title{
  color: #0258A3;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info_h1_title:hover{
  color: #036fcd;
}
.info_h1_more{
  font-size: 16px;
  font-weight: normal;
  color: #335c8a;
  margin-left: 20px;
}
.info_h1_more:hover,
.title_more:hover a,
.title_name:hover a
{
  color: #036fcd;
}


.top {
  width: 1320px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.content_2 {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.info {
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 25px;
}

.info_left {
  width: 650px;
  position: relative;
}

.info_right {
  width: calc(100% - 670px);
}
.info_box{
  height: 63px;
  border-bottom: 1px dashed #ededed;
  transition: border-color 0.5s ease;
  margin-bottom: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.info_box:hover .info_title_left ,
.info_box:hover .info_date
{
  color: #0258A3;
  
}
.info_box:hover{
  border-bottom: 1px dashed #0258A3;
}
.info_item {
  display: block;
  position: relative;
  transition: all .5s ease;
}

.info_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  
  transition: transform .5s ease;
}

.info_con_title {
  transition: all .5s ease;
  font-size: 18px;

}

.info_title_left {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 32px;
  color:#3D3D3D;
}

.gallery-carousel {
  height: 100%;
}

.gallery-list ul {
  display: flex;
  flex-wrap: wrap
}

.gallery-list li {
  width: 100%;
  margin-bottom: 24px;
}

.gallery-item .photo {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #999;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
   transition: .3s all ease;
}
.gallery-item:hover .photo{
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
   transition: .3s all ease;
}
.gallery-item .ac_title {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 23px;
  color: #fff;
  text-align: left;
}

.gallery-item .ac_title h3 {
  width: 85%;
  line-height: 50px;
  padding: 0 14px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: .3s all ease;
  -ms-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.gallery-pagination.swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 38px;
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.gallery-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.zhuanti{
  display: flex;
  justify-content: space-between;
}
.zhuanti a{
  display: inline-flex;
  width: 32.5%;
  overflow: hidden;
}
.zhuanti a img{
  width: 100%;
  transition: scale 0.5s ease;
}
.zhuanti a img:hover{
  scale: 1.1;
}
.wrap_3{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wrap_3_left,
.wrap_3_right
{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  width: 650px;
  min-height: 500px;
  padding-bottom: 15px;
}
.wrap_3_item{
  margin: 20px;
}
.title{
  width: 610px;
  height: 50px;
  border-bottom: 1px solid #93B5DA;
  background: linear-gradient(90deg, rgba(170, 215, 255, 0.5) 0%, rgba(173, 216, 255, 0.2102) 57%, rgba(216, 216, 216, 0) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_name a{
  display: inline-flex;
  font-size: 24px;
  padding: 0 5px;
  font-weight: bolder;
  height: 50px;
  line-height: 54px;
  color: #0258A3;
  margin-left: 20px;

  border-bottom: 2px solid #0258A3;
}
.title_more a{
  color: #898989;
  font-size: 16px;
}
.wrap_3_content{
  padding-top: 13px;
}
.wrap_3_content ul li a{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 45px;
  color: #3D3D3D;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wrap_3_content ul li:hover a

{
  color: #0258A3;
}

.wrap_3_content ul a::before{
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #898989;
  transition: background-color 0.3s ease;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.wrap_3_content ul li:hover a::before{
  background-color: #0258A3;
}
.wrap_4{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;

}
.wrap_4_left,
.wrap_4_right
{
  width: 650px;
}
.wrap_4_title{
  width: 648px;
}
.wrap_4_content{
  font-size: 20px;
  font-weight: bolder;
  padding-top: 20px;
  padding-left: 20px;
}
.wrap_4_content div{
  margin-top: 15px;
  color:#3D3D3D;
}
.wrap_4_content strong{
  color: #0258A3;
}
.wrap_4_right{
  width: 650px;
  background: linear-gradient(175deg, rgba(170, 215, 255, 0.5) 20%, rgba(173, 216, 255, 0.2102) 61%, rgba(216, 216, 216, 0) 86%, rgba(216, 216, 216, 0) 91%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.wrap_4_right img{
  width: 150px;
  height: 150px;
}
.wrap_4_right p a{
  font-weight: bold;
  color: #0258A3;
  font-size: 20px;
  margin-left: 20px;
}