.n-wrap {
  width: 1280px;
  margin: 0 auto;
}
/* 公用设置 */
.common-bread {
  min-height: 68px;
  border-bottom: 1px solid #d8dce6;
  background: linear-gradient(0deg, #fafafc 0%, #f7f8fa 100%);
  padding-left: 26px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  overflow: hidden;
}
.common-bread ul {
  display: flex;
}
/* 修改 */
.common-bread ul a,
.common-bread ul span {
  color: #4d4d4d;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  flex-shrink: 0;
}
.common-bread ul span {
  flex-shrink: 0;
}
.common-bread ul li {
  flex-shrink: 0;
  word-break: break-all;
}
.common-bread ul li:last-of-type {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-bread ul li a {
  word-break: break-all;
}
.common-bread ul li a:hover {
  color: #313133;
  font-weight: 700;
}
.common-bread ul li::after {
  content: '>';
  margin-right: 5px;
}
.common-bread ul li:last-of-type::after {
  content: '';
}
/* 公用侧边栏目 */
.common-aside {
  width: 26.7%;
  /* 政策材料 */
}
.common-aside .title-box {
  height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8dce6;
  background: linear-gradient(0deg, #fafafc 0%, #f7f8fa 100%);
}
.common-aside .title-box h5 {
  color: #333;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-left: 23px;
  display: flex;
  align-items: center;
}
.common-aside .title-box h5::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 15px;
  background-color: #313133;
  margin-right: 10px;
}
.common-aside .common-section {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.common-aside .common-section .common-list {
  padding-top: 30px;
  padding-bottom: 39px;
  padding-left: 23px;
  padding-right: 23px;
  width: 100%;
}
.common-aside .common-section .common-list ul li {
  margin-bottom: 16px;
}
.common-aside .common-section .common-list ul li:last-child {
  margin-bottom: 0;
}
.common-aside .common-section .common-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17px 23px;
  border: 1px solid #e7e7e7;
  background: #f4f4f4;
  color: #3e3e3e;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-aside .common-section .common-list ul li a img {
  margin-right: 10px;
}
.common-aside .common-section .common-list ul li a .active-icon {
  display: none;
}
.common-aside .common-section .common-list ul li a:hover {
  color: #3e3e3e;
  background: #e2e2e2;
}
.common-aside .common-section .common-list ul li a.current {
  background: #313133;
  color: #fff;
}
.common-aside .common-section .common-list ul li a.current .active-icon {
  display: block;
}
.common-aside .common-section .common-list ul li a.current .default-icon {
  display: none;
}
.common-aside .common-info {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
.common-aside .common-info .info-box {
  padding: 19px 31px 30px 22px;
}
.common-aside .common-info .info-box p {
  margin-bottom: 19px;
}
.common-aside .common-info .info-box p:last-of-type {
  margin-bottom: 0;
}
.common-aside .common-info .info-box p span:nth-child(1) {
  color: #000;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.common-aside .common-info .info-box p span:nth-child(2),
.common-aside .common-info .info-box p a {
  color: #414141;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-aside .common-policy {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.common-aside .common-policy .tags {
  padding-top: 26px;
  padding-bottom: 35px;
  padding-left: 21px;
}
.common-aside .common-policy .tags a {
  display: inline-block;
  padding: 6px 17px;
  border-radius: 2px;
  background: #eaeaea;
  color: #393939;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  margin-right: 12px;
}
.common-aside .common-policy .tags a:hover {
  color: #3e3e3e;
  background: #e2e2e2;
}
/* 分页器 */
.common-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.common-pagination .size {
  display: flex;
  align-items: center;
}
.common-pagination .size a {
  display: block;
  padding: 7px 13px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #6b6b6b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}
.common-pagination .size a:last-of-type {
  margin-right: 0;
}
.common-pagination .size a.current,
.common-pagination .size a:hover {
  background: #313133;
  color: #fff;
}
.common-pagination .links {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.common-pagination .links a,
.common-pagination .links span {
  color: #6b6b6b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-pagination .links input {
  width: 54px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
}
.common-pagination .total {
  margin-left: 8px;
}
.common-pagination .total span {
  margin-right: 8px;
  color: #6b6b6b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-pagination .total span:last-child {
  margin-right: 0;
}
/* 公用搜索栏目 */
.common-search {
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.common-search .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-search .row .left-text {
  color: #464646;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  min-width: 96px;
}
.common-search .row1 {
  margin-bottom: 20px;
}
.common-search .row1 input {
  width: 700px;
  height: 41px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  color: #464646;
}
.common-search .row1 input::placeholder {
  color: #b8b8b8;
}
.common-search .row2 .right-search {
  display: flex;
  align-items: center;
}
.common-search .row2 .time-area input {
  width: 181px;
  height: 41px;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  color: #464646;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.common-search .row2 .time-area input::placeholder {
  color: #b8b8b8;
}
.common-search .row2 .time-area .split {
  color: #606060;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 11px;
  margin-right: 11px;
}
.common-search .row2 .btn-area {
  margin-left: 30px;
}
.common-search .row2 .btn-area button {
  width: 123px;
  height: 41px;
  cursor: pointer;
}
.common-search .row2 .btn-area .search-btn {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #313133;
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px;
}
.common-search .row2 .btn-area .reset-btn {
  border-radius: 4px;
  border: 1px solid #959595;
  background: #fff;
  color: #464646;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* 公用展示列表 */
.common-show-list .show-item {
  width: 100%;
  padding-right: 15px;
  padding-top: 31px;
  padding-bottom: 30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.common-show-list .show-item .text {
  min-height: 73px;
}
.common-show-list .show-item a {
  display: block;
  width: 100%;
}
.common-show-list .show-item .title {
  color: #3d3d3d;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-show-list .show-item .desc {
  margin-top: 9px;
  color: #9b9b9b;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-show-list .show-item .desc:hover {
  color: #313133;
}
.common-show-list .show-item .info-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.common-show-list .show-item .info-box .info-item {
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.common-show-list .show-item .info-box .info-item span {
  color: #9b9b9b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}
/* 关于我们页面 */
.about-page {
  margin-bottom: 168px;
  margin-top: 36px;
}
.about-page .title {
  color: #000;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  padding-top: 56px;
}
.about-page .title span {
  display: block;
  width: 48px;
  height: 3px;
  background: #d2d2d2;
  margin: 9px auto 33px;
}
.about-page .main {
  padding-left: 6.32%;
  padding-right: 6.71%;
  background-color: #fff;
  padding-bottom: 103px;
  /* 图文 */
  /* 优势 */
}
.about-page .main .content p,
.about-page .main .content img {
  max-width: 100% !important;
}
.about-page .main .content .article {
  text-align: justify;
}
.about-page .main .content .article p {
  color: #616161;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.about-page .main .content .article p:nth-child(1) {
  margin-bottom: 40px;
}
.about-page .main .content .article p:nth-child(2) {
  margin-bottom: 31px;
}
.about-page .main .content .article .img-wrap {
  margin-top: 42px;
  display: flex;
}
.about-page .main .content .article .img-wrap img {
  width: 50%;
  max-width: 100%;
}
.about-page .main .advantage {
  background-color: #fff;
}
.about-page .main .advantage .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-page .main .advantage .list .item {
  /* 17.8% */
  width: 17.8%;
  height: auto;
}
.about-page .main .advantage .list .item .pic {
  width: 136px;
  height: 136px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.about-page .main .advantage .list .item .text {
  margin-top: 23px;
}
.about-page .main .advantage .list .item .text h5 {
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  text-align: center;
}
.about-page .main .advantage .list .item .text p {
  color: #868686;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 17px;
  max-width: 100%;
  text-align: justify;
}
/* 公司动态页面 */
.company-dt-page {
  margin-top: 36px;
  margin-bottom: 87px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company-dt-page .left {
  width: 71.8%;
  background-color: #fff;
}
.company-dt-page .left .main {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 36px;
  padding-bottom: 84px;
  /* 新闻列表 */
}
.company-dt-page .left .main .custom {
  display: flex;
  overflow: hidden;
  padding-bottom: 31px;
}
.company-dt-page .left .main .custom .pic {
  flex-shrink: 0;
}
.company-dt-page .left .main .custom .pic a {
  display: block;
  width: 209px;
  height: 125px;
}
.company-dt-page .left .main .custom .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-dt-page .left .main .custom .text {
  padding-left: 20px;
  flex: 1;
  overflow: hidden;
}
.company-dt-page .left .main .custom .text .title {
  color: #1b1b1b;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 5px;
}
.company-dt-page .left .main .custom .text .desc {
  color: #9b9b9b;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 12px;
}
.company-dt-page .left .main .custom .text .info {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.company-dt-page .left .main .custom .text .info .item {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
/* 修改 */
.company-dt-page .left .main .custom .text .info .item span {
  color: #9b9b9b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}
.company-dt-page .left .main .list .item {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}
.company-dt-page .left .main .list .item:first-child {
  border-top: 1px solid #f3f3f3;
}
.company-dt-page .left .main .list .item .list-left {
  width: 72%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-dt-page .left .main .list .item .list-left a {
  color: #3d3d3d;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.company-dt-page .left .main .list .item .list-right {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.company-dt-page .left .main .list .item .list-right > div {
  margin-left: 9px;
  display: flex;
  align-items: center;
}
.company-dt-page .left .main .list .item .list-right > div span {
  color: #9b9b9b;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  margin-left: 6px;
}
.company-dt-page .left .main .list .item .list-right > div:first-child {
  margin-left: 0;
}
/* 详情页面 */
.detail-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
  margin-bottom: 48px;
}
.detail-page .left {
  width: 71.8%;
  background-color: #fff;
  /* 内容主体*/
}
.detail-page .left .main {
  padding: 47px 39px 18px 40px;
}
.detail-page .left .main .title-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.detail-page .left .main .title-box > h5 {
  color: #333;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  word-break: break-all;
  margin-bottom: 27px;
}
.detail-page .left .main .title-box .info {
  display: flex;
  align-items: center;
}
.detail-page .left .main .title-box .info span {
  color: #858585;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detail-page .left .main .title-box .info .source {
  display: flex;
  align-items: center;
}
.detail-page .left .main .title-box .info .source img {
  margin-right: 6px;
}

/* 修改 */
.detail-page .left .main .title-box .info .detail img {
  margin-right: 6px;
}
.detail-page .left .main .title-box .info .source .tag {
  display: block;
  color: #fff;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 10px;
  border-radius: 1px;
  background: #1fba79;
  margin-left: 8px;
}
.detail-page .left .main .title-box .info .detail {
  display: flex;
  align-items: center;
}
.detail-page .left .main .title-box .info .detail > div {
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.detail-page .left .main .article {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.detail-page .left .main .article p {
  max-width: 100%;
  /* text-align: justify; */
  text-align: left;
  color: #505050;
  font-family: PingFang SC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.detail-page .left .main .download-btn {
  margin-top: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  border-radius: 2px;
  background: #5b6e7d;
  color: #fff;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}
.detail-page .left .main .download-btn img {
  margin-right: 3px;
}
.detail-page .left .main .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
.detail-page .left .main .toggle .left {
  margin-right: 25px;
  flex: 1;
  overflow: hidden;
}
.detail-page .left .main .toggle .left p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-page .left .main .toggle .left a {
  color: #666672;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}
.detail-page .left .main .toggle .share {
  display: flex;
  align-items: center;
}
.detail-page .left .main .toggle .share span {
  color: #383838;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3;
}
.detail-page .left .main .toggle .share .share-item {
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
  margin-left: 6px;
  border-radius: 50%;
}
.detail-page .left .main .toggle .share .share-item:hover {
  background-color: #99d251;
}
/* 招标公告 */
.zhaobiao-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
  margin-bottom: 98px;
}
.zhaobiao-page .left {
  width: 71.8%;
  background: #fff;
}
.zhaobiao-page .left .zhaobiao-main {
  padding: 45px 35px 61px;
}
/* 文件下载 */
.download-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
  margin-bottom: 98px;
}
.download-page .left {
  width: 71.8%;
  background-color: #fff;
  /* 主要区域 */
}
.download-page .left .content {
  padding: 42px 44px 66px 42px;
}
.download-page .left .content .title-box {
  color: #1d1d1d;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-bottom: 13.5px;
  border-bottom: 1px solid #d8d8d8;
}
.download-page .left .content .title-box::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 24px;
  background-color: #313133;
  margin-right: 8px;
}
.download-page .left .content table {
  width: 100%;
  max-width: 100%;
  margin-top: 32.5px;
}
.download-page .left .content table thead th {
  height: 49px;
  color: #fff;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: #85929c;
}
.download-page .left .content table thead th:nth-child(1) {
  width: 45%;
  background: #5b6e7d;
  text-align: left;
  padding-left: 24px;
}
.download-page .left .content table tbody td {
  color: #848484;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  /* 手机端显示的时间 */
}
.download-page .left .content table tbody td .download-btn {
  width: 114px;
  height: 33px;
  border-radius: 4px;
  background: #5b6e7d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
.download-page .left .content table tbody td .download-btn img {
  margin-right: 7px;
}
.download-page .left .content table tbody td .phone-time {
  display: none;
}
.download-page .left .content table tbody td:nth-child(1) {
  color: #3f3f3f;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-left: 24px;
  max-width: 45%;
  padding-right: 5px;
}
@media (max-width: 1350px) {
  .n-wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .common-pagination {
    flex-wrap: wrap;
  }
  .common-pagination .total {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  /* 澄清和修改页面 */
  .common-search .row1 .right-search {
    width: 85%;
  }
  .common-search .row1 input {
    width: 100%;
  }
  /* 第二行 */
  .common-search .row2 .right-search {
    width: 85%;
    justify-content: flex-start;
  }
  .common-search .row2 .right-search .time-area {
    display: flex;
    align-items: center;
  }
  .common-search .row2 .right-search .time-area input {
    width: 45%;
  }
  .common-search .row2 .right-search .btn-area {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .download-page .left .content table tbody td:nth-child(1) {
    font-size: 14px;
  }
  .download-page .left .content table thead th {
    font-size: 14px;
  }
  .download-page .left .content table tbody td {
    font-size: 12px;
  }
  .download-page .left .content table tbody td .download-btn {
    font-size: 12px;
  }
  /* 调整公用的搜索组件 */
  .common-search .row {
    align-items: flex-start;
  }
  .common-search .row .right-search {
    width: 80%;
  }
  .common-search .row .left-text {
    margin-top: 10px;
  }
  .common-search .row2 .right-search {
    flex-wrap: wrap;
  }
  .common-search .row2 .right-search .time-area {
    width: 100%;
  }
  .common-search .row2 .right-search .time-area input {
    width: 46.5%;
  }
  .common-search .row2 .right-search .btn-area {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .download-page {
    flex-wrap: wrap;
  }
  .download-page .left,
  .download-page .common-aside {
    width: 100%;
  }
  .download-page .common-aside {
    margin-top: 45px;
  }
  /* 关于我们页面 */
  .about-page .main .advantage .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .about-page .main .advantage .list .item {
    width: 30%;
    margin-right: 4.5%;
    margin-bottom: 25px;
  }
  .about-page .main .advantage .list .item:nth-child(3) {
    margin-right: 0;
  }
  .about-page .main .advantage .list .item:nth-child(n + 4) {
    margin-bottom: 0;
  }
  /* 公司动态页面 */
  .company-dt-page {
    flex-wrap: wrap;
  }
  .company-dt-page .left,
  .company-dt-page .common-aside {
    width: 100%;
  }
  .company-dt-page .common-aside {
    margin-top: 45px;
  }
  .detail-page {
    flex-wrap: wrap;
  }
  .detail-page .left,
  .detail-page .common-aside {
    width: 100%;
  }
  .detail-page .common-aside {
    margin-top: 25px;
  }
  .zhaobiao-page {
    flex-wrap: wrap;
  }
  .zhaobiao-page .left,
  .zhaobiao-page .common-aside {
    width: 100%;
  }
  .zhaobiao-page .common-aside {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .common-pagination .size a {
    margin-right: 5px;
    white-space: nowrap;
    padding: 5px 10px;
  }
  /* 修改 */
  .common-pagination {
    margin-top: 30px;
  }
  .common-pagination .size {
    margin-top: 10px;
  }
  .common-pagination .links {
    margin-top: 10px;
    margin-left: 0;
  }
  .common-pagination .total {
    margin-top: 10px;
  }
  .common-bread {
    display: none;
  }
  /* 下载页面 */
  .download-page {
    margin-bottom: 45px;
  }
  .download-page .left .content {
    padding: 15px;
  }
  .download-page .left .content table thead tr th:nth-child(2),
  .download-page .left .content table thead tr th:nth-child(3) {
    display: none;
  }
  .download-page .left .content table tbody tr td:nth-child(2),
  .download-page .left .content table tbody tr td:nth-child(3) {
    display: none;
  }
  .download-page .left .content table tbody td:nth-child(1) {
    padding: 10px;
  }
  .download-page .left .content table thead th:nth-child(1) {
    padding-left: 10px;
  }
  .download-page .left .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .download-page .left .content table thead th:nth-child(1) {
    width: 60%;
  }
  .download-page .left .content table tbody td .phone-time {
    display: block;
    margin-top: 5px;
  }
  /*  公用侧边栏目 */
  .download-page .common-aside {
    margin-top: 25px;
  }
  .common-aside .common-policy {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .common-aside .common-info {
    margin-top: 25px;
  }
  /* 关于我们页面 */
  .about-page .title {
    font-size: 24px;
    padding-top: 25px;
  }
  .about-page .title span {
    margin-bottom: 20px;
  }
  .about-page .main .content .article p:nth-child(1) {
    margin-bottom: 15px;
  }
  .about-page .main .content .article p:nth-child(2) {
    margin-bottom: 15px;
  }
  .about-page .main .content .article .img-wrap {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .about-page .main .content .article .img-wrap img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .about-page .main .advantage .list {
    justify-content: space-between;
  }
  .about-page .main .advantage .list .item {
    width: 47%;
    margin-right: 0;
  }
  .about-page .main {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
  }
  .about-page .main .advantage {
    margin-top: 25px;
  }
  .about-page {
    margin-bottom: 45px;
  }
  /* 公司动态页面 */
  .company-dt-page .left .main {
    padding: 25px 15px;
  }
  .company-dt-page .left .main .custom .text .title {
    font-size: 20px;
  }
  .company-dt-page .left .main .custom {
    height: auto;
  }
  .company-dt-page .left .main .custom .pic a {
    width: 150px;
    height: 90px;
  }
  .company-dt-page .left .main .custom .text .info {
    margin-top: 5px;
  }
  .company-dt-page .left .main .list .item {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .company-dt-page .left .main .list .item .list-left,
  .company-dt-page .left .main .list .item .list-right {
    width: 100%;
  }
  .company-dt-page .left .main .list .item .list-right {
    margin-top: 15px;
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .company-dt-page {
    margin-bottom: 45px;
  }
  .company-dt-page .common-aside {
    margin-top: 25px;
  }
  /* 详情页面 */
  .detail-page .left .main {
    padding: 25px 15px;
  }
  .detail-page .left .main .title-box > h5 {
    font-size: 20px;
  }
  .detail-page .left .main .title-box .info {
    flex-wrap: wrap;
  }
  .detail-page .left .main .title-box .info span {
    font-size: 14px;
  }
  .detail-page .left .main .title-box .info .source,
  .detail-page .left .main .title-box .info .detail {
    width: 100%;
  }
  .detail-page .left .main .title-box .info .source .tag {
    flex-shrink: 0;
  }
  .detail-page .left .main .title-box .info .detail {
    margin-left: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .detail-page .left .main .title-box .info .detail div {
    margin-left: 0;
    margin-right: 10px;
  }
  .detail-page .left .main .toggle .share {
    display: none;
  }
  /* 澄清和修改 */
  .zhaobiao-page .left .zhaobiao-main {
    padding: 25px 15px;
  }
  .common-search .row .left-text {
    font-size: 14px;
    margin-right: 10px;
  }
  .common-show-list .show-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .common-show-list .show-item .info-box {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .zhaobiao-page {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .download-page .left .content .title-box {
    font-size: 18px;
  }
  /* 关于我们页面 */
  .about-page .main .advantage .list .item .text p {
    font-size: 12px;
  }
  /* 公司动态页面 */
  .company-dt-page .left .main .custom .pic {
    display: flex;
    align-items: center;
  }
  .company-dt-page .left .main .custom .text .title {
    font-size: 16px;
  }
  .company-dt-page .left .main .custom .text {
    padding-left: 10px;
  }
  .company-dt-page .left .main .custom .text .title {
    margin-top: 0;
  }
  .company-dt-page .left .main .custom {
    padding-bottom: 15px;
  }
  .company-dt-page .left .main .custom .text .info {
    flex-wrap: wrap;
  }
  .company-dt-page .left .main .list .item .list-right {
    flex-wrap: wrap;
  }
  .company-dt-page .left .main .list .item .list-right > div {
    margin-left: 0;
    margin-right: 10px;
  }
  .company-dt-page .left .main .custom .text .info {
    margin-top: 10px;
  }
  /* 澄清和修改页面，公用搜索栏目 */
  .common-search .row {
    flex-wrap: wrap;
  }
  .common-search .row .right-search {
    width: 100%;
  }
  .common-search .row1 {
    margin-bottom: 15px;
  }
  .common-search .row .left-text {
    text-align: left;
    min-width: auto;
    margin-bottom: 7px;
    margin-top: 0;
  }
  .common-search .row2 .right-search .time-area {
    flex-wrap: wrap;
  }
  .common-search .row2 .right-search .time-area .split {
    display: none;
  }
  .common-search .row2 .right-search .time-area input {
    width: 100%;
    margin-bottom: 10px;
  }
  .common-search .row2 .right-search .btn-area {
    width: 100%;
    justify-content: center;
  }
  .common-search .row2 .right-search .btn-area .search-btn {
    order: 1;
    margin-left: 25px;
  }
}
