@charset "UTF-8";
@import "../css/public.css";
@import "../css/canvi.css";
@import "../css/swiper.min.css";
/*banner*/
.header-swiper {
  width: 100%;
  height: 700px;
}
.header-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*banner end*/
.header-container {
  position: relative;
}

.header-swiper:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 999;
}

.main-container {
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #F4F4F4;
}

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

/*面包屑*/
.crumbs {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 20px;
}
.crumbs a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.crumbs a:after {
  content: "-";
  width: auto;
  height: auto;
  display: inline-block;
  margin-left: 3px;
}
.crumbs a:last-child:after {
  display: none;
}

/*面包屑 end*/
/*aside*/
.aside-left {
  width: 290px;
  height: auto;
  background: #ffffff;
  position: relative;
  z-index: 99;
  border-radius: 10px 10px 0px 20px;
  box-shadow: 0px 4px 35px 0px rgba(10, 72, 165, 0.2);
  overflow: hidden;
}
.aside-left h1 {
  width: 100%;
  height: auto;
  min-height: 118px;
  background: #399D33;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.aside-card {
  padding: 20px 40px 10px;
  box-sizing: border-box;
}

.aside-list {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.aside-list:before {
  content: "";
  width: 33px;
  height: 19px;
  display: inline-block;
  position: absolute;
  background: url("../images/aside_list_img1.png") no-repeat center center;
  left: 0;
  top: 22px;
}
.aside-list:after {
  content: "";
  width: 218px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background: url("../images/aside_list_img2.png") no-repeat center center;
  left: 0;
  bottom: 0;
}
.aside-list li {
  text-align: center;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 40px;
}
.aside-list li:before {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: url("../images/aside_list_line.png") no-repeat left top;
  left: 0;
  bottom: 0;
}
.aside-list li:first-child:before {
  height: 34%;
}
.aside-list li:last-child:before {
  height: 125%;
  top: 0;
  bottom: auto;
}
.aside-list li:after {
  content: "";
  width: 0;
  height: 12px;
  display: inline-block;
  position: absolute;
  background: url("../images/aside_active.png") no-repeat center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.aside-list li.active a, .aside-list li:hover a {
  color: #0A48A5;
  font-weight: bold;
}
.aside-list li.active:after, .aside-list li:hover:after {
  width: 38px;
}
.aside-list li.min_th:before {
  top: auto;
  bottom: -15px;
  height: calc(100% - 22px);
}
.aside-list a {
  font-size: 20px;
  color: #666666;
}

/*aside end*/
/*分页*/
.layuipage {
  text-align: center;
  margin-bottom: 56px;
}

/*分页 end*/
.main-right {
  width: calc(100% - 291px);
  height: auto;
  background: #ffffff;
  position: relative;
  z-index: 99;
}

/*主体-list*/
.list-group {
  box-sizing: border-box;
  padding: 59px 0 56px 90px;
}
.list-group li {
  height: 277px;
  transition: all 0.3s ease-in-out 0s;
}
.list-group li:first-child .list-info:before {
  bottom: 0;
  top: auto;
  height: 50%;
}
.list-group li:last-child .list-info {
  border-bottom: none;
}
.list-group li:last-child .list-info:before {
  height: 50%;
}
.list-group li:hover {
  box-shadow: 0px 4px 35px 0px rgba(10, 72, 165, 0.2);
}
.list-group li:hover .list-time p {
  color: #0A48A5;
}
.list-group li:hover .list-text h4 {
  color: #0A48A5;
}
.list-group li:hover .list-info:after {
  background-image: url("../images/list_group_on.png");
}
.list-group li:hover .list-info:before {
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  background-color: #0A48A5;
}
.list-group a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.list-group .no_img {
  height: 214px;
}
.list-group .no_img img {
  display: none;
}
.list-group .no_img .list-text {
  width: 100%;
  padding-left: 0;
}

.list-time {
  width: 102px;
  height: 102px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
  background: #ffffff;
}
.list-time p {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
}
.list-time span {
  font-size: 18px;
  color: #999999;
}

.list-info {
  box-sizing: border-box;
  width: calc(100% - 102.5px);
  padding-left: 52.5px;
  padding-right: 20px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
}
.list-info:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #F3F3F3;
  transition: all 0.3s ease-in-out 0s;
}
.list-info:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  background: url("../images/list_group_off.png") no-repeat center center;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.list-info img {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  width: 329px;
  height: 209px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.list-text {
  width: calc(100% - 329px);
  box-sizing: border-box;
  padding-left: 37px;
}
.list-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.list-text p {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  margin-top: 20px;
}

/*主体-list end*/
/*主体-detail*/
.detail-group {
  box-sizing: border-box;
  padding: 60px 40px;
}
.detail-group h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.detail-info {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  border-bottom: 2px solid #F4F4F4;
  min-height: 90px;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}
.detail-info p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin: 0 10px;
}
.detail-info .font_ span {
  display: inline-block;
  width: 46px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.detail-info .font_ span.active {
  background-color: #F0F0F0;
}

.detail-cont {
  box-sizing: border-box;
  padding-bottom: 40px;
  border-bottom: 2px dashed #F4F4F4;
}
.detail-cont * {
  font-size: 16px;
  color: #333333;
}
.detail-cont > * {
  line-height: 35px;
  margin-top: 2em;
}
.detail-cont img {
  max-width: 100%;
}

.detail_rel {
  margin-top: 40px;
}
.detail_rel span {
  display: inline-block;
  width: 78px;
  height: 31px;
  border-radius: 4px;
  text-align: center;
  line-height: 31px;
  background-color: #0A48A5;
  color: #ffffff;
}
.detail_rel p {
  margin-bottom: 17px;
  line-height: 31px;
  display: flex;
  align-items: center;
}
.detail_rel a {
  display: inline-block;
  margin-left: 17px;
  font-size: 16px;
  color: #333333;
  width: calc(100% - 120px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*分享*/
.share_ {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.share_ i {
  font-size: 28px;
  color: #D8D8D8;
}
.share_ a {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
}
.share_ .qrcode {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}

/*分享 end*/
/*主体-detail end*/
@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
}
@media screen and (max-width: 1280px) {
  .list-info img {
    width: 260px;
  }
  .list-text {
    width: calc(100% - 260px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .main-layout {
    flex-direction: column;
  }
  .aside-left {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .aside-card {
    padding: 20px;
  }
  .aside-list {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .aside-list:before, .aside-list:after {
    display: none;
  }
  .aside-list li {
    margin-right: 20px;
  }
  .aside-list li:before, .aside-list li:after {
    display: none;
  }
  .main-right {
    margin-top: 20px;
    width: 100%;
  }
  .list-group {
    padding: 60px 0 60px 60px;
  }
}
@media screen and (max-width: 750px) {
  .list-info img {
    display: none;
  }
  .list-group {
    padding: 20px 0 60px;
  }
  .list-group li {
    height: 214px;
  }
  .list-text {
    width: 100%;
    padding-left: 0;
  }
  .list-time {
    margin-left: 0;
  }
  .list-info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .list-group li {
    height: 190px;
  }
  .list-group .no_img {
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .list-time {
    width: 70px;
    height: 70px;
  }
  .list-time p {
    font-size: 26px;
  }
  .list-time span {
    font-size: 14px;
  }
  .list-info {
    width: calc(100% - 80px);
  }
  .list-text h4 {
    font-size: 18px;
    height: 46px;
  }
  .aside-left h1 {
    min-height: 65px;
    height: auto;
    font-size: 30px;
  }
  .detail-group {
    padding: 40px 20px;
  }
}
