
ul{
    margin-bottom: 0;
    padding-left: 0;
}
a{
    color: #333333;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
p{
    margin-bottom: 0.5rem;
}
.page-link{
    margin-left: 10px;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    background: #0A69C8;
    color: #ffffff;
    /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.card{
    border: none;
    transition: all 0.5s;
}
.common-title{
    line-height: 10px;
}
.success-right>div>a:hover .card{
    color: white;
    background: #2472ba;
}.model-content{
    position: relative;
    top: -30px;
}
.success-change{
    overflow: hidden !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 8px 0px rgb(51 51 51 / 30%) !important;
    border-radius: 0 !important;
    border: none;
    padding: 30px 0;
}
.success-change>ul>li{
    cursor: pointer;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0070C0;
}
.success-change>ul>li:last-child{
    border: none;
}
.success-change-text>div{
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3);
}
.success-change>ul>li:hover{
    background: #0070C0;
    color: #ffffff;
    font-weight: bold;
}
.success-active{
    background: #2472ba;
    color: #ffffff !important;
    font-weight: bold;
}
.success-change-text .success-show{
    display: block;
    padding: 0 30px 30px 30px;
}
.news-list{
    height: 220px;
}
.pageactive{
    background: #2472BA;
    color: #ffffff;
}
.common-title p:nth-child(2){
    padding-top:10px !important;
}