

.tab>li{
    height: 40px;
    padding:0px 20px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: solid 1px #D2D2D2;
    border-width: 1px 1px 0;
    cursor: pointer;
}

.tab>li.active,
.tab>li:hover{
    color: #004C92;
    background: #F4F4F4;
}

.list{
    display: none;
}

.GovernmentAffairs{
    border-top: solid 1px #D2D2D2;
}

.GovernmentAffairs .list1{
    margin-top: 20px;
}
.GovernmentAffairs .list1 li{
    width: 240px;
    height: 240px;
}
.GovernmentAffairs .list1 li a{
    height: 100%;
}
.GovernmentAffairs .list1 li a:hover{
    background: #eee;
}

.GovernmentAffairs .list1 li .img{
    width: 120px;
    height: 120px;
}
.GovernmentAffairs .list1 li .text{
    padding-top: 20px;
    margin-top: 20px;
    font-size: 16px;
    background: url(/img/images/textdark.png) no-repeat center top;
}
.GovernmentAffairs .list1 li a:hover .text{
    font-weight: bolder;
    color: #004C92;
}

.GovernmentAffairs .list2 li{
    width: 386px;
    height: 40px;
    margin: 20px 0 0 20px
}
.GovernmentAffairs .list2 li:nth-child(3n+1){
    margin: 20px 0 0;
}
.GovernmentAffairs .list2 li a{
    display: block;
    height: 100%;
    padding-left: 20px;
    line-height: 40px;
    text-align: left;
    background: #eee;
}
.GovernmentAffairs .list2 li a:hover{
    background-color: #2c8bff;
    color: #fff;
    box-shadow: 0 0 3px 0 #2c8bff;
}


