  
.news{  margin:20px 0 0 180px;    display:flex;    height: 500px;    width: 80%; }


/* 新闻列表 list-three ----------------------------------*/
.list-three{   width: 800px;   height: 500px;   margin-left: 50px; }
 .list-three ul{    margin: 5px;    padding: 10px;    list-style-type: none;     }
 
 .list-three #list{    font-size: 30px;    font-family: "黑体";    font-weight: 600;    color: black;    text-decoration: none;    line-height: 50px;  }

 /* 鼠标悬停时，当前行的标题和分割线变红并加粗 */
.news-item:hover .title-link {   color:#c00a00 !important;   font-weight: bold; }
.news-item:hover .divider {   background-color:#c00a00 !important;    width: 1.5px;}   
 

.more1 a{color:red;text-decoration: none;margin:10px 0 0 15px;}
.more2 a{color:white;text-decoration: none;}

/*信息公告-------------------------------------  */
.info {    margin: 5px 0 0 0;    padding: 10px;    height: 230px;    background-color: #c00a00;  }

.info-header {   display: flex;   justify-content: space-between;   align-items: center;   margin-bottom: 10px; /* 为 more2 换行后留出间距 */}

#info-title a{    writing-mode: vertical-lr;      /* 竖向文字 */    font-size: 30px;    color: white;    margin-left: 170px;    padding-top:40px;    font-family: "微软雅黑";}

.info-list{ width:80%; padding-top:35px; margin:0; }
  


.info-list h4,.info-list p{    font:20px;    text-align: left;    padding-left: 30px;    color:black;  }


.gg:hover{    border: none;    border-left: 5px solid rgb(196, 135, 5);    border-radius: 15px;}


/*重点推荐-------------------------------------  */
.import {margin: 15px 0 0 0;    padding: 10px;    height: 230px;    background-color: #ffe4e1;  }

.import-header {   display: flex;   justify-content: space-between;   align-items: center;   margin-bottom: 10px; /* 为 more2 换行后留出间距 */}

#import-title a{    writing-mode: vertical-lr;      /* 竖向文字 */    font-size: 30px;    color:#c00a00;    margin-left: 170px;    padding-top:40px;    font-family: "微软雅黑";}

.import-list{ width:80%; padding-top:35px; margin:0; }
  


.import-list h4,.info-list p{    font:20px;    text-align: left;    padding-left: 30px;    color:black;  }





/* 三个盒子 ---------------------------------------------*/
.index-threebox{
    height: 500px;
  
      
}
/* 一个三个BOX，下面第一个BOX：jiceng-box和theorry-box */
/* jiceng-box的区域大小位置 */
.inner-box{
    display: flex; /* 使用 Flexbox 布局 */
}
.jiceng-box{
    position: relative;
    left: 183px;
   
    width: 650px;
    height: 500px;

}
.ll-box{
    position: relative;
    left: 250px;
    /* background-color: #e26d7d; */
    width: 650px;
    height: 500px;

}

/* 两个BOX的公共部分，ITEM的大小等 */
.item{
    width: 640px;
    height: 60px;
    background-color: #ffffff;
    border-bottom: 3px solid #e20c0c;
}
.item ul{
    list-style-type: none;
   }
.item a
{
    text-align: center;
    font-size: 23px;
    font-family: "微软雅黑";
    text-decoration: none;
    line-height: 60px;
    color: #e73737;
    display: inline-block; 
    /* background-color: #145008; */
    width: 220px;
 }
.item .current a{
    background-color:#c00a00 ;
    color: rgb(253, 252, 252) ;
   
 }
/* 第一个BOX的标题 */
#jc-title{
    position: absolute;
    left: 0%;
    width: 200px;
    /* background:url(./images/jiceng.png) no-repeat 0px -48px ; */
    /* border: 1px solid black; */
 }
#gz-title{
    position: absolute;
    left: 240px;
    width: 200px;
    /* background:url(./images/gongzuo.png) no-repeat ; */
  }

#ll-title{
    position: absolute;
    left: 0%;
    width: 200px;
    /* background:url(./images/jiceng.png) no-repeat 0px -48px ; */
    /* border: 1px solid black; */
 }
 #zd-title{
    position: absolute;
    left: 240px;
    width: 200px;
    /* background:url(./images/gongzuo.png) no-repeat ; */
  }
 
    /*基层内容  */
.list ul{
    list-style-type: none;

 }
.list{
    
    margin:  30px 10px 30px;
    height: 100px;
    line-height: 40px;
}
.list li{
    height: 70px;
    /* border: 1px solid black; */
}
.list a{
    font-size: 20px;
    color: rgb(15, 15, 15);
    text-decoration: none;
    line-height: 70px;
}
.zt {
  /* 使 div 块级元素在页面水平居中 */
    margin:10px auto; 
    width: 84%; 
    /* 设置 div 上下外边距为 10px */
    margin-top: 40px;
    margin-bottom: 10px;
    /* 使 div 内的内容水平居中 */
    text-align: center; 
}

.zt img {
   /* 图片宽度为其父元素（即 div）宽度的 100% */
    width: 100%; 
    /* 保持图片的宽高比 */
    height: auto; 
}