.p1 {
    height: 180px;
    background-color: #FFF;
    border-radius: 10px;
}

.headline h2 {
    padding: 35px 0;
}

.headline h2 a {
    line-height: 50px;
    font-size: 34px;
    font-weight: bold;
    padding: 0 56px;
    border-left: 1px solid #ccc;
    display: inline-block;
    float: left;
    width: 80%;
}

.toutiao {
    background: url(../images/headline.png) 0px 0px no-repeat;
    margin: 13px 40px 0 30px;
    vertical-align: middle;
    width: 134px;
    height: 79px;
    display: inline-block;
    float: left;
}

.p2 .col-md-6 .left,
.p2 .col-md-6 .right {
    background-color: #fff;
    height: 464px;
    border-radius: 10px;
}

.content {
    border-bottom: 2px solid #2b71ed;
}

.grid {
    width: 1200px;
    margin: 0 auto 30px;
}

.p2 .left,
.p2 .right {
    padding: 35px 30px;
}

.p2 h2 {
    margin-bottom: 15px
}

.p2 h2 a {
    position: relative;
    display: block;
    font-size: 40px;
    color: #2b71ed;
    font-weight: bold;
}

.p2 h2 a::before {
    content: '';
    position: absolute;
    background: url(../images/syp1_title.png) 50% 0 no-repeat;
    width: 355px;
    height: 23px;
    left: 175px;
    top: 13px;
}

.p2 .list-t li a {
    font-size: 28px;
    color: #333333;
}

.list-t li:before {
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}

.list-t li {
    line-height: 28px;
    padding: 25px 0 25px 20px;
    border-bottom: 1px dashed #ccc;
}

.p3 {
    background-color: #fff;
    height: 310px;
    border-radius: 10px;
    padding: 37px 30px;
}

.p3 li {
    transition: all .3s;
}

.p3 .zcwj {
    background: url(../images/zcwj.png) 50% 0 no-repeat;
    height: 234px;
}

.p3 .zcwj a {
    font-size: 40px;
    color: #507764;
    font-weight: bold;
}

.p3 .cyfz {
    background: url(../images/cyfz.png) 50% 0 no-repeat;
    height: 234px;
}

.p3 .cyfz a {
    font-size: 40px;
    color: #84694a;
    font-weight: bold;
}

.p3 .jjyx {
    background: url(../images/jjyx.png) 50% 0 no-repeat;
    height: 234px;
}

.p3 .jjyx a {
    font-size: 40px;
    color: #25517a;
    font-weight: bold;
}

.p3 .ldxx {
    background: url(../images/ldxx.png) 50% 0 no-repeat;
    height: 234px;
}

.p3 .ldxx a {
    font-size: 40px;
    color: #44584b;
    font-weight: bold;
}

.p3 li {
    padding: 40px 0 0 30px;
}

.p3 li a {
    margin: 40px 0 0 30px;
}

.p3 li:hover {
    transform: scale(1.1);
}

.p4 h2 {
    background: url(../images/p4_title.png) 50% 0 no-repeat;
    height: 92px;
    margin-bottom: 15px;
}

.p4 ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p4 ul li a {
    height: 150px;
    background-color: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 30px;
    line-height: 1.5;
    font-size: 32px;
    color: #333;
    vertical-align: middle;
}

.p4 li a span {
    position: relative;
    width: 100%;
    padding-left: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.p4 i {
    display: block;
    margin-top: 20px;
    transition: all .5s;
}

.p4 li a:hover i {
    transform: rotateY(360deg);
}

.p4 li a:hover span {
    color: #2b71ed;
}

.p4 .s1 {
    background: url(../images/p4_s1.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s2 {
    background: url(../images/p4_s2.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s3 {
    background: url(../images/p4_s3.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s4 {
    background: url(../images/p4_s4.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s5 {
    background: url(../images/p4_s5.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s6 {
    background: url(../images/p4_s6.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s7 {
    background: url(../images/p4_s7.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

.p4 .s8 {
    background: url(../images/p4_s8.png) 50% 0 no-repeat;
    width: 94px;
    height: 94px;
}

@media (max-width: 1200px) {
    .p1 {
        height: 100%;
    }
    .headline h2 {
        padding: 0;
    }
    .headline h2 a {
        border: none;
        padding: 0;
        width: 100%;
        margin: 30px 0;
    }
    .toutiao {
        background: url(../images/headline.png) 50% 0px no-repeat;
        width: 100%;
        margin: 15px auto 0;
    }
    .hidden-xs {
        display: block!important;
    }
    .p2 h2 a::before {
        display: none;
    }
    .p2 h2 {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .p2 .col-md-6 .right {
        margin-top: 30px;
    }
    .p2 .col-md-6 .left,
    .p2 .col-md-6 .right {
        height: auto;
    }
    .p3 {
        height: auto;
    }
    .p3 li {
        width: 50%;
        float: left;
        margin-top: 30px;
        text-align: center;
    }
    .p3 li a {
        margin: 0;
    }
    .p3 {
        padding: 0px 30px 30px;
    }
    .grid {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .p3 li {
        width: 100%;
    }
    .header .gn {
        display: none;
    }
    .header h1 {
        width: 100%;
        background-size: 100%;
    }
    .wenan,
    .wenan img {
        width: 90%;
    }
}