


.News_List_Loop{
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #E3E3E3;
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}
.News_List_Loop:last-child{
    border-bottom: none;
}
.News_List_Loop_Date{
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.News_List_Loop_Date_day{
    height: 35px;
    width: 100%;
    background-color: #60c1bd;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: white;
}
.News_List_Loop_Date_year{
    height: 35px;
    width: 100%;
    background-color: #F8F8F8;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
.News_List_Loop_Conten{
    width: 780px;
    height: 70px;
    float: left;
    margin-left: 25px;
}
.News_List_Loop_Conten_Title{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color:#333333 ;
    font-weight: 600;
    margin-bottom: 5px;
}
.News_List_Loop_Conten_Text{
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}
