.comtt {
    margin: 30px 0;
    height: 42px;
    border-bottom: 1px solid #c6d9e5;
}

.comtt .fl {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    position: relative;
    height: 100%;
}

.comtt .fl::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #127fe8;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.more {
    font-size: 18px;
    color: #333;
    background: none;
}

.con1list li {
    float: left;
    padding: 27px 17px;
    background: #fff;
    width: 380px;
    height: 215px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
}

.con1list li:nth-child(3n) {
    margin-right: 0;
}

.litop {
    color: #0477e6;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e3e5;
}

.litop img {
    margin-right: 10px;
}

.litop img,
.litop span {
    vertical-align: top;
}

.licontent {
    line-height: 30px;
    font-size: 16px;
    color: #696969;
    margin-top: 10px;
}

.con2>div {
    width: 48%;
    min-height: 343px;
}

.con2>div:nth-child(2n-1){
    float: left;
}
.con2>div:nth-child(2n){
    float: right;
}
.con3 {
    margin: 30px 0;
}

.con3 a {
    display: block;
    width: 370px;
    height: 245px;
    float: left;
    padding: 44px 0 0 44px;
    box-sizing: border-box;
}

.con3 a:hover {
    text-decoration: none;
}

.con3 a:last-child {
    margin-right: 0;
}

.con3 a p {
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.con3 a p::after {
    content: '';
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: -28px;
    left: 3px;
    border-radius: 4px;
}

.tjzxx {
    background: #b4daff url(../images/tjzxxbg.png) bottom right no-repeat;
    margin-right: 44px;
    color: #0477e6;
}

a.tjzxx p::after {
    background: #0477e6;
}

.yjzj {
    background: #bae6d3 url(../images/yjzjbg.png) bottom right no-repeat;
    margin-right: 44px;
    color: #1e8025;
}

a.yjzj p::after {
    background: #1e8025;
}

.yessw {
    background: #f0ddc8 url(../images/yesswbg.png) bottom right no-repeat;
    color: #d67415;
}

a.yessw p::after {
    background: #d67415;
}


@media (max-width:1200px) {
    .con1list li {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .litop {
        padding-bottom: 10px;
    }

    .con3 a {
        width: 30%;
    }
}

@media (max-width:768px) {
    .con3 a {
        width: 100%;
        margin-bottom: 20px;
        height: 210px;
    }

    .con2>div {
        width: 100%;
    }

    .con3 a {
        margin-right: 20px;
    }
}

@media (max-width:425px) {
    .con3 a {
        padding: 20px 0 0 20px;
    }

    .con3 a p {
        font-size: 30px;
    }
}