.con-l {
    width: 178px;
    height: 250px;
    position: sticky;
    top: 0;
}
.con {
    width: 1428px;
    margin: 0 auto;
    display: flex;
    z-index: 9;
    justify-content: space-between;
    position: relative;
    margin-bottom: 78px;
    padding-top: 67px;
}
.con-r {
    width: 1218px;
    background: #F8F8F8;
    height: auto;
    opacity: 1;
}
.con_d{

}
.fh1{
    display: flex;
    padding-bottom: 20px;
    margin-left: 110px;
}
.con-l-tit {
    width: 178px;
    height: 112px;
    background: #003874;
    opacity: 1;
    text-align: center;
    display: flex;
}

.con-l-tit h5,.con-l-tit h5 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 112px;
    color: #FFFFFF;
    opacity: 1 !important;
    position: relative;
}

.con-l-tit h5::after {
    position: absolute;
    content: "";
    left: 27px;
    top: 86px;
    width: 23px;
    height: 1px;
    background: #FFFFFF;
    z-index: 2;
}

.con-l ul {
    background: #F8F8F8;
}

.con-l li {
    margin-left: 26px;
    height: 66px;
    width: 129px;
    transition: all 0.2s;
}

.con-l li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 66px;
    color: #666666;
    opacity: 1;
    transition: all 0.2s;
}

.con-l img {
    margin-right: 22px;
    margin-left: 2px;
    opacity: 0;
    transition: all 0.2s;
}

.con-l .active4 {
    border-bottom: 1px solid #003366;
    opacity: 1;
}

.con-l .active4 img {
    opacity: 1;
}

.con-l .active4 a {
    color: #003366;
}

.con-l li:hover {
    border-bottom: 1px solid #003366;
}
.con-r-c ul:hover > a> li > p{
    color: #003366;
}
.con-l li:hover>img {
    opacity: 1;
}

.con-l li:hover>a {
    color: #003366;
}
.con-l-tit img {
    width: 8px;
    height: 8px;
    z-index: 2;
    opacity: 1;
    margin-top: 50px;
    margin-left: 25px;
}
.con2-tit {
    display: flex;
    margin-top: -36px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.crumbs a, .crumbs {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    opacity: 1;
}
.con2{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 73px;
}
.con2 h2{
font-size: 32px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
opacity: 1; 
margin: 53px 0 18px 0;
}
.con2-h2{
    text-align: center;
}
.con2 p{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 18px;
color: #666666;
opacity: 1;
}

.con2 div{
    border-top:1px solid #D9D9D9;
    padding: 40px 0;
    margin-top: 40px;
}
.con2 div p{
    margin-bottom: 16px;
}
.con2 span{
display: block;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 18px;
color: #333333;
opacity: 1;   
margin-top: 30px;
margin-bottom: 10px; 
}

.con2 a{
    color: #002E63;
}
@media screen and (max-width: 1500px){
    .con {
        width: 90%;
        
    }
    .con-l{
        /* width: 15%; */
    }
    .con2 {
        width: 100%;
    }
    .con-l-tit{
        width: auto ;
    }
    .con-r{
        width: 82%;
        padding: 0 ;
    }
    .link {
        width: 90%;
    }
    .con2 img{
        width: 100%;
    }
    .con2 p {
        margin: 0 100px;
    }

}

@media screen and (max-width: 700px){
    .fh1{
        display: flex;
        padding-bottom: 20px;
        margin-left: 10px;
    }
    .con2 p {
        margin: 0 10px;
    }
    .con{
        width: 96%;
        margin-top: -30px;
        margin-bottom: 62px;
    }
    .con-r {
        width: 75%;
        padding: 0;
    }
    .con-l {
        width: 23%;
    }
    .con-l-tit h5 {
        font-size: 14px;
        line-height: 50px;
    }
    .con-l li {
        margin-left: 5px;
        height: 40px;
        width: auto;
    }
    .con-l li a {
        font-size: 12px;
        line-height: 40px;
    }
    .con-l img {
        margin-right: 0px;
        margin-left: 2px;
    }
    .con-l-tit{
        height: 50px;
    }
    .con-l-tit h5 a,.con-l-tit h5 {
        font-size: 14px;
        line-height: 50px;
        margin: 0 auto;
    }
    .con2-tit {
        display: none;
    }
    .con2 h2 {
        font-size: 16px;
        margin: 10px 0 5px 0;
    }
    .con2 div {
        padding: 20px 0;
        width: 96%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .con2 span {
        font-size: 14px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .con2 div p {
        margin-bottom: 10px;
    }
}