html,body{
  margin: 0;
  padding: 0;
}
body{
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
*{
  margin: 0;
}

a{
  text-decoration: none;
  color: #333;
}
a:hover{
    color: #f00;
}

.p-m{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.card-top{
  margin-top: 15px;
}

.top-wrap,
.top-wrap .top{
    height: 200px;
    backround-size: auto 100%;
}
.top-wrap{
   background-image: url(../images/top-bg.png);
   background-repeat: repeat-x;
   background-position: 0 0;
}
.top-wrap .top{
   background-image: url(../images/top-bg-r.png);
   background-repeat: no-repeat;
   background-position: right 0;
}
.top-wrap .top .p-m{
    height: 100%;
}
.top-wrap .top .logo{
  width: 100%;
  display: flex;
  justify-content: left; /* 水平居中 */
  align-items: center;    /* 垂直居中 */
  height: 100%;
}
.top-wrap .top .logo img{
  display: grid;
  place-items: center;
  height: 100px;
  width: auto;
}

.nav-wrap{
  background-image: url(../images/dh-bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  backround-size: auto 100%;
}

.nav-wrap .nav {
  display: flex;         /* 启用 flex 布局 */
  flex-wrap: wrap;       /* 允许子元素换行 */
  gap: 0;  
  padding: 10px 0;
  margin: 0 -3%;
}
.nav-wrap .nav li{
  line-height: 16px;
  flex: 1;               /* 使子元素尽可能填充空间，但不是必须的 */
  min-width: 12.5%;      /* 设置最小宽度，超过这个宽度时会换行 */
  text-align: center;    /* 文本居中 */
  padding: 5px 0
}
.nav-wrap .nav li a{
  font-size: 16px;
  padding: 0 10px;         /* 内边距 */
  display: block;
  color: #fff;
  border-left: 1px solid #f1832f;
}
.nav-wrap .nav li a:hover{
  color: #ff0;
}
.nav-wrap .nav :nth-child(1) a,
.nav-wrap .nav :nth-child(9) a{
  border-left: 0;
}

.card-box{
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.notice-wrap,
.position-wrap{
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.notice-wrap .notice{
  font-size: 18px;
  line-height: 30px;
}
.notice-wrap .notice a{
  color: #ca0301;
  font-weight: bold;
  padding: 0 10px;
}
.notice-wrap .notice a:hover{
  color: #f00; 
}

.position-wrap .position{
  line-height: 30px;
  padding: 0 10px;
}
.position-wrap .position a,
.position-wrap .position span{
  color: #888;
  display: inline-block;
}
.position-wrap .position span.title{
  font-weight: bold;
  color: #555;
}
.position-wrap .position .current{
  color: #ff5400;
  font-weight: bold;
}
.position-wrap .position .arrow{
  padding: 0 5px;
}
.position-wrap .position a:hover{
  color: #f00; 
}

.content-wrap{
  display:block;
  padding: 15px 20px;
}
.content-wrap h1.title{
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;  
  text-align: center;
  padding: 20px 20px 20px;
}
.content-wrap .other{
  text-align: center;
  margin: 15px 20px;
  font-size: 14px;
  color: #888;
  border: 1px dashed #d8d8d8;
  border-radius: 3px;
  line-height: 30px;
  background: #fafafa;
}
.content-wrap .other span{
  padding: 0 5px;
  display: inline-block;
}
.content-wrap .content{
  margin: 35px 20px;
  font-size: 16px;
  line-height: 30px;
}
.content-wrap .content img{
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
.content-wrap .switch-wrap {
  border-top: 1px dashed #d8d8d8;
  margin: 10px 20px 10px;
  padding-top: 20px;
  line-height: 30px;
}
.content-wrap .switch-wrap span,
.content-wrap .switch-wrap a{
  color: #888;
}
.content-wrap .switch-wrap a:hover{
  color: #f00;
}
.content-wrap .switch-wrap span.none{
  color: #bbb;
}

.floor{
  margin-top: 15px;
  display: flex;         /* 启用 flex 布局 */
  flex-wrap: wrap;       /* 允许子元素换行 */
  gap: 15px;  
}
.floor .floor-itm{
  flex: 1;            
  text-align: left;
  box-sizing: border-box;
}
.span-3-2{
  min-width: 66.5%;
  max-width: 66.5%;
}
.span-nei{
  min-width: 70%;
  max-width: 70%;
}


.floor1{
  margin-top: 15px;
  display: flex;         /* 启用 flex 布局 */
  flex-wrap: wrap;       /* 允许子元素换行 */
  gap: 15px;  
}
.floor1 .floor1-itm{
  flex: 1;            
  text-align: left;
  box-sizing: border-box;
}
.span-3-21{
  min-width: 66.5%;
  max-width: 66.5%;
}
.span-nei1{
  min-width: 100%;
  max-width: 100%;
}


.text-list-top{
  display: flex;
  justify-content: left; /* 水平居中 */
  align-items: center;    /* 垂直居中 */
  line-height: 40px;
  background-image: url(../images/title-bg-01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 5px;
  margin: 0 15px;
}
.text-list-top .ico,
.text-list-top .title,
.text-list-top .more,
.text-list-top .back{
  display: block;
}
.text-list-top .ico{
  width: 4px;
  height: 16px;
  margin-right: 8px;
  background: #e20203;
  border-radius: 2px;
}
.text-list-top .title{
  flex: 1;   
  font-size: 16px; 
  font-weight: bold;
  text-aligh: left;
}
.text-list-top .more{
  color: #f1832e;
  font-size: 12px;
  text-aligh: right;
}
.text-list-top .back {
  color: #888;
  font-size: 14px;
  text-aligh: right;
  cursor: pointer;
}
.text-list-top .back:hover {
  color: #f00;
  font-size: 14px;
  text-aligh: right;
  cursor: pointer;
}
.text-list{
  margin: 10px 15px 20px;
}
.text-list li{
  display: flex;
  justify-content: left; /* 水平居中 */
  align-items: center;    /* 垂直居中 */
  line-height: 26px;
  padding: 5px 0;
  border-bottom: 1px dashed #d1d1d1;
}
.text-list.main li{
  line-height: 28px;
}
.text-list li a,
.text-list li span{
  display: block;
}
.text-list li a{
  flex: 1;
  max-width: 100%;
  text-aligh: left;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;    /* 限制显示的行数为3 */
  overflow: hidden;
}
.text-list.main li{
  line-height: 30px;
}
.text-list li a:hover{
  color: #f00;
}
.text-list li .time{
  width: 80px;
  text-aligh: right;
  color: #999;
  padding-left: 10px;
}

.hot-wrap {
  display: flex;         /* 启用 flex 布局 */
  gap: 15px;
}
.hot-wrap .slideshow-container{
  max-width: 360px;
  position: relative;
  margin: auto auto auto 15px;
}
.hot-wrap .slideshow-container .slides,
.hot-wrap .slideshow-container .slides li,
.hot-wrap .slideshow-container .slides li a{
  height: 273px;
  width: 364px;
}
.hot-wrap .slideshow-container .slides{
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hot-wrap .slideshow-container .slide{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; /* 初始时透明 */
  transition: opacity 1s ease-in-out; /* 过渡效果 */
}
.hot-wrap .slideshow-container .slide.active {
  opacity: 1; /* 激活的项不透明 */
}
.hot-wrap .slideshow-container .slides img{
  height: 100%;
  width: auto;
}
.hot-wrap .slideshow-container .slides li a{
  overflow: hidden;
  display: block;
}
.hot-wrap .slideshow-container .slider-nav{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.hot-wrap .slideshow-container .slider-nav span{
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
  background: #fff;
  cursor: pointer;
}
.hot-wrap .slideshow-container .slider-nav span.active {
  background: #f00;
}

.row-list-wrap{
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  display: flex;   
}
.row-list-wrap .row-top{
  width: 30px;
  padding-right: 15px;
  padding-left: 5px;
  font-size: 16px;
  background-image: url(../images/title-bg-02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
  text-align: center;
  min-height: 100%;
  color: #e20203;
  font-weight: bold;
  display: flex;
  align-items: center; /* 将项目在交叉轴上居中对齐 */
  justify-content: center; /* 将项目在主轴上居中对齐（水平居中） */
}
.row-list-wrap .row-list{
  flex: 1;
  margin: 0 5px 0 15px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}
.row-list-wrap .row-list .list{
  display: flex;         /* 启用 flex 布局 */
  gap: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.row-list-wrap .row-list .list li{
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  flex-shrink: 0;
}
.row-list-wrap .row-list.span5 .list li{
  width: 20%;
}

.row-list-wrap .row-list.span5 .list li a{
  display: block;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}

.row-list-wrap .row-list .list li img{
  width: 100%;
  height: auto;
  margin-bottom: -3px;
}
.row-list-wrap .row-list .list li span{
  display: block;
  line-height: 26px;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 0 5px;
  text-align: center;
  color: #888;
  background: #fafafa;
}
.row-list-wrap .row-list.float .list li span{
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  color: #fff;
  background: rgba(0,0,0,0.3);
}


.medium-list{
  display: flex;         /* 启用 flex 布局 */
  flex-wrap: wrap;       /* 允许子元素换行 */
  gap: 0;  
  padding: 15px 15px 10px;
  margin: 0 -8px;
}
.medium-list li{
  width: 25%;
  padding: 10px 8px;
  box-sizing: border-box;
}
.medium-list.span5 li{
  width: 20%;
}
.medium-list.span3 li{
  width: 33.33%;
}
.medium-list.span1 li{
  width: 100%;
}

.medium-list li a{
  display: block;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}

.medium-list li img{
  width: 100%;
  height: auto;
  margin-bottom: -3px;
}
.medium-list li span{
  display: block;
  line-height: 26px;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 0 5px;
  text-align: center;
  color: #888;
  background: #fafafa;
}
.medium-list.float li span{
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  color: #fff;
  background: rgba(0,0,0,0.3);
}

.pager{
  text-align: center;
  margin: 15px 15px 20px;
  color: #888;
  border: 1px dashed #d8d8d8;
  border-radius: 3px;
  line-height: 36px;
  background: #fafafa;
}
.pager b{
  font-weight: bold;
  color: #f00;
  padding: 0 3px;
}
.pager a,
.pager span{
  padding: 0 5px;
  display: inline-block;
}
.pager a{
  color: #666;
}
.pager a:hover{
  color: #f00;
}

.footer-top{
  margin-top: 30px;
}

.footer-link-wrap { 
  display: block;
  background: #fff;
  border-top: 5px solid #f96f00;  
  padding: 10px 0;
}
.footer-link-wrap .link {
  padding: 10px 20px;
}
.footer-link-wrap .link .title {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
  line-height: 30px;
}
.footer-link-wrap .link .list {
  display: flex;         /* 启用 flex 布局 */
  flex-wrap: wrap;       /* 允许子元素换行 */
  gap: 0;  
  padding: 10px 0;
}
.footer-link-wrap .link .list li{
  flex: 1;               /* 使子元素尽可能填充空间，但不是必须的 */
  min-width: 20%;      /* 设置最小宽度，超过这个宽度时会换行 */
  text-align: left;    /* 文本居中 */
  padding: 5px 0 0 50px;
  box-sizing: border-box;
  line-height: 26px;
}

.footer-wrap { 
  background: #d90e00;
  padding: 20px;
  text-align: center;
  color: #fff;
  line-height: 26px;
}
