body{
    background-color: #F5F9FF;
}
.content{
    width: 81%;
    margin: 0 auto;
}
.content .title{
    color: #3CA43C;
    text-align: center;
    margin: 10vh 0;
}
.cont1{
    height: 450px;
    display: flex;
    justify-content: space-between;
}
.cont1 .leftImg{
    width: 49%;
    height: 100%;
}
.cont1 .rightCont{
    width: 49%;
    height: 100%;
    padding: 0 42px 0 56px;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.cont1 .rightCont .rightCont_title{
    color: #333333;
}
.cont1 .rightCont .rightCont_text{
    color: #333333;
}
.rightCont_footer{
    display: flex;
    justify-content: space-between;
}

.newCard_date{
    color: #666666;
}
.newCard_link{
    color: #3CA43C;
    border: none;
    background: none;
}
.newCard_box{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.newCard_box .newCard{
    width: 23.4%;
    background-color: white;
    margin-top: 5vw;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2%;
}
.newCard_box .newCard:nth-of-type(4n){
    margin-right: 0;
}
.newCard_box .newCard img{
    width: 100%;
    height: 10vw;
}
.newCard_box .newCard .newCard_title,.newCard_box .newCard .newCard_text,.newCard_box .newCard .bottom_btn{
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
}
.newCard_box .newCard .newCard_title{
    margin: 10px 0;
}
.newCard_box .newCard .newCard_text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.newCard_box .newCard .bottom_btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1vw;
}

/*分页*/
ul{border:0; margin:0; padding:0;}
.pagination{
    width: 100%;
}
#pagination-digg{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 80px auto;
}
#pagination-digg li{
    border:0; margin:0; padding:0;
    list-style:none;
    margin-right:2px;
}
#pagination-digg a{
    width: 25px;
    height: 25px;
    background-color:#f5f5f5;
    margin-right:2px;
    border: 1px solid #d5d5d5;
    color: #333333;
    line-height: 25px;
    text-align: center;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #d5d5d5;
    color: #333333;
    background-color: #f5f5f5;
}
#pagination-digg .active{
    width: 25px;
    height: 25px;
    background:#3CA43C;
    color:white;
    font-weight:bold;
    display:block;
    float:left;
    border: 1px solid #3CA43C;
}
#pagination-digg a:link,
#pagination-digg a:visited {
    width: 25px;
    height: 25px;
    display:block;
    float:left;
    text-decoration:none;
}
#pagination-digg a:hover{
    border:solid 1px #3CA43C;
    width: 25px;
    height: 25px;
}


