
.info {
  background: #FFF;
  margin-top: 13px;
  padding: 0 10px 0 10px;
}
.info .left {
  width: 280px;
}
.info .left .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-size: 100% 100%;
  box-shadow: 0 0 10px #d2cfcf;
  border-radius: 5px;
}
.info .left .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.info .right {
  width: calc(100% - 330px);
}
.info .right .web-title {
  font-size: 23px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info .right .web-title em {
  font-style: normal;
  color: #23aa89;
}
.info .right ul {
  margin-top: 40px;
}
.info .right ul li {
  width: 33.3333%;
  float: left;
  margin-bottom: 17px;
}
.info .right ul p {
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  padding-right: 20px;
}
.info .right ul li:nth-last-child(1), .info .right ul li:nth-last-child(2), .info .right ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.info .right ul li:nth-child(3n) {
  padding-right: 0;
}
.info .right ul li span {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #a0a0a0;
  width: 77px;
  overflow: hidden;
}
.info .right ul li a {
  max-width: calc(100% - 10px - 77px);
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333 !important;
  margin-left: 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.info .right ul li .qz {
  max-width: calc(100% - 10px - 77px);
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #333 !important;
  margin-left: 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .info .right ul li .qz {
    line-height: 40px;
    float: right !important;
  }
  .info .right .web-title {
    text-align: center !important;
  }
}
.info .right ul li a .star {
  vertical-align: middle;
  margin-top: -3.5px;
  height: 18px;
  width: 18px;
}
.info .right ul li .qz .pr {
  width: 60px;
  padding-left: 35px;
  color: #fff;
}
.info .right ul li .qz .pr._1 {
  background: url(br-bg.png) -15px 5px no-repeat;
}
.info .right ul li .qz .pr._2 {
  background: url(br-bg1.png) -15px 5px no-repeat;
}
.info .right ul li .qz .pr._3 {
  background: url(br-360.png) -15px 5px no-repeat;
}
.info .right ul li .qz .pr._4 {
  background: url(so-gou.png) 1px 10px no-repeat;
}
.href {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #23aa89;
  background: #23aa89;
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  transition: 0.2s all;
}
.href:hover {
  background: #26bda6;
  color: #FFF;
  border: 1px solid #26bda6;
}
.aboutthis {
  margin-top: 10px;
  background: none;
  color: #20c4ab;
}
.aboutthis:hover {
  color: #20c4ab;
  background: #f5fffe;
}
.other {
  background: #FFF;
  margin-top: 13px;
  padding: 0 10px 0 10px;
}
.other .introduce {
  line-height: 33px;
  font-size: 15px;
  color: #655d5d;
  margin-top: 10px;
}
.other .introduce .information-tab .table-content {
  width: 100%;
  border: solid rgb(192, 192, 192) 1px;
  border-collapse: collapse;
  margin-top: 20px;
}
.other .introduce .information-tab .table-content tr {
  border: solid rgb(192, 192, 192) 1px;
}
.other .introduce .information-tab .table-content tr td {
  border: solid rgb(192, 192, 192) 1px;
}
.div-center {
  text-align: center;
}
.lists {
  background: #FFF;
  margin-top: 13px;
}
.lists ul li {
  background: #FFF;
  float: left;
  width: 20%;
  overflow: hidden;
  text-align: center;
}
.lists ul li:hover {
  background: #fdfdfd;
}
.lists ul li:nth-child(4n) {
  border-right: 0;
}
.lists ul li:nth-child(1), .lists ul li:nth-child(2), .lists ul li:nth-child(3), .lists ul li:nth-child(4) {
  border-top: 0;
}
.lists ul li a {
  display: block;
}
.lists ul li a .img {
  width: 100%;
  height: 266px;
}
.lists ul li img {
  display: block;
  margin: 0px auto;
  height: 100%;
  width: 246px;
  border-radius: 5px;
  padding: 8px 5px;
  box-shadow: 0 0 10px #d2cfcf;
  margin-top: 10px;
}
.lists ul li a .introduce {
  color: #655d5d;
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  padding: 20px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
#sentiment {
  height: 280px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.x-c-t-tooltip {
  padding: 0;
  margin: 0;
  width: 200px;
}
.x-c-t-tooltip dt {
  background-color: #20c4ab;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
}
.x-c-t-tooltip dd {
  padding: 5px 10px;
  color: #666;
  max-height: 200px;
  overflow: auto;
}
.x-c-t-tooltip dd > div {
  margin: 0 -10px;
  padding: 0 10px;
  min-width: 100px;
  overflow: hidden;
  font-size: 12px;
}
.x-c-t-tooltip dd strong {
  color: #20c4ab;
  font-weight: normal;
}
.kuaizhao {
  height: 250px;
  line-height: 40px;
  overflow-y: scroll;
  border: solid rgb(192, 192, 192) 1px;
  padding: 0 20px;
  width: 100%;
  color: #655d5d;
}
header {
  border-bottom: 0;
}
.titles h3 {
  margin: 10px;
}