

/* 标签页 */
.labelPage {
    width: 100%;
    height: 120px;
    line-height: 60px;
    background-color: #f2f3f5;
    display:flex;
    align-items:center;
    margin-top:100px;
}

.labelPage .content {
    width:1200px;
    margin:0 auto;
    font-size: 20px;
}  
.labelPage a{
    text-decoration:none;
    color:#333333;
    font-family: '微软雅黑';               
}

.page{
    width: 100%;
}
.page .page-con{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.page .page-con .con-header{
    margin-top: 25px;
    margin-left:180px;
    width:840px;
}
.page .page-con .con-header .title{
    font-size: 40px;
    padding-bottom: 20px;
}
.page .page-con .con-header .time{
    font-size: 20px;
    color: #5a5a5b;
}
.page .page-con .con-box{
    width: 840px;
    height: 171px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
     margin-left:180px;
}
.page .page-con .con-box .con-text{
    display: flex;
    width: 752px;
    height: auto;
}
.page .page-con .con-box .con-text p{
    margin: 0;
    margin-left: 10px;
}
.page .page-con .con-box .con-text img{
    width: 22px;
    height: 19px;
}
.con-img{
    width: 840px;
    height: 509px;
    margin: 45px 0 0 180px;
    display: flex;
    justify-content: space-between;
}
.con-img img{
    width: 100%;
    height: 100%;
}
.con-text{
    width: 840px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom:50px;
}
.con-text p{
    margin: 0;
}

.con-text img{
   width:100%; 
   height:100%;
}
    .related-read {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 30px;
    }
.related-read .read-con{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 175px;
    box-sizing: border-box;
    position: relative;
}
.related-read .read-con::before{
    content: '';
    border-top: 1px solid #eeeeee;
    position: absolute;
    width: 840px;
    top: 0;
}
.related-read .read-con .con-title{
   font-size: 30px;
}
.related-read .read-con .con-list{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.related-read .read-con .con-list .con-item{
    width: 840px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.related-read .read-con .con-list .con-item img{
    width: 260px;
    height: 173px;
}
.related-read .read-con .con-list .con-item .mes{
    width: 540px;
}
.related-read .read-con .con-list .con-item .mes div{
    font-size: 18px;
    font-weight: bold;
}
.related-read .read-con .con-list .con-item .mes p,
.related-read .read-con .con-list .con-item .mes span{
    font-size: 14px;
}