.navbar{
    padding: 0 !important;
}
.nav-item:hover .dropdown-menu {display: block;}
.ul-row2{
    display: flex;
    width:100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap:nowrap;
}
.xurow{
    display: flex;
    padding: 0 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.new-row1-jian{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding: 30px;
    width: 300px;
    height: 300px;
    color: rgb(82, 82, 82);
    font-size: 26px;
    border-radius: 100%;
    border:1px solid #CCC;
    line-height: 35px;
    padding:0 20px;
    
}
.new-row1{
    border: 2px solid #ccc;
    border-radius: 10px;
    line-height: 35px;
    margin: 0 10px;
    margin-bottom: 10px;
    font-weight: bold; 
    padding: 10px 30px;
    text-align: center !important;
}
.new-row2{
    border: 2px solid #ccc;
    border-radius: 10px;
    line-height: 25px;
    margin: 0 10px;
    margin-bottom: 10px;
    font-weight: bold; 
    padding: 10px 30px;
    text-align: center !important;
}
.new-row-no{
    display: none;
}
@media screen and (max-width: 1000px) {
   .xurow{
    display: none;
   }
   .new-row1,.new-row2{
    animation: row1-11 3s;
    -webkit-animation: row1-11 3s;
    transform: translate(0px,0px);
        -ms-transform: translate(0px,0px); /* IE 9 */
        -webkit-transform: translate(0px,0px); /* Safari and Chrome */
   }
   .new-row-no{
    display: block;
}
}

.dropdown-menu{
    background-color: rgba(53, 53, 53, 0.767);
    line-height: 60px;
}
.dropdown-menu .dropdown-item{
    color: #FFF !important;
    line-height: 50px!important;
}
.dropdown-menu a:hover{
    background-color: #5372ec;
}
.new-sol0:hover .text-muted{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: visible;
}
.text-muted{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
     overflow: hidden;
}
.title .text-dark{
font-size: 10px;
}

.new-ser-row{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    
}
.new-ser0{
    max-width: 200px;
    margin:-5px 10px;
}
.new-ser1{
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.new-ser1 .sum{
    position: absolute;
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    color: #FFF;
}
.new-ser1 img{
    width: 120%;
    height: auto;
}

.new-ser2{
    color:#000;
    text-align: center;
    font-weight:bold;
    font-size: 20px;
    text-align: left !important;
}
.new-del0{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.new-del0 div{
    width: 200px;
    margin: 10px;
}

.new-adv{
    margin: 30px 0;
    text-align: center;
}
.new-adv .text1{
    padding-top: 20px;
    font-size: 25px;
    font-weight:bold;
    margin-bottom: 10px;

}
.new-adv-bottom{
    margin-top:60px;
    text-align: center;
}
.new-adv-bottom span{
    font-size: 30px;
    font-weight:bold;
}
.new-dx0{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.new-dx{
    width:200px;
    margin:20px 10px;
}

.footer-list div{
    margin-bottom: 10px;
}
.footer-list a{
    color: aliceblue;
}
.footer-list a:hover{
   color: rgb(0, 0, 0) !important;
}