    /*body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
    width: 90%;
	min-width:480px; 
	
}  */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%; /* 默认移动端100%宽度 */
}

@media (min-width: 768px) {
    body {
        width: 54%; /* PC端90%宽度 */
        margin: 0 auto; /* 居中显示 */
    }
  
}

  
    .header {  
        background-color: #007bff;  
        color: white;  
        padding: 10px 20px;  
        text-align: center;  
        font-weight:600;
        font-size: 20px;
    }  
	
@media (min-width: 768px) {
  .header {
    font-size: 30px; /* PC端字号 */
  }
}
  
    .nav {  
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: sticky;
        justify-content: space-around;
        height: 30px;
        font-size: 18px;
        top: -1px;
        -webkit-box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19);
        box-shadow: .26667vw .26667vw .4vw rgba(0, 0, 0, .19);
        z-index: 1000;
        background: #eee;
        width: 100%;
    }  
  
    .nav-item {  
        display: flex;  
        align-items: center;  
        cursor: pointer;  
        padding: 0 1vw;
    }  

    .gold-bar-gallery {  
        display: flex;  
        justify-content: space-around;  
        width: 80%;  
        margin-bottom: 20px;  
    }  
  
    .gold-bar-image {  
        flex: 1;  
        max-width: 300px; /* 根据需要调整大小 */  
        border: 1px solid #ccc;  
        padding: 5px;  
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);  
    }  
  
    .gold-bar-image img {  
        width: 100%;  
        height: auto;  
        display: block; /* 移除图片下方的默认间距 */  
    }  
  
    .advertisement-text {  
        font-size: 24px;  
        color: #333;  
        text-align: center;  
    }  
    /* #lists{
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.66667vw 1.33333vw;
    height: 22vw;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
    #lists img{
    flex-basis: 32vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 32vw;
    width: 32vw;
    height: 22vw;
    float: left;
    overflow: hidden;
    margin-right: 2.66667vw;
    }
    #lists .p2{
    display: inline-block;
    margin-top: 0;
    padding: 0 .8vw;
    color: #007aff;
    text-align: center;
    border: 1px solid #007aff;
    font-size: 18px;
    }
     #lists .p3{
    margin-top: 0;
    color: grey;
    font-size: 18px;
    float: right;
    } */
     .lb img{
        max-width: 100%;
     }
    .guanggaotu{
    display: flex;
    justify-content: center;
    }
    .guanggao p{
        margin-top: 10px;
        margin-bottom:3px;
        padding-left: 8px;
    font-weight: 700;
    }
    .guanggaotu img {  
    max-width: calc(100% / 3 - 10px); /* 限制图片的最大宽度为其父容器的宽度 */
    height: auto; /* 保持图片的纵横比 */
    flex: 1; /* 使每个图像在可用空间中占据相等的部分 */
    margin: 5px; /* 给图片之间添加一些间距 */
    margin-bottom:0;
    }
    .gg{
       display: flex;
    justify-content: end; 
    }

