.container {
  width: 1200px;
  margin: 0 auto;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.container .house_info {
  margin-top: 20px;
}

.container .house_info .name {
  font-size: 32px;
  color: #121212;
  display: inline-block;
}

.container .house_info .name b {
  vertical-align: -3px;
}

.container .house_info .name span {
  padding-left: 2px;
  font-size: 16px;
}

.container .house_info .remind {
  margin-left: 20px;
  font-size: 18px;
  color: #ff5121;
  text-decoration: underline;
  cursor: pointer;
}

.container .house_info .tag {
  margin-top: 10px;
  font-size: 0;
}

.container .news_box {
  overflow: hidden;
}

.container .news_left {
  margin-top: 30px;
  width: 864px;
  float: left;
}

.container .remind-box {
  border: 1px solid #eee;
  padding: 20px 32px;
  overflow: hidden;
}

.container .remind-box .msg {
  float: left;
  width: 45%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.container .remind-box .msg i.iconfont {
  font-size: 20px;
  vertical-align: -2px;
}

.container .remind-box .subscribe {
  float: right;
  width: 340px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 0;
  position: relative;
}

.container .remind-box .subscribe input {
  border: none;
  padding: 7px 16px;
  font-size: 14px;
  background-color: #F8F8F8;
  height: 40px;
  vertical-align: top;
  border-radius: 5px 0 0 5px;
  width: 240px;
  border: 1px solid #f8f8f8;
}

.container .remind-box .subscribe .submit-btn {
  font-size: 14px;
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 100px;
  border-radius: 0 5px 5px 0;
}

.container .remind-box .subscribe .warn {
  font-size: 12px;
  color: #ff413c;
  position: absolute;
  bottom: -30px;
  left: 0;
  display: none;
}

.container .news_list {
  padding-top: 32px;
  font-size: 0;
}

.container .news_list .news_item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 2px;
  left: 111px;
  top: 26px;
  bottom: 6px;
  width: 0;
  border-left: 2px dashed #c2c6da;
}

.container .news_list .news_item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 104px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3d5688;
  -webkit-box-shadow: 0 2px 4px 0 rgba(134, 173, 213, 0.4);
  -moz-box-shadow: 0 2px 4px 0 rgba(134, 173, 213, 0.4);
  box-shadow: 0 2px 4px 0 rgba(134, 173, 213, 0.4);
}

.container .news_list .news_item {
  position: relative;
  padding-bottom: 32px;
}

.container .news_list .news_item .time {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #666;
}

.container .news_list .news_item .content_box {
  padding-left: 152px;
}

.container .news_list .news_item .content_box .title {
  display: inline-block;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}

.container .news_list .news_item .content_box .content {
  margin-top: 16px;
  line-height: 1.875;
  font-size: 16px;
  color: #121212;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

.container .news_list .news_item .content_box .all_news {
  color: #3d5688;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0 5px;
  display: none;
  font-weight: normal;
}

.container .news_list .news_item .content_box .pack_news {
  color: #3d5688;
  cursor: pointer;
  font-size: 16px;
  padding-left: 10px;
}

.container .look_more {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  color: #3d5688;
  text-align: center;
  cursor: pointer;
}
.container .look_more_click {
  padding: 20px 20px 20px 30px;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask .mask_layer {
  background-color: #fff;
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.mask .mask_layer .title {
  position: relative;
  padding: 12px 0;
  margin: 0 24px;
  border-bottom: 1px solid #eee;
  line-height: 1.58;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}

.mask .mask_layer .title .close {
  position: absolute;
  top: 12px;
  right: 0;
}

.mask .mask_layer .mask_input {
  padding: 24px;
  position: relative;
}

.mask .mask_layer .mask_input input {
  border: 1px solid #eee;
  width: 100%;
  padding: 9px 16px;
  line-height: 1.25;
  height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
}

.mask .mask_layer .mask_input a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  font-size: 16px;
}

.mask .mask_layer .mask_input .warn {
  position: absolute;
  left: 23px;
  bottom: 75px;
  color: #ff413c;
  font-size: 14px;
  display: none;
}



.l_news {
  margin-top: 12px;
}
.l_news_box {
  padding-bottom: 20px;

}
.l_news ul {
  padding: 0 20px 0 30px;
}

.l_news li {
  position: relative;
  padding: 20px 0;
}
.l_news li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.l_news span {
  position: absolute;
  left: -30px;
  top: 25px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
  height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(270deg, #FF7338, #F54732);
}
.l_news ul i {
  color: #fff;
  font-size: 12px;
}

.l_news img {
  width: 100px;
  height: 75px;
}

.l_news h4 {
  display: inline-block;
  line-height: 1.2;
  font-size: 18px;
}

.l_news p {
  margin: 20px 0 10px;
  font-size: 16px;
  color: #121212;
}
.l_news em {
  font-size: 14px;
  color: #999;
}

.l_news button {
  width: 706px;
  height: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3D5688;
  background-color: #fff;
}

.info {
  font-size: 16px;
}
.info h3 {
  padding: 30px 0;
}
.info i {
  display: inline-block;
  width: 64px;
  color: #999999;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.info span {
  color: #333333;
}
.info li {
  float: left;
  width: 50%;
  padding-bottom: 28px;
}
