* {
  margin: 0;
  padding: 0;
}
.profit {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
}
.profit .profit-image {
  width: 1000px;
  vertical-align: top;
}
.profit .profit-main {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  background-color: #f5f5f5;
}
.profit .profit-main .profit-main-title {
  width: 200px;
  height: 100%;
  float: left;
}
.profit .profit-main .profit-main-title .title-text {
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  background-color: #ffffff;
  border-left: 3px solid #008aff;
  border-bottom: 1px solid #e8e8e8;
}
.profit .profit-main .profit-main-title .title-icon {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 20px;
}
.profit .profit-main .profit-main-title .crude {
  border-right: 1px solid #e8e8e8;
}
.profit .profit-main .profit-con {
  float: right;
  width: 760px;
  padding: 0 19px;
  background-color: #ffffff;
}
.profit .profit-main .profit-con .profit-con-title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 26px 0 36px 0;
}
.profit .profit-main .profit-con .profit-con-text {
  text-indent: 2em;
  line-height: 26px;
}
.profit .profit-main .profit-con .profit-con-space {
  margin-top: 40px;
}
.profit .profit-main .profit-con .profit-con-table {
  width: 100%;
  border: 1px solid #bbd4e8;
  border-collapse: collapse;
  text-align: center;
  margin: 14px 0;
}
.profit .profit-main .profit-con .profit-con-table .table-title {
  height: 40px;
  background-color: #ebf6ff;
}
.profit .profit-main .profit-con .profit-con-table .table-con {
  height: 35px;
}
.profit .profit-main .profit-con .profit-con-table tr,
.profit .profit-main .profit-con .profit-con-table td {
  border: 1px solid #bbd4e8;
}
.profit .profit-main:after,
.profit .con-info:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
}
.profit .profit-main,
.profit .con-info {
  zoom: 1;
}
