

.list_pro {
    padding: 0 0 0.5rem 0;
    overflow: hidden;
}
.list_pro .list_pro_nav {
    display: flex;
    align-items: flex-start;
    padding: 0.3rem 0 0.3rem 10px;
    overflow: hidden;
}
.list_pro .list_pro_nav h3 {
    font-size: 16px;
    margin: 0;
    color: #2e2e2e;
    line-height: 30px;
    margin: 5px 0;
}
.list_pro .list_pro_nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list_pro .list_pro_nav ul li a {
    display: block;
    padding: 0 8px;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 30px;
    background: #f5f5f5;
    margin: 5px;
}
.list_pro .list_pro_nav ul li.active a {
    background: #013c8d;
    color: #fff;
}
.list_pro .list_pro_mian {
    overflow: hidden;
}
.list_pro .list_pro_mian ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.list_pro .list_pro_mian ul li {
    padding: 10px;
    width: 25%;
}
.list_pro .list_pro_mian ul li ol {
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #f5f6f7;
}
.list_pro .list_pro_mian ul li ol .pic {
    padding-top: 74%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.list_pro .list_pro_mian ul li ol .pic dl img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.list_pro .list_pro_mian ul li dd {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.list_pro .list_pro_mian ul li dd p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0.26rem;
    text-align: center;
}
.list_pro .list_pro_mian ul li dd p a {
    display: inline;
    padding: 0.1rem 0.15rem;
    margin: 0.1rem 0.4rem;
    box-sizing: border-box;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #ffffff;
    font-size: 0.16rem;
    -webkit-border-radius: 0.24rem;
    -ms-border-radius: 0.24rem;
    -o-border-radius: 0.24rem;
    -moz-border-radius: 0.24rem;
    border-radius: 0.24rem;
    background-color: #013c8d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.list_pro .list_pro_mian ul li dd p a:first-child {
    background-color: #FFE100 ;
    ;
}
.list_pro .list_pro_mian ul li .box {
    padding: 0.2rem;
    background-color: #f5f6f7;
}
.list_pro .list_pro_mian ul li .box h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #2e2e2e;
    margin-bottom: 0.06rem;
}
.list_pro .list_pro_mian ul li .box p {
    color: #2e2e2e;
    font-size: 14px;
}
.list_pro .list_pro_mian ul li .box h3,
.list_pro .list_pro_mian ul li .box p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page {
    display: flex;
    justify-content: center;
}
.pagination>li.active span {
    border: 1px solid #ccc;
    background-color: #013c8d;
}
.pagination>.active>span:hover {
    background-color: #013c8d;
}
@media (max-width:992px) {
    .list_pro .list_pro_nav {
        flex-direction: column;
        padding: 0.8rem 0;
    }
    .list_pro .list_pro_nav h3 {
        font-size: 18px;
        width: 100%;
        padding-left: 10px;
    }
    .list_pro .list_pro_nav ul li a {
        font-size: 14px;
    }
    .list_pro .list_pro_mian ul li {
        width: 50%;
        padding: 5px;
    }
    .list_pro .list_pro_mian ul li .box h3 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .list_pro .list_pro_mian ul .guide_more li {
        padding-bottom: 0;
    }
    .list_pro .list_pro_mian ul li:hover ol {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .list_pro .list_pro_mian ul li:hover dd {
        visibility: visible;
        opacity: 1;
    }
    .list_pro .list_pro_mian ul li:hover dd p a {
        margin: 0.1rem 0.15rem;
        visibility: visible;
        opacity: 1;
    }
    .list_pro .list_pro_mian ul li:hover .box h3 {
        color: #013c8d;
    }
}