.div_top{
    width: 1600px;
    /* min-width: 500px; */
    height: 350px;
    /* background-color: aqua; */
    /* margin-left: 131px; */
    margin-left: 0%;
  }

  @media screen and (max-width: 1900px) {
    html {
      zoom: 0.8;
    }
  }



.top1{
    /* background-color: brown; */
    width: 1600px;
    height: 450px;
     margin-top: 30px;
    /* min-width: 500px; */


}

.div_top >img{
    /* width: 1016px; */
    width: 100%;
    height: 310px;
     /* margin-left: 40px; */
     margin-left: 0%;
     /* margin-right: 9%; */
     
} 

.div_other{
    height: 400px;
    width:44.5% ;
    /* width: 500px;  */
    /* width: 44%; */
    /* background-color: aqua;  */
    display: inline-block;
    margin-left:40px;
    margin-top: 25px;
    float: left;
    border-width: 1px;
    border-color: red;
    /* border-color: rgba(188, 187, 186, 0.884); */
    /* border-style: solid; */
}


 .top_title{
    /* display: block; */
    /* width:500px; */
    /* width: 100%; */
    height: 44px;
    overflow: hidden;
    border-width: 1px;
    /* margin-left: 1px; */
    border-color: red;
    /* border-color: rgba(188, 187, 186, 0.884); */
    /* border-style: solid; */
    /* background-color: rgba(247, 243, 243, 0.799); */

}


.div_left{
    /* width: 500px; */
    width:43.5% ;
    margin-left: 75px;
    /* margin-left: 50% */
    /* margin-left: 42% */
    /* background-color: black; */
    height: 400px;
    margin-top: 15px;
    display:inline-block;
    float:left;
    
}


.div_right{
    display: inline-block;
    float: left;
    /* background-color: cornflowerblue; */
    /* width: 500px; */
    width: 43.5% ;
    height: 400px;
    margin-top: 15px;
    margin-left:40px; 
    border-width: 1px;
    border-color: red;
    /* border-color: rgba(188, 187, 186, 0.884); */
    /* border-style: solid; */
    

}

.top_title h3{
    float: left;
    display: inline-block;
    /* background-color:blue; */
    text-align: center;
    width: 180px;
    height: 44px;
    /* margin-left: 1px; */
    text-align:center;
     /* padding-top: 0px; */
    /*padding-left: 5px; */
    color: red;
    font-size: 36px;
    font-weight: bold;
    /* font-family: "KaiTi"; */
    
   
}

h6{
    float: right;
    margin-top: 2px;
    margin-right: 4px;
    /* color: red; */
    font-size: 30px;
    /* font-weight: bold; */
    /* background-color: aqua; */
    
    
    
}


.div_line{
    /* background-color: blueviolet; */
    width: 1570px;
    height: 450px;
    /* min-width: 500px; */
    padding-left: 35px;
    /* /* margin-left: 118px; */
    margin-top: 10px; 
    /* background-color: chartreuse; */
    min-width: 500px;
}

 .foot h3{
    /* margin-left: 20px; */
    width:100% ;
    text-align: center;
     /* margin-bottom: 10px; */
     height: 20px;
     margin-left: 0%;
     padding-top: 10px;
     color: black;
     /* font-family: "KaiTi"; */
     font-size: small;
     background-color:rgb(224,22,25);

    /* background-color: blue; */
}

.foot{
      /* margin-left: 140px; */
    width: 1600px;
    padding-top: 15px;
    height: 90px;
    /* min-width: 500px; */
    /* padding-left: 160px; */
    /* /* margin-left: 118px; */
    margin-top: 15px; 
    /* background-color: blue; */
}

ul{
    margin-top: 5px;
    margin-left: 10px;
    font-size: 25px; 
    line-height: 45px;
}

li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.div_top,.top1,.div_line,.foot{
    margin: 0 auto;
    
}

div{
    overflow: hidden;
    text-overflow: ellipsis;  
}

/* a:hover{
    color: darkgrey;
} */

