  * {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
img {
  vertical-align: top;
}
html,
body {
  height: 100%;
  overflow: hidden;
  font-family: "microsoft yahei";
}
#date, .topics_header, .topics_footer{
  display: none;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  transition: .6s;
  -webkit-transition: .6s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.g-wrap .g-inner-swiper-wrap {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background: url('http://www.legaldaily.com.cn/templateRes/202502/10/60443/images/ddxf_01.jpg') center no-repeat;
  background-size: cover;
  z-index: 99;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-logo {
  width: 141px;
  height: 245px;
  display: block;
  margin: 55px auto 0;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav {
  position: relative;
  z-index: 9;
  width: 80px;
  text-align: center;
  margin: 280px 0 0 60px;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap {
  width: 80px;
  margin-bottom: 4px;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap .m-year {
  cursor: pointer;
  width: 80px;
  height: 35px;
  font-size: 20px;
  color: #c8d4b5;
  background:#239490;
  border-radius: 15px;
  text-align: center;
  line-height: 35px;
  transition: all .3s;
  -webkit-transition: all .3s;
  border:1px solid #c8d4b5;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap ul {
  width: 29px;
  margin: 10px 0 0 17px;
  transition: height .3s;
  -webkit-transition: height .3s;
  overflow: hidden;
  height: 0;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap ul .m-day {
  cursor: pointer;
  width: 29px;
  margin-bottom: 2px;
  border-radius: 50px;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  color: #974f21;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap.current .m-year {
  background: #239490;
  color: red;
}
.g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap.current ul {
  height: auto;
}

.g-wrap .g-inner-swiper-wrap .g-nav-wrap .swing {
  -webkit-animation: swing 1s .4s forwards 2;
  animation: swing 1s .4s forwards 2;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper {
  width: auto;
  height: 100%;
  margin-left: 180px;
  position: relative;
  background: #ddcbb3;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper {
  overflow: inherit;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper {
  height: 100%;
  width: 832px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide {
  width: 416px;
  height: 100%;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
  background: url('http://www.legaldaily.com.cn/templateRes/202502/10/60443/images/ddxf_03.jpg') center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) translateX(0) scale(1);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) translateX(0) scale(1);
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-main-wrap {
  width: 290px;
  margin: 0 auto 0;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date {
  color: #ddcbb3;
  font-weight: bold;
  margin: 150px 0 0 0;
  -webkit-transition: .6s;
  transition: .6s;
  height: 64px;
  overflow: hidden;
  zoom: 1;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date .u-month {
  float: left;
  font-size: 38px;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date .u-day {
  float: left;
  font-size: 18px;
  margin-top: 28px;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic img {
  width: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title {
  color: #000;
  padding: 45px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title a {
  color: #666;
  font-size: 16px;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover {
  width: 525px !important;
  background: url('http://www.legaldaily.com.cn/templateRes/202502/10/60443/images/ddxf_04.jpg') center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover .m-date {
  color: #873213;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving {
  -webkit-transform: scale(0.85) translateZ(0);
  transform: scale(0.85) translateZ(0);
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide {
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(-6deg) scale(0.98) translateZ(0);
  transform: perspective(500px) rotateX(0deg) rotateY(-6deg) scale(0.98) translateZ(0);
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide:hover {
  width: 416px !important;
}
.g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide:hover img {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}
@media only screen and (min-height: 1082px) {
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper {
    width: 1720px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide {
    width: 430px;
    background: url('http://www.legaldaily.com.cn/templateRes/202502/10/60443/images/ddxf_03.jpg') center no-repeat;
    background-size: 100% 100%;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-main-wrap {
    width: 290px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date {
    margin: 200px 0 0 0;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic {
    margin-top: 30px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title {
    text-overflow: initial;
    white-space: initial;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title a {
    font-size: 18px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide:hover {
    width: 500px !important;
  }
}
@media only screen and (max-height: 830px) {
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper {
    width: 632px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide {
    width: 316px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-main-wrap {
    width: 240px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date {
    margin: 80px 0 0 0;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover {
    width: 410px !important;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper.moving .swiper-slide:hover {
    width: 316px !important;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide:hover {
    width: 316px !important;
  }
}
@media screen and (max-height: 700px) {
  .g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-logo {
    display: none;
  }
  .g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav {
    margin-top: 100px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper {
    width: 500px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide {
    width: 250px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-main-wrap {
    width: 200px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date {
    margin: 30px 0 0 0;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date .u-month {
    font-size: 32px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic {
    margin-top: 15px;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title {
    margin-top: 15px;
    padding-top: 0;
    background: none;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover {
    width: 300px !important;
  }
  .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper.moving .swiper-slide:hover {
    width: 250px !important;
  }
}
@media only screen and (max-width: 750px) {
  .mobile {
    overflow: hidden;
  }
  .mobile .g-wrap {
    display: block;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap {
    width: 100%;
    height: 0;
    position: static;
    background: none;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-logo {
    display: none;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav {
    left: 10px;
    top: 40px;
    margin: 0;
  }

  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap {
    margin: 0;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .g-nav .m-year-wrap ul {
    margin: 4px 0 0 17px;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-slogan {
    display: none;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-logo-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #FFF;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-nav-wrap .u-logo-wrap .u-logo {
    width: 100px;
    height: auto;
    margin: 8px auto;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper {
    margin: 0;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper {
    width: 80%;
    margin-left: 20%;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper {
    width: 100%;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 96%;
    border-radius: 8px;
    background: url('http://www.legaldaily.com.cn/templateRes/202502/10/60443/images/ddxf_04.jpg') center bottom no-repeat;
    background-size: cover;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-main-wrap {
    width: 80%;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date {
    margin: 1.5rem 0 0 0;
    color: #022861;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date .u-month {
    font-size: 36px;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-date .u-day {
    font-size: 20px;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic {
    width: 100%;
    margin-top: 1rem;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-pic img {
    width: 100%;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide .m-title {
    margin-top: 0.5rem;
    line-height: 1rem;
    padding: 0 0 0 1rem;
    background-position: 0 center;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover {
    width: 100% !important;
  }
  .mobile .g-wrap .g-inner-swiper-wrap .g-inner-swiper .inner-swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}