.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox .textBox {
  position: absolute;
  top: 245px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox .textBox .h2 {
  width: 558px;
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #fbf5f5;
  line-height: 56px;
}
.bannerBox .textBox .h3 {
  width: 558px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #fbf5f5;
  line-height: 23px;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.bannerBox .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin: auto;
  margin-top: 70px;
}
.bannerBox .textBox .btn {
  display: block;
  width: 160px;
  height: 50px;
  opacity: 0.44;
  border: 2px solid #fbfcfd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.bannerBox .textBox .btn:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
}
.box ul {
  width: 100%;
}
.box ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 10px;
  border-bottom: 1px solid #B4B4B4;
  box-sizing: border-box;
  cursor: pointer;
}
.box ul li .left {
  width: 255px;
  min-width: 255px;
  height: 190px;
  background: rgba(0, 0, 0, 0);
  margin-right: 50px;
}
.box ul li .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.box ul li .center {
  flex: 1;
}
.box ul li .center .title {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #040404;
  line-height: 38px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box ul li .center .sub {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #828282;
  line-height: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 40px 0;
}
.box ul li .center .read {
  font-size: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #bebdbd;
  line-height: 15px;
  letter-spacing: 1px;
}
.box ul li .right {
  width: 120px;
  min-width: 120px;
}
.box ul li .right .mm {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #b2b1b1;
  text-align: center;
  margin-bottom: 10px;
}
.box ul li .right .yy {
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #b2b1b1;
}
.box #title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 700;
  text-align: center;
  color: #040404;
  line-height: 38px;
  letter-spacing: 2px;
  padding-top: 40px;
}
.box #time {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #a19e9e;
  line-height: 38px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.box .html {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #515151;
  padding: 40px 0;
  box-sizing: border-box;
}
.box .html img{
	max-width: 100%;
}
.box .btnList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .btnList .left,
.box .btnList .right {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #a19e9e;
  line-height: 38px;
  cursor: pointer;
}
.box .btnList .left .span,
.box .btnList .right .span {
  width: 80px;
  min-width: 80px;
}
.box .btnList .left .title,
.box .btnList .right .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page3 {
  padding-top: 50px ;
  box-sizing: border-box;
  background-color: #F9F9F9;
}
.page3 .bread {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page3 .bread .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  margin-right: 15px;
  cursor: pointer;
}
.page3 .bread .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-right: 15px;
}
.page2 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.page2 .bread {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page2 .bread .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  margin-right: 15px;
  cursor: pointer;
}
.page2 .bread .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-right: 15px;
}
