body {
  width: 100%;
  overflow-x: hidden;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  box-sizing: border-box;
}

p {
  margin: 0;
}

.header {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
}

.header .left-logo img {
  height: 41px;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

nav {
  background-image: linear-gradient(90deg, #E0BD65 0%, #B57540 99%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  height: 56px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
}

.nav span {
  cursor: pointer;
}

.index-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-swiper img {
  width: 100%;
}

.index-news-list {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 62px;
}

.index-news-list img {
  width: 574px;
  height: 270px;
}

.index-news-list .list .item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px dashed rgba(169,169,169,1);
  width: 597px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}

.index-news-list .list .item span:first-of-type {
  width: 463px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-list .list .item span:first-of-type::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.index-news-list .list .title-container {
  display: flex;
  justify-content: space-between;
}

.index-news-list .list .title-container .title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.index-news-list .list .title-container .more {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.index-scope-business {
  background-image: url('/cebint/commonResource/image/position.png');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 479px;
  padding-top: 32px;
  padding-bottom: 54px;
  box-sizing: border-box;
}

.index-scope-business .index-scope-business-inner {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  /* opacity: 0.5; */
  background: rgba(255, 255, 255, 0.4);
  height: 393px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 42px;
  box-sizing: border-box;
}

.index-scope-business .index-scope-business-inner .item {
  display: flex;
  flex-direction: column;
  width: 209px;
  opacity: 1;
  background: rgba(255, 255, 255, 0);
}

.index-scope-business .index-scope-business-inner .item .pic {
  width: 209px;
  height: 199px;
  background: #000000;
  background-image: url('/cebint/commonResource/image/newspic.png');
  background-size: 418px 199px;
  background-repeat: no-repeat;
}

.index-scope-business .index-scope-business-inner .item:nth-of-type(2) .pic {
  background-image: url('/cebint/commonResource/image/newspic2.png');
}

.index-scope-business .index-scope-business-inner .item:nth-of-type(3) .pic {
  background-image: url('/cebint/commonResource/image/newspic3.png');
}

.index-scope-business .index-scope-business-inner .item:nth-of-type(4) .pic {
  background-image: url('/cebint/commonResource/image/newspic4.png');
}

.index-scope-business .index-scope-business-inner .item:nth-of-type(5) .pic {
  background-image: url('/cebint/commonResource/image/newspic5.png');
}


.index-scope-business .index-scope-business-inner .item .pic:hover {
  background-position: 100% 0;
}

.index-scope-business .index-scope-business-inner .item .title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 3px;
}

.index-scope-business .index-scope-business-inner .item .info {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}

.index-scope-business .index-scope-business-inner .item .more {
  width: 102px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 17px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.index-popup {
  width: 450px;
  height: 206px;
  border-radius: 20px;
  background-color: #895199;
  position: absolute;
  top: 128px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  margin-left: 403px;
  box-sizing: border-box;
  border: 2px solid #895199;
}

.index-popup .index-popup-content {
  width: 100%;
  height: 150px;
  background-color: white;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: auto;
}

.index-popup .index-popup-content p {
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: justify;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}

.index-popup .index-popup-content p span {
  font-weight: bold;
  display: block;
  margin-top: 16px;
}

.index-popup .title {
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: #FFFFFF;
  position: relative;
  /* background-color: #000; */
}

.index-popup .title span:last-of-type {
  position: absolute;
  right: 20px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
}

footer {
  background-color: #f8f8f8;
}

.footer {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  padding: 46px 0;
  box-sizing: border-box;
}

.footer .footer-top {
  border-bottom: 1px solid rgba(202,194,159,1);
  display: flex;
  justify-content: space-between;
}

.footer .footer-top .footer-top-left {
  width: 850px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.footer .footer-top .footer-top-left .footer-link {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer .footer-top .footer-top-left .footer-link a div {
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-top-left .footer-link a div img {
  margin-right: 7px;
}

.footer .footer-top .footer-top-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.footer .footer-top .footer-top-right .address {
  font-size: 14px;
  color: #787878;
  margin-top: 8px;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-top: 25px;
}

.footer .footer-bottom .copy {
  font-size: 14px;
}

/* 公告 */
.purchase .purchase-banner {
  width: 100%;
  height: 210px;
}

.purchase .purchase-banner {
  background-image: url('/cebint/commonResource/image/purchase_topimg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

.purchase .purchase-list-container {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  padding: 50px 0 360px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.purchase .purchase-list-container .title {
  font-size: 22px;
  color: #641e7b;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.purchase .purchase-list-container ul {
  width: 888px;
}

.purchase .purchase-list-container ul .item {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  line-height: 30px;
}

.purchase .purchase-list-container ul .item a p {
  display: flex;
  justify-content: space-between;
}

.purchase .purchase-list-container ul .item a .description {
  color: #66788f;
  font-size: 14px;
}

.purchase .purchase-list-container ul .item .content {
  width: 80%;
}
/* 公告详情 */

.purchase-detail-container .purchase-banner {
  width: 100%;
  height: 210px;
}

.purchase-detail-container .purchase-banner {
  background-image: url('/cebint/commonResource/image/purchase_topimg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
}

.purchase-detail-container .content {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  padding: 50px 0 50px;
}

.purchase-detail-container .content p {
  color: #333;
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 180%;
}