.lLineTitle {
    position: relative;
    font-size: 30px;
    text-align: center;
    padding: 50px 0 70px 0;
    width: 100%;
}

.lLineTitle.titleUnder::after {
    content: " ";
    position: absolute;
    width: 64px;
    height: 3px;
    bottom: 30%;
    left: 50%;
    margin-left: -32px;
    background-color: #0094ea;
}
/* ie8 after */

.lLineTitle.titleUnder:after {
    content: " ";
    position: absolute;
    width: 64px;
    height: 3px;
    bottom: 30%;
    left: 50%;
    margin-left: -32px;
    background-color: #0094ea;
}

.lLine img {
    display: block;
}

.micon {
    display: inline-block;
    height: 64px;
    width: 64px;
    background-size: contain;
    vertical-align: bottom;
}

.micon.micon-light {
    background: url("../images/tr1.png") no-repeat center 100%;
}

.micon.micon-improve {
    background: url("../images/tr2.png") no-repeat center 100%;
}

.micon.micon-circle {
    background: url("../images/tr3.png") no-repeat center 100%;
    background-position: -7px -8px;
}
.micon.micon-light1 {
    background: url("../images/icon1.png") no-repeat center 100%;
}

.micon.micon-improve1 {
    background: url("../images/icon2.png") no-repeat center 100%;
}

.micon.micon-circle1 {
    background: url("../images/icon3.png") no-repeat center 100%;
}
.micon.micon-1{
    background: url("../images/1.png") no-repeat center 100%;
	
}
.micon.micon-2{
    background: url("../images/2.png") no-repeat center 100%;
	
}
.micon.micon-3{
    background: url("../images/3.png") no-repeat center 100%;
	
}
.micon.micon-4{
    background: url("../images/4.png") no-repeat center 100%;
	
}
.micon.micon-5{
    background: url("../images/5.png") no-repeat center 100%;
	
}
.micon.micon-6{
    background: url("../images/6.png") no-repeat center 100%;
	
}
.adSample {
    margin-top: 100px;
    font-size: 30px;
}

.adSampleText {
    font-size: 20px;
    text-indent: 2em;
    padding-top: 30px;
    line-height: 30px;
    color: #888;
}

.card {
    height: 285px;
    background-color: #fff;
    margin: 10px;
    overflow: hidden;
}

.cardTitle {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    line-height: 64px;
}

.cardContent {
    padding: 15px 30px;
    text-indent: 2em;
    font-size: 18px;
    color: #888;
}

.exposure .cardTitle span {
    margin-right: 8px;
}

.bigData .micon {
    display: block;
    margin: 0 auto;
}

.bigData2 .card {
    margin-bottom: 20px;
    height: 250px;
}

.exposure,
.bigData {
    padding-bottom: 75px;
}

.newsBlock {
    padding-top: 30px;
    padding-bottom: 70px;
    line-height: 24px;
}

.newsBlock .lsThree {
	height: 175px;
	overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.newsTitle {
    padding: 0 0 15px 0;
    color: #333;
}

.newsBlock em {
    font-style: normal;
    float: right;
    font-size: 12px;
}

.newsTitle span {
    font-size: 20px;
}

.newsMore {
    float: right;
    color: #999;
}

.newsList {
    height: auto;
    overflow: auto;
}

.newsList .news_span {
    color: #666;
}

.news_time {
    color: #999;
}

#newsLoading {
    margin: 0 auto;
    display: none;
}
.lsThree ul{
	/*overflow: auto;*/
}
.lsThree ul li{
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}