body{
    background: #f5f5f5;
}

.banner {
    background: url("../img/help_banner.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
}

.banner>div {
    height: 100%;
}

.banner>div>img {
    width: 485px;
    height: 220px;
    margin: 0 auto;
    margin-top: 191px;
    display: block;
}

.helpBanner{
    background: url("../img/helpBanner.png") top center no-repeat;
    height: 480px;
}
.news-l{
    width: 840px;
    margin-right: 20px;
    background: #fff;
}
.news-r-box{
    width: 340px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    background: #fff;
}
.news-r-title{
    color: #000;
    font-size: 16px;
    border-left: 2px solid #439DF8;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.news-container, .news-nav {
    margin-top: 20px;
    text-align: left;
    color: #333;
}
.news-container{
    margin-bottom: 120px;
}
.news-icon {
    margin-right: 10px;
    padding-top: 5px;
    vertical-align: bottom;
}
.helpBox{
    width: 840px;
    height: 200px;
    background: rgba(255,255,255,1);
    display: inline-block;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 20px;
}
.helpBox:hover{
    box-shadow:0px 8px 12px 0px rgba(238,238,238,1);
}
.helpBox:hover .helpTitle3{
    color: #429DF8;
}
.helpTitle3{
    font-size:28px;
    font-weight:400;
    color:#333;
    float: left;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.helpDate{
    color: #ccc;
    font-size: 18px;
    float: right;
}
.helpTop1{
    display: block;
}
.helpCon{
    color: #999;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}
.news-container .li-l {
    height: 70px;
    width: 75px;
    color: #fff;
    margin-top: 8px;
    background-color: #89c997;
    margin-right: 22px;
    font-size: 24px;
    text-align: center;
}
.recRead .li-l{
    width: 60px;
    height: 60px;
    background:rgba(66,157,248,1);
    border-radius:2px;
    margin-right: 10px;
}
.recRead .li-r{
    width: 200px;
}
.recRead li{
    margin-bottom: 15px;
}
.recRead .li-l .ul-day{
    margin-top: 0px;
    font-size: 20px;
    display: inline-block;
}
.recRead .li-l .ul-month {
    font-size: 12px;
    display: block;
    margin-top: -5px;
}
.news-ul{
    padding-bottom: 70px;
}
.recRead .li-r p.news-p {
    width: 229px;
    color: #ccc;
    font-size: 18px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.recRead .li-r .li-r-title {
    font-size: 20px;
    margin-top: -3px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
.goto{
    color: #429DF8;
    font-size: 20px;
    margin-top: 14px;
    display: block;
}
