.banner {
  background: #005edb;
  padding: 120px 0 40px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
}
.banner .inner {
  padding: 0 3%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: space-between;
}
.banner .inner .title {
  font-size: 20px;
}
.banner .inner .breadcrumb {
  font-size: 14px;
}
.banner .inner a {
  transition: all 0.4s;
}
.banner .inner a:hover {
  color: #ffffff;
}
.banner .inner i {
  padding: 0 4px;
}
.main {
  margin-top: 60px;
}
.main .floor {
  padding: 0 3%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.main .floor .floorleft {
  flex: 1;
  position: relative;
  z-index: 9;
  top: -80px;
  padding: 50px 50px 80px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.main .floor .floorleft .article {
  margin-bottom: 20px;
}
.main .floor .floorleft .article h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.65;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
.main .floor .floorleft .article .tmd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.main .floor .floorleft .article .tmd .cat {
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.main .floor .floorleft .article .tmd .cat .icon {
  height: 15px;
  object-fit: contain;
  margin-right: 6px;
}
.main .floor .floorleft .article .articlecontents p {
  margin-bottom: 25px;
  line-height: 1.85;
}
.main .floor .floorleft .article .articlecontents p img {
  width: 50%;
}
.main .floor .floorleft .article .postmeta {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  margin-bottom: 40px;
}
.main .floor .floorleft .article .postmeta a {
  transition: all 0.3s;
}
.main .floor .floorleft .article .postmeta a:hover {
  color: #666;
}
.main .floor .floorleft .article .label {
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.main .floor .floorleft .article .label a {
  margin-right: 3px;
  padding: 0 8px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  transition: all 0.4s ease;
}
.main .floor .floorleft .article .label a:hover {
  color: #fff;
  background: #666;
}
.main .floor .floorleft .article .post {
  margin-top: -1px;
  padding: 8px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.015);
  line-height: 1.85;
  font-size: 14px;
}
.main .floor .floorleft .article .post .pagen {
  margin: 4px 0;
}
.main .floor .floorleft .article .post .pagen strong {
  font-weight: 700;
  margin-right: 8px;
}
.main .floor .floorleft .article .post .pagen a {
  transition: all 0.4s ease;
}
.main .floor .floorleft .article .post .pagen a:hover {
  color: #005edb;
}
.main .floor .floorleft .section {
  margin-top: 35px;
}
.main .floor .floorleft .section h3 {
  margin-bottom: 30px;
  height: 38px;
  line-height: 36px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  box-sizing: border-box;
}
.main .floor .floorleft .section h3 span {
  font-size: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  box-sizing: border-box;
}
.main .floor .floorleft .section .postlist {
  display: flex;
  flex-wrap: wrap;
}
.main .floor .floorleft .section .postlist li {
  float: left;
  margin-right: 2%;
  width: 48%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
  overflow: hidden;
  font-size: 14px;
}
.main .floor .floorleft .section .postlist li::before {
  margin: 0 8px 0 0;
  background: rgba(0, 0, 0, 0.2);
  width: 3px;
  height: 3px;
  content: "";
  vertical-align: middle;
  display: inline-block;
}
.main .floor .floorleft .section .postlist li a {
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease;
}
.main .floor .floorleft .section .postlist li a:hover {
  color: #fb316d;
  text-decoration: underline;
}
.main .floor .floorleft .section .postlist li:hover {
  background-color: #f9fbfd;
}
.main .floor .floorleft .section .frombox {
  position: relative;
  display: flex;
  background: #972023;
  padding: 40px;
  align-items: center;
  flex-wrap: wrap;
  background: url(../img/1925651123_1933305921_-146160659.jpg) no-repeat;
  background-size: cover;
}
.main .floor .floorleft .section .frombox .fromright {
  max-width: 100%;
  width: 450px;
  background: #fff;
  border-radius: 0.625em;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px 3px rgba(153, 153, 153, 0.21);
}
.main .floor .floorleft .section .frombox .fromright .from h4 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem {
  margin-bottom: 30px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem input {
  width: 100%;
  background: #f5f5f5;
  padding: 10px 20px;
  height: 60px;
  box-sizing: border-box;
  outline: none;
  font-size: 20px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem button {
  background: #c7000a;
  border: none;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem .zxSwiper {
  height: 30px;
  background: #fff3f2;
  border-radius: 30px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem .zxSwiper .user {
  font-size: 12px;
  padding: 0 20px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem .zxSwiper .user .icon {
  width: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.main .floor .floorleft .section .frombox .fromright .from .fromitem:last-child {
  margin-bottom: 0;
}
.main .floor .floorleft .Listview .stv {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.main .floor .floorleft .Listview .stv .cen {
  padding-bottom: 20px;
  border-bottom: 0.33px solid #efefef;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .lawed {
  display: flex;
  align-items: center;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .lawed .face {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .lawed .face img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .lawed .name h6 {
  font-size: 16px;
  font-weight: bold;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .lawed .name p {
  font-size: 12px;
  color: #848691;
  margin-top: 5px;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .gz {
  display: block;
  text-align: center;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  border: 0.01rem solid rgba(78, 110, 242, 0.5);
  border-radius: 67px;
  color: #0058EA;
  padding: 0 15px;
  transition: all 0.3s;
}
.main .floor .floorleft .Listview .stv .cen .lawmsg .gz:hover {
  background: #fff;
  background: linear-gradient(144deg, #0b79f5 0%, #4d29c2 100%);
  color: #ffffff;
}
.main .floor .floorleft .Listview .stv .cen .writer {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  position: relative;
  line-height: 1.5;
}
.main .floor .floorleft .Listview .stv .cen .writer .weight {
  font-weight: 600;
}
.main .floor .floorleft .Listview .stv .cen .writer span {
  white-space: pre-wrap;
}
.main .floor .floorleft .Listview .stv .cen .writer .all {
  position: relative;
  float: right;
  clear: both;
  margin-left: 20px;
  font-size: 17px;
  color: #4367b4;
  margin-top: -1.2px;
  cursor: pointer;
}
.main .floor .floorleft .Listview .stv .cen .writer .all::before {
  content: "...";
  position: absolute;
  left: -3px;
  color: #333;
  transform: translateX(-100%);
}
.main .floor .floorleft .Listview .stv .cen .writer .all::after {
  content: "\5168\6587";
}
.main .floor .floorleft .Listview .stv .cen .writer .allactive::before {
  display: none;
}
.main .floor .floorleft .Listview .stv .cen .writer .allactive::after {
  content: "\6536\8d77";
}
.main .floor .floorleft .Listview .stv .cen .writer::before {
  content: "";
  height: calc(100% - 25px);
  float: right;
}
.main .floor .floorleft .Listview .stv .cen .maxh {
  max-height: 6em;
}
.main .floor .floorleft .Listview .stv .cen .maxh::after {
  content: "";
  width: 999vw;
  height: 999vw;
  position: absolute;
  box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 #fff;
  margin-left: -100px;
}
.main .floor .floorleft .Listview .stv .cen .pics {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.main .floor .floorleft .Listview .stv .cen .pics .pic {
  margin-right: 4px;
  max-height: 33vw;
  overflow: hidden;
  flex: 1;
  position: relative;
}
.main .floor .floorleft .Listview .stv .cen .pics .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.main .floor .floorleft .Listview .stv .cen .pics .pic:first-child {
  border-radius: 9px 0 0 9px;
  overflow: hidden;
}
.main .floor .floorleft .Listview .stv .cen .pics .pic:last-child {
  margin: 0;
  border-radius: 0 9px 9px 0;
  overflow: hidden;
}
.main .floor .floorleft .Listview .stv .cen .pics .pic .bgpic {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(100px);
  top: 0;
  left: 0;
  z-index: 1;
}
.main .floor .floorleft .Listview .stv .cen .video {
  margin-top: 9px;
  position: relative;
  overflow: hidden;
}
.main .floor .floorleft .Listview .stv .cen .video .videobg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(20px);
}
.main .floor .floorleft .Listview .stv .cen .video video {
  width: 100%;
  max-height: 33vw;
  border-radius: 9px;
  position: relative;
  z-index: 1;
}
.main .floor .floorleft .Listview .stv .cen .video .icon {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.main .floor .floorleft .Listview .stv .cen .share {
  display: flex;
}
.main .floor .floorleft .Listview .stv .cen .share li {
  width: 33.3333%;
  padding: 17px 0;
  display: inline-block;
  text-align: center;
}
.main .floor .floorleft .Listview .stv .cen .share li img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.main .floor .floorleft .Listview .stv .cen .share li span {
  margin-left: 5px;
  font-size: 13px;
  color: #1e1f24;
  vertical-align: middle;
}
.main .floor .floorleft .Listview .stv:hover {
  transform: translateY(-5px);
}
.main .floor .floorleft .Listview .wenzhang {
  padding: 40px 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.main .floor .floorleft .Listview .wenzhang a h3 {
  margin-bottom: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
.main .floor .floorleft .Listview .wenzhang a p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 15px;
  line-height: 1.85;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main .floor .floorleft .Listview .wenzhang a .bort {
  text-align: right;
}
.main .floor .floorleft .Listview .wenzhang a .allwen {
  display: inline-block;
  padding: 4px 22px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #7d8186;
  color: #7d8186;
  line-height: 26px;
  border-radius: 25px;
  transition: all 0.3s;
}
.main .floor .floorleft .Listview .wenzhang a:hover {
  color: #005edb;
}
.main .floor .floorleft .Listview .wenzhang a:hover .allwen {
  background: linear-gradient(90deg, #e72d64 50%, #fb316d 100%);
  color: #fff;
  box-shadow: 0 0 20px rgba(251, 49, 109, 0.45);
}
.main .floor .floorright {
  width: 21%;
  min-width: 350px;
  margin-left: 2%;
}
@media (max-width: 1200px) {
  .banner {
    padding: 0.5rem 0 0;
    padding-bottom: 40px;
  }
  .banner .inner {
    justify-content: center;
  }
  .banner .inner .title {
    font-size: 0.36rem;
  }
  .banner .inner .breadcrumb {
    display: none;
  }
  .main .floor {
    flex-wrap: wrap;
    padding: 0;
  }
  .main .floor .floorleft {
    width: 100%;
    padding: 30px 4%;
  }
  .main .floor .floorleft .article h1 {
    font-size: 0.48rem;
  }
  .main .floor .floorleft .article .articlecontents p img {
    width: 100%;
  }
  .main .floor .floorleft .article .label a {
    margin-bottom: 0.1rem;
  }
  .main .floor .floorleft .section .postlist li {
    width: 100%;
  }
  .main .floor .floorleft .section .frombox {
    padding: 0.3rem;
  }
  .main .floor .floorleft .section .frombox .fromright {
    padding: 0.3rem;
  }
  .main .floor .floorleft .section .frombox .fromright .from h4 {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .main .floor .floorleft .section .frombox .fromright .from .fromitem {
    margin-bottom: 0.3rem;
  }
  .main .floor .floorleft .Listview .stv {
    margin-bottom: 0.3rem;
  }
  .main .floor .floorleft .Listview .stv .cen .writer {
    font-size: 16px;
  }
  .main .floor .floorleft .Listview .stv .cen .video video {
    max-height: 1000px;
  }
  .main .floor .floorleft .Listview .wenzhang {
    padding: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .main .floor .floorright {
    width: 100%;
    margin: 0;
  }
}
