.connect_float_window {
  position: fixed;
  right: 0;
  top: 50%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #ffffff;
  z-index: 999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.connect_float_window_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}
.connect_float_window_item a:hover {
  color: #0e552e !important;
}
.connect_float_window > .connect_float_window_item:last-child {
  border-bottom: none;
}
.connect_float_window_item > img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.connect_float_window > .connect_float_window_item:first-child > img {
  margin-top: 0;
}

/* 页码 */
.news_body_box_right_page_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 50px;
}
.news_body_box_right_page_box button {
  margin-left: 12px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
}
.news_body_box_right_page_box > span {
  margin-bottom: 10px;
}
.buttonClick {
  background-color: #0e552e !important;
  color: #ffffff !important;
  border: none !important;
}
.news_body_box_right_page_box input {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 12px;
  border: 1px solid #dddddd;
  outline: none;
  margin-bottom: 10px;
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid #cecece;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  margin-left: 12px;
  margin-bottom: 2px;
}
.news_body_box_right_page_box .page_size {
  width: 87px;
  height: 30px;
}
.news_body_box_right_page_box .goto {
  padding-left: 12px;
}

@media all and (max-width: 720px) {
  .swiper-slide > div {
    position: relative;
  }
  .swiper-banner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 80px;
    color: #ffffff;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-150px) translateY(-40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .swiper-banner-box > div:last-child {
    font-size: 20px;
    margin-top: 10px;
  }
  .swiper-banner-img {
    display: none;
  }
  .swiper-banner-img_mobile {
    display: block;
  }
  .connect_float_window {
    display: none;
  }
  .news_body {
    display: none;
  }
  .news_body--mobile {
    display: block;
  }
  .news_body--mobile .news_body_box_header {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #101d37;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
  }
  .news_body--mobile .news_body_box_header > span {
    margin-left: 10px;
  }
  .news_body--mobile .news_body_box_header > img {
    width: 4px;
  }
  .news_body_box_content_list {
    padding: 0 8px;
  }
  .imgItem{
	width: 48%;
    float: left;
    margin-right: 1%;
	margin-left: 1%;
    margin-bottom: 2%;
    background: #fff;
  }
  .news_body--mobile .news_body_box_content_list_item {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
  }
  .news_body--mobile .list_item_text {
    flex: 0.95;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_body--mobile .list_item_date {
    width: 90px;
  }
  .news_body--mobile .news_body_box_right_page_box {
    justify-content: center;
    margin-bottom: 30px;
  }
  .news_body--mobile .news_body_box_right_page_box button {
    width: auto;
    height: auto;
    padding: 8px 14px;
  }
  /* .line {
    width: 100%;
    height: 2px;
    background: #0e552e;
  } */
  
  .detail_header,
  .news_body_detail_box_right,
  .news_detail_body .detail_content h2{
    display: none;
  }
  .news_detail_body{
    padding: 15px;
  }
  .news_detail_body .detail_content h3{
    display: block !important;
  }
  .news_detail_body .detail_content .subtitle{
    text-align: left;
  }
  .news_detail_body .detail_content .detail_content_text{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #585858;
    line-height: 25px;
  }
  .news_detail_body .detail_content .detail_content_text p{
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}

@media all and (min-width: 720px) {
  .swiper-slide > div {
    position: relative;
  }
  .swiper-banner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    height: 180px;
    color: #ffffff;
    background: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-340px) translateY(-90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
  }
  .swiper-banner-box > div:last-child {
    /*font-size: 48px;
    margin-top: 10px;*/
  }
  .swiper-banner-img_mobile {
    display: none;
  }
  .news_body {
    width: 100%;
    padding: 0 21%;
    padding-bottom: 49px;
    margin-top: 30px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
  }
  .news_body--mobile{
    display: none;
  }
  .news_body_box,
  .news_body_detail_box {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .news_body_box_left {
    flex: 0.2;
    margin-right: 30px;
    box-sizing: border-box;
  }
  .news_body_box_right {
    flex: 0.8;
  }
  .sidebar_box_header {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    background: #0e552e;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar_box_list {
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.3);
  }
  .sidebar_box_list_item {
    /* height: 70px;
    line-height: 70px; */
    /* padding: 30px; */
    text-align: center;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
  }
  .sidebar_box_list_item_active {
    color: #54a66d;
    font-weight: bold;
  }
  /*.sidebar_box_list_item:hover {
    color: #54a66d;
    background: #f5f5f5;
  }*/
  .sidebar_box_list_item_title:hover {
    color: #54a66d;
    background: #f5f5f5;
  }
  .sidebar_box_list_item_title {
    padding: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 999;
  }
  .sidebar_box_list_item_sub-list {
    display: none;
  }
  .sidebar_box_list_item_sub-list .sub-list_item {
    color: #666666;
    font-weight: normal;
    padding: 20px;
    background: #fff;
  }
  .sidebar_box_list_item_sub-list .sub-list_item__active,
  .sidebar_box_list_item_sub-list .sub-list_item:hover {
    color: #54a66d;
    background: #f5f5f5;
  }
  .sidebar_box_list_item_active .sidebar_box_list_item_sub-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-top: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
	}
  .news_body_box_right_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
  }
  .news_list_title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
  }
  .news_Breadcrumb,
  .news_Breadcrumb a {
    color: #999999;
    font-size: 14px;
  }
  .news_body_box_content_list_item {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
  }
  .list_item_text {
    flex: 0.95;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list_item_date {
    width: 90px;
  }
  .news_footer {
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    background: #222222;
    font-size: 16px;
    font-family: PingFang SC;
  }

  .connect_float_window {
    position: fixed;
    right: 0;
    top: 50%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    z-index: 999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .connect_float_window_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
  }
  .connect_float_window_item:hover {
    color: #0e552e;
  }
  .connect_float_window > .connect_float_window_item:last-child {
    border-bottom: none;
  }
  .connect_float_window_item > img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .connect_float_window > .connect_float_window_item:first-child > img {
    margin-top: 0;
  }

  .news_detail_body {
    width: 100%;
    padding: 0 21%;
    padding-top: 30px;
    padding-bottom: 49px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    background: #f9f9f9;
  }
  .news_body_detail_box_left {
    flex: 0.8;
    padding: 21px 21px 80px;
    background: #ffffff;
    box-shadow: 0px 7px 7px 0px rgba(208, 209, 226, 0.26);
  }
  .news_body_detail_box_right {
    flex: 0.2;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .detail_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d4d4d4;
  }
  .detail_header .news_Breadcrumb,
  .detail_header .news_Breadcrumb a {
    font-size: 16px;
  }
  .detail_header .news_Breadcrumb a:last-child {
    color: #000000;
  }
  .detail_header > img {
    margin-right: 15px;
  }
  .detail_content {
    width: 85%;
    margin: 0 auto;
  }
  .detail_content h2 {
    width: 75%;
    margin: 0 auto;
    margin-top: 39px;
  }
  .detail_content_text p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
  }
  .detail_content_text img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 40px auto;
  }
  .right_sidebar_box {
    box-shadow: 0px 7px 7px 0px rgba(208, 209, 226, 0.26);
  }
  .right_sidebar_box_header {
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: #0e552e;
    font-size: 20px;
    /*padding-left: 25px;*/
    box-sizing: border-box;
  }
  .right_sidebar_box_list {
    box-sizing: border-box;
    background: #ffffff;
  }
  .right_sidebar_box_list_item {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    padding: 21px 25px;
  }
  .right_sidebar_box_list_item span {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .right_sidebar_box_list_item_active {
    color: #0e552e;
    background: #f5f5f5;
  }
  .right_sidebar_box_list_item:hover {
    color: #0e552e;
    background: #f5f5f5;
  }
}
