.duty {
    position: relative;
}
.sub-image {
    width: 100%;
    height: 96px;
    background: url("/image/shzr_bg.png") no-repeat top center;
    background-size: 100% auto;
}

@media screen and (min-width: 1921px) {
    .sub-image {
        height: 104px;
    }
}
@media screen and (min-width:1366px) and (max-width:1680px) {
    .sub-image  {
        height: 78px;
    }
}
@media screen and (max-width: 1366px) {
    .sub-image  {
        height: 61px;
    }
}
.partyAll {
    margin: 0 auto 80px;
    width: 1200px;
}
.party {
    width: 100%;
    margin-top: 40px;
}
.party .title{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.party .title p{
    font-size: 12px;
    color: #475471;
    letter-spacing: 2px;
    text-align: center;
    line-height: 17px;
}
.party .title span{
    width: 43px;
    height: 3px;
    background: #0055A0;
    margin: 8px 0 2px 0;
}
.party .title h1{
    font-size: 32px;
    color: #1A2C4F;
    letter-spacing: -1.78px;
    text-align: center;
    line-height:45px;
}
.partygovernment_content{
    width: 800px;
    display: flex;
    flex-direction: column;
    background-color: #F9FAFB;
}
.dangjian {
    display: flex;
    margin-top: 20px;
}
.partyItem {
    margin-top: 10px;
}
.partyItem a {
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 26px;
}
.partyItem a:hover{
    color: #0055A0;
    letter-spacing: 0;
    line-height: 26px;
    text-decoration:underline;
}
.partyItem p {
    height: 87px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    line-height: 26px;
    margin-top: 25px;
}
.partyRight {
    width: 400px;
    max-height: 453px;
}
.partyRight>img{
   width: 100%;
   /* height: auto; */
}
.partyLeft{
    margin-left: 34px;
    height: 400px;
}
.partyLeft .partyItem:first-child{
    margin-top: 40px;
}
.more {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
    cursor: pointer;
}
.more img {
    width: 24px;
    height: 24px;
    background: rgba(245, 245, 245, 1);
    margin-right: 7px;
}
.more p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    margin-right:10px;
}
.more p.active {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #0055A0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
