
            .main-tit-11 {
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #fff;
            line-height: 4rem;
            background:  #3c746b;
            border-bottom: 1px solid #FA756E;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
            }
        
    

        .page {
            text-align: center;
        }
        
        .page p {
            display: inline;
            font-size: 1.6rem;
            margin-right: 1rem;
        }
        
        .m2-prod-list-content-1-con {
            padding:0 2%;
            margin: 1.5rem auto;
            overflow: hidden;
        }
        
        .m2-prod-list-content-1-con a {
            width: 99%;
            margin: 0 4% 1rem 0;
            text-align: center;
            display: block;
            box-sizing: border-box;
        }
        .m2-prod-list-content-1-con a:nth-child(2n){margin-right:0;}        
        .m2-prod-list-content-1-con span {
            height: 2.8rem;
            clear: both;
            display: block;
            margin: 0 auto;
            /*max-width: 80%;*/
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight:bold;
        }
        
        .m2-prod-list-content-1-con a img {
            width: 100%;
            border: 1px solid #e2e2e2;
            float: left;
            margin-bottom: 1rem;
        }
    
    
