﻿.linkmap {
  display: none;
}

.main_content {
  overflow: hidden;
}

.min-center {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner .swiper-container {
  height: 800px;
}

.banner img {
  width: 100%;
  height: 800px;
}

/* notice */

.Min.Notice {
  padding: 40px 0;
}

.notContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h2.noticeLeft-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

h2.noticeLeft-title span {
  font-size: 24px;
  font-weight: 400;
  color: #660774;
}

h2.noticeLeft-title a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

h2.noticeLeft-title a:hover {
  color: #6510AD;
}

.notice-left ul.article_list li {
  padding: 0;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.notice-left ul.article_list li a {
  font-size: 14px;
  font-weight: 400;
}

.notice-left ul.article_list li span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.notice-left {
  padding: 13px 20px;
  width: 382px;
  box-sizing: border-box;
  background: url(/Content/images/Home/bg3.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.Phone {
  display: none;
}

/* .notice-left>div {
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 10px;
  height: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 0;
}

.notice-left .line_tl {
  left: -3px;
  top: -2px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-color: #eee;
}
.notice-left .line_tr {
right: -3px;
top: -2px;
border-top-width: 3px;
border-right-width: 3px;
border-color: #eee;
}

.notice-left .line_bl {
left: -3px;
bottom: -2px;
border-bottom-width: 3px;
border-left-width: 3px;
border-color: #eee;
}

.notice-left .line_br {
right: -3px;
bottom: -2px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #eee;
}

.notice-left:hover>div {
  border-color: #660774;
  z-index: 1;
  width: 15px;
  height: 15px;
} */

ul.icon-ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

ul.icon-ul li.iconUl_item {
  width: 222px;
  height: 152px;
  /* background: url(/Content/images/Home/bg.png) no-repeat; */
  background-size: 100% 100%;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
  z-index: 0;
}

ul.icon-ul li.iconUl_item>div {
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 10px;
  height: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 0;
}

ul.icon-ul li.iconUl_item .line_tl {
  left: -3px;
  top: -2px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-color: #eee;
}

ul.icon-ul li.iconUl_item .line_tr {
  right: -3px;
  top: -2px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #eee;
}

ul.icon-ul li.iconUl_item .line_bl {
  left: -3px;
  bottom: -2px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-color: #eee;
}

ul.icon-ul li.iconUl_item .line_br {
  right: -3px;
  bottom: -2px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-color: #eee;
}

ul.icon-ul li.iconUl_item:hover>div {
  border-color: #660774;
  z-index: 1;
}

ul.icon-ul li.iconUl_item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

ul.icon-ul li.iconUl_item a img.hover {
  display: none;
}

ul.icon-ul li.iconUl_item:hover {
  z-index: 1;
  transition: all 0s;
}

ul.icon-ul li.iconUl_item:hover img {
  display: none;
}

ul.icon-ul li.iconUl_item:hover img.hover {
  display: block;
}

ul.icon-ul li.iconUl_item:hover a {
  color: #660774;
}

/* notice */

/* swiper */

.swiper-container_min_2 {
  width: 700px;
  height: 467px;
}

.swiper-container_min_2 img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.swiper-container_min_2 img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.swiper-container_min_2, .swiper-container_min_2 img.img_box {
  width: 700px;
  height: 467px;
  overflow: hidden;
}

.swiper-left li a.title_type:hover {
  font-size: 16px;
  transition: all 0.3s;
}

.swiper-left li {
  position: relative;
}

.swiper-left li a.title_type {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: rgb(0 0 0 / 0.6);
  left: 0;
  line-height: 64px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 52px !important;
  width: 70px !important;
  font-size: 24px;
  color: #fff;
  font-weight: 100;
}

span.swiper-pagination-current {
  font-size: 34px;
  color: #FF001B;
}

.swiperCon {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.swiper-left {
  position: relative;
}

.swiper_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 15px;
  z-index: 1;
  cursor: pointer;
}

.swiper-button-prev_2.swiper_btn {
  left: 10px;
  background: url(/Content/images/Home/left_btn.png) no-repeat center;
}

.swiper-button-next_2.swiper_btn {
  right: 10px;
  background: url(/Content/images/Home/right_btn.png) no-repeat center;
}

.swiper-right {
  width: 532px;
  position: relative;
  height: 467px;
}

ul.article_list_swiper li {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

ul.article_list_swiper li .span_date {
  float: right;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
}

ul.article_list_swiper li .title_type {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

ul.article_list_swiper li p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}

ul.article_list_swiper li p a {
  display: none;
}

ul.article_list_swiper li.last {
  border: none;
}

a.columnMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 48px;
  background: url(/Content/images/Home/moreBg.png) no-repeat center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  position: relative;
  transition: all 0.3s;
}

a.columnMore:hover {
  color: #660774;
  background:none;
}

a.columnMore::after {
 content: '';
 position: absolute;
 left: 10%;
 top: 10%;
 width: 80%;
 height: 80%;
 transition: all 0.3s;
 opacity: 0;
 background: url(/Content/images/Home/moreBg_active.png)no-repeat center center;
 background-size: 100% 100%;
}
a.columnMore:hover::after{
 transform: scale(1.25);
 opacity: 1;
}



ul.article_list_swiper li:hover a {
  color: #660774;
}

ul.article_list_swiper li:hover span {
  color: #660774;
}

ul.article_list_swiper li:hover p {
  color: #660774;
}

.Min.swiper {
  padding: 60px 0;
  background: #F2F3F9;
}

.phone_title {
  display: none;
}

/* swiper */

/* dep */

.Min.dep {
  padding: 70px 0 60px;
  position: relative;
}

.depCon {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.dep-left {
  width: 658px;
}

h2.dep_h2 a {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  padding-left: 40px;
  z-index: 2;
  position: relative;
}

h2.dep_h2 span {
  position: absolute;
  bottom: -25px;
  left: 40px;
  font-size: 48px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #F4F4F4;
  z-index: 1;
}

h2.dep_h2 {
  position: relative;
}

.depLeftCon_pItem>p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  display: none;
}

.depLeftCon_pItem p.show {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.depLeftCon {
  margin-top: 70px;
}
.depLeftCon_pItem{
  min-height: 144px;
}
ul.dep_left {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 30px;
}

ul.dep_left .depLeft_ul {

  background: #E9EDF6;
  width: 154px;
  height: 205px;
}

ul.dep_left .depLeft_ul img.hover {
  display: none;
}

ul.dep_left .depLeft_ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

ul.dep_left .depLeft_ul a h2 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
  margin: 20px 0 10px;
}

ul.dep_left .depLeft_ul:hover {
  background: #6510AD;
}

ul.dep_left .depLeft_ul:hover img {
  display: none;
}

ul.dep_left .depLeft_ul:hover img.hover {
  display: block;
}

ul.dep_left .depLeft_ul:hover h2 {
  color: #fff;
}

ul.dep_left .depLeft_ul:hover p {
  color: #fff;
}

ul.dep_left .depLeft_ul a p {
  font-size: 14px;
  font-weight: 800;
  color: #CACACA;
}

.posi_img1 {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 0;
}

.Min.dep::after {
  content: "";
  position: absolute;
  width: 276px;
  height: 2px;
  background: #6510AD;
  left: 0;
  top: 90px;
}

.dep-right img {
  display: none;
}

.dep-right img.on {
  display: block;
  width: 100%;
  height: 100%;
}

ul.dep_left li.depLeft_ul.active {
  background: #6510AD;
}

ul.dep_left li.depLeft_ul.active img {
  display: none;
}

ul.dep_left li.depLeft_ul.active img.hover {
  display: block;
}

ul.dep_left li.depLeft_ul.active h2 {
  color: #fff;
}

ul.dep_left li.depLeft_ul.active p {
  color: #fff;
}

.dep-right {
  position: absolute;
  top: 0;
  right: -162px;
  width: 720px;
  height: 490px;
}

/* dep */

/* health */




.health-left {
  width: 500px;
}

ul.healthLeft_ul1 li a.img_box {
  width: 200px;
  height: 128px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

ul.healthLeft_ul1 li a.img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.healthLeft_ul1 li {
  overflow: hidden;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.healthLeft_ul1 li a.title_type {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

ul.healthLeft_ul1 li p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
}

ul.healthLeft_ul1 li p a {
  display: none;
}

ul.healthLeft_ul1 li span.span_date {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.healthLeft_ul1 li.last {
  padding-top: 24px;
  border: none;
}

ul.healthLeft_ul2 li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 31px;
}

ul.healthLeft_ul2 li a {
  font-size: 14px;
  color: #333333;
}

ul.healthLeft_ul2 li span.span_date {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}

ul.healthLeft_ul2 li:hover a {
  color: #6510ac;
}

.healthLeft_ul1 li:hover a {
  color: #6510ac;
}

.healthLeft_ul1 li img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.healthCon {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.healthCon {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.health-right {
  width: 750px;
}

ul.healthRight_ul1 li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

ul.healthRight_ul1 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #eee;
}

ul.healthRight_ul1 li a.title_type {
  font-size: 16px;
  font-weight: 400;
}

ul.healthRight_ul1 li {
  height: 310px;
  position: relative;
  width: 330px;
}

ul.healthRight_ul1 li span.span_date {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

ul.healthRight_ul1 li a.details {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: url(/Content/images/Home/more_list.png) no-repeat center;
  width: 40px;
  height: 20px;
}

ul.healthRight_ul1 li a.details:hover {
  background: url(/Content/images/Home/more_list_active.png) no-repeat center;
}

ul.healthRight_ul2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}

ul.healthRight_ul2 li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

ul.healthRight_ul2 li {
  position: relative;
  width: 330px;
}

ul.healthRight_ul2 li span.span_date {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

ul.healthRight_ul2 li a.title_type {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.Min.health {
  padding: 60px 0;
  background: #F2F3F9;
}

ul.healthRight_ul1 li img:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}

ul.healthRight_ul1 li .img_box {
  overflow: hidden;
  display: block;
  width: 330px;
  height: 220px;
  margin-bottom: 20px;
}

ul.healthRight_ul2 li a.title_type:hover {
  color: #6510ac;
}

ul.healthRight_ul2 li .img_box {
  width: 150px;
  height: 100px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

ul.healthRight_ul2 li img:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}
.swiper-container_5{
  height: 254px;
  width: 100%;
  overflow: hidden;
}

/*上线前修改专题报道*/
.report_ul {
 width: 32%;
}
.report_con .mlr_15{
 margin: 0 15px;
}
.ztbd .mlr_15{
 margin: 0px 7px 12px;
}
.report_img{
 display: block;
 width: 100%;

 overflow: hidden;
}
.report_img img{
 width: 100%;
 height: 156px;
 transition: all 0.3s;
}
.report_img:hover img{
  transition: all 0.3s;
  transform: scale(1.1);
}


.report_ul .report_tit{
 font-size: 17px;
 font-weight: bold;
 color: #333333;
 box-sizing: border-box;
 height: 70px;
 padding: 15px 0;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
}
.report_ul .report_tit:hover{
 color: #6510ac;
}


/* health */

/* doc */
.swiper-button_5:hover {
  background: url(/Content/images/Home/doc_left_active.png) no-repeat;
}
.Min.doc {
  padding: 60px 0;
}

.doc_list {
  position: relative;
}

.doc_list li {
  position: relative;
}

.doc_list li .con_doc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: rgb(0 0 0 / 60%);
}

.doc_list li .con_doc h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
}

.doc_list {
  position: relative;
}

.doc_list li {
  position: relative;
}

.doc_list li .con_doc {
  position: absolute;
  bottom: 0;
  left: 10px;
  /* padding: 0 10px; */
  /* box-sizing: border-box; */
  width: calc(100% - 20px);
  height: 56px;
  background: rgb(0 0 0 / 60%);
}

.doc_list li:hover .con_doc h2 a {
  color: #6510AC;
}

.doc_list li .con_doc h2 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
}

.doc_list li img {
  width: 100%;
}

.swiper-container_5 .slide-content{
  padding: 0 10px;
}
.swiper-button_5 {
  position: absolute;
  top: 105px;
  width: 48px;
  height: 48px;
  background: url(/Content/images/Home/doc_left.png) no-repeat;
  cursor: pointer;
}

.swiper-button-prev_5.swiper-button_5 {
  left: -88px;
}

.swiper-button-next_5.swiper-button_5 {
  right: -88px;
  transform: rotate(180deg);
}

/* doc */

/*说明*/

h2.title_header {
  text-align: center;
  margin: 10px 0;
}

.item {
  width: 19%;
  float: left;
  margin: 0 0.5%;
  margin-bottom: 10px
}

h2.tit {
  border: 1px solid #44ACFA;
  font-size: 16px;
  line-height: 32px;
  padding: 0 5px;
  border-bottom: none;
  background: #44ACFA;
  color: #fff;
  text-align: center;
}

.item ul {
  border: 1px solid #ededed;
  font-size: 14px;
  line-height: 28px;
  padding: 10px;
}

.item ul li {
  background: #F5F5F5;
  margin-bottom: 2px;
  padding: 0 10px;
}

/* 动效 */

.animate .notice-left, .animate .iconUl_item, .animate .swiper-left, .animate .swiper-right, .animate .dep_h2, .animate .depLeftCon, .animate .depLeft_ul, .animate .dep-right, .animate .health-left .title_headerIndex, .animate .health-right .title_headerIndex, .animate .healthRight_ul2, .animate .title_headerIndex, .animate .report_img, .animate .report_tit{
  -webkit-transform: translatex(0);
  transform: translatex(0);
  opacity: 1;
  visibility: visible;
}

.animate .healthLeft_ul1 li, .animate .healthLeft_ul2 li, .animate .healthRight_ul1 li, .animate .doc_list, .animate .report_h2, .animate .scient_com {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.notice-left, .swiper-left, .dep_h2, .depLeftCon, .depLeft_ul, .health-left .title_headerIndex {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
 .depLeft_ul {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}

.iconUl_item, .swiper-right, .health-right .title_headerIndex, .report_lect, .dep-right, .healthRight_ul2, .title_headerIndex, .report_img, .report_tit {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}

.ks_con, .scient_com, .healthLeft_ul1 li, .healthLeft_ul2 li, .healthRight_ul1 li, .doc_list {
  -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
  transition: all 4s cubic-bezier(.08, .82, .17, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}

.iconUl_item_1, .depLeft_ul_1, .healthRight_ul1 li.column_1, .report_img, .report_tit {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.iconUl_item_2, .depLeft_ul_2, .healthRight_ul1 li.column_2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.iconUl_item_3, .depLeft_ul_3 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.iconUl_item_4 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.Min.health_phone {
  display: none;
}
.Min.health h2.title_headerIndex p.posi_p {
  color: #fff;
}
@media only screen and (max-width: 1800px) {
  .dep-right {
 position: absolute;
 top: 0;
 right: -30px;
 width: 620px;
 height: 420px;
}

.Min.dep::after {
 top: 50px;
}
}
@media only screen and (max-width: 768px) {
  ul.article_list_swiper li .title_type{
 font-size: 0.24rem;
  }
  .swiper-button_5 {display:none}
  .notice-right li.iconUl_item.iconUl_item_1 {
 display: none;
  }
  .min-center .notice-left {
 width: 66%;
  }
  ul.icon-ul {
 justify-content: space-between;
  }
  .flex_bet {
 display: flex;
 justify-content: space-between;
  }
  .Phone {
 display: block;
  }
  .notice-left, .swiper-left, .dep_h2, .depLeftCon, .depLeft_ul, .health-left .title_headerIndex {
 -webkit-transform: translatex(0);
 transform: translatex(0);
 opacity: 1;
 visibility: visible;
  }
  .iconUl_item, .swiper-right, .health-right .title_headerIndex, .report_lect, .dep-right, .healthRight_ul2, .title_headerIndex, .report_img, .report_tit{
 -webkit-transform: translatex(0);
 transform: translatex(0);
 opacity: 1;
 visibility: visible;
  }
  .ks_con, .scient_com, .healthLeft_ul1 li, .healthLeft_ul2 li, .healthRight_ul1 li, .doc_list {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;
  }
  .main {
 margin: 0;
  }
  .banner .swiper-container {
 height: auto;
  }
  .min-center {
 width: 100%;
  }
  .min-center>div>div {
 width: 100%;
 margin-bottom: 0.2rem;
 height: auto;
  }
  .notContent {
 display: block;
  }
  .swiperCon {
 display: block;
  }
  .posi_img1 {
 display: none;
  }
  .dep-right {
 display: none;
  }
  .healthCon {
 display: block;
  }
  .swiper-container_min_2, .swiper-container_min_2 img.img_box {
 width: 100%;
 height: 360px;
  }
  .swiper-container_min_2 img{
 height: auto;
  }
  .main_content .Min {
 background: #fff;
 padding: 0.15rem 0;
  }
  .doc_list li img {
 width: 100%;
  }
  .depLeftCon_pItem p.show {
 font-size: 0.16rem;
 line-height: 0.3rem;
  }
  .swiper-left li a.title_type {
 display: none;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 display: none;
  }
  .swiper_btn {
 display: none;
  }
  ul.article_list_swiper li p {
 display: none;
  }
  ul.article_list_swiper li {
 border: none;
 padding: 0.15rem 0;
  }
  ul.article_list_swiper li a.title_type {
 font-size: 0.24rem;
  }
  a.columnMore {
 display: none;
  }
  .phone_title {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0.45rem;
 position: relative;
  }
  h2.phone_title span {
 font-size: 0.36rem;
 font-weight: 400;
 color: #333333;
 line-height: 0.36rem;
 padding-left: 0;
  }
  h2.phone_title .phoneMore {
 font-size: 0.16rem;
 font-weight: 400;
 color: #6510AD;
 line-height: 36px;
  }
  h2.phone_title .posi_eng {
 position: absolute;
 font-size: 0.48rem;
 font-weight: bold;
 color: #333333;
 line-height: 0.36rem;
 opacity: 0.06;
 top: 0.19rem;
  }
  h2.dep_h2 a {
 font-size: 0.36rem;
 font-weight: 400;
 color: #333333;
 line-height: 0.36rem;
 padding-left: 0;
  }
  h2.dep_h2 span {
 position: absolute;
 font-size: 48px;
 font-weight: bold;
 color: #333333;
 line-height: 36px;
 opacity: 0.06;
 top: 19px;
 left: 0;
  }
  .Min.dep::after {
 top: -15px;
 left: 0px;
  }
  h2.dep_h2 {
 margin-bottom: 0.45rem;
 padding-left: 0;
  }
  .depLeftCon_pItem {
 display: none;
  }
  .Min.health {
 display: none;
  }
  .Min.health_phone {
 display: block;
  }
  .ztbd .article_box img {
 width: 100%;
  }
  h2.title_headerIndex span {
 font-size: 0.36rem;
 font-weight: 400;
 color: #333333;
 line-height: 0.36rem;
 padding-left: 25px;
  }
  h2.title_headerIndex a.more {
 font-size: 0.16rem;
 font-weight: 400;
 color: #6510AD;
 line-height: 36px;
 background: none;
 width: auto;
 height: auto;
  }
  h2.title_headerIndex {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0.45rem;
 position: relative;
  }
  .swiper-container.swiper-container_5 {
  }
  .swiper-button-prev_5.swiper-button_5 {
 left: 0;
  }
  .swiper-button-next_5.swiper-button_5 {
 right: 0px;
  }
  .doc_list li img {
 height: auto;
  }
  h2.title_headerIndex p.posi_p {
 /* font-size: 0.48rem; */
 /* top: 0.19rem; */
  }
  .doc_list li .con_doc h2 a {
 font-size: 0.18rem;
 line-height: 0.56rem;
}

.doc_list li .con_doc {
 height: 0.56rem;
}
.min-center .report_ul{
 width: 48%;
}
.min-center .report_ul .report_tit{
 font-size: 0.24rem;
 line-height: 0.5rem;
 height: auto;
}
.report_img{
 height: auto;
}
}

@media only screen and (max-width: 560px) {
  h2.title_headerIndex p.posi_p {
 font-size: 0.48rem;
 /* top: 0.20rem; */
  }
  .Phone {
 display: none;
  }
  .min-center .notice-left {
 width: 100%;
  }
  .notice-right li.iconUl_item.iconUl_item_1 {
 display: block;
  }
  ul.icon-ul {
 flex-wrap: wrap;
  }
  ul.icon-ul li.iconUl_item {
 width: 50%;
  }
  span.swiper-pagination-current {
 font-size: 0.24rem;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 font-size: 0.2rem;
 left: 0.25rem !important;
 bottom: 0.18rem;
  }
  ul.article_list_swiper li a.title_type {
 font-size: 0.24rem;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 display: block;
  }
  ul.article_list_swiper li .span_date {
 font-size: 0.2rem;
  }
  .swiper-right {
 height: auto;
  }
  h2.dep_h2 span {
 /* display: none; */
 font-size: 0.48rem;
 top: 0.05rem;
  }
  h2.dep_h2 a {
 padding: 0;
 font-size: 0.38rem;
  }
  .Min.dep::after {
 display: none;
  }
  .depLeftCon {
 margin-top: 0.2rem;
  }
  ul.dep_left .depLeft_ul {
 height: 1.64rem;
 width: 23%;

  }
  ul.dep_left .depLeft_ul a p {
 display: none;
  }
  ul.healthRight_ul1 li {
 width: 100%;
 height: auto;
 padding-bottom: 45px;
  }
  ul.healthRight_ul1 {
 flex-wrap: wrap;
  }
  ul.healthRight_ul1 li .img_box {
 width: 100%;
 height: auto;
  }
  ul.healthRight_ul2 {
 flex-wrap: wrap;
  }
  ul.healthRight_ul2 li {
 width: 100%;
 margin-bottom: 0.1rem;
  }
  ul.dep_left .depLeft_ul a h2 {
 margin-bottom: 0;
 line-height: 0.4rem;
  }
  ul.dep_left .depLeft_ul a h2 {
 margin-bottom: 0;
 font-size: 0.18rem;
 margin: 0.1rem 0 0;
  }
  ul.healthLeft_ul1 li p {
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 font-size: 0.14rem;
 margin-top: 0.15rem;
  }
  .healthLeft_ul1 li a.title_type {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 display: block;
 font-size: 0.28rem;
  }
  ul.healthLeft_ul1 li span.span_date {
 right: 0;
  }
  h2.title_headerIndex span {
 font-size: 0.38rem;
  }
  a.columnMore {
 width: 1.6rem;
 height: 0.50rem;
 background-size: 100% 100%;
 font-size: 0.28rem;
  }
  ul.dep_left .depLeft_ul a img {
 width: 0.48rem;
  }
  ul.healthLeft_ul1 li a.img_box {
 width: 2rem;
 height: 1.28rem;
  }
  ul.healthLeft_ul2 li a {
 font-size: 0.28rem;
  }
  ul.healthLeft_ul2 li span.span_date {
 font-size: 0.24rem;
  }
  h2.noticeLeft-title span {
 font-size: 0.38rem;
  }
  h2.noticeLeft-title a {
 font-size: 0.30rem;
  }
  .notice-left ul.article_list li a {
 font-size: 0.24rem;
  }
  .swiper-left li a.title_type {
 font-size: 0.24rem;
 height: 0.64rem;
 line-height: 0.64rem;
  }
  .swiper_btn {
 bottom: 0.03rem;
  }
  ul.article_list_swiper li p {
 font-size: 0.18rem;
 line-height: 0.30rem;
 margin-top: 0.15rem;
  }
  ul.healthRight_ul1 li a.title_type {
 font-size: 0.28rem;
  }
  ul.healthRight_ul2 li .img_box {
 width: 1.5rem;
 height: 1rem;
  }
  ul.healthRight_ul2 li a.title_type {
 font-size: 0.24rem;
  }
  ul.healthRight_ul2 li span.span_date {
 font-size: 0.24rem;
  }
  h2.phone_title .posi_eng {
 top: 0.35rem;
  }
  .swiper-container.swiper-container_5{}
  .swiper-button_5 {
 top: 55px;
}

.doc_list li {
 height: 240px;
 }
}
@media only screen and (max-width: 420px) {
 .doc_list li {
 height: 220px;
 }
}

@media only screen and (max-width: 320px) {
  ul.dep_left {
 flex-wrap: wrap;
  }
  ul.dep_left .depLeft_ul {
 width: 100%;
 margin-bottom: 10px;
  }
}   