html {
  width: 100%;
  min-width: 1486px;
  height: 100%;
}

.indexPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: url("../../images/footerBG.png") no-repeat;
  background-position: bottom;
  background-size: 100%; */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.indexPage .warp {
  flex: 1;
  width: 1245px;
  margin: 0 auto;
  padding-top: 44px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.indexPage .warp .notification {
  width: 100%;
  height: 55px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 170, 170, 0.09) 100%
  );
  box-shadow: 0px -6px 6px 1px rgba(0, 0, 0, 0.07);
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 20px;
  position: relative;
}
.indexPage .warp .notification .noticeIcon {
  width: 124px;
  margin-left: 13px;
  position: absolute;
  left: 0;
  top: -22px;
}
.indexPage .warp .notification .noticeContent {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #cc0000;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 130px;
}
.indexPage .warp .slideshow {
  width: 670px;
  height: 285px;
  margin-top: 80px;
  /* background: #ffa7a7; */
}
.indexPage .warp .slideshow .img {
  width: 670px;
  height: 285px;
  position: relative;
  margin: 0 auto;
}
.indexPage .warp .slideshow .img img {
  width: 100%;
}
.indexPage .warp .slideshow .img .titleBox {
  width: 670px;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 29px;
  cursor: pointer;
}
.indexPage .warp .newList {
  width: 555px;
  height: 388px;
  background: #ffffff;
  text-align: right;
  padding: 0 20px;
}
.indexPage .warp .newList .newListHeader {
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.indexPage .warp .newList .newListHeader img {
  width: 14.04px;
  height: 12.41px;
  margin-right: 11px;
}
.indexPage .warp .newList .newListHeader a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #cc0000;
}
.indexPage .warp .newList .list-group {
  text-align: left;
}
.indexPage .warp .newList .list-group .list-group-item {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  margin-top: 11px;
}
.indexPage .warp .newList .list-group .list-group-item .bi {
  color: #cc0000;
  font-size: 10px;
  margin-right: 12px;
}
.indexPage .warp .newList .list-group .list-group-item .itemTitle {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.indexPage .warp .newList .list-group .list-group-item .itemTime {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c5bfc5;
  white-space: nowrap;
  margin-left: 10px;
}
.indexPage .warp .banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.indexPage .warp .banner img {
  margin-top: 15px;
}
.indexPage .warp .banner .bannerOne {
  width: 100%;
}
.indexPage .warp .boxWarp {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: left;
}
.indexPage .warp .boxWarp .box_left {
  width: 390px;
}
.indexPage .warp .boxWarp .box_left .organization {
  width: 100%;
}
.indexPage .warp .boxWarp .box_left .organization .organization_content {
  width: 100%;
  padding: 5px 0;
}
.indexPage
  .warp
  .boxWarp
  .box_left
  .organization
  .organization_content
  .organization_item {
  width: 341px;
  min-height: 40px;
  max-height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/bg5.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #cc0000;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #cc0000;
}
.indexPage .warp .boxWarp .box_right {
  width: 842px;
  margin-left: 20px;
}
.indexPage .warp .boxWarp .box_right .flexWarp {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
.indexPage .warp .boxWarp .box_right .ritht_item {
  width: 100%;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_title {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bcbcbc;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_title .more {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0d6eff;
  cursor: pointer;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_title div {
  display: flex;
  justify-content: left;
  align-items: center;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_title div img {
  width: 32px;
  margin-right: 12px;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_title div a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #cc0000;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content {
  width: 100%;
  background: #ffffff;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content .li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .li
  div
  .bi {
  color: #cc0000;
  font-size: 10px;
  margin-right: 12px;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content .li div a {
  width: 700px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  cursor: pointer;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .li
  div
  .time {
  width: 90px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c5bfc5;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content .imgList {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .imgList
  .img {
  width: 109px;
  height: 83px;
  margin-top: 14px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .dottedLine {
  width: 90%;
  border-bottom: 1px dashed #dccccc;
  margin: 10px auto -10px;
}
.indexPage .warp .boxWarp .box_right .ritht_item .ritht_item_content .boxItem {
  /* width: 121px;
   */
  height: 36px;
  padding: 6px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  background: rgba(255, 0, 0, 0.15);
  border-radius: 18px;
  margin-left: 12px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item {
  width: 33%;
  position: relative;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_title
  .more {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0d6eff;
  cursor: pointer;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_title
  div {
  display: flex;
  justify-content: left;
  align-items: center;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_title
  div
  img {
  width: 14.04px;
  margin-right: 3px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_title
  div
  span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #cc0000;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_content {
  width: 100%;
  background: #ffffff;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_content
  .li {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_content
  .li
  .bi {
  color: #cc0000;
  font-size: 10px;
  margin-right: 12px;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_content
  .li
  a {
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  cursor: pointer;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .bottom_content_item_content
  .li
  .time {
  display: inline-block;
  min-width: 110px;
  height: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #8f8f8f;
}
.indexPage
  .warp
  .boxWarp
  .box_right
  .ritht_item
  .ritht_item_content
  .ritht_bottom_content
  .bottom_content_item
  .redLine {
  width: 1px;
  height: 100px;
  background-color: #d73535;
  position: absolute;
  right: 12px;
  top: 70px;
}
.indexPage .warp .boxWarp .box_right .ritht_item2 .ritht_item_content {
  /* height: 250px; */
}
.indexPage .warp .buttonLink {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage .warp .buttonLink .buttonItem {
  width: 294px;
  height: 50px;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.indexPage .warp .buttonLink .buttonItem .buttonItemName {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}
.indexPage .warp .buttonLink .buttonItem1 {
  background: #ffeceb;
  border: 1px solid #be6262;
}
.indexPage .warp .buttonLink .buttonItem1 .buttonItemIcon {
  width: 34px;
}
.indexPage .warp .buttonLink .buttonItem1 .buttonItemName {
  color: #a40b06;
}
.indexPage .warp .buttonLink .buttonItem2 {
  background: #fff6eb;
  border: 1px solid #beac62;
}
.indexPage .warp .buttonLink .buttonItem2 .buttonItemIcon {
  width: 29px;
}
.indexPage .warp .buttonLink .buttonItem2 .buttonItemName {
  color: #a45a06;
}
.indexPage .warp .buttonLink .buttonItem3 {
  background: #ebf2ff;
  border: 1px solid #6289be;
}
.indexPage .warp .buttonLink .buttonItem3 .buttonItemIcon {
  width: 29px;
}
.indexPage .warp .buttonLink .buttonItem3 .buttonItemName {
  color: #0b06a4;
}
.indexPage .warp .buttonLink .buttonItem4 {
  background: #ebfff1;
  border: 1px solid #62be6e;
}
.indexPage .warp .buttonLink .buttonItem4 .buttonItemIcon {
  width: 27px;
}
.indexPage .warp .buttonLink .buttonItem4 .buttonItemName {
  color: #00914e;
}
.indexPage .warp .bottom_box {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexPage .warp .bottom_box .bottom_box_item {
  width: 611px;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_title {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bcbcbc;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_title .more {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0d6eff;
  cursor: pointer;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_title div {
  display: flex;
  justify-content: left;
  align-items: center;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_title div img {
  width: 14.04px;
  margin-right: 3px;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_title div a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #cc0000;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_content {
  width: 100%;
  padding-top: 10px;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .firstItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .firstItem
  .imgWarp {
  width: 215.38px;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .firstItem
  .contentWarp {
  width: 385px;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .firstItem
  .contentWarp
  .contentTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .firstItem
  .contentWarp
  .contentTitle:hover {
  text-decoration: underline;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_content .li {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_content .li .bi {
  color: #cc0000;
  font-size: 10px;
  margin-right: 12px;
}
.indexPage .warp .bottom_box .bottom_box_item .bottom_box_item_content .li a {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  cursor: pointer;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item
  .bottom_box_item_content
  .li
  .time {
  display: inline-block;
  min-width: 110px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #8f8f8f;
  text-align: right;
  padding-right: 8px;
}
.indexPage .warp .bottom_box .bottom_box_item1 {
  width: 432px;
}
.indexPage .warp .bottom_box .bottom_box_item2 {
  width: 750px;
}
.indexPage .warp .bottom_box .bottom_box_item2 .bottom_box_item_content {
  width: 100%;
  display: flex;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item2
  .bottom_box_item_content
  .firstItem {
  margin-top: 14px;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item2
  .bottom_box_item_content
  .firstItem
  .imgWarp {
  width: 274px;
}
.indexPage
  .warp
  .bottom_box
  .bottom_box_item2
  .bottom_box_item_content
  .liWarp {
  width: 460px;
  margin-left: 10px;
}
.indexPage .warp .linkWarp {
  width: 100%;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
.indexPage .warp .linkWarp .form-control {
  width: 400px;
  height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.indexPage .warp .codeWarp {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.indexPage .warp .codeWarp .boxCode {
  width: 614px;
  height: 128px;
  display: flex;
  justify-content: left;
  align-items: center;
  background: rgba(232, 232, 232, 0.55);
}
.indexPage .warp .codeWarp .boxCode .code {
  width: 100px;
  height: 100px;
  margin-left: 16px;
  margin-right: 24px;
}
.indexPage .warp .codeWarp .boxCode .codeName {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.indexPage .warp .blogroll {
  width: 60%;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.indexPage .warp .blogroll a,
.indexPage .warp .blogroll span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.indexPage .warp .rightFloating {
  width: 80px;
  height: 300px;
  position: absolute;
  right: -100px;
  top: 25%;
  background: url("../../images/bg10.png") no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.indexPage .warp .rightFloating .rightFloatingName {
  width: 58px;
  height: 66px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ff6363;
  text-align: center;
  margin: 0 auto;
  line-height: 106px;
  position: relative;
  cursor: pointer;
}
.indexPage .warp .rightFloating .rightFloatingName .porp {
  width: 110px;
  height: 102px;
  background: url("../../images/porpBG.png") no-repeat;
  background-size: 100% 100%;
  display: none;
  position: absolute;
  right: -120px;
  top: -15px;
}
.indexPage .warp .rightFloating .rightFloatingName:hover .porp {
  display: block;
}
.indexPage .warp .rightFloating .zcx {
  background: url("../../images/zcxbg1.png") no-repeat;
  background-size: 100% 100%;
}
.indexPage .warp .rightFloating .zcx:hover {
  background: url("../../images/zcxbg2.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.indexPage .warp .rightFloating .gzh {
  background: url("../../images/gzhbg1.png") no-repeat;
  background-size: 100% 100%;
}
.indexPage .warp .rightFloating .gzh:hover {
  background: url("../../images/gzhbg2.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.indexPage .warp .rightFloating .xcx {
  background: url("../../images/xcxbg1.png") no-repeat;
  background-size: 100% 100%;
}
.indexPage .warp .rightFloating .xcx:hover {
  background: url("../../images/xcxbg2.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}

.moveAdvertising {
  width: 100px;
  height: 100px;
  background-color: #00914e;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 5;
}

.indexPage .leadDuty {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.indexPage .leadDuty .lead_left {
  width: 100%;
  padding: 10px;
}

.leadDuty {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lead_left {
  width: 347px;
  min-height: 307px;
  background-color: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
}

.big_title img {
  width: 13.5px;
  height: 11.92px;
  vertical-align: middle;
}

.big_title span {
  height: 31px;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-stretch: normal;
  line-height: 31px;
  color: #cc0000;
  vertical-align: middle;
  cursor: pointer;
}

.big_title .title_img {
  width: 786px;
  height: 41px;
  margin-top: -20px;
}

.lead_left .bottom_content {
  display: flex;
  justify-content: left;
  margin-top: 19px;
}

.lead_left .bottom_content .content_img {
  width: 150px;
  min-width: 150px;
  background-color: #f8f8f8;
  /*  background-image: linear-gradient(90deg, ); */
  margin-right: 8px;
}

.lead_left .bottom_content .content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead_left .bottom_content .content_right h1 {
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.content_right h1 span {
  display: inline-block;
  width: 55px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.lead_left .bottom_content .content_right h1:nth-child(1) {
  margin-top: 0px;
}

/* .lead_left .bottom_content .content_right div:nth-child(1){
	margin-top: 10px;
} */
.lead_left .cwhdiv {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff6f0;
  border: 1px solid #cc0000;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 10px;
}

.lead_left .cwhdiv a {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #cc0000;
}

.lead_left .bottom_content .content_right p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.lead_left .bottom_content .content_right div a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #da2323;
}

.content_right p {
  width: 100%;
}

.content_right p span {
  display: inline-block;
  width: 55px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.lead_left .bottom_content .content_right .vicedirector {
  width: 54px;
  display: inline-block;
  margin-right: 22px;
}
.lead_left .bottom_content .content_right .vicedirector:nth-child(3n) {
  margin-right: 0;
}
