* {
    margin: 0;
    padding: 0;
}
.case_navs {
    padding: 0 20px;
    height: 40px;
    border-bottom: 1px solid #d4d8db;
    display: flex;
    margin-top: 10px;
}
.case_navs .case_nav {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #959595;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.case_navs .case_nav_a {
    border-bottom: 2px solid #2f7db0;
    color: #2f7db0;
}
.case_list {
    padding: 14px;
}
.case_list .case_item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgba(175, 175, 175, 0.23921568627451);
}
.case_item .case_img {
    height: 187px;
    width: 100%;
    object-fit: cover;
}
.case_item .case_bottom {
    padding: 0 15px;
}
.case_bottom .case_title {
    color: #333;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
}
.case_bottom .case_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #8D8D8D;
    line-height: 20px;
}
.case_bottom .more {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    margin-top: 16px;
}
.news_list {
    padding: 0 10px;
}
.news_item {
    display: flex;
    margin-top: 20px;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_left {
    display: flex;
    position: relative;
    height: 70px;
    align-items: center;
    width: 60px;
}
.news_left .day {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #4C4C4C;
    position: absolute;
    bottom: 30px;
}
.news_left .line {
    width: 30px;
    border-top: 1px solid #a8a8a8;
    transform:rotate(-45deg);
    margin-left: 10px;
}
.news_left .month {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #4C4C4C;
    position: absolute;
    bottom: 18px;
    left: 28px;
}
.news_center {
    width: 180px;
}
.news_center .news_title {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #393939;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0;
}
.news_text {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #91929B;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_img {
    width: 102px;
    height: 66px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}
.more .jian {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
.page {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    margin-bottom: 20px;
}
.page .next {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #0073bd;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    text-align: center;
    line-height: 30px;
}
.page_num {
    margin: 0 20px;
    color: #999;
    font-size: 12px;
}
.num_a {
    color: #5273cc;
}