@charset "utf-8";

.color-block {
  background-color: #F8F8F8;
}

.content .breadcrumb  {
  background-color: #F8F8F8 !important;
}

.pro-title-box {
  height: 188px;
  /*background-color: #EFEFEF;*/
  text-align: center;
}

.pro-title{
  font-size: 36px;
  padding-top: 41px;
}

.pro-title-detail {
  font-size: 16px;
  margin-top: 21px;
}

.search-input-out {
  width: 616px;
  margin: 0 auto;
}

.search-input {
  width: 435px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #888888;
}

.search-btn {
  width: 161px;
  height: 50px;
  /*background-color: #053A88;*/
  color: white;
  float: right;
}

.search-btn span {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #053A88 !important;
}

.problem-sort {
  width: 1200px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  justify-content: flex-start;
}

.sort-item-box {
  width: 180px;
  height: 60px;
  margin-right: 38px;
  margin-bottom: 10px;
  cursor: pointer;
}

.sort-item {
  width: 180px;
  height: 100%;
  background-color: #053A88;
  color: white;
}

.sort-item p {
  line-height: 60px;
  text-align: center;
}

.problem-item {
  height: 128px;
  position: relative;
  border-bottom: 1px dashed #BBBBBB;
}

.problem-list-icon {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: #0073C0;
  border: 1px solid #BBBBBB;
}

.problem-list-icon p {
  font-size: 28px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  color: white;
}

.item-box {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.problem-list-icon, .problem-item p {
  display: inline-block;
  vertical-align: middle;
}

.question {
  font-size: 24px;
  margin-left: 24px;
  cursor: pointer;
}

.modal-header .modal-title .question-icon, .modal-header .modal-title p {
  float: left;
}

.modal-header {
  /* height: 90px; */
  border-bottom: none !important;
}

.question-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0073C0;
}

.question-icon p {
  line-height: 60px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
}

.modal-title p {
  line-height: 60px;
  font-size: 24px;
}

.question-title {
  margin-left: 20px;
  width: 88%;
}

.answer-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E49D00;
}

.answer-icon p {
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: white;
}

.answer-content {
  font-size: 18px;
  margin-left: 80px;
  margin-top: 20px;
}

.modal-body .answer-icon {
  float: left;
}

#myModal .modal-dialog {
  margin-top: 100px !important;
}

#myModal .modal-dialog .modal-body {
  min-height: 600px !important;
}
