.list_pro .wh{
    padding: 0 9.541667% 0 0;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_pro .left {
    width: 21.25rem;
    
    background: rgba(124, 124, 124, 0.05);
    padding-bottom: 5rem;
    padding: 0;
    padding-top: 3.125rem;
}
.list_pro .left .ul {
    position: sticky;
    top: 7rem;
    left: 0;
}
.list_pro .left .ul > li {
    display: block;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
}
.list_pro .left .ul > li > a{
    width: 100%;
    line-height: 4rem;
    padding: 0 2.5rem 0 1.25rem;
    font-size: 1.125rem;
    color: #606060;
    display: flex;
    align-items: center;
}
.list_pro .left .ul > li.active > a{
    background: #ff0000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff;
}
.list_pro .left .ul > li > a div {
    width: 80%;
}
.list_pro .left .ul > li > a p {
    width: 20%;
    text-align: right;
}
.list_pro .left .ul > li.active ul {
    display: block;
}
.list_pro .left .ul > li ul {
    padding: 1.125rem 2.5rem 1.5625rem 3.25rem;
    display: none;
}
.list_pro .left .ul > li ul li:not(:last-child) {
    margin-bottom: 0.875rem;
}
.list_pro .left .ul > li ul li a {
    line-height: 2.5rem;
    position: relative;
    font-style: unset;
    font-size: 1rem;
    font-weight: 500;
    color: #4F4F4F;
    padding: 0 1.25rem;
    /*background: #fff;*/
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1875rem;
    background: #ff0000;
    height: 0;
}
.list_pro .right {
    width: calc(100% - 21.25rem);
    /*padding:1.5rem 7rem 6.25rem 2.75rem;*/
    padding: 1.5rem 0rem 6.25rem 2.75rem;
}
.list_pro .right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 1rem;
    margin-bottom: 2.8125rem;
    transform: unset;
    -webkit-transform:unset;
}
.list_pro .right .top .l {
    width: 60%;
    font-size: 1.375rem;
    color: #000000;
}
.pr {
    position: relative;
}
.list_pro .right .ul li {
    margin-bottom: 3.625rem;
}
.bl {
    display: block;
}
.list_pro .right .ul li .over {
    border: 1px solid #D3D3D3;
    padding: 1rem;
}
.bor20 {
    border-radius: 0.625rem;
}
.over {
    overflow: hidden;
}
.over>img {
    cursor: pointer;
    transition: all .6s;
}
.w100 {
    width: 100%;
}
.list_pro .right .ul li .flex {
    margin-top: 0.9625rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.list_pro .right .ul li .flex::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #ff0000;
}
.list_pro .right .ul li .flex a {
    max-width: 70%;
}
.list_pro .right .ul li .flex .xinghao {
    font-style: unset;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0.375rem;
    color: #4F4F4F;
}
.list_pro .right .ul li .flex .name {
    font-size: 1.1rem;
    line-height: 1.875rem;
    color: #333333;
}
.line1 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_pro .right .ul li .flex a {
    max-width: 70%;
}
.more_a {
    display: inline-block;
}
.more_a.borff > div {
    color: #fff;
}
.more_a > div {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    color: #ff0000;
}
.list_pro .right .ul li .flex .more_a > div div {
    border: 1px solid #D3D3D3;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.more_a.borff > div div {
    position: relative;
    background: transparent;
}
.more_a > div div {
    margin-left: 1.5625rem;
    width: 2.4375rem;
    height:2.4375rem;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more_a.borff > div div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}
.list_pro .right .ul li .flex .more_a > div div .iconfont {
    color: #D3D3D3;
}
.more_a > div div .iconfont {
    color: #fff;
    display: block;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 1.25rem;
    font-weight: 600;
}
.list_pro .right .ul li .flex .more_a > div div .iconfont {
    color: #D3D3D3;
}
.list_pro .right .ul li:hover .flex .name {
    color: #ff0000;
}
.list_pro .right .ul li:hover .more_a > div div {
    border-color: #ff0000 !important;
    background: #ff0000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_pro .right .ul li:hover .more_a > div div .iconfont {
    color: #fff !important;
}
.list_pro .left .ul > li ul li:hover a,
.list_pro .left .ul > li ul li.active a{
    color: #ff0000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1875rem;
    background: #ff0000;
    height: 0;
}
.list_pro .left .ul > li ul li:hover a::before,
.list_pro .left .ul > li ul li.active a::before{
    height: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
@media (max-width: 990px){
    .list_pro .wh{
        padding: 0;
    }
    .list_pro .left {
        display: none;
    }
    .list_pro .right {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .list_pro .right {
        width: 100%;
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .list_pro .right .top {
        padding-bottom: 0px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .list_pro .right .top .l {
        width: 100%;
    }
    .list_pro .right .ul li {
        margin-bottom: 20px;
        width: 50%;
    }
    .list_pro .right .ul li .over{padding: .2rem;}
    .list_pro .right .ul li .flex a{
        max-width: 100%;
    }
    .more_a{
        display: none;
    }
    .list_pro .right .ul li .flex {
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .more_a>div {
        font-size: 14px;
    }
    .more_a>div div .iconfont {
        font-size: 16px;
    }
}






















