



.con-l-tit img,.con-l-tit h5::after{

    display: none;

}

.con-l-tit h5{

    margin: 0 auto;

}

.con1 ul{

    height: 460px;

    /* border: 1px solid; */

    display: flex;

background: #F8F8F8;

transition: all 0.3s;



border-bottom: 1px solid #CFCFCF;

}
.prev{
    width: 80px;
    line-height: 33px;
    text-align: center;
    transition: all 0.3s;
}
.num{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    transition: all 0.3s;
    display: inline-block;
}

.con1 ul:hover{

    

background: #EFEFEF;

}

.con1-img{

margin-top: 50px;

margin-left: 60px;

}
.con1-img img{
    width: 260px;
}

.con1-txt{

margin-top: 50px;

margin-left: 45px;

}

.con1-txt h5{

    font-size: 26px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    line-height: 37px;

    color: #666666;

    opacity: 1;

    margin-bottom: 15px;
    margin-top: 20px;

}

.con1-txt h5 span{

font-weight: bold;

color: #333333;

opacity: 1;

margin-right: 10px;

}

.con1-txt p{

font-size: 18px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 37px;

color: #666666;

opacity: 1;

margin-right: 42px;

text-overflow: -o-ellipsis-lastline;

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 5;

line-clamp: 5;

-webkit-box-orient: vertical;

}

.page {

    display: flex;

    width: 320px;

    margin: 0 auto;

    font-size: 20px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    line-height: 18px;

    color: #002E63;

    justify-content: space-between;

    padding-top: 65px;

    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_2 li:hover {

    background: #002E63;

    color: #FFFFFF;

}

.page_1 a:hover {

    background: #002E63;

    color: #FFFFFF;

}

.page_2 li:hover a {

    color: #FFFFFF;

}

.con_page{

    height: 183px;

background: #F8F8F8;

}

.more {

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    display: flex;

    margin-top: 15px;

    float: right;

    margin-right: 50px;

    margin-top: 40px;

}

.con1-txt p:nth-child(3){

    font-size: 20px;

    font-family: Microsoft YaHei;

    line-height: 33px;

    color: #666666;

    margin-bottom: 20px;

}

.con1-txt p:nth-child(2){

font-size: 20px;

font-family: Microsoft YaHei;

font-weight: 400;

line-height: 37px;

color: #666666;

}

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

    .con1 ul{

        height: auto;

        padding-bottom: 20px;

    }

    .con1-txt p{

        line-height: 28px;

    }

}


@media screen and (max-width: 700px){
    .con1 ul{
        display: block;text-align: center;
    }
    .con1-img {
        margin-top: 0;
        margin-left: 0;
    }
    .con1-img img{
        width: 50%;
        display: block;
        margin: 0 auto;
        padding-top: 10px;
    }
    .con1-txt {
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .con1-txt p:nth-child(3) {
        font-size: 14px;
        font-family: Microsoft YaHei;
        line-height: 24px;
        color: #666666;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .con1-txt p:nth-child(2) {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #666666;
        text-align: center;
    }
    .con1-txt h5 {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 37px;
        color: #666666;
        opacity: 1;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .con1-txt h5 span {
        font-weight: bold;
        color: #333333;
        opacity: 1;
        margin-right: 10px;
    }
    .con1-txt p {
        margin-right: 0;
    }
    .more{
        margin-right: 0;
    margin-top: 0;
    }
    .con_page {
        height: auto;
        background: #F8F8F8;
        padding: 20px 0;
    }
    .rows{
        width: 250px;
        margin: 0 auto;
    }
    .page {
        width: 58%;
        padding-top: 10px;
        margin: 0 auto;
    }
}