.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;
}

.con1list li {
    float: left;
    padding: 20px 17px;
    background: #fff;
    width: 585px;
    height: 215px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow-y: hidden;
}

.con1list li:nth-child(2n) {
    margin-right: 0;
}
.con3 .con1list li{
    width:380px;
}
.con3 .con1list li:nth-child(2n) {
    margin-right: 30px;
}
.con3 .con1list li:nth-child(3n) {
    margin-right: 0;
}
.litop a{
    color: #0477e6;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 2px dashed #ebedef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.litop img {
    margin-right: 10px;
}

.litop img,
.litop span {
    vertical-align: top;
}

.licontent {
    line-height: 30px;
    font-size: 16px;
    color: #696969;
    margin-top: 15px;
    max-height: 120px;
    overflow: hidden;
}

.con2>div {
    width: 48%;
    min-height: 343px;
}

.con2>div:nth-child(2n-1) {
    float: left;
}

.con2>div:nth-child(2n) {
    float: right;
}

.con4 {
    margin: 30px 0;
}

.con4 .yjzj  a {
    display: block;
    width: 585px;
    float: left;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
}
.con4 .yjzj  a:last-child{
    margin-right: 0;
}

.con4>a {
    display: block;
    width: 100%;
}

/* .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;
} */

.con0 {
    border-bottom: 1px solid #cbdde8;
}

.cxzz{
    position: relative;
}

.cxzz p {
    background: #0477e6;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 44px;
    margin-bottom: 30px;
}

.cxzz ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.cxzz ul {
    position: relative;
}

.btn {
    position: absolute;
    right: 0;
    top: 80px;
    cursor: pointer;
}

.btn .sq {
    display: none;
}

.cxzz ul {
    height: 56px;
    overflow: hidden;
}

.cxzz.on ul {
    height: auto;
}

.cxzz.on .btn .zk {
    display: none;
}

.cxzz.on .btn .sq {
    display: block;
}
.con01 ul li{
    float: left;
    width: 14%;
    text-align: center;
    cursor: pointer;
}
.con01 ul li p {
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

@media (max-width:1200px) {
    .con1list li,
    .con3 .con1list li {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .litop {
        padding-bottom: 10px;
    }

    .con3 a {
        width: 30%;
    }
    .con4 .yjzj a{
        width:50%;
        display: block;
        padding:0 10px;
        margin-right: 0;
    }
}

@media (max-width:768px) {
    
    .con01 ul li {
        width:25%;
        margin-bottom: 30px;
    }
    .con3 a {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        /* padding-bottom: 10px; */
    }

    .con2>div {
        width: 100%;
    }

    .con3 a {
        margin-right: 20px;
    }
    .con4 .yjzj a{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (max-width:425px) {
    .con01 ul li p{
        font-size:16px;
    }
    .cxzz p{
        margin-bottom:20px;
        margin-top: 20px;
    }
    .cxzz ul li{
        margin-right:20px;
        margin-bottom: 15px;
        font-size:18px;
    }
    .cxzz ul{
        height: 40px;
    }
    .search{
        margin-bottom: 100px;
    }
    .con3 a {
        padding: 20px 0 12px 20px;
    }

    .con3 a p {
        font-size: 30px;
    }
}