img {
   max-width: 100%;
}
.btn {
    --bs-btn-border-radius: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-size: 16px;
}

.text-ellipsis {
  display: -webkit-box!important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
 /* word-break: break-all;*/
}
/*表格控制样式*/
.list-container>.right table {
    width: 100%;
    word-break: break-word;
} 
/*项目概况样式开始*/
.common-effect .items {
  position: relative;
}
.common-effect .items .achievement {
  position: absolute;
  background-color: var(--main-theme-color);
  top: 0;
  height: 96px;
  width: 100%;
  right: 0;
}
.common-effect .items .content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-left: 40px;
}
.common-effect .items img {
  width: 100%;
  max-width: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.common-effect .items .content .drifting {
  padding: 30px;
  background: var(--main-theme-color1);
  width: 241px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.common-effect .items .content .drifting {
  width: auto;
}

figure {
  margin-bottom: 40px;
}
/*项目概况样式结束*/
.h1, h1 {
    font-size: 40px;
}
h4 {
    font-size: 24px;
}
.title-bars {
    font-size: 30px;
    color: var(--main-theme-color);
}

.footer {
    margin-top: 15px;
    background: #003F88;
}
:root {
  --main-theme-color: #003f87;
}
.footer {
  margin-top: 0;
}
.body_home > .layout {
  position: relative;
}
.position {
  position: absolute;
  bottom: 1.34rem;
  left: 0;
}
.position .current-channel {
  /* height: 36px; */
  line-height: 36px;
  font-size: 0.36rem;
  color: #FFFFFF;
}
.position .weizhi {
  float: left;
  background: url(../images/position.png) no-repeat left center;
  background-size: 29px 26px;
  padding-left: 41px;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 0.1rem;
  padding-right: 0.2rem;
}
.position .weizhi a {
  color: #FFFFFF;
}
.possplit {
  background-image: url(../images/position-img.png);
  margin: 0 5px;
}
.list-container > .right {
  padding-left: 340px;
  margin-right: 9px;
}
@media screen and (max-width: 1500px) {
  .position {
    left: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .list-container > .right {
    padding-left: 305px;
  }
  .list-container .left .menu-header h3 {
    font-size: 26px;
  }
  .position .current-channel {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .position {
    bottom: 1rem;
  }
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .list-container > .right {
    padding-left: 0px;
    margin-right: 0;
  }
  .position .weizhi {
    margin-top: 0;
  }
}
/* 详情页 */
.article .article-title {
  padding-top: 30px;
  text-align: center;
}
.article .article-title h3 {
  font-size: 28px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
}
.article .article-title p {
  padding-bottom: 13px;
  line-height: 45px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.45rem;
}
.article .article-title p span {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.article .article-title p span:last-child {
  margin-right: 0;
}
.article .article-content {
  margin-bottom: 60px;
}
.article .article-content p {
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.article .article-content p img {
  max-width: 700px;
  height: 100%;
  object-fit: cover;
}

.article .article-info {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #e1e1e1;
  margin-bottom: 0.2rem;
}
.article .article-info > div {
  padding-left: 22px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.article .article-info div.time {
  background-image: url(../images/acade-time-icon.png);
}
.article .article-info div.address {
  background-image: url(../images/acade-address-icon.png);
}
.article .article-info div.speaker {
  background-image: url(../images/speaker.png);
}
@media screen and (max-width: 600px) {
  .article .article-content p img {
    max-width: 100%;
  }
  .article .article-title p span {
    font-size: 15px;
  }
  .article .article-title h3 {
    font-size: 24px;
  }
  .article .article-content p {
    line-height: 32px;
    font-size: 16px;
  }
  h4 {
    font-size: 18px;
  }
}
:root {
  --main-theme-color: #003f87;
  --main-theme-color1: #e5bd17;
  --font-family: AlibabaPuHuiTi-2-55-Medium;
  --font-family1: "Josefin Sans", sans-serif;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.mt-4 {
  margin-top: 0.24rem !important;
}
.p-2 {
  padding: 8px !important;
}
.px-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.p-5 {
  padding: 0.5rem !important;
}
.dom-ml-10 {
  margin-left: 10px !important;
}
.dom-mb-10 {
  margin-bottom: 10px !important;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 26px;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.underscore,
.underscore2,
.underscore3 {
  width: 117px;
  height: 3px;
  background: var(--main-theme-color);
}
.mb-5 {
  margin-bottom: 0.48rem !important;
}
.pt-5 {
  padding-top: 0.48rem !important;
}
.dom-pl-30 {
  padding-left: 30px !important;
}
.dom-mt-20 {
  margin-top: 20px !important;
}
.dom-mt-40 {
  margin-top: 40px !important;
}
.dom-pt-40 {
  padding-top: 40px !important;
}
.dom-pb-5 {
  padding-bottom: 5px !important;
}
.dom-mb-20 {
  margin-bottom: 20px;
}
.dom-mb-30 {
  margin-bottom: 30px !important;
}
.dom-pr-15 {
  padding-right: 15px !important;
}
.dom-mb-15 {
    margin-bottom: 15px !important;
}
.font1 {
  font-family: var(--font-family1);
}
.scrolly {
  overflow-y: auto;
}
.scrolly::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #ccc;
}
.scrolly::-webkit-scrollbar-thumb {
  background: rgba(0, 63, 135, 0.7);
}
.postion-relative {
  position: relative !important;
}
.trans-dot5s {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dom-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.dom-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.dom-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dom-mt-55 {
  margin-top: 55px !important;
}
.dom-mt-20 {
  margin-top: 20px !important;
}
.dom-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.dom-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.main_color {
  color: #003f87;
}
.main-title .title8 {
  font-size:0.3rem;
}
.dom-mt-80 {
  margin-top: 80px !important;
}
.dom-pt-100 {
    padding-top: 1rem !important;
}
.dom-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.dom-mb-0 {
  margin-bottom: 0px !important;
}
.dom-mt-30 {
  margin-top: 30px;
}
.xl-dom-pb-20 {
  padding-bottom: 20px !important;
}
.py-3 {
  padding-top: 16px!important;
  padding-bottom: 16px !important;
}
.mt-5 {
  margin-top: 0.48rem !important;
}
.fs-6 {
  font-size: 16px!important;
}
.fs-1 {
  font-size: 24px!important;
}
.fs-3 {
  font-size: 18px!important;
}
.py-2 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}
.pb-2 {
  padding-bottom: 8px!important;
}
.py-5 {
  padding-top: 0.48rem !important;
  padding-bottom: 0.48rem !important;
}
.pe-4 {
  padding-right: 0.3rem !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.px-1 {
  padding-right: 4px!important;
  padding-left: 4px!important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.my-5 {
  margin-top: 0.48rem !important;
  margin-bottom: 0.48rem !important;
}
.px-4 {
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.pb-5 {
  padding-bottom: 0.48rem !important;
}
.mb-4 {
  margin-bottom: 0.3rem !important;
}
@media only screen and (min-width: 1200px) {
  .fs-1 {
    font-size: 0.4rem !important;
  }
  .fs-3 {
    font-size: 0.28rem !important;
  }
  .xl-dom-mt-90 {
    margin-top: 90px !important;
  }
  .xl-dom-mb-0 {
    margin-bottom: 0px !important;
  }
  .xl-dom-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl-dom-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl-dom-pl-40 {
    padding-left: 40px !important;
  }
  .xl-dom-mt-60 {
    margin-top: 60px !important;
  }
  .xl-dom-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl-dom-px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

}
@media (max-width: 1200px) and (min-width: 800px) {
  .xl-dom-py-30 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
    .position .current-channel {
        font-size: 26px;
    }
}
@media screen and (max-width: 1200px) {
  .main-title .title8 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .common-effect .items .content .drifting {
    padding: 20px;
  }
  .common-effect .items .content .drifting h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .xl-dom-py-30 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

    .position .current-channel {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
  .common-effect .items .content .drifting {
    padding: 15px;
  }
  .common-effect .items .content .drifting h4 {
    font-size: 20px;
  }
}
