.hotQuestion .itemList .item {
    display: flex;
    justify-content: space-between;
}
.hotQuestion .itemList .item a{
    width: calc(100% - 76px);
}
.hotQuestion .itemList .item p {
    color: #4d4d4d;
    display: -webkit-box;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 ;
}

.hotQuestion .itemList .item .lightTest {
    font-size: 12px;
    color: #999999;

}

.navList {
    width: 100vw;
    border-bottom: 1px solid #DCDFE6;
    /*  margin-bottom: 80px; */
}

.navList .itemList {
    display: flex;
    /* gap: 80px; */
    position: relative;
}
.navList .itemList .item{
   margin-right: 80px;
}

.navList .itemList .item a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    display: inline-block;

}
.more .bottom .bluebox .lightText:nth-of-type(2) {
    margin-bottom: 16px;
}

.more .bottom .bluebox .lightText:nth-of-type(3) {
    margin-bottom: 16px;
}

.introduceBox {
    display: flex;
    justify-content: space-between;
    min-height: 418px;
}

.introduceBox .textBox {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-right: 40px;
}

.introduceBox .textBox .tittle,
.zizhi .textBox .tittle {
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 60px;
    padding-bottom: 16px;
}

.introduceBox .textBox .content {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 24px;
}
.introduceBox .textBox .content p{
    margin-top: 0!important;
}
.introduceBox .textBox .content p:not(:last-child){
    margin-bottom: 20px!important;
}

.introduceBox .imgBox {
    width: 50%;
    position: relative;
}

.introduceBox .imgBox .grayBox {
    position: absolute;
    right: 0;
    top: calc(50% + 32px);
    transform: translateY(-50%);
    width: 95%;
    height: 387px;
    background: #F4F4F4;
    z-index: 1;
}

.introduceBox .imgBox .img {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
    height: 387px;
    z-index: 2;
    background-position: center;
}

.zizhi {
    display: flex;
    min-height: 418px;
    justify-content: space-between;
}

.zizhi .textBox {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 40px;
}

.zizhi .textBox .detail {
    width: 150px;
    height: 36px;
    border: 2px solid #005096;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #005096;
    margin-top: 36px;

}
.zizhi .textBox .detail:hover {
    background: #005096;
    border-color: #005096;
    color: #fff;
}

.zizhi .imgBox {
    width: 50%;
    position: relative;
}
.zizhi .imgBox .grayBox {
    position: absolute;
    right: 0;
    top: 32px;
    width: 95%;
    height: 387px;
    background: #F4F4F4;
    z-index: 1;
}
.zizhi .imgBox .img{
    position: absolute;
    right: 32px;
    top: 0px;
    width: 95%;
    height: 387px;
    z-index: 2;
    background-position: center;
}
