.daohangdiv{
min-width:1170px;
margin:0px auto;}
    #c248877 ul {margin: 0 auto;list-style: none; margin: 0px; padding: 0px;} 
    #c248877 ul li a {text-decoration: none;font-weight:bold; color:#fff;  width:100%;height:60px; line-height:60px; text-align:center; background-color:rgb(140,21,23);  font-size:18px;display:flex;justify-content:center;} 
    #c248877 ul li { float:left; margin-left:0px;min-width:130px;} 
    #c248877 ul li a:hover {background-color:rgb(73, 13, 13);}
    #c248877 ul li a#current { background-color:rgb(73, 13, 13); font-weight:bold; color:#fff;}
    #c248877 ul li ul { border:0px solid #ccc; display:none;} 
    #c248877 ul li ul li {text-decoration: none;font-weight:bold;font-size:18px; float:none;  margin:0;}
    #c248877 ul li ul li a {min-width:130px;height:50px;line-height:50px; text-align:center; background-color:rgba(140,21,23);  color:#fff;} 
    #c248877 ul li ul li a:hover { background-color:rgba(175, 180, 184, 0.573); color:#fff;}  
    #c248877 ul li:hover ul { display:block;z-index:9999999; position:absolute;}
    #c248877 ul li.sfhover ul { display:block;} 
.below-content{
    background-color: rgba(242, 242, 242, 0.152);
    /* height: 300px; */
    width: 85%;
    margin:30px auto;}
.listcard{
    margin-top: 10px;
    display: flex;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid rgb(212, 205, 205);
    position: relative;}
.listcard:hover{
    background-color: white;
    /* right: -20px; */
    scale: 1.05;
    /* border-left: 4px solid rgb(140,21,23); */
    transition: 2s;}
.listleft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 10%;}
.listleft span{
    color: rgb(190, 180, 180);
    font-size: 14px;}
.listleft div{
    font-size: 40px;
    color: rgb(140,21,23);
    font-weight: bolder;
    margin-top: 20px;}

.listright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    width: 90%;}

.list-title a{
    font-size: 22px;
    margin-bottom: 20px;}
.list-title a:hover{
    color:rgb(140,21,23);}
.list-gaiyao{
    color: rgb(177, 175, 175);
    line-height:30px;}
