

.News_Details_top{
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #F3F3F3;
}
.News_Details_top_Title{
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #60c1bd;
    text-align: center;
    overflow: hidden;
    line-height: 70px;
}
.News_Details_top_Time{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.News_Details_Text{
    width: 100%;
    overflow: hidden;
}
.News_Details_Text_Loop{
    width: 100%;
    overflow: hidden;
}
.News_Details_Text_Loop_Title{
    width: 100%;
    height: 70px;
    overflow: hidden;
    line-height: 80px;
    font-size: 13px;
    color: #333333;
    font-weight: 600;
}
.News_Details_Text_Loop_Content{
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    text-indent: 20px;
    font-size: 13px;
    color: #333333;
}