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

    background: #F8F8F8;

    height: auto;

    opacity: 1;

    padding: 0 100px;

}

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

}



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

}



.con-r ul{

    display: flex;

    justify-content: space-between;

    border-top: 1px solid #CFCFCF;

    padding-top: 60px;

    margin-top: 60px;

}

.con-r ul a{

    width: 100%;

    display: flex;

    justify-content: space-between;

   

}

.con-r ul:first-child{

    border-top: none;

    margin-top: 50px;

}

.con-r ul a:hover> li > img{

transform: scale(1.05);

}

.con-r-img{

    width: 485px;

height: 280px;

overflow: hidden;

position: relative;

}

.con-r-img img{

    transition: all 0.5s;

   width: 100%; 

   

}

.con-r-txt{

    width: 480px;

}

.con-r-txt h6{

font-size: 18px;

font-family: Microsoft YaHei;

font-weight: bold;

color: #333333;

opacity: 1;

margin-bottom: 20px;

}

.con-r-txt p{



width: 481px;

font-size: 16px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 28px;

color: #666666;

opacity: 1;    

text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;

}

.con-r-img div{

    width: 100px;

height: 38px;

background: #CF8A19;

opacity: 0.7;

position: absolute;

left: 0;

top: 0;

font-size: 18px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 38px;

color: #FFFFFF;

text-align: center;

}

.page {

    display: flex;

    width: 300px;

    margin: 0 auto;

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    line-height: 18px;

    color: #002E63;

    justify-content: space-between;

    margin-top: 75px;

    margin-bottom: 66px;

}

.page_1 {

    width: 80px;

    height: 33px;

    border: 1px solid #CFCFCF;

    opacity: 1;

}

.page_1 a {

    display: block;

    width: 80px;

    line-height: 33px;

    text-align: center;

    transition: all 0.3s;

    color: #002E63;

}

.page_2 {

    display: flex;

    justify-content: space-between;

}

.page_2 li {

    width: 33px;

    height: 33px;

    text-align: center;

    line-height: 33px;

    transition: all 0.3s;

}

.active5 {

    background: #002E63;

    color: #FFFFFF;

}

.page_2 li a {

    color: #002E63;

}

.active5 a {

    background: #002E63;

    color: #FFFFFF !important;

}

.page_1 a:hover {

    background: #002E63;

    color: #FFFFFF;

}

.page_2 li:hover {

    background: #002E63;

    color: #FFFFFF;

}

.page_2 li:hover a {

    color: #FFFFFF;

}

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

    .con {

        width: 90%;

        

    }
    

    .con-l{

        /* width: 15%; */

    }

    .con-l-tit{

        /* width: auto ; */

    }

    .con-r{

        width: 82%;

        padding: 0;

    }

    .link {

        width: 90%;

    }

    .con-r-img {

        margin-right: 20px;
        margin-left: 20px;
    }
    .con-r-txt{
        margin-right: 20px;
    }

}



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

    .con{

        width: 96%;

        margin-top: -30px;

        margin-bottom: 62px;

    }

    .con-r {

        width: 75%;

    }

    .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-r ul a{

        display: block  ;

    }

    .con-r-img {

        width: 90%;

        height: auto;

        margin: 0 auto;

    }

    .con-r-txt p {

        width: 100%;

        font-size: 12px;

    }

    .con-r-txt h6 {

        font-size: 14px;

        margin-bottom: 10px;

    }

    .con-r-txt {

        width: 90%;
    margin: 0 auto;

    }

    .con-r-img div {

        width: 60px;

        height: 30px;

        font-size: 12px;

        line-height: 30px;

    }

    .con-r-img {

        margin-right: auto;

    }

    .con-r ul{

        padding-top: 20px;

        margin-top: 20px;

    }

    .con-r ul:first-child {

        margin-top: 20px;

    }

    .con-l-tit h5 a,.con-l-tit h5 {

        font-size: 14px;

        line-height: 50px;

        margin: 0 auto;

    }

    .page{

        width:50%;

        font-size: 12px;

    }

    .page_1 a{

        width: 45px;

        line-height: 20px;

    }

    .page_1 {

        width: 45px;

        height: 20px;

    }

    .page_2 li {

        width: 20px;

        height: 20px;

        line-height: 20px;

    }

}