h1 {
  color: #388DCD;
  float: left;
  line-height: 30px;
  margin: 36px 0;
}
.cur {
  background-color: #388DCD;
  display: block;
  cursor: pointer;
  padding: 4px 20px !important;
  color: #fff !important;
}
.article_content {
  overflow: hidden;
}
.article_content div {
  overflow: hidden;
}
.article_content .cortorl_ {
  float: right;
  margin: 36px 0;
}
.article_content .cortorl_ span {
  min-width: 120px;
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-left: 18px;
  text-align: center;
  background-color: #EEEEEE;
}
.article_content .cortorl_ span a {
  display: block;
  cursor: pointer;
  padding: 4px 20px;
  color: #6666;
}
.artilce .artilceU ul li {
  padding: 0 16px 0 24px;
  border: 1px solid #E9E9E9;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  background: url("/aikm/uiFramework/commonResource/zip/static/en/detail/img/o.png") no-repeat 9px 26px;
  margin-bottom: 12px;
}
.artilce .artilceU ul li span {
  display: inline-block;
  line-height: 60px;
}
.artilce .artilceU ul li span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.artilce #demo2 {
  display: block;
  /* width: 38%; */
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 780px) {
  .artilce .artilceU ul li span:nth-child(1) {
    width: 58%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .artilce .artilceU ul li span:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    float: right;
  }
}
