* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.search {
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}
.search .searchBox {
  width: 835px;
}
.search .searchBox .searchBox-tip {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #0f7c87; */
}
.search .searchBox .searchBox-tip h2 {
  color: #0f7c87;
  font-size: 18px;
  font-weight: 600;
}
/* .searchBoxContent {
  padding-top: 20px;
} */
.searchBoxContent .item {
  height: 195px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid#e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.searchBoxContent .item :hover.item-right a {
  color: #0f7c87;
}
.searchBoxContent .item:hover {
  border-bottom: 1px solid#0f7c8750;
  border-top: 1px solid#0f7c8750;
}
.searchBoxContent .item img {
  width: 260px;
  height: 154px;
}
.searchBoxContent .item .item-right {
  width: 510px;
  height: 187px;

  padding: 0 12px;
}
.searchBoxContent .item .item-right a {
  color: #404040;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.searchBoxContent .item .item-right .commentary {
  font-size: 14px;
  color: #999999;
  position: relative;
  margin-top: 10px;
  height: 43px;
}
.searchBoxContent .item .item-right .commentary div {
  position: absolute;
  display: block;

  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  min-height: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  text-indent: 29px;
}
.item-rightTip {
  display: flex;
  align-content: center;
  margin-top: 33px;
  font-size: 14px;
  color: #666666;
}
.item-rightTip > .time {
  margin: 0;
  line-height: 20px;
}
.sc {
  margin-left: 210px;
  width: 58px;
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc .checkbox {
  width: 22px;
  height: 20px;
  position: relative;
}
.sc .checkbox > input {
  opacity: 0;
  position: absolute;
  width: 22px;
  height: 20px;
  z-index: 2;
  left: 0;
  top: 0;
  cursor: pointer;
}
.sc .checkbox input:checked ~ span {
  background: url("../img/shoucang1.png") no-repeat;
  background-size: 20px 18px;
}

.sc .checkbox > span {
  position: absolute;
  width: 22px;
  height: 20px;
  z-index: 3;
  left: 0;
  top: 0;
  background: url("../img/shoucang2.png") no-repeat;
  background-size: 20px 18px;
  cursor: pointer;
}
.sc span:checked ~ .checkbox span {
  background: url("../img/shoucang1.png") no-repeat;
  background-size: 20px 18px;
}

.fx {
  display: flex;
  margin-left: 21px;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  cursor: pointer;
}
.fx div {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/fenxiang1.png") no-repeat;
  background-size: 20px 20px;
}
.fx span {
  display: block;
  color: #666666;
  font-size: 14px;
}

.sc:hover .checkbox span {
  color: #0f7c87;
  background: url("../img/shoucang3.png") no-repeat;
  background-size: 20px 18px;
}

.fx:hover div {
  background: url("../img/fenxiang2.png") no-repeat;
  background-size: 20px 20px;
}

.sc:hover span,
.fx:hover span {
  color: #0f7c87;
}
.searchSelect {
  width: 480px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  font-size: 14px;
  color: #666666;
  line-height: 27px;
}
.searchSelect div {
  display: flex;
}
.searchSelect div a {
  display: block;
  margin-left: 14px;
  width: 81px;
  height: 27px;
  border-radius: 4px;
  border: solid 1px #0f7c87;
  text-decoration: none;
  color: #0f7c87;
  line-height: 26px;
  text-align: center;
}
.searchSelect div a:hover {
  background-color: #0f7c87;
  color: #fff;
}
.look {
  position: relative;
  margin-left: 40px;
}
.look::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 15px;
  left: -26px;
  top: 50%;
  background: url("../img/look.png") no-repeat 100%;
  transform: translateY(-50%);
}
.flex {
  display: flex;
  justify-content: space-between;
}
.searchRight {
  margin-top: 50px;
  width: 332px;
}
.searchRight .searchRight-item {
  padding: 0 12px;
  background-color: #eeeeee;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.searchRight .searchRight-item h3 {
  width: 105px;
  line-height: 33px;
  font-size: 16px;
  color: #0f7c87;
  font-weight: 600;
  border-bottom: 1px solid #0f7c87;
}
.searchRight .searchRight-item ul > li {
  margin: 9px 0;
  margin-left: 16px;
  position: relative;
}
.searchRight .searchRight-item ul > li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 13px;
  top: 4px;
  left: -15px;
  background: url("../../images/wenz.png") no-repeat 100%;
}
.searchRight .searchRight-item ul > li:hover::before {
  background: url("../../images/wenzs.png") no-repeat 100%;
}
.searchRight .searchRight-item ul > li:hover a {
  color: #ff5603;
  text-decoration: underline;
}
.searchRight .searchRight-item ul > li > a {
  color: #666666;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 21px;
}
.wzLink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.wzLink a {
  display: block;
  margin: 9px 0;
  margin-right: 19px;
  color: #666666;
  font-size: 14px;
  text-decoration: none;
}
.wzLink a:hover {
  text-decoration: underline;
  color: #ff5603;
}
.mbx {
  color: #404040;
  font-size: 14px;
}
.mbx > a {
  color: #404040;
  text-decoration: none;
}
.mbx > a:hover {
  text-decoration: underline;
  color: 000000;
}
.popupCollection{
  margin-left:210px ;
}