.content_img {
  position: relative;
}
.content_img img {
  width: 100%;
}
.content_img .fadeInLeft {
  position: absolute;
  left: calc(50% - 700px);
  top: calc(50% - 100px);
}
.content_img .fadeInLeft p {
  color: #FFFFFF;
  line-height: 66px;
  font-size: 38px;
}

#technology {
  width: 1400px;
  margin: 0 auto;
}
#technology .technology_title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 36px;
  line-height: 180px;
  height: 180px;
}
#technology .achievements {
  margin-bottom: 50px;
}
#technology .achievements .describe {
  width: 100%;
  padding-bottom: 40px;
}
.text_content{
  /* margin-top:-20px!important;*/
}
#technology .achievements .describe .describe_content {
  display: flex;
}
#technology .achievements .describe .describe_content .content_title {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
#technology .achievements .describe .describe_content ul {
  background: #F6FAFF;
  width: 1040px;
  height: 530px;
  padding: 30px 40px 40px 40px;
  overflow-y: auto;
  
}
#technology .achievements .describe .describe_content ul li {
  display: flex;
  margin: 10px ;
}
#technology .achievements .describe .describe_content ul li .span {
  position: relative;
  top: 15px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px solid #0057A9;
  border-radius: 50%;
  margin-right: 15px;
}
#technology .achievements .describe .describe_content ul li span {
  display: inline-block;
  width: 900px;
  font-size: 22px;
  line-height: 37px;
}

#technology .achievements .classification {
  height: 160px;
  width: 100%;
}
#technology .achievements .classification .left img {
  height: 30px;
  width: 30px;
}
#technology .achievements .classification .left span {
  line-height: 60px;
  height: 60px;
}
#technology .achievements .classification ul {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
#technology .achievements .classification ul li {
  float: left;
  line-height: 60px;
  padding: 0px 15px;
  height: 60px;
  cursor: pointer;
}
#technology .achievements .classification ul .li {
  border-bottom: 2px solid #0359AB;
  color: #0359AB;
}
#technology .achievements .achievements_content {
  /*里面的代码可以根据自己需求去进行更改*/
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
  display: flex;
  justify-content: space-between;
}
#technology .achievements .achievements_content ::-webkit-scrollbar {
  width: 4px;
}
#technology .achievements .achievements_content ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: #CCCCCC;
}
#technology .achievements .achievements_content ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0359AB;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
#technology .achievements .achievements_content img {
  margin-top: 100px;
  height: 430px;
  width: 530px;
}
#technology .achievements .achievements_content .content_right {
  width: 850px;
  margin-top: 50px;
  background-color: #F9F9F9;
  padding: 20px 35px;
}
#technology .achievements .achievements_content .content_right p {
  width: 100px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}
#technology .achievements .achievements_content .content_right ul {
  height: 400px;
  overflow: auto;
  padding: 0px 20px;

}
#technology .achievements .achievements_content .content_right ul .li1 {
  border-bottom: 1px solid #ccc;
}
#technology .achievements .achievements_content .content_right ul li {
  padding: 0px 0px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F9F9F9;
  color: #333333;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
/*  line-height: 40px;*/
}
#technology .achievements .achievements_content .content_right ul li :nth-child(1) {
  text-align: left;
}
#technology .achievements .achievements_content .content_right ul li :nth-child(2) {
  text-align: left;
}
#technology .achievements .achievements_content .content_right ul li span {
  text-align: left;
}
#technology .achievements .achievements_content .content_right .ul {
  height: 60px;
  margin-bottom:20px;
}
#technology .achievements .thesis {
  width: 100%;
  margin: 40px 0px 80px 0;
}
#technology .achievements .thesis .thesis_title {
  line-height: 40px;
  font-size: 30px;
  font-weight: 900;
  color: #0359AB;
  height: 40px;
  text-indent: 0em;
}
#technology .achievements .thesis .thesis_title_english {
  height: 24px;
  font-size: 18px;
  color: #ccc;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: 0em;
}
#technology .achievements .thesis ul li {
  display: flex;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #707070;
  justify-content: space-between;
}
#technology .achievements .thesis ul li span {
  font-size: 22px;
  line-height: 60px;
  font-weight: 400;
  color: #000000;
}
#technology .achievements .thesis ul li :nth-child(1) {
  width: 1280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#technology .achievements .thesis ul li :nth-child(2) {
  padding-left: 30px;
}
#technology .classify_title {
  line-height: 40px;
  font-size: 28px;
  color: #333333;
  height: 40px;
  text-indent: 0em;
}
#technology .classify_title_english {
  height: 24px;
  font-size: 16px;
  color: #888;
  line-height: 24px;
  text-indent: 0em;
  font-weight: 400;
}
#technology .classify_title_img {
  margin-top: 5px;
  margin-bottom: 30px;
  height: 6px;
}
