
.indexTop {
    padding: 16px;
    width: 1200px;
    margin: 0 auto;
    height: 292px;
    box-sizing: border-box;
    background-color: #fff
}

.banner {
    width: 404px;
    height:260px
}

.banner img {
    height: 260px;
    width: 406px;
    object-fit: cover
}

.banner p {
    padding: 4px 6px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    font-size: 16px;
    color: #fff;
    bottom: 0px
}


.layui-carousel-ind {
    text-align: right;
    padding-right: 16px;
    box-sizing: border-box
}

.layui-carousel-ind li {
    background-color: #fff
}

.layui-carousel-ind li.layui-this {
    background-color: #e71626
}

.newsList {
    width: 504px;
    height: 260px;
    margin: 0 20px
}

.hot {
    overflow: hidden;
    background-color: #f1f1f1;
    position: relative;
    height: 100px;
    margin-bottom: 12px
}

.hot .hotTitle {
    padding: 16px 0
}

.hot .hotContent {
    line-height: 22px;
    text-indent: 28px;
    color: #797979;
    padding: 0 12px;
    box-sizing: border-box
}

.hot img {
    position: absolute;
    top: 0;
    left: 0;
}

.newsItem {
    height: 30px;
    line-height: 30px
}

.countData li {
    width: 220px;
    height: 80px;
    position: relative;
}

.countData li p:nth-child(2) {
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 14px;
}

.countData li p:nth-child(3) {
    position: absolute;
    right: 22px;
    top: 42px;
    font-size: 18px;
    color: #e71626
}

.countData li:nth-child(1) {
    margin-bottom: 10px;
    background-color: #fbe8e4
}

.countData li:nth-child(2) {
    margin-bottom: 10px;
    background-color: #fcf2d9
}

.countData li:nth-child(3) {
    background-color: #dbf3f5
}

.titleLine {
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 16px;
    background: url("../image/line.png") repeat-x
}

.indexBottom {
    padding: 16px;
    width: 1200px;
    height: 274px;
    margin: 0 auto 52px auto;
    background-color: #fff;
    box-sizing: border-box;
}

.rowTip {
    padding-right: 6px;
    padding-bottom: 2px
}

.activity {
    margin-right: 22px;
}

.activityList {
    width: 860px;
    height: 220px;

}

.activityList h2 {
    font-size: 16px
}

.helpCenter {
    width: 286px;
    height: 220px;
}

.activityItem {
    float: left;
    width: 200px;
    height: 144px;
    margin-right: 16px
}

.activityItem img {
    border: 1px solid #eee;
    height: 144px;
    width: 203px;
    object-fit: contain
}


.activityList .activityItem:nth-child(4) {
    margin-right: 0 !important
}

.arrow {
    position: absolute;
    left: 0;
    top: -6px
}

.sectionTitle {
    font-size: 16px;
    padding-left: 22px
}

.activityItem p {
    margin-top: 14px;
    text-align: center
}

.activityItem img {
    width: 203px;
    height: 144px;
}

.more {
    font-size: 12px;
    padding-top: 4px;
    color: #b6b6b6
}

.helpList li {
    margin-bottom: 12px
}