tr td{
	border:1px solid black;
}
.policy-head{
    background: url("../../images/noticeBanner.png") no-repeat;
    height: 340px;
    position: relative;
    object-fit: fill;
    text-align: center;
    line-height: 340px;
    background-size: 100%;
}
.policy-content{
    width: 1300px;
    margin: 100px auto 0 auto;
}
.layer3 {
    z-index: auto;
    width: 1200px;
    /*height: 20px;*/
    justify-content: space-between;
    align-items: center;
}

.wrap1 {
    z-index: 23;
    width: 246px;
    height: 20px;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    font-size: 0;
}
.wrap1 #wrap1-span{
    font-weight: bold;
    color: #038825;
    width: 20px;
    font-size: 14px;
}
.layer3 #wrip1-back{
    background: #CEE8D5;
    color: rgba(100, 179, 39, 1);
    text-decoration: none;
    z-index: 24;
    width: 68px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    border-radius: 17px;
    font-weight: bolder;
}
.layer3 #wrip1-back:hover{
    color: #fff;
    background: #64B327;
    text-decoration: none;
}

.info2 {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(114, 124, 148, 1);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.word5 {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(29, 36, 55, 1);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.group3 {
    z-index: 21;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: rgba(229, 243, 233, 0.9);
}