﻿
/* 中间内容 */
.content {
    border-bottom: 2px solid #9dd;
}

    .content > div {
        margin: 10px 0;
    }

.c_name {
    color: #05a;
    padding-left: 10px;
}

.c_text {
    font-size: 0.8rem;
    word-break: break-all;
    padding-bottom: 10px;
}

.title_n {
    display: flex;
}

    .title_n > div {
        font-size: 1.4rem;
        color: #05c;
    }

.news_bg {
    background: #def;
    padding: 5px;
}

.news_title {
    color: #05c;
    font-size: 1.1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_date {
    font-size: 0.9rem;
    color: #68c;
}

.news_content {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 8px 3px;
}

.l_date {
    display: flex;
    flex-direction: column;
    background: #26c;
    width: 60px;
    height: 60px;
}

.date_top {
    background: #eee;
    color: #2255bb;
    padding: 3px 9px;
    word-break: break-all;
}

.date_bottom {
    background: #26c;
    padding: 3px 0;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
}

.l_right {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    width: 510px;
}

.l_title {
    font-size: 1.1rem;
    color: #2266cc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l_content {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.notice {
    display: flex;
    padding: 6px 3px;
}

.l_right1 {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    width: 300px;
}

.l_title1 {
    color: #2266cc;
}

.l_content1 {
    font-size: 0.8rem
}



.slideBox {
    position: relative;
}

    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../img/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }


.news_main {
    width: 1210px;
    margin: 0 auto;
}
