.banner, .banner img{
    width: 100%;
}
.wrap{
    margin-top: 30px !important;
}
.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wrapConL{
    width: 870px;
}
.conNav{
    margin-top: 30px;
}

.comCon{
    width: 100%;
}
.comConList{
    width: 100%;
    margin-top: 25px;
}
.comConTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comConTit h3{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.comConTit h3 i{
    display: block;
    width: 4px;
    height: 16px;
    background: #00903A;
    border-radius: 2px;
    margin-right: 10px;
}
.comConTit a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.comConTit a:hover{
    text-decoration: underline;
}

.demSqu .eveComCon{
    display: unset;
}
.eveDemInfo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eveDemInfoImg{
    width: 50px;
    height: 50px;
    background: #F2F2F2;
    border-radius: 50%;
    overflow: hidden;
}
.eveDemInfoImg img{
    width: 100%;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.eveDemInfoImg:hover img{
    transform: scale(1.2);
}
.eveDemInfoText{
    width: 332px;
}
.eveDemInfoText h3{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.eveDemInfoText a:hover h3{
    color: #00903a;
}
.eveDemInfoText p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}
.eveDemCon h3{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}
.eveDemCon a:hover h3{
    color: #00903a;
}
.eveDemCon p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.demSqu .eveComCon li{
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.demSqu .eveComCon li span{
    font-weight: 500;
    font-size: 13px;
    color: #666666;
}
.demSqu .eveComCon li p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.demSqu .eveComCon li p a{
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.demSqu .eveComCon li p a:hover{
    color: #00903A;
}
.demSqu .eveComCon li p a img{
    margin-right: 3px;
}
.demSqu .eveComCon li p a.zanAnd img{
    width: 15px;
}
.demSqu .eveComCon li p a.zanAnd span{
    padding-top: 3px;
    margin-left: 2px;
}
.demSqu .eveComCon li a img.dzShow{
    display: block;
}
.demSqu .eveComCon li a img.dzHide{
    display: none;
}
.demSqu .eveComCon li a.likeSel img.dzShow{
    display: none;
}
.demSqu .eveComCon li a.likeSel img.dzHide{
    display: block;
}

.connSqu .eveComCon{
    padding: 24px 15px;
}
.connSqu .eveComImg{
    width: 72px;
    height: 72px;
    background: #f2f2f2;
    border-radius: 50%;
}
.connSqu .eveComImg img{
    border-radius: 50%;
}
.connSqu .eveComInfo{
    width: 308px;
}
.connSqu .eveComInfo h3{
    font-weight: bold;
}
.connSqu .eveComInfo p{
    height: auto;
}

.chargeInfo{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoConL{
    width: 220px;
}
.infoConL p,
.infoConL li{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.infoConL p{
    margin-top: 0;
}
.infoConL p i{
    padding: 3px 7px;
    background: #F2FFF7;
    border: 1px solid #00903A;
    font-weight: 400;
    font-size: 12px;
    color: #00903A;
    margin-left: 8px;
    border-radius: 4px;
}
.infoConL li{
    margin-top: 10px;
}
.infoConR a{
    padding: 7px 12px;
    background: #00903A;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.infoConR a:hover{
    background: transparent;
    border: 1px solid #00903A;
    color: #00903A;
}

.wrapConR{
    width: 300px;
}
.personInfo{
    width: 100%;
    padding: 12px 15px;
    background: #F2F2F2;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.perInfoImg{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #999999;
}
.perInfoImg img{
    width: 100%;
    border-radius: 50%;
}
.perInfoText{
    width: 75%;
}
.perInfoText h3{
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.perInfoText p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.hotTopic{
    width: 100%;
    /*margin-top: 35px;*/
    margin-bottom: 35px;
}
.hotTopic:nth-child(3){
    margin-top: 40px;
}

.ui-toast{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 1px 16px;
    background: rgba(0,0,0,0.8);
    opacity: 0.8;
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 10002;
    top: 30%;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: 14px;
    display: none;
}




.listTag{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.listTag i{
    padding: 2px 5px;
    background-color: #00903A;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 5px;
}