@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/info-open-bg.png") no-repeat center center;
}

.fr_container {
  width: 100%;
  height: auto;
  background-color: #F0F8FF;
  box-sizing: border-box;
  padding: 0.98rem 0 0.8rem;
}

.fr_wrapper {
  margin: 0 auto;
}
.fr_wrapper .plate-title {
  display: block;
}

.fr_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.42rem 0 0.67rem;
  flex-wrap: wrap;
}
.fr_tabs li {
  height: 0.4rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.fr_tabs li.active {
  border-color: #00785A;
}
.fr_tabs li.active a {
  color: #00785A;
}
.fr_tabs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.16rem;
}

.fr_layout {
  display: flex;
  justify-content: space-between;
}

.fr_left {
  max-width: 5.1rem;
  width: 100%;
  height: 5.65rem;
  background: url("/materialpub/images/zd_open_bg.png") no-repeat center center;
  box-sizing: border-box;
  padding: 0.34rem;
  text-align: right;
}
.fr_left .plate-title {
  text-align: right;
  color: #FFFFFF;
  margin: 0.44rem 0 0.6rem;
}
.fr_left .plate-title:after {
  background: #FFFFFF;
  left: auto;
  right: 0;
  transform: translateX(0);
}
.fr_left .more {
  border: 0.01rem solid #FFFFFF;
  background: transparent;
}

.fr_right {
  max-width: 8.71rem;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.fr_right.active {
  display: flex;
}
.fr_right li {
  width: 100%;
  height: 1.6rem;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 0.6rem;
  position: relative;
}
.fr_right li:after {
  content: "";
  width: 0;
  height: 0.01rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00785A;
  transition: all 0.3s ease-in-out 0s;
}
.fr_right li:hover:after {
  width: 100%;
}
.fr_right li:hover h4, .fr_right li:hover .more_ {
  color: #00785A;
}
.fr_right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fr_right h4 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0.24rem 0;
  transition: all 0.3s ease-in-out 0s;
}
.fr_right p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.48rem;
  margin-bottom: 0.12rem;
}
.fr_right span {
  font-size: 0.14rem;
  color: #999999;
}
.fr_right .more_ {
  float: right;
  transition: all 0.3s ease-in-out 0s;
}

.ls_container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.92rem 0 0.67rem;
  background-color: #FFFFFF;
}

.ls_wrapper {
  margin: 0 auto;
}

.ls_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ls_title .plate-title:after {
  left: 0;
  transform: translateX(0);
}
.ls_title .more {
  border: 0.01rem solid #00785A;
  color: #00785A;
  background-color: transparent;
}

.ls_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.85rem;
}
.ls_list li {
  max-width: 4.56rem;
  width: 100%;
  height: 1.83rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0.45rem 0.3rem 0.25rem 0.25rem;
  transition: all 0.3s ease-in-out 0s;
}
.ls_list li:hover {
  border-color: #00785A;
}
.ls_list li:hover h4 {
  color: #00785A;
}
.ls_list li:hover span:after {
  background-color: #00785A;
}
.ls_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ls_list h4 {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
  font-weight: bold;
  display: -webkit-box;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ls_list span {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.32rem;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.25rem;
  margin-top: 0.1rem;
}
.ls_list span:last-child {
  float: right;
}
.ls_list span:last-child:after {
  display: none;
}
.ls_list span:after {
  content: "";
  width: 0.55rem;
  height: 0.02rem;
  display: inline-block;
  position: absolute;
  background-color: #666666;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .fr_tabs li {
    height: 0.5333333333rem;
  }
  .fr_tabs a {
    line-height: 0.5333333333rem;
    font-size: 0.2133333333rem;
  }
  .fr_right h4 {
    font-size: 0.1866666667rem;
  }
  .fr_right p {
    font-size: 0.16rem;
  }
  .fr_right span {
    font-size: 0.16rem;
  }
  .ls_list h4 {
    font-size: 0.1866666667rem;
  }
}
@media screen and (max-width: 1152px) {
  .fr_left {
    max-width: 4.51rem;
  }
  .fr_right {
    width: 57%;
  }
  .ls_list li {
    width: calc(33.3333333333% - 0.2rem);
  }
}
@media screen and (max-width: 996px) {
  .fr_left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .fr_tabs {
    justify-content: flex-start;
  }
  .fr_tabs li {
    margin-right: 0.2rem;
  }
  .fr_layout {
    flex-direction: column;
  }
  .fr_left {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    height: auto;
    text-align: left;
  }
  .fr_left .plate-title {
    margin-top: 0;
    text-align: left;
  }
  .fr_left .plate-title:after {
    left: 0;
    right: auto;
  }
  .fr_right {
    width: 100%;
  }
  .fr_right li {
    margin-top: 0.2rem;
  }
  .ls_list {
    flex-wrap: wrap;
  }
  .ls_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 475px) {
  .fr_container, .ls_container {
    padding: 0.4rem 0;
  }
  .fr_right li {
    padding: 0 0.2rem;
  }
  .ls_list {
    margin-top: 0.4rem;
  }
}
