

/* 标签页 */
.labelPage {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
 .labelPage .pageContent {
        width: 1200px;
        margin: 0 auto;
    }


.labelPage a {
    color: #5F6464;
    font-family: '微软雅黑';
    font-size: 16px;
    margin-right: 40px;
    cursor: pointer;
    text-decoration: none;
}
.labelPage .pageContent a:hover {
    color: #000000;
}

.labelPage .active {
    color:#1d1d1f;
    padding-bottom: 15px;
    border-bottom: 3px solid #4662d9;
}
.content{
    display:flex;
    flex-direction:column;
    margin-bottom:60px;
}
#exhibition {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top:45px;
    display:flex;
    flex-wrap:wrap;
}
#exhibition .business_movement {
    width: 370px;
    height: auto;
    float: left;
    margin-right: 45px;
    position: relative;
    margin-bottom:60px;
}
#exhibition .business_movement img{
    width:100%;
    height:100%
}
#exhibition .business_movement:hover{
    transform:translateY(-10px);
    transition: 0.3s;
}

#exhibition .nomar{
    margin-right: 0px;
}
#exhibition a {
    text-decoration:none;
}

#exhibition .exhibitionDiv2 {
    margin-left: 45px;
    margin-right: 45px;
}  
#exhibition .dynamic{
    background-color:#526cdb;               
    position:absolute;
    color:#ffffff;
    width:auto;
    height:30px;
    padding:0 10px;
    box-sizing:border-box;
    text-align: center;
    line-height: 30px;
    top: 0px;
    left: -10px;
}

#exhibition .dynamic span{
    font-size: 14px;
    color: #ffffff;
    font-family: '微软雅黑';
}
#exhibition .business_movement:hover > img{
    opacity:0.7;
    transition: 0.8s;
}
#exhibition img{
    margin-bottom: 15px;
}
#exhibition div{
    margin-top: 10px;
}   
.textUp{
    font-size: 16px;
    color:#1d1d1f;
    font-family: '微软雅黑';
    margin: 4px 0px;    
}
.textCenter {
    font-size: 14px;
    color: #5a5a5b;
    font-family: '微软雅黑';
    margin: 3px 0px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textDown{
    color:#5a5a5b;
    font-family: '微软雅黑';               
    font-size: 16px;
    margin-top: 8px;
}
.page-container{
    display:flex;
    justify-content:center;
    margin:0 auto;
    margin-top:40px;
}
.pagingbar {
}

.pagingbar .blue span {
    border: 1px solid #2589ff;
    color: #fff;
    background: #4662d9;
    width: 80px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.pagingbar .blue A {
    width: 80px;
    height: 46px;
    color: #999;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eeeeee;
    margin: 0 5px;
}
.pagingbar .blue a:hover{
    background:#4662d9;
    color:#fff;
    transition:0.3s;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}