.page{
    list-style: none;
}
.page>li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 40px;
    border-radius: 50%
}
.page .pageItemActive{
    border: solid thin #228638;
    margin: 40px;
    background-color: #228638;
    color:white;
    border-radius: 50%
}
.page .pageItem:hover{
    border: solid thin #228638;
    background-color: #228638;
    color:white;
    border-radius: 50%
}
.page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 40px;
    background-color: #DDDDDD;
    border-radius: 50%
}
.pagebox{
    width: 65%;
    margin: 103px auto
}
.activewrap{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 110px
}
.ulsbox{
    width: 100%
}
.ulsbox li{
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
}
.lis{
    height: 100%;
}
.lis img{
    height: 100%;
    width: 100%
}
.lis li:first-child{
    width: 30.8%;
    height: 100%;
    float: left;
    /* background: rebeccapurple */
}
.lis li:last-child{
    height: 100%;
    float: right;
    width: 65.6%;
    padding-left:3.5%; 
    /* background: rebeccapurple */
}
.lis li p{
    height: 30px;
    line-height: 30px
}
.lis li p:first-child{
    margin: 20px 0 18px
}
.lis li p span:first-child{
    float: left;
    font-size:26px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(49,49,49,1);
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lis li p span:last-child{
    float: right;
    margin-right: 20px
}
.lis img{
    width: 100%;
    height: 100%;
}
.ulsbox li:nth-child(odd){
    background:rgba(34,134,56,0.1);
}

