.part0{
    width: 1292px;
    margin: auto;
    display: flex;
    min-height: 520px;
    flex:1
}

/* 规章制度 */

.guizhang{
    width: 210px;
    margin-top: 28px;
    display: inline-block;
    /* border: 0.2px solid #13428E; */
}

.gzzd-tittle{
    width: 180px;
    height: 46px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: #13428E;
    text-align: left;
    padding-top: 15px;
    padding-left: 30px;
}

.zdlist{
    padding: 0;
    border: 0.2px solid #13428E;
}

.zdlist>li{
    list-style: none;
    width: 186px;
    height: 56px;
    line-height: 56px;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    padding-left: 24px;
    border-bottom: 0.2px solid #13428E;
}

.zdlist>li>a {
    color: #262626;
}

.zdlist>li:hover{
    width: 180px;
    border-left: 6px solid #13428E;
    background-color: #F2F8FF;
    color:#13428E;
}

.zdlist > li:hover a {
  color: #13428e;
}

.neirong{
    margin-top: 28px;
    margin-left: 30px;
    width: 100%;
}

.nr-head{
    height: 48px;
    border-bottom: 0.5px solid #E8E8E8;
}

.nr-body{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
margin-bottom: 30px;
}

.position>span{
    color:#9B9B9B;
    font-size: 15px;
}

.nr-tittle{
    display: inline-block;
    font-size: 28px;
    color: #022E52;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 4px solid #022E52;
}

.position{
    font-size: 16px;
    font-weight: 400;
    color: #022E52;
    line-height: 10px;
    float: right;
    margin-top: 20px;
}

.position a {
  color: #022e52;
}

.wz{
    display: inline-block;
    color: #022E52;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
}



.nr-list{
    width: 100%;
    list-style: none;
    padding: 0;
    list-style: none;
    margin-top: 32px;
}

.nr-list>li{
    height: 76px;
    line-height: 76px;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
}

.psg-tittle::before{
    content: '';
    background-color: #13428e;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    float: left;
    margin: 33px 30px;
}


.psg-tittle{
    color: #262626;
    font-size: 18px;
    font-weight: 400;
}

.psg-tittle a {
  color: #262626;
}

.time{
    color: #94A5B2;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 400;
}

.nr-list li:hover > .psg-tittle a {
  color: #1267bb;
  text-decoration: underline;
}

.nr-list li:hover>.time{
    color:#1267BB;
}