.news_wrap {
  width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f5;
  overflow: hidden;
  padding-bottom: 77px;
}
.news_wrap .leftContent {
  float: left;
  width: 896px;
}
.news_wrap .leftContent .problem_list {
  padding: 30px 41px 35px 41px;
  background-color: #fff;
}
.news_wrap .leftContent .problem_list .problem_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news_wrap .leftContent .problem_list .problem_header h1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #181818;
}
.news_wrap .leftContent .problem_list .problem_header button {
  width: 119px;
  height: 44px;
  background-color: #f44444;
  border-radius: 5px;
  color: #fff;
  border: none;
}
.news_wrap .leftContent .problem_list .problem_content {
  margin-top: 23px;
}
.news_wrap .leftContent .problem_list .problem_item {
  border-top: 1px solid #f0f0f0;
  padding: 40px 0;
}
.news_wrap .leftContent .problem_list .problem_item .icon {
  height: 20px;
  width: 20px;
}
.news_wrap .leftContent .problem_list .problem_item .name {
  margin-left: 14px;
  display: inline-block;
}
.news_wrap .leftContent .problem_list .problem_item .title {
  display: flex;
  align-items: center;
}
.news_wrap .leftContent .problem_list .problem_item .title .name {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #181818;
  cursor: pointer;
}
.news_wrap .leftContent .problem_list .problem_item .title .name:hover {
  color: #f44444;
}
.news_wrap .leftContent .problem_list .problem_item .desc {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.news_wrap .leftContent .problem_list .problem_item .desc .name {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #686868;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_wrap .leftContent .problem_list .problem_item .detail {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #f44444;
  cursor: pointer;
  padding-left: 24px;
}
.news_wrap .leftContent .problem_list .no_border {
  border: none;
}
.news_wrap .leftContent .problem_list .consult_wrap {
  height: 107px;
  width: 100%;
  background: url(/img/article/consult.png) no-repeat;
  position: relative;
}
.news_wrap .leftContent .problem_list .consult_wrap .form_wrap {
  position: absolute;
  top: 54px;
  left: 412px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_wrap .leftContent .problem_list .consult_wrap .form_wrap input {
  width: 130px;
  height: 25px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  border: none;
  outline: none;
  padding-left: 20px;
  background: url(/img/article/user.png) no-repeat 2px 6px;
  background-color: #f0f4fa;
}
.news_wrap .leftContent .problem_list .consult_wrap .form_wrap input:nth-child(2) {
  background: url(/img/article/phone.png) no-repeat 2px 6px;
  background-color: #f0f4fa;
}
.news_wrap .leftContent .problem_list .consult_wrap .form_wrap button {
  width: 76px;
  height: 25px;
  background-color: #f29645;
  border-radius: 4px;
  color: #fff;
  border: none;
}
.news_wrap .leftContent .problem_list .consult_wrap2 {
  width: 802px;
  height: 94px;
  line-height: 94px;
  background-color: #ff0000;
  border-radius: 5px;
  background: url(/img/article/consult2.png) no-repeat;
  padding-left: 27px;
}
.news_wrap .leftContent .problem_list .consult_wrap2 form {
  width: 190px;
  height: 29px;
  background-color: #f0f4fa;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.news_wrap .leftContent .problem_list .consult_wrap2 form input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: none;
  outline: none;
  padding-left: 20px;
  background: url(/img/article/phone.png) no-repeat 2px 8px;
}
.news_wrap .leftContent .problem_list .consult_wrap2 form:first-child {
  width: 176px;
}
.news_wrap .leftContent .problem_list .consult_wrap2 form:first-child input {
  background: url(/img/article/user.png) no-repeat 2px 8px;
}
.news_wrap .leftContent .problem_list .consult_wrap2 button {
  width: 94px;
  height: 31px;
  background-color: #f29645;
  border-radius: 4px;
  color: #fff;
  border: none;
  display: inline-block;
  line-height: normal;
}
.news_wrap .leftContent .problem_list .view_more {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #f44444;
  margin-top: 23px;
  cursor: pointer;
}
.news_wrap .leftContent .new_mark {
  margin-top: 10px;
  background-color: #fff;
  padding: 0 41px 25px;
}
.news_wrap .leftContent .new_mark ul {
  overflow: hidden;
}
.news_wrap .leftContent .new_mark li {
  height: 192px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 25px;
  border-right: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.news_wrap .leftContent .new_mark li:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}
.news_wrap .leftContent .new_mark li:nth-child(1) {
  padding-left: 0;
}
.news_wrap .leftContent .new_mark li:nth-child(5) {
  padding-left: 0;
}
.news_wrap .leftContent .new_mark li:nth-child(-n+4) {
  border-bottom: 1px solid #f5f5f5;
}
.news_wrap .leftContent .new_mark li:nth-last-child(-n+4) {
  padding-top: 25px;
}
.news_wrap .leftContent .new_mark li:hover .font {
  bottom: 0;
}
.news_wrap .leftContent .new_mark li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news_wrap .leftContent .new_mark li img {
  width: 163px;
}
.news_wrap .leftContent .new_mark li .name {
  width: 163px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_wrap .leftContent .new_mark li .name :first-child {
  width: 33px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #ff7a7a;
  color: #ff7a7a;
  font-size: 12px;
}
.news_wrap .leftContent .new_mark li .name :last-child {
  font-size: 14px;
  color: #5c5c5c;
  margin-left: 5px;
}
.news_wrap .leftContent .new_mark h1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #181818;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 35px;
}
.news_wrap .leftContent .else_problem {
  margin-top: 15px;
  padding: 24px 41px;
  background-color: #fff;
}
.news_wrap .leftContent .else_problem h1 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #181818;
  text-align: center;
}
.news_wrap .leftContent .else_problem h1 a {
  color: #181818;
}
.news_wrap .leftContent .else_problem .item {
  padding: 25px 0 14px;
}
.news_wrap .leftContent .else_problem .item h1 {
  text-align: left;
  padding: 0;
}
.news_wrap .leftContent .else_problem .item .desc {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #686868;
  margin-top: 10px;
}
.news_wrap .leftContent .else_problem .item .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.news_wrap .leftContent .else_problem .item .list li {
  width: 33.3%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 16px;
}
.news_wrap .leftContent .else_problem .item .list li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #686868;
}
.news_wrap .leftContent .else_problem .item .list li:hover a {
  color: #f44444;
}
.news_wrap .leftContent .else_problem .item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.news_wrap .rightContent {
  width: 295px;
  float: right;
}
.news_wrap .rightContent .labels {
  background-color: #fff;
}
.news_wrap .rightContent .labels .label_list {
  padding: 20px 0 18px 14px;
}
.news_wrap .rightContent .labels .label_list a {
  width: auto;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.news_wrap .rightContent .common .topimg {
  width: 295px;
  height: 52px;
}
.news_wrap .rightContent .hot_type {
  margin-top: 10px;
}
.news_wrap .rightContent .hot_type .type_list {
  padding: 0 14px 18px;
  background-color: #fff;
}
.news_wrap .rightContent .hot_type .type_list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.news_wrap .rightContent .hot_type .type_list .item {
  border-bottom: 1px solid #f0f0f0;
}
.news_wrap .rightContent .hot_type .type_list .left span {
  display: block;
}
.news_wrap .rightContent .hot_type .type_list .left .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #181818;
}
.news_wrap .rightContent .hot_type .type_list .left .detail {
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #686868;
  margin-top: 5px;
}
.news_wrap .rightContent .hot_type .type_list .right a {
  width: 64px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  background-color: #f44444;
  border-radius: 5px;
  border: none;
  color: #fff;
}
.news_wrap .rightContent .hot_type .type_list .right a:hover {
  background-color: #ca2929;
}
.news_wrap .rightContent .hot_pro {
  margin-top: 10px;
  background-color: #fff;
}
.news_wrap .rightContent .hot_pro .list {
  padding: 0 14px 18px;
}
.news_wrap .rightContent .hot_pro .list li {
  margin-top: 20px;
  cursor: pointer;
}
.news_wrap .rightContent .hot_pro .list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_wrap .rightContent .hot_pro .list li .spot {
  font-size: 12px;
  color: #fe0000;
  font-weight: bold;
}
.news_wrap .rightContent .hot_pro .list li .desc {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 10px;
}
.news_wrap .rightContent .hot_pro .list li .desc:hover {
  color: #f44444;
}
.news_wrap .rightContent .hot_mark {
  margin-top: 10px;
}
.news_wrap .rightContent .hot_mark ul {
  box-sizing: border-box;
}
.news_wrap .rightContent .hot_mark ul li {
  width: 295px;
  height: 176px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.news_wrap .rightContent .hot_mark ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 140px;
}
.news_wrap .rightContent .hot_mark ul li a .classes {
  width: 38px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.news_wrap .rightContent .hot_mark ul li a:hover .sbname {
  opacity: 1;
}
.news_wrap .rightContent .hot_mark ul li a img {
  width: 100%;
}
.news_wrap .rightContent .hot_mark ul li a .sbname {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding-top: 40px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}
.news_wrap .rightContent .hot_mark ul li a .sbname span {
  font-size: 14px;
}
.news_wrap .rightContent .hot_mark ul li a .sbname div {
  width: 82px;
  height: 28px;
  background-color: #f44444;
  border-radius: 3px;
  margin: 5px auto;
  line-height: 28px;
  text-align: center;
}/*# sourceMappingURL=news.css.map */