.x_list {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.x_list_content {
  margin-top: 6rem;
}
.x_list_content .picnewsList {
  background: #fff;
  padding: 3.5rem 0 3.5rem 3.5rem;
  margin-bottom: 2rem;
  box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.x_list_content .picnewsList:hover {
  background: #0867a3;
}
.x_list_content .picnewsList:hover .x_listTitle,
.x_list_content .picnewsList:hover .x_listMore,
.x_list_content .picnewsList:hover .x_date,
.x_list_content .picnewsList:hover .x_des {
  color: #fff;
}
.x_list_content .picnewsList img {
  margin-right: 3.5rem;
}
.x_list_content .picnewsList_left {
  margin-right: 9rem;
}
.x_list_content .picnewsList_left .x_listTitle {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #666;
  
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.x_list_content .picnewsList_left .x_des {
  line-height: 3.6rem;
  font-size: 1.8rem;
  color: #333;
}
.x_list_content .picnewsList_left .x_date {
  margin: 3.3rem 0;
}
.x_list_content .picnewsList_left .x_date,
.x_list_content .picnewsList_left .x_listMore {
  font-size: 1.8rem;
  color: #0867a3;
  display: block;
}
.x_list_content .picnewsList_left .x_listMore {
  text-align: right;
  margin-top: 1.5rem;
}
.x_list_content .x_dangjian {
  transition: all 0.3s;
}
.x_list_content .x_dangjian:hover {
  background: #cc0000;
}
.x_list_content .x_dangjian:hover .x_listTitle,
.x_list_content .x_dangjian:hover .x_listMore,
.x_list_content .x_dangjian:hover .x_date,
.x_list_content .x_dangjian:hover .x_des {
  color: #fff;
}
.x_list_content .newsList {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.2rem;
  margin-bottom: 4rem;
}
.x_list_content .newsList a {
  font-size: 2.4rem;
  color: #333;
  padding-left: 4rem;
  position: relative;
}
.x_list_content .newsList a::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 35%;
  width: 1rem;
  height: 1rem;
  background: #333;
  border-radius: 3rem;
}
.x_list_content .newsList a:hover {
  color: #0867a3;
}
.x_list_content .shebeiList {
  margin-bottom: 3rem;
  background: #fff;
  padding: 1.2rem;
  align-items: flex-start;
}
.x_list_content .shebeiList img {
  display: block;
  height: 43.6rem;
}
.x_list_content .shebeiList_text {
  flex: 1;
  padding: 5rem 3rem;
  line-height: 7rem;
  font-size: 2.4rem;
  color: #333;
}
.x_list_content .shebeiList_text span {
  display: inline-block;
  text-align-last: justify;
  width: 12rem;
}
@media (max-width: 768px) {
  .x_list_content .picnewsList {
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 15px;
   
  }
  .x_list_content .picnewsList img {
    width: 100%;
  }
  .x_list_content .picnewsList_left {
    margin-top: 10px;
    margin-right: 0;
  }
  .x_list_content .picnewsList_left .x_listTitle {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .x_list_content .picnewsList_left .x_des {
    line-height: 22px;
    font-size: 14px;
  }
  .x_list_content .picnewsList_left .x_date {
    margin: 3.3rem 0;
  }
  .x_list_content .picnewsList_left .x_date,
  .x_list_content .picnewsList_left .x_listMore {
    font-size: 12px;
  }
  .x_list_content .newsList {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .x_list_content .newsList a {
    font-size: 14px;
    padding-left: 4rem;
    flex-wrap: wrap;
  }
  .x_list_content .shebeiList {
    padding: 15px;
    padding-right: 0;
  }
  .x_list_content .shebeiList img {
    margin-right: 15px;
  }
  .x_list_content .shebeiList_text {
    flex: 1;
    padding: 5rem 3rem;
    line-height: 22px;
    font-size: 14px;
    color: #333;
  }
  .x_list_content .shebeiList_text span {
    display: inline-block;
    text-align-last: justify;
    width: unset;
  }
}
.x_team {
  padding-top: 7rem;
}
.x_team_content {
  margin-top: 7rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x_team_content a {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  width: 31.9rem;
  height: 41.7rem;
  border-radius: 3rem;
  margin-right: 3rem;
  overflow: hidden;
}
.x_team_content a:nth-of-type(4n) {
  margin-right: 0;
}
.x_team_content a img {
  display: block;
  width: 100%;
}
.x_team_content a .x_team_content_text {
  position: absolute;
  bottom: 0;
  background: rgba(8, 103, 163, 0.8);
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  padding: 2.8rem 4.4rem;
}
.x_team_content a .x_team_content_text p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.x_team_content a:hover img {
  opacity: 0.8;
}
.x_team_content a:hover .x_team_content_text {
  opacity: 1;
}
@media (max-width: 768px) {
  .x_team_content a {
    width: 48%;
    height: unset;
  }
  .x_team_content a .x_team_content_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .x_team_content a .x_team_content_text p:nth-last-of-type(1) {
    font-size: 12px;
  }
}
.x_pic {
  padding-top: 7rem;
}
.x_pic_content {
  margin-top: 8rem;
  flex-wrap: wrap;
}
.x_pic_content a {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 2rem;
  width: 44rem;
}
.x_pic_content a img {
  display: block;
  width: 100%;
}
.x_pic_content a .x_team_content_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.x_pic_content a .x_team_content_text p {
  font-size: 3.2rem;
}
.x_pic_content a .x_team_content_text p:nth-of-type(2) {
  opacity: 0;
}
.x_pic_content a:hover img {
  filter: blur(2px);
}
.x_pic_content a:hover .x_team_content_text {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}
.x_pic_content a:hover .x_team_content_text p:nth-of-type(2) {
  opacity: 1;
}
@media (max-width: 768px) {
  .x_pic_content a {
    width: 48.5%;
  }
  .x_pic_content a .x_team_content_text {
    opacity: 1;
    top: unset;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
  }
  .x_pic_content a .x_team_content_text p {
    color: #fff;
    font-size: 14px;
  }
}
.x_listpic {
  padding-top: 7rem;
}
.x_listpic_content {
  margin-top: 8rem;
  flex-wrap: wrap;
}
.x_listpic_content a {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 2rem;
  width: 44rem;
  transition: all 0.3s;
  overflow: hidden;
}
.x_listpic_content a .x_pp {
  height: 34.6rem;
  overflow: hidden;
}
.x_listpic_content a .x_pp img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  overflow: hidden;
}
.x_listpic_content a .x_pic_content_text {
  background: #fff;
  padding: 2.5rem 1.5rem;
  font-size: 1.8rem;
  color: #333;
}
.x_listpic_content a .x_pic_content_text p:nth-of-type(2) {
  font-size: 1.6rem;
  color: #0867a3;
}
.x_listpic_content a:hover img {
  transform: scale(1.1);
}
.x_listpic_content a:hover p {
  color: #0867a3;
}
@media (max-width: 768px) {
  .x_listpic_content a {
    width: 100%;
    margin-bottom: 15px;
  }
  .x_listpic_content a .x_pp {
    height: unset;
  }
  .x_listpic_content a .x_pic_content_text {
    padding: 15px;
    font-size: 16px;
  }
  .x_listpic_content a .x_pic_content_text p:nth-of-type(2) {
    font-size: 14px;
    color: #0867a3;
  }
}
.x_category {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.x_category_content {
  margin-top: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.x_category_content_title {
  position: relative;
  padding-right: 8.7rem;
  margin-bottom: 7.6rem;
  cursor: pointer;
}
.x_category_content_title p {
  background: url("../upload/department/keshi_biaolan.png") no-repeat;
  background-size: contain;
  width: 21.2rem;
  padding: 0.7rem 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0867A3;
}
.x_category_content_title p span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.x_category_content_title.active img {
  display: block;
}
.x_category_content_title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7rem;
  margin-left: 8.7rem;
  display: none;
  width: 2.9rem;
  height: 2.3rem;
}
.x_category_content_title:hover img {
  display: block;
}
@media (max-width: 768px) {
  .x_category_content_title p {
    width: 65px;
    background-size: contain;
    font-size: 11px;
    padding: 3px 0;
  }
}
.x_keshi_content {
  padding-bottom: 17.7rem;
  margin-top: 3.5rem;
}
.x_keshi_content_list {
  display: none;
  width: 139.8rem;
  padding: 5rem 8.4rem 0;
  background: rgba(101, 163, 204, 0.4);
  border-radius: 3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x_keshi_content_list.active {
  display: flex;
}
.x_keshi_content_list a {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 5rem;
  width: 20%;
  color: #0867A3;
}
.x_keshi_content_list a span {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0867A3;
}
@media (max-width: 768px) {
  .x_keshi_content_list {
    width: 100%;
  }
  .x_keshi_content_list a {
    width: 50%;
    font-size: 12px;
  }
}
.details_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.details_title span {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 2rem;
  display: block;
}
.article-container {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 5rem;
}
.article-container img {
  display: block;
  max-width: 100%;
  height: auto;
}
.x_footpage {
  margin-top: 5rem;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
  font-size: 1.6rem;
}
.x_footpage p {
  margin: 20px 0;
}
.x_footpage a {
  color: #333;
}
.x_footpage a:hover {
  color: #0867a3;
}
@media (max-width: 768px) {
  .details_title {
    font-size: 16px;
  }
  .details_title span {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
  }
  .article-container {
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
  }
  .article-container img {
    margin: 10px auto;
  }
  .x_footpage {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 14px;
  }
  .x_footpage p {
    margin: 20px 0;
  }
}
body {
  background: #eee;
}
.pagination {
  display: flex;
  width: 100%;
}
.pagination .el-pagination {
  display: inline-block;
  margin: 3rem auto 0;
  text-wrap: auto;
}
.pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #0867a3;
}
.pagination .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #0867A3;
}
/*# sourceMappingURL=list.css.map */
