﻿html,
body {
    padding: 0px;
    margin: 0px;
    font-family: '微软雅黑';
    font-size: 18px;
    min-width: 1200px;
    background-color: #dd0101;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:1100px) {
    .main {
        width: 1050px
    }
}

@media screen and (min-width:1200px) {
    .main {
        width: 1200px
    }
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        cursor: pointer;
        color: #ce0201;
    }

.header {
    background: url('Image/header-banner.png') top center no-repeat;
    height: 650px;
}

.main {
    margin: -20px auto 0;
}

.common {
    background-color: #ffffff;
    border-radius: 12px;
}

.top-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    min-height: 510px;
}

.title {
    margin-top: -88px;
}

    .title p {
        width: 1000px;
        font-size: 46px;
        padding: 0 20px;
        text-align: center;
        color: red;
        font-weight: bold;
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

.top-content {
    display: flex;
    justify-content: space-between;
    height: 410px;
}

.list-img {
    width: 60%;
}


.slider {
    height: 410px !important;
}
.nivo-caption{
   background-color:rgba(0, 0,0,0.9) !important;
}
.nivo-controlNav {
    bottom: 1px !important;
}
.nivoSlider{
  width:100% !important;
}
.list-img span {
    position: absolute;
    bottom: 2px;
    left: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 0px;
}

.list-title {
    width: 36%;
}

    .list-title li {
        height: 88px;
        margin-bottom: 8px;
    }

        .list-title li span {
            cursor: pointer;
            padding: 10px 0;
            height: 60px;
            font-weight: bold;
            white-space: pre-line;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

.bac-common {
    height: 154px;
}

.news-bac {
    background: url('Image/ershida-report.jpg')center center no-repeat;
}

.location-bac {
    background: url('Image/study-action.jpg')center center no-repeat;
}

.ershi-bac {
    background: url('Image/new-times.jpg')center center no-repeat;
}

.news-content ul {
    width: 85%;
    padding: 25px 25px 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-common ul li {
    display: flex;
    margin: 0 0 25px 0;
}

    .list-common ul li::before {
        content: "●";
        font-size: 12px;
        color: #030303;
        margin: 2px 4px;
    }

    .list-common ul li a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 430px;
    }

.more {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .more a {
        height: 20px;
       margin: 0px 20px 10px 0;
        font-size: 16px;
        color: gray;
    }

.active-content {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px 20px;
}

.active-pic {
    position: relative;
    width: 45%;
    height: 286px;
}

    .active-pic a img {
        width: 100%;
        height: 286px;
    }

    .active-pic a span {
        position: absolute;
        bottom: 0px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 30px);
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 4px 15px;
    }

.active-list {
    width: 47%;
}

    .active-list ul li {
        padding: 12px 0;
        margin: 0;
    }

    .active-list > .more a {
        margin: 10px -16px 0px 0;
    }

.copyright {
    margin-top: 200px;
    background-color: #dd0101 !important;
    color: #c9c9c9 !important;
}
    .copyright a {
        color: #c9c9c9 !important;
    }

   
