*{margin: 0;padding: 0;box-sizing: border-box;}
ol,ul{list-style:none;margin-bottom: 0;}
input{outline: none;border: none;}

.ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.headTop{
    width: 870px;
}
.conNav{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 33px;
}
.conNav ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.conNav ul li{
    height: 38px;
    line-height: 17px;
    margin-right: 70px;
}
.conNav ul li:last-child{
    margin-right: 0;
}
.conNav ul li a{
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.conNav ul li:hover::after,
.conNav ul li.conNavAct::after{
    content: "";
    display: block;
    width: 32px;
    margin: 0 auto;
    height: 2px;
    background-color: #00903A;
    margin-top: -1px;
}
.conNav ul li:hover a,
.conNav ul li.conNavAct a{
    color: #00903A;
}

.comConList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eveComCon{
    width: 49%;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);
    padding: 20px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveComImg{
    width: 108px;
    height: 108px;
    border-radius: 6px;
    overflow: hidden;
}
.eveComImg img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.eveComImg:hover img{
    transform: scale(1.1);
}
.eveComInfo{
    width: 270px;
}
.eveComInfo a:hover h3{
    color: #00903a;
}
.eveComInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.eveComInfo p{
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
}
.eveComInfo li{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveComInfo li span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    /*display: flex;*/
    /*align-items: center;*/
}
.eveComInfo li span img{
    margin-right: 5px;
}
.eveComInfo li a{
    padding: 4px 15px;
    border: 1px solid #00903A;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.eveComInfo a:hover{
    background: #00903A;
    color: #fff;
}

.current{
    width: 100%;
    display: flex;
    align-items: center;
}
.current img{
    margin-right: 6px;
}
.current a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
/*.current a:hover{*/
/*    text-decoration: underline;*/
/*}*/
.current a.curr{
    color: #00903A;
}