/*样式*/
.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);}
 .sect1-r ul {
            margin-top: 10px;}
        
        .sect1-r ul>li {
            border-bottom: 1px solid #d2d2d2;
            padding: 23px 0;}
        
        .sect1-r ul>li:first-child {
            padding-top: 0;}
        
        .sect1-r ul>li:last-child {
            border-bottom: none;
            padding-bottom: 0;}
        
        .sect1-r ul>li>a {
            display: block;
            overflow: hidden;}
        
        .date1 {
            float: left;
            overflow: hidden;
            width: 48px;
            height: 56px;
            border: 1px solid #94070a;}
        
        .date1 p {
            font-size: 14px;
            color: #fff;
            line-height: 29px;
            background-color: #94070a;
            text-align: center;}
        
        .date1 span {
            font-size: 10px;
            color: #94070a;
            display: block;
            line-height: 26px;
            background-color: #fff;
            text-align: center;}
        
        .text1 {
            overflow: hidden;
            padding-left: 20px;}
        
        .text1 h2 {
            font-size: 16px;
            color: #94070a;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;}
        
        .text1 p {
            font-size: 16px;
            color: #666666;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;}
