<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
  width: 100%;
  padding: 20px 0px;
  background-color: #f2f2f2;
}
.news_introduction {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.unit {
  width: 25%;
}
.commonTitle {
  width: 100%;
  display: flex;
  height: 50px;
  background-color: #121212;
  justify-content: space-between;
}
.commonTitle&gt;h3 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 30px;
  line-height: 50px;
  background: url(../../images/death/icon_lazhu.png) no-repeat 5px;
}
.commonTitle&gt;a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 50px;
  padding-right: 5px 
}
.unit_list {
  position: relative;
  overflow: hidden;
}
.unit_list,
.list_cont_detail {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  padding: 10px 10px;
}
.unit_list_detail {
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.unit_list_detail&gt;a {
  display: block;
  padding-left: 20px;
  letter-spacing: 2px;
  font-size: 14px;
  color: #333333;
  background: url(../../images/death/icon_d.png) no-repeat 0px 10px;
}
.life_cont {
  width: 46%;
}
.list_cont_detail {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.list_cont_detail_pic {
  width: 30%;
  height: auto;
  overflow: hidden;
}
.list_cont_detail_pic&gt;img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.list_cont_detail_text {
  width: 65%;
  overflow: hidden;
}
.list_cont_detail_text&gt;h3 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #121212;
  font-weight: bold;
}
.list_cont_detail_text&gt;p {
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-indent: 2em;
}
.list_cont_detail_text&gt;p + p {
  margin-top: 0px;
}
.video {
  width: 100%;
  margin-top: 20px;
}
.video_banner {
  width: 100%;
  height: 320px;
  background-color: #ffffff;
  padding: 20px 60px;
  position: relative;
}
.swiperVideo {
  width: 100%;
  height: 100%;
}
.swiperVideo .swiper-slide {
  width: 230px;
}
.video_pic {
  width: 230px;
  height: 250px;
  overflow: hidden;
}
.video_pic&gt;img {
  display: block;
  height: 100%;
  width: auto;
  transition: transform .3s ease-out .1s;
  -webkit-transition: transform .3s ease-out .1s;
  -moz-transition: transform .3s ease-out .1s;
  -ms-transition: transform .3s ease-out .1s;
  -o-transition: transform .3s ease-out .1s;
}
.swiperVideo .swiper-slide&gt;a:hover .video_pic&gt;img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.video_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #121212;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px 10px;
}
.swiper_video_prev,
.swiper_video_next {
  width: 40px;
  height: 40px;
}
.swiper_video_prev {
  background: url(../../images/death/icon-jiantou2.png) no-repeat center center #121212;
}
.swiper_video_next {
  background: url(../../images/death/icon-jiantou1.png) no-repeat center center #121212;
}
.swiper_video_prev:after,.swiper_video_next:after {
  background: transparent;
  content: '';
}

.location {
  width: 100%;
}
.location&gt;span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../images/death/icon_home.png) no-repeat 0px;
}
.location&gt;a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
}
.more_list_detail {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  margin-top: 20px;
}
.more_list_detail&gt;ul&gt;li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.more_list_detail&gt;ul&gt;li&gt;a {
  display: block;
  padding-left: 20px;
  letter-spacing: 2px;
  font-size: 14px;
  color: #333333;
  background: url(../images/icon_d.png) no-repeat 0px center;
}
.introduction {
  width: 100%;
}
.introduction p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.introduction p + p {
  margin-top: 10px;
}
.pic_list_detail {
  width: calc(100% - 75%);
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
  float: left;
}
.pic_list_cont {
  width: 270px;
  height: 170px;
  margin: 0px auto;
  overflow: hidden;
}
.pic_list_cont&gt;img {
  display: block;
  width: 100%;
}
.pic_list_title {
  display: block;
  width: 270px;
  margin: 0 auto;
  padding: 0px 10px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #121212;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.pic_list_cont&gt;img {
  transition: transform .3s ease-out .1s;
  -webkit-transition: transform .3s ease-out .1s;
  -moz-transition: transform .3s ease-out .1s;
  -ms-transition: transform .3s ease-out .1s;
  -o-transition: transform .3s ease-out .1s;
}
.pic_list_detail&gt;a:hover .pic_list_cont&gt;img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.page {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.page form {
  display: flex;
}
.page a {
  display: inline-block;
  width: auto;
  border-radius: 3px;
  padding: 0px 5px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #121212;
  color: #ffffff;
  margin: 0px 10px;
}</pre></body></html>