.headTop{
    width: 100%;
}

.screenCon{
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: #F2F2F2;
    margin-top: 35px;
}

.yiSelected{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.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;
}

.wrap{
    margin-top: 30px !important;
}
.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 50px;
}
.wrapConL{
    width: 870px;
}

.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){*/
/*    width: 100%;*/
/*    margin-top: 40px;*/
/*}*/

.eveDemand{
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}
.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: 805px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveDemInfoText ol{
    width: 720px;
}
.eveDemInfoText ol h3{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}
.eveDemInfoText ol h3 span{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-left: 25px;
}
.eveDemInfoText ol h3 img{
    height: 18px;
    margin-left: 15px;
}
.eveDemInfoText ol p{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.eveDemInfoText ul a{
    display: inline-block;
    width: 65px;
    text-align: center;
    padding: 5px 0;
    font-weight: 400;
    font-size: 13px;
    color: #07913A;
    border: 1px solid #07913A;
    border-radius: 30px;
}
.eveDemInfoText ul a.ljbm:hover{
    color: #fff;
    background-color: #07913A;
}
.eveDemInfoText ul a.resolved{
    color: #0074D9;
    border: 1px solid #0074D9;
}
.eveDemInfoText ul a.hasClose{
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
}


/*报名表单*/
.bm_form{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.bm_form table{
    width: 90%;
}
#dform{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    background-color: #fff;
    border-radius: 5px;
}
.bm_formBox{
    width: 100%;
    padding: 40px 30px 30px;
    position: relative;
}
.bm_formBox h3{
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bm_formBox h3 img{
    width: 100%;
    cursor: pointer;
}
.bm_formBox ul{
    width: 100%;
    display: flex;
    font-size: 15px;
    margin-bottom: 15px;
}
.bm_formBox ul:last-child{
    margin-bottom: 0;
}
.bm_formBox ul li{
    width: 100px;
    line-height: 30px;
}
.bm_formBox ul li em,
.bm_formBox ul p span{
    color: red;
}
.bm_formBox ul p{
    width: 80%;
    font-size: 15px;
}
.bm_formBox ul p.signupDem{
    line-height: 30px;
}
.bm_formBox ul p input[type="text"]{
    width: 350px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
}
.bm_formBox ul p.radioCon{
    display: flex;
    line-height: 30px;
    align-items: center;
}
.bm_formBox ul p.radioCon input{
    width: auto;
    margin-right: 5px;
}
.bm_formBox ul p.radioCon label{
    margin-right: 15px;
    cursor: pointer;
}
.bm_formBox ul p textarea{
    width: 350px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
    outline: none;
}
.bm_formBox ul p.submitBtn{
    display: flex;
    margin-top: 15px;
}
.bm_formBox ul p.submitBtn input{
    padding: 4px 15px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #00903a;
    color: #FFFFFF;
    border: 1px solid #00903A;
}
.bm_formBox ul p.submitBtn input:hover{
    border: 1px solid #00903A;
    color: #00903A;
    background-color: transparent;
}
.bm_formBox ul p span{
    font-size: 14px;
    margin-left: 10px;
}
.bm_formBox ul p span img{
    width: 14px;
    height: 14px;
}
.bm_formBox ul p input[type="text"]:hover,
.bm_formBox ul p textarea:hover,
.bm_formBox ul p input[type="text"]:focus,
.bm_formBox ul p textarea:focus{
    border: 1px solid #00903A;
}


.eveDemCon h3{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 16px;
}
.eveDemInfoText a:hover h3,
.eveDemCon a:hover h3{
    color: #00903a;
}
.eveDemCon div{
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
}
.eveDemand li{
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eveDemand li span{
    font-weight: 500;
    font-size: 13px;
    color: #666666;
}
.eveDemand li span i{
    margin-right: 25px;
}
.eveDemand li p{
    display: flex;
    align-items: center;
}
.eveDemand li p a{
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.eveDemand li p a:hover{
    color: #00903a;
}
.eveDemand li p a img{
    margin-right: 3px;
}
.eveDemand li p a.zanAnd img{
    width: 15px;
}
.eveDemand li p a.zanAnd span{
    padding-top: 3px;
    margin-left: 2px;
}
.eveDemand li a img.dzShow{
    display: block;
}
.eveDemand li a img.dzHide{
    display: none;
}
.eveDemand li a.likeSel img.dzShow{
    display: none;
}
.eveDemand li a.likeSel img.dzHide{
    display: block;
}

.pages{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: 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;
}
.pages a{
    text-decoration: none;
    border: 1px solid #e8e8e8;
    background: #F5FCF8;
    color: #666;
    margin-right: 4px;
}
.pages a:hover{
    background: #00903A;
    color: #fff;
}
.pages strong{
    font-weight: normal;
    margin-right: 4px;
}
.pages a:nth-child(2), .pages a:last-child{
    width: 70px;
}
.pages .pages_inp{
    width: 55px;
    text-align: center;
    margin-right: 4px;
}
.pages .pages_btn{
    cursor: pointer;
}

.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;
}