/* CSS Document */
	body {
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
        }
    
        #maximg p,
        #maximg section {
            font-family: 'robotoregular', 'Open Sans', Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 1.8125;
            color: #787878;
            letter-spacing: 0.02em;
            text-rendering: optimizeLegibility;
            text-align: left;
            margin-bottom: 1px;
        }
    
        .wrap {
            padding: 0px;
        }
    
        .case_info .text {
            margin: 0px;
        }
    
        @media only screen and (min-width: 75.0625em) {
            .large-6 {
                width: 50%;
            }
        }
    
        .text-center {
            text-transform: capitalize;
        }
    
        .span_icon {
            line-height: 1.875;
        }

	.title2 {
		max-width: 1200px;
		margin: 0 auto;
		border-bottom: 1px solid #eee;
		line-height: 96px;
		text-align: center;
		margin-bottom: 30px;
		position: relative;
	}
	.title2 span {
		font-size: 22px;
		display: inline-block;
		/*padding-left: 45px;*/
	}
	.title2 em {
		display: block;
		height: 3px;
		line-height: 3px;
		width: 40px;
		background: #d31f23;
		position: absolute;
		left: 50%;
		margin-left: -20px;
		bottom: -1px;
	}
	.case_info .text {
		margin: 40px 0;
		line-height: 24px;
		color: #6f6f6f
	}
	.case_info .pagesize {
		text-align: left;
	}
	.case_info .pagesize a {
		margin: 0;
		margin-right: 30px;
	}