body{
	font-family: "Noto Sans SC", sans-serif, SourceSansPro, "PT Sans", 微软雅黑, helvetica, arial, sans-serif;
}
.wp-pagenavi{
    padding-left: 42px;
}
.coverageBanner{
    height: 320px;
    background-image: url(https://rongsh.oss-cn-hangzhou.aliyuncs.com/help-center/plugins/coverage/images/coverageBg.png);
    margin-top: 94px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.coverContain{
    width: 100%;
    margin: 154px auto 0;
    display: inline-block;
}
.coverContain h4{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
}
.coverContain p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
}

.coverageBox{
    padding-top: 60px;
    padding-bottom: 200px;
}
.coverItem{
    padding: 53px 50px 36px 42px;
    /* background: #fff; */
    position: relative;
    -moz-transition: all 0.3s ease 0s; 
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
    
}
/* .coverItem:hover{
    box-shadow:0px 9px 49px 0px rgba(178,193,206,0.3);  
    padding-top: 54px;
    margin-top: -1px;  
}
.coverItem:hover .coverLine{
    display: none;
} */
.coverItem .coverItemLeft{
    float: left;
    width: calc(100% - 333px);
}
.coverItem .coverItemLeft a.coverTitle{
    display: block;
    font-size: 24px;
    color: #2A4159;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.coverItem .coverItemLeft .coverP01{
    font-size: 16px;
    color: #8997A5;
    line-height: 1.5;
    margin-top: 18px;
}
.coverItem .coverItemLeft .coverP02{
    font-size: 16px;
    color: #2A4159;
    line-height: 1.5;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.coverItem .coverItemLeft .coverP02 p{
    font-size: 16px;
    color: #2A4159;
    line-height: 1.5;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.coverItem .coverLine{
    width: calc(100% - 92px);
    height: 0;
    border-bottom: 1px solid #D8E2F0;
    position: absolute;
    left: 42px;
    bottom: 0;
}
.coverItem .coverItemRight{
    float: right;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);

}
.coverItem .coverItemRight img{
    width: 200px;
}
@media (max-width:1024px){
    .coverItem .coverItemLeft{
        width: calc(100% - 230px);
    }
}

@media (max-width:767px){
    .w1200{
        width: 90.625%;
    }
    
    .coverageBanner{
        margin-top: 50px;
        background-image: url(https://rongsh.oss-cn-hangzhou.aliyuncs.com/help-center/plugins/coverage/images/coverageBgM.png);
        height: 297px;
        background-size: 100% auto;
    }
    .coverContain{
        margin-top: 191px;
    }
    .coverContain h4{
        font-size: 24px;
        font-weight: bold;
    }
    .coverContain p{
        font-size: 14px;
        margin-top: 5px;

    }
    .coverageBox{
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .coverItem{
        padding: 24px 10px 28px 15px;
        box-shadow:0px 9px 35px 0px rgba(178,193,206,0.25);
        margin-bottom: 20px;
    }
    .coverItem .coverItemLeft{
        width: 100%;
    }
    .coverItem .coverItemLeft a.coverTitle{
        font-size: 16px;
    }
    .coverItem .coverItemLeft .coverP01{
        font-size: 14px;
    }
    .coverItem .coverItemRight{
        display: none;
    }
    .coverItem .coverLine{
        display: none;
    }
}