.content-title{display: block;  float: left; width: 20%; min-height: 300px; padding-top: 1%; font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(241, 241, 241, 0.5));border-radius: 5%; position: relative;}
.content-title h2{color: #000;font-size: 32px;font-weight:bold !important; text-align: center;}
.content-title p{color: #E53333;font-size: 14px;font-family: NSimSun; font-weight: bold;text-align: center;}
.content-info{ display: block; float: right;width: 75%;min-height: 100px; position: relative;}
.content-info:before{content: "";display: block;width: 1px;height: 100%;background: #eaeaea;position: absolute;left: -5%;}
@media screen and (max-width: 1200px){
 .content-title{ min-height: 200px; }
 .content-title h2{font-size: 24px;}	
}
@media screen and (max-width: 991px){
 .content-title{ min-height: 150px; }
 .content-title h2{font-size: 18px;}	
}
@media screen and (max-width: 768px){
 .content-title{ float:none;width: 100%;min-height:inherit; background:transparent; padding-top: 2%;}
 .content-title h2{text-align: center;font-size: 18px;}
 .content-title p{text-align: center;}	
 .content-info{ float:none;width: 100%;border: 0px;}
 .content-info:before{width: 0px; display: none;}	
}