
.yitihua-banner {
    background-image: url('https://cdn.xt12366.com/image/taxtsoft/ythgl/yitihua-banner.png');
    background-position: center center;
}

.inner-w1200 {
    max-width: 1200px;
    margin: 0 auto;
}



.yitihua .font-color-main {
    color: #343A5A;
}

.yitihua .font-color-secondary {
    color: #8487A0;
}

.yitihua .line {
    border:0px;
    border-bottom: 0px solid #e0e0e0;
}

.yitihua .content-item {
    padding-top: 60px;
    padding-bottom: 60px;
}

.yitihua .content-item .item-title {
    text-align: center;
}

.yitihua .content-item .item-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    position: relative;
    padding-bottom: 10px;
    color:#222;
}


.yitihua .content-item .item-msg {
    width: 100%;
    background: #f9f9f9;
    border-radius: 7px;
    padding: 22px 25px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.yitihua .content-item .item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.item-content-item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.item-content-item .p1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .yitihua, .yitihua .inner-w1200 {
        width: 100%;
        min-width: 320px;
        max-width: 540px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .yitihua {
        margin-top: 95px;
    }
    .yitihua .banner {
        width: 100%;
        height: 215px;
        background: url('../images/yitihua/yitihua-banner.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 46% center;
    }
    .yitihua .content-item {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }
    .yitihua .content-item.yykj .item-content img {
        width: 100%;
    }
    .item-content-item {
        width: 100%;
    }
    .item-content-item img {
        width: 100%;
    }
}