* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
}
* html,
* body {
  margin: 0;
  padding: 0;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  font-weight: 400;
}
* a {
  text-decoration: none;
}
* ul {
  list-style: none;
}
* .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
* .mult_line_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
* .mult_line_ellipsis_three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
* .title {
  /*padding: 8px 0;*/
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}
* .title h2 {
  /*color: #000;
            font-size: 24px;
            display: inline-block;*/
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: #148FD5;
  padding: 4px 10px;
}
* .title h4 {
  color: #666;
  font-size: 14px;
  display: inline-block;
  padding: 0px 4px;
}
* .title a {
  width: 44px;
  height: 20px;
  background-color: #148FD5;
  font-size: 14px;
  display: inline-block;
  color: white;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 6px;
}
* .title::after {
  content: '';
  display: inline-block;
  /*width: 46px;
            height: 2px;
            background-color: #148FD5;
            position: absolute;
            left: 0;
            bottom: -2px;*/
}
* .container {
  width: 1200px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
.conversion {
  margin-bottom: 100px;
}
.conversion .mianbao {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}
.conversion .content .left {
  width: 320px;
  height: 346px;
  float: left;
}
.conversion .content .left h3 {
  width: 320px;
  height: 46px;
  background-color: #148FD5;
  font-size: 22px;
  color: white;
  text-align: center;
  line-height: 46px;
}
.conversion .content .left ul {
  padding: 10px 24px;
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}
.conversion .content .left ul li {
  float: left;
  border-bottom: 1px solid #DCDCDC;
}
.conversion .content .left ul li a {
  width: 135px;
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
}
.conversion .content .left ul li a.current {
  color: #148FD5;
}
.conversion .content .left ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.conversion .content .right {
  float: left;
  margin-left: 40px;
  width: 840px;
}
.conversion .content .right .right_title {
  width: 130px;
  height: 46px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  background-color: #148FD5;
}
.conversion .content .right h3 {
  width: 95%;
  height: 42px;
  background-color: #eee;
  line-height: 42px;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
}
.conversion .content .right .neirong p {
  color: #333;
}
