a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
}
.crumbs{
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
}
.crumbs a{
    color: white;
    text-decoration: none;
}
.banner > img {
    width: 1920px;
}

.notice-info-box {
    min-height: 350px;
    background-color: rgb(240, 244, 250);
    border: 1px solid rgb(240, 244, 250);
    padding: 20px 0;
}
.notice-info-div{
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
    border-radius: 4px;
    background-color: white;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.notice-info{
    display: flex;
    height: 60px;
    line-height: 60px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    padding-left: 40px;
    position: relative;
}
.notice-info:before{
    content: '';
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    top: 28px;
    left: 20px;
    border-radius: 3px;
    background-color: #3B83F2;
}
.notice-title{
    width: 1050px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-title:hover{
    text-decoration: underline;
    color: #3B83F2;
}
.notice-date{
    color: #97979C;
}

/*详情页*/
.detail-title{
    color: #111111;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
.detail-public-time{
    color: #97979C;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 14px;

}
#newsContent img{
    max-width: 100%;
}
#newsContent p,#newsContent span{
    font-size: 18px!important;
    line-height: 36px!important;
}
.fileInfos{
    margin-top: 50px;
}
.fileInfos a{
    font-size: 14px;
    color: #97979C;
    line-height: 36px;
}
