ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666;
}

    a:hover {
        text-decoration: none;
    }

body {
    background-color: #fff;
}

.container1 {
    background-color: #fff;
}

@media screen and (min-width:1280px) {
    .container1 {
        width: 1280px;
    }
}

header {
    padding-left: 0 !important;
}

.logo {
    background-color: #429ad9;
}

    .logo img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .logo span {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

.nav1 a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
}

    .nav1 a:hover {
        background-color: #fff;
        color: #333;
    }

    .nav1 a::before {
        vertical-align: middle;
        padding-right: 5px;
    }

@media screen and (max-width:991px) {
    .nav1 ul li {
        float: left;
        width: 30%;
    }

    article {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .nav1 ul li a {
        font-size: 14px;
        padding-left: 20px;
    }

    .news ul li:nth-child(1) {
        width: 100% !important;
    }

    .news ul li {
        width: 50% !important;
    }

    .publish h3 {
        font-size: 14px;
    }
}

.carousel-inner,
.carousel-inner img {
    width: 100%;
    margin-bottom: 3%;
}

.news ul li {
    float: left;
    width: 25%;
    height: 128px;
    padding-right: 10px;
    margin-bottom: 10px;
}

    .news ul li > a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .news ul li a img {
        width: 100%;
        height: 100%;
    }

    .news ul li:nth-child(1) {
        width: 50%;
        height: 266px;
    }

        .news ul li:nth-child(1) p {
            line-height: 41px;
            padding: 0 10px;
            font-size: 20px;
        }

.carousel-caption {
    text-align: center;
    line-height: 41px;
    font-size: 20px !important;
    padding: 0 !important;
}

.news ul li p,
.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41px;
    background: rgba(0, 0, 0, .4);
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.publish {
    border-top: 1px solid #ccc;
}

    .publish .row {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

.pic {
    margin-top: 10px;
}

    .pic img {
        width: 100%;
    }

.banner img {
    width: 100%;
}

.hot {
    display: block;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 0 20px 20px;
}

    .hot span {
        border-radius: 0;
        margin-bottom: 20px;
    }

    .hot p {
        font-size: 12px;
    }
