    .article {
        text-align: center;
    }

    .article .title {
        margin-top: 5px;
        text-align: center !important;
        margin: 0 auto;
        font-size: 18px;
		border-bottom: 1px solid #ddd;
    margin-bottom:15px; 
	margin-top:10px;
    }



    .article .title .cn {
        font-size: 30px !important;
        font-weight: normal;
		height:50px;
		line-height:50px;

    }

    .article .title .summary {
         font-size: 16px; 
        margin-top: 3px;
        margin-bottom: 3px;
		height:35px;
		line-height:35px;
		display:none;
    }

    .article .title .en {
        font-size: 18px;
        font-weight: normal;
        color: #444;
		color:#666;
		
    }

    .article-content-title {
        /* font-size: 14px; */
    }

    .article-content {
        /* font-size: 12px; */
        font-weight: normal;
        text-indent: 2em;
    }
	
	/* 二级列表页 -解决方案列表样式*/
	.leve2-solution  {
		padding:10px;
		box-sizing: border-box;
		margin-bottom:30px;
		min-height:600px;
	}
	.leve2-solution .solution-item p {
		line-height:30px;
		height:30px;
	}
	