html{
    margin: 0;
}

.image{
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    width: 998px;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* 首页内容样式 */
h2{
  font-size: 20px;
  padding-top: 8px;
color: #451c00;
}

.h2one{
  text-align: center;
    font-size: 20px;
    
}

.h2two{
  margin-left: 200px;
  color:#451c00;
 
}

.h2two a{
  font-size: 16px; font-weight: lighter;
  float: right; margin-right: 70px; margin-top: 5px;
  
}

section div{
    float: left;
}
section .left{
    background-color: #ffefce;
    width: 240px; height: 290px;
}
section .left,.center{
    margin-right: 8px;
}
section .right{
    margin: 0; width: 240px; height: 290px; background-color: #ffefce; color:#451c00;
}
section .center{
    margin-top: 0;
}
article{
    width: 998px;
    margin: auto;
}

article .left,.center,.right{
    margin-right: 8px;
    margin-top: 8px;
}

article div{
    float: left;
}
article .right{
    margin-right: 0px;
    width: 240px; height:290px;
    background-color: #f5f5f5;
}

input[type=submit] {
    background-color: #753000;
    color: white;
    border: none;
    border-radius: 4px;
}

/* 文本内容样式 */
/* .Briefly{
    padding-left: 35px; 
    padding-right: 35px; 
    text-align: justify; 
    line-height: 30px;
} */

/* 流动字幕 */
.aside{
        clear: both;
        margin: auto;
        overflow: hidden;
  white-space: nowrap;
  width: 998px;
    }
.aside span{
        display: inline-block;
        padding: 8px 0px;
  padding-left: 100%;
  animation: marquee 20s linear infinite; /* 调整动画时长和效果 */
    }

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* 下方图片样式 */
.image{
    clear: both;
  }
  
.responsive {
    float: left;
    background-color: #fff9e8 ;
  }
  
  div.responsive{
  height: 240px;
  padding: 0;
  }
  
  .responsive img {
    width: 100%;
    height: 200px;
  }
  
  .desc {
    padding: 8px;
    text-align: center;
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  
  

  
/* 新闻样式 */
.news .left,.right{
    width: 495px; height: 588px;
    float: left;
    background-color: #fff9e8;
}

.news .left{
    margin-right: 8px;
}
  
  .news ul{
    width: 420px;
    margin: auto;
    padding: 0;
  }
  
  .news  li{
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .news span{
    margin-right: 0px;
    float: right;
    color: #451c00;
  }
  
  .news a{
    text-decoration: none;
    color: #451c00;
  }
  
  .news p{
    text-align: center;
  }


/* 渐变按钮，分类信息 */
.classify{
    font-size: 19px;
      height: 80px;
      padding-top: 36px;
      margin-left: 30px;
}
  
.classify button{
      /* 设置渐变色 */
      background: linear-gradient(to bottom, #e2f2ff, #96cff5);
      border: 1.3px solid #004094; border-radius: 8px;
      height: 42px; width: 144px;
      cursor: pointer;
}
.button2{
   /* 设置渐变色 */
   background: linear-gradient(to bottom, #e2f2ff, #96cff5);
   border: 1.3px solid #004094; border-radius: 8px;
   height:20px;width: 44px;
   margin: 0 10px;
}
  
/* 企校联办上方视频 */
.school .left,.right{
    float: left;
    background-color: #f5f5f5;
    margin-bottom: 8px;
}

.school .left{
    margin-right: 8px;
    width: 661px; height: 385px;
}

.school .right{
    margin: 0;
    width: 329px;
    height: 385px;
  }

.button1{
        display: inline-block;
        padding: 10px 20px;
        font-size: 26px;
        font-weight: bold;
        color: #003f94;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: none;
        background-image:url(../img/button1.png);
        /* background-size: cover;  */
        background-size: 100% 100%;
        /* background-position: center;
        background-attachment:fixed;
        border: 1px solid #003f94; */
}
.button1:hover{
  color: #e2f2ff;
  cursor: pointer;
}
/* 底下logo样式 */
.logo{
    clear: both;
}
.logo img{
    width: 226px; height: 100px;
}
.logo a{
  margin-right: 20px;
  display: inline-block; 
}
.logo img:last-child {
  margin-right: 0; /* 移除最后一个logo的右边距，避免不必要的空白 */
}


.right_zndh{
  margin: 0; width: 230px; height: 290px; background-color: #ffefce; color:#451c00;
}
.fwzq th{
	text-align: center;
	font-size: 18px;
    cursor: pointer;
    background-color: #fff9e8 ;
    border: 1px solid #003f94;
    font-weight: lighter;
    font-family: 黑体;
		  }  

.fwzq th.title1{
        font-size: 20px;
        font-weight: bolder;
        cursor: default;
        background-color: #bde2fc;
       }
 .fwzq{ 
    border-collapse: collapse; 
    table-layout: fixed;
}

.fwzq td{
    border: 1px solid #003f94;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    background-color: #f5f5f5;
    /* letter-spacing: 1px; */
    /* padding: 40px 40px 36px 50px; */
    text-align:justify;
		  }
    .fwzq p{
    line-height: 170%;
    text-indent: 2.1em;
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 0;
		  }

      .right li:hover a, .href1:hover {
        color: #003f94;
    }
    .right a:visited, .right a {
        text-decoration: none;
        color: #451c00;
    }


    /* 文章标题页面CSS */
    .page1{
      text-align: center;
      margin-top: 16px;
      padding-bottom: 16px;
       }
       .bt{
        background: #ffefce ;
       }
    .bt a,.bt a:hover,.bt a:visited{
        text-decoration: none;
        color: #000;
    }
    .bt table{
      table-layout: fixed;
  }
  .bt span{
      display: block; text-align: right; padding-right: 6%; 
  }
    .bt a{
      display: inline-block; /* 使宽度生效 */
      width: 85%; /* 继承父容器宽度 */
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .bt h2{
      letter-spacing: 2px;
      text-align: center;
      margin-top: 0;
   }
   .time1{
    font-size:12px; 
    color:#777;
   }
   .dahonkk{
    border:1px solid #451c00;
    background: #fff9e8;
    margin: 0 auto;
    padding:20px 30px;
  }
    .wzgao,.bt td {  
      line-height: 24px;
      flex-grow: 1; /* 使标题占据剩余空间 */  
      overflow: hidden;  
      text-overflow: ellipsis;  
      white-space: nowrap; 
      max-width: 80%; 
      }

/* 左/右边导航条内容页 */
.article-content {
  width: 91%;
  height: 290px; /* 根据需要调整高度 */
  border: 1px solid #ccc;
  padding: 20px 30px;
  overflow-y: auto; /* 允许内容垂直滚动 */
}

.liL_left, .liR_left {
  float: left;
  padding: 0 10px;
  margin: 0 8px 10px 0;
  background-color: #fff9e8 ;
}
.liR_video p{
  line-height:20px;padding:0 10px;
}
.liL_left {
  width: 300px;
  height: 400px;
}

.liR_left {
  height: 490px;
  width: 452px;
}

.liL_right {
  width: 670px;
  background-color: #fff9e8 ;
  height: 400px;
  float: left;
}

.liL_title, .liL_left h2, .liL_right h2, .liR_left h2 {
  text-align: center;
  padding-left: 13%;
}

.liL_title h2 a, .liL_left h2 a, .liL_right h2 a, .liR_left h2 a {
  font-size: 16px;
  font-weight: lighter;
  float: right;
  margin-right: 7%;
  margin-top: 5px;
  text-decoration: none;
  color: black;
}

.liL_left ul, .liR_left ul{
  padding-left: 0px;
  list-style-type: none; /* 去除默认列表样式 */
}

.liL_left li {
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.liL_left li a,.liR_left li a{
  display: inline-block;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  vertical-align: top; /* 垂直对齐 */
  text-decoration: none;
  color: black;
}
.liL_left li a{
 max-width: 80%;
}
.liR_left li a{
  max-width: 86%;
}
.liL_left li span,.liR_left li span {
  margin-right: 0px;
  float: right;
}
.liL_right{
  width: 670px;
  background-color: #fff9e8 ;
  height: 400px;
  float: left;
  }
  .liL_left h2,.liL_right h2,.liR_right2 h2,.liR_left h2{
  text-align: center;
  padding-left: 13%;
  }
  .liL_left h2 a,.liL_right h2 a,.liL_title h2 a,.liR_left h2 a{
  font-size: 16px;
   font-weight: lighter;
   float: right;
   margin-right: 7%; 
   margin-top: 5px;
  }
  
  .liL_left  li,.liL_right li,.liR_left li{
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .liL_left span,.liL_right span,.liR_left span{
    margin-right: 0px;
    color: #777;
    font-size: 14px;
  }
  
  .liL_left a,.liL_right a,.liL_title h2 a,.liR_left a{
    text-decoration: none;
    color: black;
  }
  
  .liL_title{
  text-align: center;
  padding-left: 16%;
  }
  .liR_right2{
    width: 458px;
    float: left;
    padding:0 30px ;
    margin-bottom: 10px;
    background-color: #fff9e8 ;
    height: 130px; 
    margin-top: 18px;
  }
  .liR_right1{
  width: 518px;
  height:350px;
  position: relative;
  background-color: #fff9e8 ;
  float: left;
  /* line-height: 8px; */
  }
  .liR_video{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  height: calc(100% - 10px);
  }
  .liR_video video{
    width: 500px;
    height: 290px;
  }
  .liR_right1 button{
  text-align: center;margin-left: 200px;width: 70px; height: 30px;
  }
.article-content p{
  margin:0px;
  line-height:26px;
  text-align: justify;
}
#articleTitle{
  padding-left: 0;
}
/* ---------------- */
