.newsinstr .newslist {
  width: 31%;
  margin-right: 42px;
}

.newsinstr .conbox {
  width: 31%;
}

.newsinstr .conbox img {
  width: 100%;
  max-height: 128px;
}

.newsinstr .newslist .h2,
.newsinstr .conbox .h2 {
  background-size: 100%;
}

.newsinstr .newslist ul li,
.newsinstr .conbox ul li {
  overflow: hidden;
}

.newsinstr .newslist ul li a {
  display: block;
  width: calc(100% - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.page-head .page-head-title {
  position: relative;
  padding-left: 14px;
  color: #198ede;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  white-space: nowrap;
}

.page-head .page-head-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 24px;
  background: #198ede;
}

.page-head .page-head-side {
  flex: 1;
  padding-top: 6px;
}

.page-head .page-head-line {
  height: 10px;
  width: 100%;
  background: url(../image/1_08.jpg) repeat-x left center;
  opacity: 0.9;
}

.page-head .page-head-crumb {
  margin-top: 28px;
  color: #666;
  line-height: 28px;
  text-align: right;
  white-space: nowrap;
}

.tjpro li {
  overflow: hidden;
}

.tjpro li a {
  display: block;
}

.tjpro li .tl {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tjprocon {
  border-top: 1px solid #DDD;
  font-size: 12px;
  color: #666;
  padding: 10px 15px 0;
  text-align: left;
  line-height: 24px;
  min-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tjprocon.tl {
  padding-left: 0;
  text-indent: 0;
}

.footer .bottomcon {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr) 200px;
  align-items: center;
  gap: 24px;
  padding: 18px 0 22px;
  margin-top: 20px;
}

.footer .footer-brand {
  float: none !important;
  width: auto !important;
  background: #fff;
  padding: 10px 14px;
  box-sizing: border-box;
}

.footer .footer-brand img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
}

.footer .footer-contact {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer .footer-contact p {
  color: #fff !important;
  font-size: 13px;
  line-height: 26px;
}

.footer .footer-contact a {
  color: #fff;
}

.footer .footer-qrcode {
  float: none !important;
  width: auto !important;
  text-align: center;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer .footer-qrcode-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}

.footer .footer-qrcode-box {
  width: 108px;
  height: 108px;
  margin: 0 auto 8px;
  padding: 6px;
  box-sizing: border-box;
  background: #fff;
}

.footer .footer-qrcode-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer-qrcode-tip {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1260px) {
  .footer .bottomcon {
    grid-template-columns: 1fr;
  }

  .footer .footer-brand,
  .footer .footer-contact,
  .footer .footer-qrcode {
    flex: 1 1 100%;
    border-left: none;
    padding-left: 0;
  }
}
