.zs-new-list .dgzs-header{
    box-shadow: none;
}
/*导航*/
.zcjy-dh{
    background:#3686E2;
    height:57px;
}
.zcjy-dh-content{
    display: flex;
}
.zcjy-dh-content a{
    display: inline-block;
    color: white !important;
    font-size:18px;
    padding: 0 50px;
    margin-right: 10px;
    height: 57px;
    line-height: 57px;
    transition: background .5s ease;
}
.zcjy-dh-content a:hover,.zcjy-dh-content .active{
    background: #1492FF;
}

/*新闻列表*/
.newsLists{
    padding-top: 20px;
    /* 100视宽 - 网页标题 - 导航栏 - 底部版权 */
    min-height: calc(100vh - 80px - 57px - 49px);
}
.newsLists-title{
    font-size:18px;
    position: relative;
    color: #479DFF;
    height: 31px;
    line-height: 31px;
}
.newsLists-title-text{
    position: relative;
}
.newsLists-title-text::after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #479DFF;
}
.newsLists-title-img{
    width: 58px;
    height: 28px;
    background: url(../../images/icons.png) no-repeat 0 -960px;
    position: relative;
    top: -5px;
    left: 0;
}
.newsLists-content{
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;
    border-top: 1px solid #E4E6E9;
    border-bottom: 1px solid #E4E6E9;
}
.newsList{
    font-size:14px;
    color: #666666;
    height: 32px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}
.newsList a{
    color: #666666 !important;
}
.newsList:hover a{
    color: #479DFF !important;
}
.newsList-title{
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.newsList-title .yd{
    font-size: 17px;
    margin-right: 10px;
}
.newsList-tip{
    font-size: 13px;
    max-width: 90px;
    min-width: 70px;
}

/*新闻*/
.new{
    margin-bottom: 50px;
}
.new-head{
    height: 120px;
    padding-top: 30px;
    border-bottom: 1px solid #E4E6E9;
}
.new-title{
    font-family: "SimSun";
    line-height: 28px;
    color: black;
    font-size:28px;
    text-align: center;
}
.new-tip{
    text-align: center;
    margin-top: 20px;
    font-size:14px;
}
.new-tip span{
    margin: 0 15px;
}
/*移动端适配 小于1200*/
.screen-phone .kw-container-fluid, .screen-tablet .kw-container-fluid, .screen-desktop .kw-container-fluid{
    min-width: auto;
}
.screen-phone .kw-container, .screen-tablet .kw-container, .screen-desktop .kw-container{
    width: auto;
}
.screen-phone .zcjy-dh, .screen-tablet .zcjy-dh, .screen-desktop .zcjy-dh{
    height: auto;
}
.screen-phone .zcjy-dh-content, .screen-tablet .zcjy-dh-content, .screen-desktop .zcjy-dh-content{
    flex-direction: column;
    text-align: center;
}
.screen-phone .zcjy-dh-content a, .screen-tablet .zcjy-dh-content a, .screen-desktop .zcjy-dh-content a{
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 0;
}
.screen-phone .new-head, .screen-tablet .new-head, .screen-desktop .new-head{
    height: auto;
}

