﻿body{
    font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 16px;
		margin-left:20px;
		margin-right:20px;
}
button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#336699;
}
a:hover{
	color:#ff0000
}
a:focus{
    outline: none;
}
.ai-abstract-box {
  min-height: 142px;
  margin-top: 24px;
  position: relative;
}
.ai-abstract {
  padding: 8px 16px;
  background-image: url(/b/index/img/tipbg.png);
  background-size: 100% 100%;
  z-index: 11;
  border-radius: 8px;
}
.ai-abstract .abstract-content {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
  color: #222226;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  word-break: break-all;
}
.ai-abstract .abstract-content img {
  height: 25px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
img {
  border: 0;
  outline: none;
}
.ai-abstract .abstract-content .tip {
  height: 38px;
  line-height: 38px;
	font-size:20px;
}