.page-view{
    margin: 0 auto;
    width: 1070px;
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
.pageM{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.pageM_h{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.pageM_h1{
    font-size: 22.69px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 16.5px;
    letter-spacing: 0.91px;
    display: flex;
    align-items: center;
}
.pageM_h1 img{
    width: 6.19px;
    height: 24.75px;
    margin-right: 5px;
}
.pageM_h2{
    font-size: 14.44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #555555;
    line-height: 20.63px;
    letter-spacing: 0.58px;
    cursor: pointer;
}
.pageM_c{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pageM_c1{
    width: 482.63px;
    height: 272.25px;
    position: relative;
}
.pageM_c1 span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    font-size: 14.44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24.75px;
    letter-spacing: 0.72px;
    box-sizing: border-box;
    padding: 5px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageM_c1 img{
    display: flex;
    width: 100%;
    height: 100%;
}
.pageM_c ul{
    width: calc(100% - 482.63px);
    height: 272.25px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 0 10px 40px;
}
.pageM_c ul.dataUl{
    padding: 10px 30px 10px 20px;
}
.pageM_c ul li{
    width: 100%;
    list-style: disc;
}
.pageM_c ul li a{
    display: inline-block;
    font-size: 14.44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #062E74;
    line-height: 14.44px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageM_list{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageM_m{
    width: 235.13px;
    display: flex;
    flex-flow: column;
    cursor: pointer;
}
.pageM_m img{
    display: inline-block;
    width: 235.13px;
    height: 132px;
    background: #ffffff;
}
.pageM_m span{
    font-size: 14.44px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 25px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}