li, ol, ul{ list-style:none;}
.nav2024{  margin:0 auto; background:#006ec7; display: block; font-family: "Microsoft YaHei";}
a{text-decoration: none;}

.nav2024 > ul {
    width: 1140px;
    height: 56px;
    margin: 0 auto;
}

.nav2024:hover a {
    text-decoration: none;
}
.nav2024-list {
    float: left;
    position: relative;
    z-index: 99;
    width: 14.1%;
    border-right: 1px solid #50a5ea;
}

.nav2024-list .link .arrow {
    
    
    background-size: 100%;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    transition: all 0.2s linear 0s;
    width: 10px;
    z-index: 2;
}
.nav2024-list:hover .link .arrow {
    transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
    transition: all 0.2s linear 0s;
}
.nav2024-list .link {margin-left:1px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    position: relative;
    z-index: 2;
}
.nav2024-list .link span{ font-size:30px;}
.nav2024-list.active > .link, .nav2024-list:hover > .link {
    background: none repeat scroll 0 0 #288fe2;
    color: #fff;
}



.nav2024-list.hover .info{
    display: block;
}
.nav2024-list .info {
    background: none repeat scroll 0 0 #288fe2;
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0;
}


.nav2024-list .info:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.nav2024-list .info-list {
    display: block;
    width: 100%;
    line-height: 36px;
    
    font-size: 16px;
    border-bottom: 1px solid #50a5ea;
    margin-top: -1px;
}
.nav2024-list .info-list1 {
    line-height: 36px;
    
    font-size: 16px;
    border-bottom: 1px solid #50a5ea;
    margin-top: -1px;
    width: 100%;
}
.nav2024-list .info-list:hover,.nav2024-list .info-list1:hover {
    background: none repeat scroll 0 0 #2b67b0;
}
.nav2024-list .info-list a,.nav2024-list .info-list1 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
}
.born{border: none;}