.wrap{
    margin-top: 30px !important;
}
.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.wrapConL{
    width: 870px;
}

.wrapConR{
    width: 300px;
}

.hotTopic:nth-child(2){
    margin-top: 40px;
}

.busCard{
    width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.11);
    padding: 33px 30px;
    display: flex;
    justify-content: space-between;
}
.busCardL{
    width: 670px;
    display: flex;
    justify-content: space-between;
}
.cardImg{
    width: 134px;
    height: 133px;
    border-radius: 50%;
    background: #F2F2F2;
}
.cardImg img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cardText{
    width: 510px;
    padding-top: 24px;
}
.cardText h3{
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.cardText p{
    width: 100%;
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.busCardR{
    padding-top: 23px;
}
.busCardR a{
    display: flex;
    width: 120px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #07913A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.busCardR a:hover{
    border: 1px solid #07913A;
    color: #07913A;
    background: transparent;
}

.basicInfo{
    width: 100%;
    margin-top: 26px;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.11);
    padding: 42px 30px;
}
.basicInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.basicInfo ul{
    width: 100%;
    margin-top: 40px;
}
.basicInfo ul li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.basicInfo ul li:last-child{
    margin-bottom: 0;
}
.basicInfo ul li p{
    width: 65px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    margin-right: 12px;
    text-align: right;
}
.basicInfo ul li span{
    display: block;
    width: 732px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}