.hotQuestion {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 120px;
}

.hotQuestion .tittle,
.rule .tittle,
.download .tittle,
.more .tittle {
    height: 60px;
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: #000000;
    line-height: 60px;
    margin: 0 auto;
    padding-bottom: 22px;
}

/* .more .tittle {
    width: 240px;
} */

.hotQuestion .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.hotQuestion .itemList a{
    width: calc((100% - 32px) / 2);
}
.hotQuestion .itemList .item {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #DCDFE6;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotQuestion .btn {
    width: 140px;
    height: 44px;
    border: 2px solid #005096;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #005096;
    margin: 0 auto;
}
.hotQuestion .btn:hover {
    background: #005096;
    border-color: #005096;
}
.hotQuestion .btn:hover  {
    color: #fff !important;
}
.rule {
    background-color: rgb(246, 246, 250);
    padding-bottom: 80px;
    padding-top: 80px;
}

.rule .list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.rule .list a{
    width: calc((100% - 60px) / 3);
}
.rule .list .item {
    width: 100%;
    height: 189px;
    text-align: center;
    font-size: 32px;
    color: #000000;
    line-height: 189px;
    /* border-bottom: 4px solid #005096; */
    background-repeat: no-repeat;
}

.download {
    margin-top: 120px;
}

.download .list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 180px;
}

.download .list>div {
    width: calc((100% - 30px) / 2);
    height: 226px;

}

.download .list .list_left {
    background: #fff;
    display: flex;
    flex-direction: column;
    /* padding: 0 32px; */
    box-sizing: border-box;
}

.download .list .list_left .bottem {
    height: 79px;
    border-bottom: 1px solid #DCDFE6;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
}

.download .list .list_left .top {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.download .list .list_right {
    background: #F8FAFD;
    padding: 0 32px;
}

.download .list .text {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 28px;
}

.download .list .bluetext {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #005096;
    line-height: 22px;
}

.download .list .boldtext {
    font-size: 20px;
    font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.download .list img {
    width: 16px;
    height: 14px;
    margin-right: 6px;
}

.more .bottom .bluebox .lightText:nth-of-type(2) {
    margin-bottom: 16px;
}

.more .bottom .bluebox .lightText:nth-of-type(3) {
    margin-bottom: 16px;
}

.more {
    margin-bottom: 160px;
}

.more .bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 56px;
}

.more .bottom .bluebox {
    width: 78%;
    height: 594px;
    background: #F8FAFD;
    padding: 53px 96px;
    box-sizing: border-box;
}

.more .bottom .bluebox .top {
    width: 100%;
    height: 274px;
    position: relative;
    border-bottom: 1px solid #DCDFE6;
    margin-bottom: 24px;
}

.more .bottom .bluebox .top .qr {
    position: absolute;
    top: 76px;
    right: 0;
    width: 96px;
    height: 96px;
}

.more .bottom .bluebox .top .qr img {
    width: 100%;
}

.more .bottom .bluebox .top .qrtext {
    position: absolute;
    top: 180px;
    right: 6px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 22px;
}
.more .bottom .bluebox  .moreText{
    position: absolute;
    bottom: 24px;
    right: 6px;
    font-size: 14px;
    color: #005096;
    line-height: 22px;
}

.more .bottom .bluebox  .boldtext {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-bottom: 24px;
}

.top .lightTest:nth-of-type(2) {
    margin-bottom: 16px;
}

.more .bottom .bluebox  .lightText {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 24px;
}

.more .bottom .bluebox .top .pic {
    display: flex;
    align-items: center;
    margin-left: 80px;
    margin-top: 9px;
    margin-bottom: 17px;
}

.more .bottom .bluebox .top .pic .smallbox {
    width: 22px;
    height: 22px;
    background: url(../../assets/images/icons/icon_eye-dirty.png) no-repeat center;
    margin-right: 10px;
}

.more .bottom .bluebox .top .pic p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #005096;
    line-height: 24px;
}

.more .bottom .img {
    width: 37.5%;
    height: 776px;
    position: absolute;
    top: -134px;
    left: 0;
    background-color: pink;
    z-index: -1
}
.more .bottom .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more .bottom .bluebox .bottomBox{
    width: 100%;
    height: 162px;
    position: relative;
}