.list{
    border-bottom: 1px solid #eee ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.66667vw 4.6vw;
    height: 22vw;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

.listxqend{
    border-bottom: 1px solid #eee ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.66667vw 0vw;
    height: 22vw;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
	
@media (min-width: 768px) {
  .list{
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.66667vw 1.33333vw;
    height: 13vw;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}
	
.list .listpic{
	-ms-flex-preferred-size:32vw;
	flex-basis:32vw;
    border-radius: 3px;
    -ms-flex-negative:0;
	flex-shrink:0;
	min-width:32vw;
	width:32vw;
	height:22vw;
	float: left;
	overflow:hidden;
	margin-right:2.66667vw
	}
	
	@media (min-width: 768px) {
.list .listpic{
	-ms-flex-preferred-size:24vw;
	flex-basis:18vw;
    border-radius: 3px;
    -ms-flex-negative:0;
	flex-shrink:0;
	min-width:18vw;
	width:18vw;
	height:13vw;
	float: left;
	overflow:hidden;
	margin-right:1vw
	}
}
.list .listpic img{width:100%;height:100%}
.list .listcont{display:-webkit-box;display:-ms-flexbox;display:flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;}

.list .listtitle{font-size:16px;text-overflow: ellipsis;
line-height:24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
	
.list .listmore{margin-left:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;bottom:0;font-size:3.2vw}

.list .listmore p.listtag{min-width:1px;padding:2px;color:#5badf4;
text-align:center;margin-bottom: 0;margin-left: 0;font-size:12px;border:0.5px solid #5badf4;border-radius:3px;margin-right:auto}

.list .listmore .listtime{min-width:16vw;text-align:right;-ms-flex-negative:0;flex-shrink:0;color:grey;margin-right:2.66667vw}
.list .listmore .listread{
    margin-bottom: 0;
    font-size: 12px;
    min-width: 1vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: grey;
}
.list.type2{flex-wrap:wrap;height: auto;}
.list.type2 .listtitle{margin-left:2.66667vw;}

.list .listpic2{margin:.66667vw 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}

.list .listpic2 dd {
    -ms-flex-preferred-size: 32vw;
    flex-basis: 32vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 32vw;
    height: 22vw;
    overflow: hidden;
}
.lb{
    height: 56vw;
    margin-top:2px;
}


@media (min-width: 768px) {
  .lb {
    height: 36vw;/* PC端幻灯片高度 */
    margin-top:2px;/* PC端字号 */
  }
}

.list .listpic2 dd img{width: 100%}
.nav-item a{
    text-decoration:none;
    color:#000;
}
.nav-item a.active{
    color:#007bff;
}
a.list{
    text-decoration: none; /* 去除默认的下划线 */
	outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #000;
}
.header2{
    background-color: #e4e4e4;
    color:#6b6b6b;
}
.header2 a{
    float: left;
    color:#000;
    text-decoration: none; 
}
.header2 span{
    margin-left:-31px;
}
.main{
    padding: 0 5.33vw;
}

@media (min-width: 768px) {
 .main{
    padding: 0 2.33vw;
}
}


.main h3{
    font-size: 5.33333vw;
    font-weight: 400;
    margin:1vw 0;
}
.title .time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.66667vw 0;
    font-size: 14px;
    color: grey;
    line-height: 2.66667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bigtitle{
	font-size:24px !important;
	font-weight: 500 !important;
}
	

.content img {
    display: block;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; /* 图片宽度不超过容器宽度 */
    width: auto; /* 保持原始宽度（当原始宽度小于容器时） */
    height: auto; /* 保持图片比例 */
	margin-top: 30px;    /* 上边距 */
    margin-bottom: 30px; /* 下边距 */
}

.foot h4{
    margin: 10vw 0;
    text-align: center;
}
.page-links {
    margin: 20px 0;
    text-align: left;
}

.page-links span {
    margin: 0 5px;
}

.page-links a {
    text-decoration: none;
    color: #0073aa; /* 或任何你想要的颜色 */
}

.page-links a:hover {
    color: #005177; /* 悬停时的颜色 */
}
.tlist{
        padding: 2.66667vw 4vw;
        height: 27vw;
        border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .tlist{
        padding: 1.66667vw 1.33333vw;
        height: 200px;
        border-bottom: 1px solid #eee;
}
}

a{
    text-decoration: none
}
.lb .swiper-slide a{height: 100%}
.line{
    font-size: 16px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
color:#000;
}
.threetu{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
@media (min-width: 768px) {
.threetu{
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}
}

.threetu div{
    position: relative; width: 100%; height: auto; padding-top: 22.25%;
}
.threetu img {
	border-radius: 3px;
    position: absolute; top: 0; left: 0; width: 95%; height: 100%; 
    object-fit: fill;
}
/* 文章内容中的段落首行缩进 */
.content>p{
	text-indent: 2em;
}
.content{
	font-size:18px;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: justify;
}
.content>h2{
	font-size:18px;
}