.banner{
    width: 100%;
    height: 379px;
    background: url("../img/selected_topics/top.png") center center no-repeat;
}
.special{
    margin: 0 auto;
    background: #F0F1F5;
    padding-bottom: 148px;
}
.list{
    width: 1200px;
    margin: 6px auto 0;
}
.lists{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.lists li{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    position:relative ;
}
.lists li .box{
    position: relative;
    width: 282px;
    height: 160px;
}
.lists li .box a,
.lists li .box .show{
    position: absolute;
    top: 0;
    left: 0;
}
.lists li .box img {
    border-style: none;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    border-radius: 4px;
}

.lists li .box a{
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    height:100%;
}
.lists li .show{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(135deg, #FFA957 0%, #FE7228 100%);
    opacity: 75%;
    width: 100%;
    height:100%;
    position: absolute;
    border-radius: 4px;
}
.lists li:hover .show{
    display: flex;
}
.lists li:hover .nnd{
    display:flex ;
}
.fication{
    padding-top: 45px;
}
.fication ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fication ul li {
    color: #878787;
    font-size:18px;
}
.fication ul li div{
    width: 71px;
    height: 3px;
    background: linear-gradient(180deg, #FFAA53 0%, #FD7129 100%);
    border-radius: 11px;
    margin-top: 4px;
    visibility: hidden;
}
.fication ul li:not(:first-child){
    margin-left: 64px;
}
.fication .now div{
    visibility: visible;
}
.fication .now {
    font-weight: 500;
    color: #FD7129;
}
.page{
    margin: 50px 0 0;
}
.page .now{
    background:#FE6D24;
    color: #ffffff;
}
.page ul{
    display: flex;
    justify-content: center;
}
.page ul p{
    margin: 0 6px;
    font-weight: bold;
}
.page ul li{
    padding: 0 15px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    text-align: center;
    line-height: 33px;
    margin: 0 3px;
}
.nnd{
    display: none;
}
