body{
    background: rgb(241,244,247);
}
.banner{
    width: 100%;
    height: 450px;
    background:url("../images/p5.JPG") no-repeat center center;
    background-size: cover;
}
.banner .container{
    height: 100%;
    position: relative;
}
.banner .bTitle{
    position: absolute;
    bottom:0;
    color: #fff;
}
h3{
    font-size: 42px;
    color: #fff;
    font-weight: normal;
}
.banner .bTitle p{
    display: flex;
    align-items: center;
    margin: 10px 5px 20px 5px;
}
.banner .bTitle img{
    width: 20px;
    margin-right: 5px;
}

.content{
    padding:4% 0;
    background: url("../images/bg-fixed.jpg") no-repeat fixed;
    background-size: cover;
}
.content .container{
    display: flex;
}
.content .left{
    width: 75%;

}
.content .left .boxs{
    width: 96%;
    background-color: #fff;
    padding: 3%;
    box-sizing: border-box;
}
.content .left h2{
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
.content .left .tool{
    overflow: hidden;
}
.content .left .tool .date{
    display: none;
}
.content .left .tool p{
    float: left;
    color: #777;
    margin-right: 20px;
}
.content .left .contents{
    margin:20px 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    text-indent: 2em;
    line-height: 1.8;
}
.content .left .contents p{
    width: 100%;
    display: flex;
    align-items: center;
}
.content .left .contents img{
    object-fit: cover;
    margin:10px 0;
}
.content .left .contents p span{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content .left .contents p a{
    display: block;
    width: auto;
}
.content .left .next_prev{
    display: flex;
    flex-wrap: wrap;
}
.content .left .next_prev a{
    flex:1 80%;
    font-size: 14px;
    color: #555;
    margin:5px 0;
}
.content .right{
    width: 25%;
}
.content .right b{
    font-size: 30px;
    color: #164181;
}
.content .right b span{
    font-size: 20px;
}
.content .right .toolbox{
    margin-top: 10px;
}
.content .right .toolbox img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.content .right>p{
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #333;
    font-size: 14px;
}
.content .right h5{
    margin-top: 40px;
    font-size: 26px;
    color: #333;
}
.content .right i{
    display: block;
    width: 40px;
    height: 3.5px;
    background: #333;
    margin-top: 20px;
}
.content .right ul{
    margin-top: 20px;
}
.content .right ul li{
    margin-bottom: 30px;
    border-top:1px solid rgba(228,228,228,1);
    transition: all .5s;
}
.content .right ul li .img{
    margin-top: 15px;
    overflow: hidden;
}
.content .right ul li:hover img{
    transform: scale(1.1);
}
.content .right ul li img{
    width: 100%;
    transition: all .5s;
}
.content .right ul li p{
    margin: 15px 0 ;
    font-size: 14px;
    color: #ADADAD;
    transition: all .5s;
}
.content .right ul li h6{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    transition: all .5s;
}
.content .right ul li:hover h6,
.content .right ul li:hover p{
    color: #0c5acf;
}
.content .right ul li:hover{
    border-top:1px solid #0c5acf;
}
@media (max-width: 768px) {
    h3{
        font-size: 26px;
    }
    .news_nav{
        height: 60px;
    }
    .news_nav ul{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .news_nav ul li{
        display: flex;
        align-items: center;
    }
    .news_nav ul li a{
        white-space: nowrap;
        line-height: unset;
        font-size: 14px;
    }
    .content .container{
        flex-wrap: wrap;
    }
    .content .left{
        width: 100%;
    }
    .content .left .boxs{
        width: 100%;
    }
    .content .right{
        width: 100%;
        background-color: #fff;
        padding:3%;
        box-sizing: border-box;
    }
    .content .right b{
        display: none;
    }
    .content .right .toolbox{
        display: none;
    }
    .content .right>p{
        display: none;
    }
    .content .right h5{
        margin-top: 10px;
    }
    .content .left h2{
        font-size: 20px;
    }
    .content .left .tool p{
        display: none;
    }
    .content .left .tool .date{
        display: block;
    }
}
