@charset "UTF-8";
/*！
# Copyright (c) 1998-2021 戴思乐科技集团有限公司 版权所有
# Object dsl_new_about_us.css
# Powered by MrJeKe
# Date 2021/8/2
*/

.about-title{
	color: #009CE1;
	font-weight: bold;
	font-size: 28px;
}
.fz-box1 ul li{
	font-size: 18px;
	line-height: 1.8;
}
.fz-box2 ul li{
	font-size: 18px;
	line-height: 1.8;
}

/*  分割发展历程 */
.col-xs-9ths, .col-sm-9ths, .col-md-9ths, .col-lg-9ths {
    position: relative;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  @media ( max-width : 768px) {
    .col-xs-9ths {
      width: 50%;
      float: left;
    }
  }

  @media ( min-width : 768px) {
    .col-sm-9ths {
      width: 11.1111%;
      float: left;
    }
  }
  @media ( min-width : 992px) {
    .col-md-9ths {
      width: 11.1111%;
      float: left;
    }
  }
  @media ( min-width : 1200px) {
    .col-lg-9ths {
      width: 11.1111%;
      float: left;
    }
  }


/*  戴思乐发展历程 */
.dsl-history-content1{
	text-align: justify;
	padding-left: 15px;
	height: 85px;
}
.dsl-history-time{
	font-weight: bold;
}
.dsl-history-data{
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-align: center;
}

