.con-l {

    width: 178px;

    height: 315px;

    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{



}

.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: 25px;

    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;

    border-bottom: 1px solid #F8F8F8;

}



.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: 30px;

}
.fh1{
    display: flex;
    padding-bottom: 20px;
    margin-left: 110px;
}

.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;

    border-bottom: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; 

}



@media screen and (max-width: 1500px){

    .con {

        width: 90%;

    }

    .con-l{

        /* width: 15%; */

    }

    .con-l-tit{

        width: auto ;

    }

    .con-r{

        width: 82%;

    }

    .con2{

        width: 90%;

    }
    .fh1 {
        display: flex;
        padding-bottom: 20px;
        margin-left: 50px;
    }

}
@media screen and (max-width: 700px){
    .fh1 {
        margin-left: 5px;
    }
.con2 h2 {
    font-size: 16px;
    margin: 10px 0 10px 0;
}
.con2 p {
    font-size: 14px;
}
.more {
    font-size: 12px !important;
    margin: 0 10px;
}
.crumbs a, .crumbs {
    font-size: 12px;
}
.con2 div {
    padding: 20px 0;
    margin-top: 20px;
}
.con2 {
    margin-bottom: 20px;
}
.con-l {
    width: 23%;
}
.con-l-tit h5, .con-l-tit h5 a {
    font-size: 14px;
    line-height: 50px;
    line-height: 50px;
}
.con-l li {
    height: 40px;
}
.con-l img {
    margin-right: 0px;
    margin-left: 2px;
}
.con-l li a {
    font-size: 12px;
    line-height: 40px;
}
.con-r {
    width: 100% !important;
}
.con-l-tit {
    height: 50px;
}
.con2-tit {
    margin-top: 0px;
}
.con{
    margin-bottom: 30px;
}
}