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

.manage_fr {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 0.98rem 0 0.37rem;
}

.fr_layout {
  margin: 0 auto;
}

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

.fr_left {
  max-width: 6.78rem;
  width: 100%;
  height: auto;
}

.scientific-top {
  display: flex;
  margin-top: 0.7rem;
  position: relative;
  align-items: flex-end;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
}
.scientific-top:after {
  content: "";
  width: 100%;
  height: 2.25rem;
  display: inline-block;
  background: linear-gradient(270deg, #00785A 22%, rgba(6, 98, 177, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.scientific-top img {
  max-width: 4.01rem;
  width: 100%;
  height: 2.5rem;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.scientific-top .scientific_fr_text {
  box-sizing: border-box;
  height: 2rem;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 0.2rem;
}
.scientific-top .scientific_fr_text h4 {
  font-size: 0.16rem;
  color: #FFFFFF;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 0.42rem;
  margin-top: 0.67rem;
}
.scientific-top .scientific_fr_text p {
  font-size: 0.14rem;
  color: #FFFFFF;
  margin: 0.27rem 0 0.09rem;
}
.scientific-top .scientific_fr_text i {
  font-size: 0.3rem;
  color: #FFFFFF;
}

.scientific-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.04rem;
}
.scientific-list li {
  max-width: 3.24rem;
  width: 100%;
  height: 1.44rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 0, 0, 0.1);
  margin-top: 0.24rem;
  padding: 0 0.2rem;
  position: relative;
}
.scientific-list li:after {
  content: "";
  width: 0;
  height: 0.01rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00785A;
  transition: all 0.3s ease-in-out 0s;
}
.scientific-list li:hover:after {
  width: 100%;
}
.scientific-list li:hover h4 {
  color: #00785A;
  font-weight: 700;
}
.scientific-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.scientific-list h4 {
  box-sizing: border-box;
  border-bottom: 0.01rem solid rgba(216, 216, 216, 0.5);
  line-height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  height: 1.04rem;
  display: flex;
  align-items: center;
}
.scientific-list .item-info {
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scientific-list .item-info span {
  font-size: 0.14rem;
  color: #999999;
  text-transform: uppercase;
}

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

.fr_right {
  max-width: 6.78rem;
  width: 100%;
  height: auto;
}

.student-list {
  width: 100%;
  height: auto;
}
.student-list a {
  display: flex;
  justify-content: space-between;
}
.student-list li {
  height: 0.56rem;
  margin-top: 0.82rem;
}
.student-list li:hover .student-time {
  border-color: #00785A;
}
.student-list li:hover .student-time p {
  background: #00785A;
}
.student-list li:hover h4 {
  color: #00785A;
}
.student-list .student-time {
  max-width: 0.91rem;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 0.01rem solid #999999;
  transition: all 0.3s ease-in-out 0s;
}
.student-list .student-time p {
  height: 0.28rem;
  width: 100%;
  background: #999999;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.28rem;
  transition: all 0.3s ease-in-out 0s;
}
.student-list .student-time span {
  font-size: 0.16rem;
  color: #999999;
}
.student-list h4 {
  width: calc(100% - 1.35rem);
  border-bottom: 0.01rem dashed #D8D8D8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
}

.manage_tw {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0.64rem 0;
  background: url("/materialpub/images/mange_tw_bg.png") no-repeat center top;
  display: flex;
  justify-content: space-between;
}

.tw_left {
  width: 50%;
  width: 100%;
  height: 6.02rem;
  background: url("/materialpub/images/tw_left_bg.png") no-repeat center center;
  box-sizing: border-box;
  padding: 0.36rem 0.4rem 0 2.39rem;
}
.tw_left .plate-title {
  color: #FFFFFF;
}
.tw_left .plate-title:after {
  background: #FFFFFF;
}
.tw_left .more {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.logistics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.73rem;
}
.logistics-list li {
  max-width: 3.21rem;
  width: 100%;
  height: 1.36rem;
  background-color: #FFFFFF;
  margin-bottom: 0.83rem;
  box-sizing: border-box;
  padding: 0 0.22rem;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.logistics-list li:hover {
  background: #00785A;
}
.logistics-list li:hover h4 {
  color: #FFFFFF;
}
.logistics-list .logistics-time {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0.22rem;
  top: -0.4rem;
  text-align: center;
  background: url("/materialpub/images/lj-1.png") no-repeat center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logistics-list .logistics-time p {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.14rem;
  color: #999999;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-top: 0.1rem;
  border-bottom: 0.01rem solid #00785A;
}
.logistics-list .logistics-time span {
  font-size: 0.14rem;
  color: #999999;
  display: block;
  height: 0.4rem;
}
.logistics-list h4 {
  box-sizing: border-box;
  padding-top: 0.5rem;
  font-weight: bold;
  color: #333333;
  font-size: 0.16rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tw_right {
  width: 50%;
  width: 100%;
  height: 6.02rem;
  background: #FFFFFF;
  margin-top: 0.92rem;
  box-sizing: border-box;
  padding: 0.4rem 2.4rem 0.42rem 0.46rem;
}

.security-list li {
  height: 0.65rem;
  box-sizing: border-box;
  border-bottom: 0.01rem dashed #D8D8D8;
  margin-top: 0.25rem;
}
.security-list li:hover h4 {
  color: #00785A;
}
.security-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.security-list p {
  font-size: 0.14rem;
  color: #999999;
}
.security-list p i {
  display: inline-block;
  margin-right: 0.065rem;
}
.security-list h4 {
  font-size: 0.16rem;
  font-weight: 700;
  color: #333333;
  margin-top: 0.13rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.manage_th {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1.12rem 0 1.73rem;
}

.th_wrapper {
  margin: 0 auto;
  text-align: center;
}
.th_wrapper .more {
  background: transparent;
  border: 0.01rem solid #00785A;
  color: #00785A;
}

.practical-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.practical-list li {
  max-width: 4.52rem;
  width: 100%;
  height: 2.01rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0.34rem 0.2rem;
  margin-bottom: 0.43rem;
  transition: all 0.3s ease-in-out 0s;
}
.practical-list li:nth-child(2) {
  margin-left: 0.42rem;
  margin-right: 0.42rem;
}
.practical-list li:nth-child(4) {
  margin-right: 0.21rem;
}
.practical-list li:nth-child(5) {
  margin-left: 0.21rem;
}
.practical-list li:hover {
  background: #00785A;
}
.practical-list li:hover a:before {
  background: #FFFFFF;
}
.practical-list li:hover h4, .practical-list li:hover p {
  color: #FFFFFF;
}
.practical-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.3rem;
  position: relative;
  text-align: left;
}
.practical-list a:before {
  content: "";
  width: 1.02rem;
  height: 0.04rem;
  display: inline-block;
  position: absolute;
  background: #00785A;
  top: 0;
  left: 0;
}
.practical-list h4 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 0.48rem;
}
.practical-list p {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #999999;
}

.manage_ls {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.66rem 0 1.73rem;
  position: relative;
}
.manage_ls:before {
  content: "";
  width: 100%;
  height: 3.52rem;
  display: inline-block;
  position: absolute;
  background: #00785A;
  top: 0;
  left: 0;
  z-index: -1;
}

.ls_wrapper {
  margin: 0 auto;
  text-align: center;
}
.ls_wrapper .more {
  background: transparent;
  border: 0.01rem solid #00785A;
  color: #00785A;
  margin-top: 0.52rem;
  display: none;
}
.ls_wrapper .more.active {
  display: inline-block;
}

.ls_tabs {
  display: flex;
  justify-content: center;
}
.ls_tabs li {
  max-width: 2.05rem;
  width: 100%;
  height: 0.73rem;
  background: #FFFFFF;
  margin: 0 0.2rem;
}
.ls_tabs li.active a {
  color: #00785A;
}
.ls_tabs a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.73rem;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.ls_cont {
  position: relative;
  height: 2.55rem;
  text-align: left;
  margin-top: 0.7rem;
}

.manage-swiper {
  height: 100%;
  display: none;
}
.manage-swiper.active {
  display: block;
}
.manage-swiper a {
  background: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.48rem 0.65rem 0.47rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}
.manage-swiper a:hover h4 {
  color: #00785A;
}
.manage-swiper p, .manage-swiper span {
  font-size: 0.14rem;
  color: #00785A;
}
.manage-swiper h4 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.36rem 0 0.46rem;
  transition: all 0.3s ease-in-out 0s;
  height: 0.42rem;
}

@media screen and (max-width: 1700px) {
  .tw_left {
    padding-left: 1rem;
  }
  .tw_right {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .tw_left {
    padding-left: 0.5rem;
  }
  .tw_right {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .scientific-top .scientific_fr_text h4 {
    font-size: 0.2rem;
    height: auto;
  }
  .scientific-top .scientific_fr_text p {
    font-size: 0.1866666667rem;
  }
  .scientific-list h4 {
    font-size: 0.1866666667rem;
  }
  .scientific-list .item-info span {
    font-size: 0.1866666667rem;
  }
  .student-list h4 {
    font-size: 0.2133333333rem;
  }
  .student-list .student-time p {
    font-size: 0.2133333333rem;
  }
  .student-list .student-time span {
    font-size: 0.2133333333rem;
  }
  .logistics-list h4 {
    font-size: 0.2133333333rem;
  }
  .logistics-list .logistics-time p {
    font-size: 0.1866666667rem;
  }
  .logistics-list .logistics-time span {
    font-size: 0.1866666667rem;
  }
  .tw_right {
    height: auto;
  }
  .security-list li {
    height: 0.8666666667rem;
  }
  .security-list p {
    font-size: 0.1866666667rem;
  }
  .security-list h4 {
    font-size: 0.2133333333rem;
  }
  .practical-list h4 {
    font-size: 0.2133333333rem;
  }
  .practical-list p {
    font-size: 0.1866666667rem;
  }
  .manage-swiper p, .manage-swiper span {
    font-size: 0.1866666667rem;
  }
  .manage-swiper h4 {
    font-size: 0.2133333333rem;
    height: 0.56rem;
  }
}
@media screen and (max-width: 1152px) {
  .fr_layout {
    flex-direction: column;
  }
  .fr_left {
    max-width: 100%;
  }
  .scientific-list li {
    max-width: calc(50% - 0.1rem);
  }
  .fr_right {
    margin-top: 0.4rem;
    max-width: 100%;
  }
  .manage_tw {
    flex-direction: column;
    background-position: center bottom;
  }
  .tw_left {
    background-size: cover;
  }
  .logistics-list li {
    max-width: calc(50% - 0.2rem);
  }
  .practical-list {
    justify-content: space-around;
  }
  .practical-list li {
    max-width: calc(33.3333333333% - 0.2rem);
    margin-bottom: 0.2rem;
  }
  .practical-list li:nth-child(2) {
    margin: 0 0 0.2rem;
  }
  .practical-list li:nth-child(4) {
    margin: 0 0 0.2rem;
  }
  .practical-list li:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ls_cont {
    height: auto;
  }
  .manage-swiper a {
    padding: 0.2rem;
  }
  .scientific-top {
    flex-direction: column;
  }
  .scientific-top img {
    align-self: flex-start;
    max-width: 100%;
  }
  .scientific-top:after {
    background: #00785A;
  }
  .scientific-top .scientific_fr_text {
    height: auto;
    padding-right: 0.2rem;
  }
  .scientific-top .scientific_fr_text h4 {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 616px) {
  .scientific-top {
    height: auto;
  }
  .scientific-list li {
    max-width: 100%;
  }
  .tw_left {
    height: auto;
  }
  .logistics-list li {
    max-width: 100%;
  }
  .practical-list li {
    max-width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .manage_fr, .manage_th {
    padding: 0.4rem 0;
  }
}
