html,
body {
  width: 100%;
  height: 100%;
}

/*新闻页样式*/
#news {
  width: 750px;
  background-image: url(https://i0.cy.com/xy/pic/2024/0428/bg-n.jpg);
  min-height: 1457px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  /* padding-bottom: 8.067rem; */
  overflow: hidden;
  background-color: #232c43;
  padding-bottom: 0px;
}

#news .biling {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 999;
}

#news .bottom-froont img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

#news .biling img {
  width: 205px;
}

/*回到首页*/
#news .go-back {
  position: absolute;
  left: 49px;
  top: -17px;
  z-index: 100;
}

#news .go-back img {
  width: 115px;
}

#news .content {
  position: relative;
  left: 0;
  margin-top: 448px;
  width: 750px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  /* background: url("/m/image/news-bottom-background.png"); */
}

#news .content .list-bottom {
  width: 728px;
  margin: 0 auto;
  /* background-image: url("https://i0.cy.com/xy/main/20230109/m/news-detail-content-bottom-background.png"); */
  background-size: 100% 100%;
  height: 106px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  color: #fff;
}

/* #news.list .content .title {
    background-image: url("https://i0.cy.com/xy/main/20230109/m/news-list-title-background.png");
} */

#news .content .title {
  text-align: center;
  padding-top: 80px;
}
#news .content .title * {
  font-family: "hykt";
}

#news .content .title a {
  color: #707c9a;
  font-size: 30px;
}

#news .content .title .item {
}

#news .content .title .item:nth-child(4n) {
  margin-right: 0;
}

#news .content .title .item.active {
  color: #e1af72;
  font-weight: bold;
}

#news .content .list {
  width: 728px;
  margin: 0 auto;
  /* background-image: url("https://i0.cy.com/xy/main/20230109/m/news-detail-content-background.png"); */
  background-size: 100% 100%;
  padding-top: 30px;
  padding-right: 8px;
  box-sizing: border-box;
  font-family: "hykt";
}

#news .content .list .item {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0 28px 0 20px;
  font-size: 20px;
  max-height: 100%;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

#news .content .list .item::before {
  content: "";
  display: block;
  background: url(https://i0.cy.com/xy/pic/2024/0428/news-xian.png) no-repeat;
  width: 686px;
  height: 10px;
  position: absolute;
  top: -17px;
}

#news .content .list .item:last-child::after {
    content: "";
    display: block;
    background: url("https://i0.cy.com/xy/pic/2023/0815/m/new-border.png") no-repeat;
    width: 686px;
    height: 10px;
    position: absolute;
    top: 43px;
}

#news .content .list .item span.tag {
  color: #88d4ff;
  min-width: 16%;
  line-height: 38px;
}

#news .content .list .item span.text {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 84%;
}

#news .content .list .item span.text a {
  max-width: 70%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  color: #8a97b8;
}

#news .content .list .item span.text span {
  font-size: 20px;
  color: #605c5a;
}

/*文章详情*/
#news .article .title-box {
  width: 728px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

#news .article .content-box {
  width: 728px;
  margin-bottom: 15px;
  /* background-image: url("https://i0.cy.com/xy/main/20230109/m/news-detail-title-background.png"); */
}

#news .article .title-box .title-top {
  width: 100%;
  /* background-image: url("https://i0.cy.com/xy/main/20230109/m/news-detail-title-top-background.png"); */
  background-size: 100% 100%;
  height: 76px;
}

#news .article .title-box .title-bottom {
  width: 686px;
  padding-top: 10px;
  height: 10px;
  background-size: 100% 100%;
  background: url(https://i0.cy.com/xy/pic/2024/0428/news-xian.png) no-repeat;
  margin: 0 auto;
}

#news .article .article-title {
  padding: 0 10%;
  color: #ab8977;
  font-size: 28px;
  flex-basis: 100%;
  font-family: "bihuixixing";
}

#news .article .date {
  padding: 0 15%;
  font-size: 20px;
  color: #696969;
  text-align: center;
  flex-basis: 100%;
  margin-top: 10px;
}

#news .article .article-content {
  padding: 0 30px 0 30px;
  /* background-image: url("https://i0.cy.com/xy/main/20230109/m/news-detail-content-background.png"); */
  text-indent: 46px;
  color: #696969;
}

#news .article .article-content p img {
  display: block;
  width: 100%;
}

#news .article-bottom {
  position: relative;
  width: 750px;
  margin: 0 auto;
  height: 336px;
  background: url(https://i0.cy.com/xy/pic/2024/0428//news-bottom1-background.jpg) no-repeat;
}
#news .article-bottom img {
  position: absolute;
  right: 32px;
  top: 156px;
}
.ui-refresh-down {
  text-align: center;
  font-family: "hykt";
}

/* 文章内容样式 */
.article .article-content {
  padding: 45px 30px 0;
}

.article .article-content p {
  text-indent: 2em;
  color: #b3c8e3;
  font-size: 18px;
  font-family: "simhei";
  line-height: 40px;
  padding: 20px 0 0;
  text-indent: 2em;
}

.article .article-content img {
  display: block;
  width: 100%;
  margin: 20px auto 0;
}

.article .article-content strong {
  font-weight: bold;
}

.article .article-content h2 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #d4aa77;
}

.article .article-content h3 {
  padding-top: 10px;
  font-weight: bold;
  color: #d4aa77;
}

.article .article-content h4 {
  padding-top: 10px;
  font-weight: bold;
  color: #d4aa77;
}

.article .article-content .center {
  padding-top: 20px;
  text-align: center;
  text-indent: 0;
}

.article .article-content a {
  color: #ab0000 !important;
  text-decoration: underline;
}

.article .article-content .indent0 {
  text-indent: 0;
}

.article .article-content strong {
  font-weight: bold;
}

.article .article-content .alight {
  color: #d4aa77;
}

.article .article-content table {
  margin: 40px auto 0 auto;
  width: 80%;
}

.article .article-content th,
.txt_box td {
  padding: 5px 0;
  border: 1px solid #514141;
  text-align: center;
}

.article .article-content th {
  background: #8c6f6f;
  color: #d4aa77;
}

.article .article-content td {
  color: #d4aa77;
}

.article .article-content video {
  padding-top: 20px;
  width: 100%;
  height: 340px;
}

.article-bottom ul{padding: 35px;color: #b98a53;}
.article-bottom ul li{line-height: 37px;}
.article-bottom ul li a{color: #c96f6f; text-decoration: underline;}