

/* 标签页 */
.labelPage {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}       
.labelPage .content{
    width: 1200px;
    margin: 0 auto;
}     	
.labelPage a{
    color:#5F6464;
    font-family: '微软雅黑';               
    font-size: 16px;
    margin-right: 25px;
    cursor:pointer;
    text-decoration:none;
}

.labelPage .active {
    color:  #1d1d1f;
    padding-bottom: 15px;
    border-bottom: 3px solid #526cdb;
}   


.info {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    margin-bottom: 20px;
}
.info .container{
    width: 100%;
    height:auto;
    position: absolute;
    box-sizing: border-box; 
    padding-bottom: 80px;
    text-align: center;
}

.info .container .content{
    width: 840px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.info .container  .content .title{
    color:#333333;
    font-family: '微软雅黑';               
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.info .container  .content .minTitle{
    color:#333333;
    font-family: '微软雅黑';               
    font-size: 18px;
    margin-bottom: 20px;
}
.info .container  .content hr{
    border-color: #eeeeee;
    margin-bottom: 40px;
}
.info .container  .content .text div{
    color:#515151;
    font-family: '微软雅黑';               
    font-size: 16px;
    margin-bottom: 5px;
}