.wrap{
    margin-top: 30px !important;
}

.screenCon{
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: #F2F2F2;
    margin-top: 30px;
}

.yiSelected{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.yiSelected li{
    width: auto !important;
    padding: 3px 0;
    display: flex;
    align-items: center;
}
.yiSelected li p{
    width: auto !important;
    padding: 3px 8px 3px 10px;
    border: 1px solid #00903a;
    border-radius: 5px;
    font-size: 15px;
    color: #00903a;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.yiSelected li p a{
    display: inline-block;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 3px;
}
.yiSelected li p a:hover{
    background: unset !important;
    border: 1px solid transparent !important;
}
.yiSelected a.resetting{
    font-size: 15px;
    color: #00903a;
}

.screenCon li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.screenCon li span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 31px;
}
.screenCon li p{
    width: 94%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.screenCon li p a{
    padding: 5px 10px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
}
.screenCon li p a:hover,
.screenCon li p a.screenAct{
    background: #EDFDF4;
    border: 1px solid #00903A;
    color: #00903A;
}
.screenCon li.areaCity{
    margin-top: 15px;
}
.screenCon li.areaCity a{
    margin-bottom: 10px;
}

.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}
.wrapConL{
    width: 870px;
}

.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;
}
.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;
    height: auto;
}
.infoConL p i{
    padding: 3px 7px;
    background: #F2FFF7;
    border: 1px solid #00903A;
    font-weight: 400;
    font-size: 12px;
    color: #00903A;
    margin-left: 8px;
}
.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;
}
.fixedBtn{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}
.fixedBtn a{
    width: 50%;
    text-align: center;
    padding: 10px 20px;
    background: #00903A;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #00903a;
}
.fixedBtn a:hover{
    border: 1px solid #00903a;
    background: transparent;
    color: #00903a;
}

/*.hotTopic:nth-child(2){*/
/*    margin-top: 40px;*/
/*}*/

.pages{
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pages strong, .pages a, .pages_inp, .pages_btn{
    color: #ffffff;
    box-sizing: border-box;
    background: #00903A;
    min-width: 40px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}
.pages a{
    text-decoration: none;
    border: 1px solid #e8e8e8;
    background: #F5FCF8;
    color: #666;
}
.pages a:hover{
    background: #00903A;
    color: #fff;
}
.pages strong{
    font-weight: normal;
}
.pages a:nth-child(2), .pages a:last-child{
    width: 70px;
}
.pages .pages_inp{
    width: 55px;
    text-align: center;
}
.pages .pages_btn{
    cursor: pointer;
}