.container.center{
    width: 1440px;
    margin: 0 auto;
    margin-top:30px;
}
.center{
    margin: 35px auto;
}
.wzcontent {
    margin-top: 40px;
}
.wzcontent .fl{
    width: 280px;
    padding:28px 0 28px 17px;
    background: #4074d2;
}

.wzcontent .fl ul li{
    height: 120px;
    border-bottom: 1px solid #5f8adb;
    font-size: 26px;
    text-align: center;
    padding:0 25px;
    position: relative;
}
.wzcontent .fl ul li a{
    padding: 0 5px;
    width: 100%;
    color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: unset;
    text-decoration: none;
}
.wzcontent .fl ul li.on{
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
}
.wzcontent .fl ul li.on::before{
    content: '';
    width: 5px;
    height: 48px;
    background-color: #8ce3ff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wzcontent .fl ul li.on a{
    color:#0f47ab;
}

.wzcontent .fr{
    width: 1157px;
    padding: 0 0 0 50px;
}
.wzcontent .fr .title{
    font-size: 54px;
    color:#333;
    line-height: 150px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}
.wznr .nr {
    /* padding-top: 50px; */
    font-size: 24px;
    color:#333;
    line-height: 52px;
}
.wzcontent .fr .wznr{
    display: none;
}
.wzcontent .fr .wznr.on{
    display: block;
}
.wzcontent .fr .wznr p{
    text-align: justify;
}
@media(max-width:1440px){
    .container.center{
        width:1200px;
    }
    .wzcontent .fr{
        width: 915px;
    }
    .wzcontent .fr .title{
        line-height: 100px;
    }
}
@media (max-width:1200px){
    .container.center{
        width: 100%;
        padding: 0 20px;
    }
    .container.logobox,.nav .container{
        width:100%;
    }
    .wzcontent .fr{
        width: calc(100% - 295px);
        padding: 0 0 0 20px;
    }
    .wzcontent .fr .title{
        font-size:30px;
    }
    .wznr .nr {
        line-height: 44px;
    }
}

@media (max-width: 768px){
    .container.center{
        /* width: 768px; */
    }
    .wzcontent .fr .title{
        font-size:24px;
        line-height:80px;
    }
    .wznr .nr{
        font-size: 18px;
        line-height:32px;
    }
    .wzcontent .fl{
        width: 230px;
        padding: 20px 0 20px 10px;
    }
    .wzcontent .fr{
        width:calc(100% - 230px);
    }
    .wzcontent .fl ul li{
        font-size:22px;
        height: 85px;
    }
}
@media (max-width: 600px){
    .wzcontent .fr .title{
        font-size: 18px;
        line-height: 30px;
        height: 70px;
    } 
    .wznr .nr{
      font-size:16px;
        line-height:28px;
    }
}
@media (max-width: 600px){
    .wzcontent .fl{
        width:150px;
    }
     .wzcontent .fr{
       width: calc(100% - 150px);
       padding-left: 15px;
     }
    .container.center{
        padding:0 10px;
    }
    .wzcontent .fl ul li a{
        font-size:16px;
    }
}

