*{
    margin: 0;
    padding: 0;
}
.page{
    width: 100%;
    margin: auto;
}
/*banner*/
.banner{
    padding: 240px 0;
    background-color: rgba(0, 0, 0, 0.4);
    background: url(../img/xwzx1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
.banner img{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .title{
    font-size: 48px;
    color: #FFFFFF;
}
/*新闻资讯导航栏*/
.news-nav{
    flex: 1;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
.news-nav .nav{
    width: 1000px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.news-nav .nav ul li{
    float: left;
    margin: 0 100px;
    line-height:50px;
    text-align:center;
    width:auto;
}
.news-nav .nav ul li a{
    font-size: 20px;
    color: #545454;
}
.news-nav .nav ul li a:hover{
    border-bottom: 4px solid #2469F3;
    color: #2469F3;
}
/*新闻资讯内容*/
.content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}
.content .news-title{
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    text-align: left;
}
.content .news-info{
    margin-top: 30px;
    font-size: 14px;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content .news-info .time{}
.content .news-info .read{
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content .news-info .read .iconfont{}
.content .news-info .read .title{
    margin-left: 10px;
}
.content .news-info .read .num{}
.content .line{
    width: 100%;
    height: 1px;
    background-color: #E9EEF3;
    margin: 40px 0;
}
.content .news-content{
    padding-bottom: 40px;
}
.content .news-footer{
    border-top: 1px solid #E9EEF3;
    border-bottom: 1px solid #E9EEF3;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .news-footer .prev{
    font-size: 15px;
    color: #5A5D5A;
    cursor: pointer;
}
.content .news-footer .prev:hover{
    color: #2469F3;
}
.content .news-footer .next{
    font-size: 15px;
    color: #5A5D5A;
    cursor: pointer;
}
.content .news-footer .next:hover{
    color: #2469F3;
}
/*分页导航条*/
.pages{
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 86px;
}
.pages .jcFY{
    width: 488px;
    height: 35px;
    font-size: 14px;
    color: #303133;
    border: 1px solid #D9DADD;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pages .jcFY select{
    width: 81px;
    height: 22px;
    font-size: 12px;
    color: #909399;
    background-color: #FFFFFF;
    border: 1px solid #D9DADD;
}
.pages .jcFY a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .jcFY .di{
    width: 39px;
    height: 22px;
    border: 1px solid #D9DADD;
}
.pages .jcFY span{
    width: 39px;
    height: 22px;
    border: 1px solid #D9DADD;
    display: flex;
    align-items: center;
    justify-content: center;
}
