html {
    background-color: #fafafa;
}

* {
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 2rem;
}

.contentBox {

}

.contentBox .content {
    width: 85%;
    margin: 0 auto;
    /* background-color: yellowgreen; */
    padding-top: .2105rem;
}

.content .firstNew {
    /* width: 6.3158rem;
    height: 1.6526rem; */
    background-color: #fff;
    margin-bottom: .1579rem;
    padding: .2105rem;
}

.content .firstNew a {
    display: flex;
}

.content .firstNew a div:first-child {
    width: 2.2158rem;
    height: 1.3316rem;
    overflow: hidden;
}

.content .firstNew a div:first-child img {
    transition: .5s;
}

.content .firstNew a div:first-child img:hover {
    transform: scale(1.05);
}

.content .firstNew a div:last-child {
    flex: 1;
    margin-left: .1053rem;
}


/* .content .firstNew a div:last-child p {
    display: none;
} */

.excerpt {
    display: block;
    font-size: .0789rem;
    color: #666;
    line-height: .1316rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.excerpt_pro {
    display: block;
    font-size: .0789rem;
    color: #666;
    line-height: .1316rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.firstNew a div:last-child p:first-child {
    font-size: .1158rem;
    font-weight: bold;
    transition: .5s;
    margin-top: .1316rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.firstNew a div:last-child p:first-child:hover {
    color: #00458d;
}

.firstNew a div:last-child .date {
    display: flex !important;
    align-items: center;
    font-size: .0789rem;
    font-weight: 300;
    margin: .0263rem 0 .0526rem 0;
}


.firstNew a div:last-child .date>img{
    width: 25px;
    display: inline;
}

.firstNew a div:last-child .date>span {
    height: 25px;
    line-height: 32px;
    margin-left: 10px;
}

.news a div:first-child .date{
    display: flex;
}

.news a div:first-child .date>img {
    width: 25px;
    display: inline;
}

.news a div:first-child .date>span {
    height: 25px;
    line-height: 32px;
    margin-left: 10px;
}
/* .firstNew a div:last-child p:nth-of-type(4) {
    display: block;
    font-size: .0789rem;
    color: #666;
    line-height: .1316rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
} */

/* .firstNew a div:last-child p:nth-of-type(5) {
    display: block;
    font-size: .0789rem;
    color: #666;
    line-height: .1316rem;
    height: .3947rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
} */

.firstNew a div:last-child>span {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #666; */
    font-size: .0789rem;
    color: #fff;
    width: 0.6316rem;
    height: 0.2rem;
    margin-top: 0.1053rem;
    transition: .5s;
    background-color: #f0d649;
}

.firstNew a div:last-child .btn:hover {
    background-color: #00458d;
    color: #fff;
}

.news {
    /* background-color: aliceblue; */
}

.news ul li {
    /* border: 0.1px solid #00458d; */
    margin-bottom: .1579rem;
    background-color: #fff;
    transition: .5s;
}

/* .news ul li:first-child{
    display: none;
} */

.news ul li:hover {
    box-shadow: 0 0 5px 1px #00458d;
}

.news ul li a {
    display: flex;
    height: 181px;
    padding: .2105rem .1579rem;
}

.news ul li a div:first-child {
    flex: 1;
}

/* .news ul li a div p {
    display: none;
} */

.news ul li a div .date {
    display: block;
}

.news ul li a div p:nth-of-type(1){
    color: #333;
    font-size: .0947rem;
    font-weight: bold;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news ul li a div p:nth-of-type(1):hover {
    color: #00458d;
}

.news ul li a div p:nth-of-type(2) {
    font-weight: 300;
    font-size: .0737rem;
    margin: .0263rem 0 .0526rem 0;
}

/* .news ul li a div p:nth-of-type(4) {
    line-height: .1316rem;
    font-size: .0737rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */

.news ul li a div p:nth-of-type(5) {
    height: .2632rem;
    line-height: .1316rem;
    font-size: .0737rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news ul li a div p:nth-of-type(4) span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news ul li a div:last-child {
    width: 1.0526rem;
    height: .6316rem;
    margin-left: .1579rem;
    overflow: hidden;
}

.news ul li a div:last-child img {
    transition: .5s;
}

.news ul li a div:last-child img:hover{
    transform: scale(1.05);
}

/* 分页 */

.page {
    margin-bottom: 50px;
}

.page .page-ul {
    width: 85%;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
}

.page .page-ul li {
    margin-right: 20px;
}

.page .page-ul .active {
    width: 28px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00458d;
    color: #fff;
}


