@charset "UTF-8";
html,body{
  /*display: flex;*/
  /*flex-direction: column;*/
  height: 100%;
}
.mainbox {
  /*flex: 1;*/
  width: 1200px;
  margin: 0  auto;
  padding-top: 30px;
  box-sizing: border-box;
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a{
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.mainbox .box {
  width: 1196px;
  margin-top: 25px;
  padding: 54px 112px 0 102px;
  border: 1px solid #D9DADC;
  border-radius: 4px;
  box-sizing: border-box;
}


.mainbox .box h2 {
  width: 100%;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.mainbox .box .hd {
  display: flex;
  width: 100%;
  height: 59px;
  padding-left: 85px;
  line-height: 59px;
  margin-top: 26px;
  box-sizing: border-box;
  justify-content: center;
}

.mainbox .box .hd li {
  font-size: 14px;
  color: #666666;
}

.mainbox .box .hd li:first-child {
  margin-right: 15px;
}

.mainbox .box .hd li:nth-child(2) {
  margin-right: 20px;
}

.mainbox .box .hd li:nth-child(3) {
  margin-right: 40px;
}

.mainbox .box .hd li:last-child {
  display: flex;
  align-items: center;
}

.mainbox .box .hd li:last-child span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  background-color: black;
}

.mainbox .box .hd li:last-child span:nth-child(2) {
  background: url("/site/image/01icon_QQ.png");
  background-size: 100%;
  border-radius: 50%;
}

.mainbox .box .hd li:last-child span:nth-child(2):hover {
  background: url("/site/image/icon_QQ.png");
  background-size: 100%;
  border-radius: 50%;
}

.mainbox .box .hd li:last-child span:nth-child(3) {
  background: url("/site/image/01icon_wb.png");
  background-size: 100%;
  border-radius: 50%;
}

.mainbox .box .hd li:last-child span:nth-child(3):hover {
  background: url("/site/image/icon_wb.png");
  background-size: 100%;
  border-radius: 50%;
}

.mainbox .box .hd li:last-child span:last-child {
  background: url("/site/image/01icon_wechat.png");
  background-size: 100%;
  border-radius: 50%;
}

.mainbox .box .hd li:last-child span:last-child:hover {
  background: url("/site/image/icon_wechat.png");
  background-size: 100%;
  border-radius: 50%;
}
.mainbox .box .top_line {
  width: 100%;
  height: 1px;
  background-color: #999999;
  opacity: 0.5;
}

.mainbox .box .content {
  position: relative;
  width: 971px;
  margin: 68px auto 0;
  color: #333333;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  background-color: #FFFFFF;
}

.mainbox .box .content p {
  margin-bottom: 10px;
  text-indent: 32px;
  font-size: 16px;
  color: #333333;
}

.mainbox .box .content .unity {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.mainbox .box .content .date {
  position: absolute;
  right: 0;
  bottom: 0;
}

.mainbox .box .line {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin-top: 96px;
}

.mainbox .box .ft {
  display: flex;
  width: 100%;
  height: 155px;
  padding-top: 38px;
  box-sizing: border-box;
}

.mainbox .box .ft .download {
  display: inline-block;
  width: 112px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  color: #FFFFFF;
  background: url("../static/image/附件_看图王.png") no-repeat 10px 5px;
  background-color: #1976D2;
  border-radius: 4px;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.mainbox .box .ft .file {
  margin-left: 33px;
  font-size: 16px;
  color: #1976D2;
}

.mainbox .box .ft .file li {
  margin-top: 10px;
  cursor: pointer;
}
.footer{
  margin-top: 200px!important;
}

