﻿.banner { 
    height: 3rem;
    width: 100%;
    background: url("../image/newsBanner.png") no-repeat center center;
    background-size: auto 100%;
}


.header h1{
    font-size:0.3rem;
    
    color:rgba(51,51,51,1);
    line-height:0.24rem;
    margin: 0.6rem 0 0.3rem 0;
}

.line{
    width:0.4rem;
    height:0.03rem;
    background:rgba(170,170,170,1);
    margin-bottom: 0.2rem;
}

.header p{
    font-size:0.14rem;
    
    color:rgba(153,153,153,1);
    line-height:0.24rem;
}

.secondNav{
    margin-bottom: 0.6rem;
}

.secondNav ul{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.secondNav ul li{
    width: 1.5rem;
    height:0.5rem;
    border:1px solid rgba(229,229,229,1);
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;

    font-size:0.18rem;
    font-family:PingFang-SC-Medium;
    
    color:rgba(51,51,51,1);
    line-height:0.36rem;
    cursor: pointer;

    background:#fff;
}


.secondNav ul .active{
    color:rgba(255,255,255,1);
    background:rgba(24,67,139,1);
    border:1px solid rgba(24,67,139,1);
}

.secondNav ul li:last-child{
    display: none;
    border:0;
}


.case {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
}

.case .caseItem {
    width: 30%;
    
    background: rgba(255, 255, 255, 1);
    margin-bottom: 0.41rem;
}

.case .caseItem:hover {
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.05rem;
    transform: scale(1.01);
}


.case .caseItem .caseImg {
    border-radius: 0.05rem;
    
    height: 2.18rem;
    width:100%;
    
}

.case .caseItem .caseText {
    text-align: center;
    font-size: 0.16rem;
    
    color: rgba(51, 51, 51, 1);
    height: 0.5rem;
    margin-top: -0.02rem;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.page{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0;
    flex-wrap: wrap;
}

.page span{
    margin:0 0.2rem;
    padding:0.1rem;
    background:rgba(255,255,255,1);
    border:1px solid rgba(229,229,229,1);
}

.page #pre,.page #next,.page #first,.page #last{
    font-size:0.16rem;
    
    color:rgba(0,61,121,1);
    line-height:0.13rem;
    padding:0.1rem;
}

.page #pre:hover,.page #next:hover,.page #first:hover,.page #last:hover{
    background:rgba(0,61,121,1);
    border-radius:0.02rem;
    color:rgba(255,255,255,1);
}

.page span.pageActive{
    background:rgba(0,61,121,1);
    border-radius:0.02rem;
    color:rgba(255,255,255,1);
}


@media screen and (max-width: 540px){
    .banner{
        height: 2rem;
        background-image: url('../image/banner_03.jpg');
        background-size: auto 100%;
    }
    .header p{
        padding:0 0.1rem;
    }


    .secondNav ul li:last-child{
        display: block;
        border:0;
    }

    .case .caseItem{
        width: 45%;
    }
    .case .caseItem .caseImg{
        height: auto;
    }
}
@media screen and (max-width: 375px) {
    .banner {
        height: 2rem;
        background-image: url('../image/banner_03.jpg');
        background-size: 100% 100%;
    }
}