.parallelogram {   

    width: 70px;   
    
    height: 5px;   
    
    transform:skew(-40deg); /*设置倾斜度为-30*/   
    
    -webkit-transform: skew(-40deg);   
    
    -moz-transform: skew(-40deg);   
    
    -o-transform:skew(-40deg);   
    
    -ms-transform:skew(-40deg);   
    
    background-color: rgb(254,235,241);   
    
    margin-top: -8px; 

    opacity: 0.9;

    margin-bottom: 10px;

   
    
    }

    .title_first{
        width: 100%;        
        height: 50px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #323232;
        line-height: 16px;
    }

    .title_second{
        width: 100%;       
        height: 40px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #323232;
        line-height: 20px;
    }



    .article-content{
        font-size: 28px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #323232;
        line-height: 40px;

    }

    .article-title{
        font-size: 28px; 
        font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #323232;
		line-height: 40px;
    }

    .notice{
        width: 312px;
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #5F5F5F;
        line-height: 50px;
        margin-left: 20px;;
    }

    .outline_content{
        width: 100%;
        height: 40px;
        font-size: 28px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #323232;
        line-height: 40px;
        margin-left: 10px;
    }