﻿@charset "utf-8";

.container .banner {
    font-size: 0;
    position: relative;
    z-index: -1;
}
.container .banner img.mainBanner {
    width: 100%;
}
.container .banner .imgWords {
    width: 11.62rem;
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.container .banner .imgWords .cntsWords {
    font-size: 0.2rem;
    color: #434343;
    text-align: center;
    letter-spacing: 0.04rem;
}
.container .banner .imgWords img {
    width: 11.62rem;
    margin-top: 0.1rem;
}
.container .partOne {
    width: 70%;
    min-height: 2rem;
    background: #fff;
    border-radius: 10px;
    margin: -1.7rem auto 0;
    padding: 0.6rem 0.8rem;
    box-shadow: 0 -2px 11px -2px rgba(0,0,0,0.06),/* 上侧阴影 */
                2px 0 11px -2px rgba(0,0,0,0.06),/* 右侧阴影 */
                0 2px 11px -2px rgba(0,0,0,0.06),/* 下侧阴影 */
                -2px 0 11px -2px rgba(0,0,0,0.06);/* 左侧阴影 */
}
.container .partOne ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1rem;
    padding: 0.18rem 0 0.09rem 0;
    border-top: 5px solid #1d8fba;
    border-bottom: 1px solid #d2d2d2;
}
.container .partOne ul li:nth-child(3n) {
    margin-right: 0;
}
.container .partOne ul li .newsImg {
    height: 2.2rem;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.container .partOne ul li .newsImg img {
    max-width: 100%;
    max-height: 100%;
}
.container .partOne ul li .newsTitle {
    margin-top: 0.16rem;
    height: 0.42rem;
    line-height: 0.22rem;
    font-size: 0.16rem;
    color: #158bb9;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.container .partOne ul li .newsTitle a {
    font-size: 0.16rem;
    color: #158bb9;
}
.container .partOne ul li:hover .newsTitle,
.container .partOne ul li:hover .newsTitle a {
    color: #19b760;
}
.container .partOne ul li .newsTime {
    margin-top: 0.5rem;
    font-size: 0.15rem;
    color: #c9c9c9;
    text-align: center;
}
.container .partOne .pages {
    margin-top: 0.3rem;
    text-align: center;
}
.container .partOne .pages a {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    background: #f5f7f6;
    font-size: 0.16rem;
    color: #333;
    margin: 0 0.03rem;
}
.container .partOne .pages a.currentOn,
.container .partOne .pages a:hover {
    background: #555;
    color: #fff;
}