.news_example{
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 630px;
    margin: 0 auto;
}
.news_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.news_left div:first-child img{
    width: 100%;
    height: 100%;
}
.news_left div:nth-child(2){
    color:rgba(51,51,51,1);
    font-size: 1.9em;
}
.news_left div:nth-child(3){
    color:rgba(102,102,102,1);
    font-size: 1em;
    text-indent: 2em;
}
.news_left a{
    width: 20%;
    height: 40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(51,51,51,1);
    color:rgba(102,102,102,1);
    font-size: 1em;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}
.news_right{
    width: 44%;
    height: 630px;
}
.news_list_four{
    display: flex;
    justify-content: space-between;
    height: 25%;
    border-bottom: 1px solid #ccc;
}
.news_time{
    width: 20%;
}
.news_time p:first-child{
    font-size: 5em;
    color:rgba(153,153,153,1);
    text-align: center;
}
.news_time p:last-child{
    font-size: 1em;
    text-align: center;
    color:rgba(153,153,153,1);
}
.new_left{
    width: 78%;
}
.news_title{
    width: 70%;
    height: 24px;
    font-size: 1.1em;
    color:rgba(51,51,51,1);
    margin-top: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* line-height: 35px; */
    overflow: hidden;
}
.news_content{
    margin-top: 30px;
    font-size: .9em;
    color:rgba(102,102,102,1);
}

.new_list{
    display:flex;
    flex-wrap: wrap;
    align-self: auto;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto;
}
.new_list_four{
    width: 49%;
    display: flex;
    justify-content: space-between;
    height: 19%;
    background:rgba(243,243,243,1);
    text-decoration: none;
    margin-top: 1%;
}
.new_list_four:hover{
    background-color: #fff;
    color: orange;
}
.new_time{
    width: 20%;
}
.new_time p:first-child{
    font-size: 5em;
    color:rgba(153,153,153,1);
    text-align: center;
}
.new_time p:last-child{
    font-size: 1em;
    text-align: center;
    color:rgba(153,153,153,1);
}
.ne_left{
    width: 78%;
}
.new_title{
    font-size: 1.1em;
    color:rgba(51,51,51,1);
    margin-top: 30px;
    /* line-height: 35px; */
}
.new_content{
    margin-top: 30px;
    font-size: .9em;
    color:rgba(102,102,102,1);
}
/* fenye */
.pagef{
    width: 70%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 100px;
}
.pagef p{
    display: block;
    width:30px;
    height: 30px;
    border: 1px solid orange;
    margin-right: 20px;
    color:orange;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}