html,
body {
  height: auto;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.comm_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #FFFFFF;
}
#head_box {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.head_boxA {
  /*box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);*/
  /*transition: 0.5s;*/
  top: -100px !important;
}
.cix_cont {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
}
.cix_cont .cix_box {
  width: 100%;
  height: auto;
  min-height: 600px;
}
.cix_cont .cix_box .banner_img {
  width: 100%;
  height: auto;
}
.cix_cont .cix_box .banner_img img {
  width: 100%;
  display: block;
}
.cix_cont .cix_box .cix_div {
  width: 1400px;
  height: auto;
  min-height: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding-bottom: 100px;
}
.cix_cont .cix_box .cix_div .cont_rich {
  width: 100%;
  height: auto;
}
.cix_cont .cix_box .cix_div .cont_rich p {
  font-size: 16px;
  color: #333;
  margin: 20px auto;
  line-height: 26px;
  text-indent: 26px;
}
.cix_cont .cix_box .cix_div .cont_rich img {
  /*width: 100%;*/
  max-width:100%;
}
@media only screen and (max-width: 1460px) {
  .cix_cont .cix_box .cix_div {
    width: 1200px;
  }
}
@media only screen and (max-width: 1250px) {
  .cix_cont .cix_box .cix_div {
    width: 940px;
  }
  .cix_cont .cix_box .cix_div .cont_rich p {
    font-size: 15px;
  }
  .cix_cont .cix_box .cix_div .cont_rich img {
  /*width: 100%;*/
 
 width: 100%;
    max-width: 100%;
    display: block;
}
}
@media only screen and (max-width: 970px) {
  .cix_cont .cix_box .cix_div {
    width: 750px;
  }
  .cix_cont .cix_box .cix_div .cont_rich p {
    font-size: 14px;
  }
    .cix_cont .cix_box .cix_div .cont_rich img {
  /*width: 100%;*/
  max-width:100%;
  display:inherit;
}
}
@media only screen and (max-width: 767px) {
  .cix_cont {
    padding-top: 1.842105rem;
  }
  .cix_cont .cix_box .cix_div {
    width: 96%;
    margin: auto;
  }
  .cix_cont .cix_box .cix_div .cont_rich p {
    font-size: 0.368421rem;
  }
  .cix_cont .cix_box .cix_div .cont_rich img {
  /*width: 100%;*/
  max-width:100%;
  display:inherit;
}
}

.right_cont .cont_time{
	height:auto;
}
.right_cont .cont_time span{
	white-space: nowrap;
}