﻿.noticePic, .newsPic, .departmentPic {
    width: 100%;
    height: auto;
    clear: both;
}

    .noticePic img, .newsPic img, .departmentPic img {
        width: 100%;
        height: auto;
    }

.noticeList {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

    .noticeList .indexConList {
        background: #fff;
        border-top: 1px #4ba4ff solid;
        height: 70px;
        overflow: hidden;
        font-size: 1.3em;
        width: 49%;
        float: left;
        margin: 10px 0.5% 0 0.5%;
    }

    .noticeList .indexConListTime {
        float: left;
        background: #4ba4ff;
        width: 20%;
        padding: 15px 0 0 0;
        margin: 0 1%;
        color: #fff;
        text-align: center;
    }

    .noticeList .indexConListTitle {
    float: left;
    padding: 0 0% 0 1em;
    width: 80%;
    line-height: 44px;
    height: 44px;
    font-size: 1.6em;
    }

.indexConListTitle a {
    color: #333;
}

    .indexConListTitle a:hover {
        color: #4ba4ff;
    }

.noticeList .indexConList:hover {
    background: #f1f1f1;
    cursor: pointer;
}

.listPage {
    margin: auto;
    text-align: center;
}

    .listPage .active {
        background: #4ba4ff;
        color: #fff;
    }


.newsList {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

    .newsList .indexConList {
        float: left;
        background: #fff;
        width: 50%;
        height: 70px;
        overflow: hidden;
        font-size: 1.3em;
    }

        .newsList .indexConList ul {
            background: #f1f1f1;
            width: 95%;
            margin: 5px 2.5%;
            height: 58px auto;
            overflow: hidden;
            padding: 10px;
            border-radius: 0 10px 0 10px;
        }

            .newsList .indexConList ul:hover {
                background: #fdfdfd;
            }

    .newsList .indexConListTime {
        float: right;
        width: 13%;
        height: 37px;
        line-height: 37px;
        background: #fff;
        color: #999;
        text-align: center;
    }

        .newsList .indexConListTime span {
            font-size: 1.6em;
            font-weight: bold;
            color: #ffa902;
            margin-left: 2px;
        }

    .newsList .indexConListTitle {
        float: left;
        width: 80%;
        padding-left: 10px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

.treadsList {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

    .treadsList .indexConList {
        float: left;
        background: #fff;
        width: 49%;
        height: 70px;
        overflow: hidden;
        font-size: 1.3em;
        border-bottom: 1px #f1f1f1 solid;
        margin: 0.5%;
    }

        .treadsList .indexConList ul {
            width: 95%;
            margin: 2.5%;
            height: 58px auto;
            overflow: hidden;
        }

        .treadsList .indexConList:hover {
            background: #fdfdfd;
        }

    .treadsList .indexConListTime {
        float: left;
        text-align: center;
        font-size: 10px;
        width: 22%;
        color: #999;
        text-align: center;
        line-height: 22px;
    }

    .treadsList .indexConListTitle {
        float: left;
        width: 76%;
        padding-left: 10px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
    }

@media screen and (max-width:960px) {
    .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:768px) {

    .noticePic img, .newsPic img, .departmentPic img {
        width: 100%;
        height: auto;
    }

    .treadsList .indexConList, .newsList .indexConList, .noticeList .indexConList {
        width: 100%;
        margin: 5px 0 0 0;
        clear: both;
    }

    .treadsList, .newsList {
        border-radius: 0;
        padding: 0;
    }
}

@media screen and (max-width:600px) {
    .newsList .indexConListTime span {
        font-size: 1.1em;
        font-weight: bold;
        color: #ffa902;
        margin-left: 2px;
    }

    .noticeList .indexConListTime {
        float: left;
        background: #4ba4ff;
        width: 22%;
        padding: 15px 0 0 0;
        margin: 0 0.5%;
        color: #fff;
        text-align: center;
    }

    .noticeList .indexConListTitle {
        float: right;
        margin: 10px 0 0 0;
        width: 75%;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
}
