.cont {
  width: 1230px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 65px;
  padding-top: 20px;
}
.cont .zhuanti-cont {
  width: 1200px;
  margin: 0 auto;
}
.cont .zhuanti-cont .location {
  margin-bottom: 18px;
}
.cont .zhuanti-cont .location .location-icon {
  width: 10px;
  height: 12px;
  margin-right: 5px;
}
.cont .zhuanti-cont .location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.cont .zhuanti-cont .location span a {
  color: #d61f25;
  text-decoration: none;
}
.cont .zhuanti-cont .zhuanti-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cont .zhuanti-cont .zhuanti-list .news-list {
  width: 887px;
}
.cont .zhuanti-cont .zhuanti-list .news-list .news-item {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #f3f6f9;
  box-sizing: border-box;
  padding-left: 34px;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.cont .zhuanti-cont .zhuanti-list .news-list .news-item .news-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont .zhuanti-cont .zhuanti-list .news-list .news-item .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
}
.cont .zhuanti-cont .zhuanti-list .news-list .news-item::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 9px;
  top: 44%;
  background-color: #c6d3e1;
  transform: rotate(45deg);
}
.cont .zhuanti-cont .zhuanti-list .qrcode {
  width: 184px;
}
.cont .zhuanti-cont .zhuanti-list .qrcode .code-item {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin-bottom: 44px;
}
.cont .zhuanti-cont .zhuanti-list .qrcode .code-item img {
  width: 184px;
  height: 184px;
  margin-bottom: 24px;
}
.cont .zhuanti-cont .zhuanti-list .qrcode .code-item .code-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.cont .zhuanti-cont .btn {
  height: 30px;
  margin: 0 auto;
  margin-bottom: 55px;
  margin-top: 36px;
  text-align: center;
}
.cont .zhuanti-cont .btn .button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.cont .zhuanti-cont .btn .button .fenye-btn {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  text-align: center;
  line-height: 30px;
  background-color: #ebebeb;
  display: inline-block;
  color: #666;
  font-size: 14px;
  vertical-align: top;
}
.cont .zhuanti-cont .btn .button .btn-active {
  background-color: #d61616;
  color: #fff;
  vertical-align: top;
}
.cont .zhuanti-cont .btn .button .shenglue {
  display: inline-block;
  margin: 0 10px;
}
.cont .zhuanti-cont .btn .prev,
.cont .zhuanti-cont .btn .next {
  width: 68px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #ebebeb;
  margin-right: 7px;
  display: inline-block;
  color: #666;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
}
.cont .zhuanti-cont .btn .last {
  display: inline-block;
  width: 52.4px;
  height: 30px;
  text-align: center;
  background-color: #ebebeb;
  margin-right: 7px;
  color: #666;
  vertical-align: top;
  line-height: 29px;
  font-size: 14px;
  cursor: pointer;
}
.cont .zhuanti-cont .btn .info {
  display: inline-block;
  width: 170px;
  height: 30px;
  text-align: center;
  background-color: #ebebeb;
  margin-right: 7px;
  color: #666;
  vertical-align: top;
  line-height: 29px;
  font-size: 14px;
}
.cont .zhuanti-cont .btn .skip {
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.cont .zhuanti-cont .btn .skip span {
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
.cont .zhuanti-cont .btn .skip .select {
  display: inline-block;
  width: 50px;
  height: 30px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}
.cont .zhuanti-cont .btn .skip .select .select-head .select-head-cont {
  float: left;
  line-height: 30px;
  margin-left: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.cont .zhuanti-cont .btn .skip .select .select-head .select-icon {
  float: right;
  line-height: 30px;
  margin-right: 5px;
}
.cont .zhuanti-cont .btn .skip .select .option {
  z-index: 10;
  margin-top: 30px;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff;
  width: 49px;
  max-height: 195px;
  overflow-y: scroll;
  padding-top: 7px;
  box-sizing: border-box;
}
.cont .zhuanti-cont .btn .skip .select .option .option-item {
  position: relative;
  z-index: 10;
  padding-left: 9px;
  font-size: 14px;
  width: 100%;
  height: 25px;
  box-sizing: border-box;
  text-align: left;
}
.cont .zhuanti-cont .btn .skip .queding {
  display: inline-block;
  width: 55px;
  height: 30px;
  margin-left: 9px;
  background-color: #d61616;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
}
