html,body{
    margin:0;
    padding:0;
}
.pc_virtual .animate{
    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.pc_virtual .page-container{
    width:1248px;
    margin:0 auto;
    position:relative;
    z-index:20;
    margin-top:50px;
}
.pc_virtual .statute-plan-container{
    display:flex;
    justify-content: space-between;
}
.pc_virtual .statute-plan-wrapper{
    flex:1;
    background:#fff;
    width: 48%;
}
.pc_virtual .statute-plan-gap{
    margin-left:20px;
}
.pc_virtual .statute-plan-header{
    height:80px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color:#fff;
    background-image: url(./h1.png);
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.pc_virtual .statute-plan-content-wrapper{
    display: flex;
    border:solid #DCDFE6 1px;
}
.pc_virtual .statute-plan-content{
    flex:1;
    margin:20px;
}
.pc_virtual .tab-wrapper{
    height:40px;
    display: flex;
    justify-content: space-between;
    font-size:20px;
    font-weight: 600;
    position: relative;
    border-bottom:solid #DCDFE6 1px;
}
.pc_virtual .dynamic-news-tab{
    display: flex;
}
.pc_virtual .dynamic-news-tab-item{
    height:100%;
    color:#333;
    position:relative;
}
.pc_virtual .dynamic-news-tab-item:hover{
    cursor: pointer;
    color:rgb(18,93,161);
}
.pc_virtual .dynamic-news-tab-item-active{
    height:100%;
    color:rgb(18,93,161);
    cursor: pointer;
    position:relative;
}
.pc_virtual .tab-more{
    font-size:20px;
    /* color:#909399; */
}
.pc_virtual .tab-more:hover{
    cursor: pointer;
    color: rgb(18,93,161);
}
.pc_virtual .dynamic-news-tab-border{
    width:2px;
    height:20px;
    background-color: #909399;
    margin:0px 15px 0px 15px;
    position:relative;
    top:4px;
}
.pc_virtual .dynamic-news-tab-line{
    width:0%;
    height:2px;
    background-color: rgb(18,93,161);
    position:absolute;
    left:50%;
    bottom:0px;
}
.pc_virtual .dynamic-news-tab-line-active{
    width:100%;
    height:2px;
    background-color: rgb(18,93,161);
    position:absolute;
    left:0px;
    bottom:0px;
    animation: tabLine .5s;
}
@keyframes tabLine {
    from {
        width:0%;
        left:50%;
    }
    to {
        width:100%;
        left:0%;
    }
}
.pc_virtual .statute-plan-news-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
    font-size: 16px;
}
.pc_virtual .statute-plan-news-item:hover{
    cursor: pointer;
    color:rgb(18,93,161);
    padding-left: 10px;
}
.pc_virtual .statute-plan-news-item:hover .statute-plan-news-dat {
    width: 10px;
    height: 10px;
    border-top: 1px solid rgb(18, 93, 161);
    border-right: 1px solid rgb(18, 93, 161);
    transform: rotate(45deg);
    background: transparent;
    transition: all 0.1s;
}
.pc_virtual .statute-plan-news-date{
    width:130px;
    color:#909399;
    font-size: 20px;
    text-align: center;
}
.pc_virtual .statute-plan-news-title{
    width: 426px;
    display: flex;
    align-items: center;
}
.pc_virtual .statute-plan-news-dat{
    width:5px;
    height:5px;
    background-color: rgb(18,93,161);
    margin-right:15px;
}
.pc_virtual .statute-plan-news-label{
   width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    
}
.pc_virtual .government-affairs-operate-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top:20px;
    height: 167px;
    border: 10px solid rgba(71, 146, 206, 1);
    padding: 10px 10px 10px 92px;
    color: #fff;
}
.pc_virtual .box-title{
    position: absolute;
    height: calc(100% + 20px);
    left: 0;
    top: -10px;
    width: 82px;
    padding: 0 30px 0 20px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    background: rgba(71, 146, 206, 1);
}
.pc_virtual .government-affairs-operate-item-wrapper{
    flex:1;
   
    margin-right:20px;
    position:relative;
    overflow: hidden;

}
.pc_virtual .government-affairs-operate-item{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color:#fff;
    overflow: hidden;
}
.pc_virtual .government-affairs-operate-item:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.pc_virtual .government-affairs-operate0{
    background-image: url(./op1.png);
}
.pc_virtual .government-affairs-operate1{
    background-image: url(./op2.png);
}
.pc_virtual .government-affairs-operate2{
    background-image: url(./op3.png);
}
.pc_virtual .government-affairs-operate3{
    background-image: url(./op4.png);
}
.pc_virtual .government-affairs-operate-last{
    margin-right:0px;
}
.pc_virtual .statute-plan-news-wrapper{
    display:none;
}
.pc_virtual .government-affairs-operate-label{
    width:100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    padding-left:10%;
    color:#fff;
}
.pc_virtual .government-matters-conatiner{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.pc_virtual .matters-wrapper{
    flex:2;
    margin-right:20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DCDFE6;
}
.pc_virtual .matters-content-wrapper{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:20px;
    display:none;
}
.pc_virtual .government-info-wrapper{
    flex:1;
}
.pc_virtual .government-info-wrapper{
    display: flex;
    flex-direction: column;
}
.pc_virtual .government-info-header-wrapper{
    height:80px;
    position:relative;
}
.pc_virtual .government-bg-img{
    width:100%;
    height:80px;
}
.pc_virtual .government-info-title{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    position:absolute;
    top:0px;
    left:0px;
    color:#fff;
}
.pc_virtual .government-info-content-wrapper{
    flex:1;
    display:flex;
    border:solid #DCDFE6 1px;
}
.pc_virtual .government-info-content{
    flex:1;
    margin:20px 20px 0px 0px;
    display:flex;
    flex-wrap: wrap;
}
.pc_virtual .government-info-item-wrapper{
    width:50%;
    display:flex;
}
.pc_virtual .government-info-item{
    flex:1;
    background-color: rgb(242,244,247);
    margin-left:20px;
    margin-bottom:20px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:15px 0px 15px 0px;
    overflow: hidden;
}
.pc_virtual .government-info-item:hover{
    cursor: pointer;
    color:#fff;
    background-color: rgb(1,82,147);
}
.pc_virtual .government-info-item:hover img{
    filter: drop-shadow(#fff 200px 0);
	transform: translateX(-200px);
}

.pc_virtual .government-info-img{
    height:40px;
}
.pc_virtual .government-info-label{
    margin-top:5px;
    font-size: 16px;
}
.pc_virtual .matters-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:78px;
    background-color: rgb(70,145,206);
    border:solid rgb(70,145,206) 1px;
}
.pc_virtual .matters-header-tab-wrapper{
    flex:1;
    display: flex;
    align-items: center;
    height:100%;
}
.pc_virtual .matters-header-tab{
    width:33.333%;
    height:100%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(79.1313418891163deg, rgba(61, 123, 199, 1) -2%, rgba(73, 152, 208, 1) 100%);
}
.pc_virtual .matters-header-tab:hover{
    cursor: pointer;
    background:rgb(66,136,203);
}
.pc_virtual .matters-header-tab-active{
    width:33.333%;
    height:100%;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    background:#fff;
    cursor: pointer;
    background-color: rgb(18, 93, 178);
}
.pc_virtual .matters-header-more-btn{
    padding:5px 8px 6px 8px;
    background-color: rgb(163,201,231);
    font-size: 16px;
    color:rgb(1,82,147);
    border-radius:8px;
    margin-right:20px;
}
.pc_virtual .matters-header-more-btn:hover{
    cursor: pointer;
    background-color: rgb(1,82,147);
    color:#fff;
}
.pc_virtual .matters-news-item{
    height:59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding-left:10px;
    border-bottom:solid #DCDFE6 1px;
    cursor: pointer;
}

.pc_virtual .matters-news-item:hover{
    padding-left: 20px;
    color:rgb(1,82,147);
    /* background:#eee; */
}
.pc_virtual .matters-news-item:hover .statute-plan-news-dat{
    width: 10px;
    height: 10px;
    border-top: 1px solid rgb(18, 93, 161);
    border-right: 1px solid rgb(18, 93, 161);
    transform: rotate(45deg);
    background: transparent;
    transition: all 0.1s;
}
.pc_virtual .matters-news-title{
    flex:1;
    display: flex;
    align-items: center;
}