.main {
  /* width: 1200px; */
  margin: 0 auto;
  padding-top: 180px;
}
.main .link_box {
  position: relative;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
}
.main .link_box a {
  float: left;
  margin-right: 60px;
  font-size: 16px;
  color: #484848;
  position: relative;
}
.main .link_box a::after {
  content: '';
  width: 32px;
  height: 1px;
  background: #484848;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.main .link_box a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #484848;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}
.main .link_box a:last-child::before,
.main .link_box a:last-child::after {
  content: '';
  width: 0;
  height: 0;
}
.main .content {
  width: 1200px;
  margin: 0 auto;
}
.main .content .title {
  margin: 60px 0 50px;
}
.main .content .title p {
  color: #fe7149;
  font-size: 20px;
  float: left;
  line-height: 50px;
}
.main .content .title li {
  float: left;
}
.main .content .title li a {
  color: #333;
  font-size: 20px;
  padding: 10px 24px;
  display: block;
  border-radius: 30px;
}
.main .content .title li a:hover,
.main .content .title li a.active {
  color: #fff;
  background-image: linear-gradient(#fe7149, #f9a050);
}
.main .content .input {
  width: 1030px;
  height: 60px;
  border-radius: 30px;
  padding-left: 40px;
  border: 1px solid #cdcdcd;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}
.main .content .input input {
  width: 840px;
  line-height: 60px;
  padding: 0;
  color: #484848;
  border: none;
  font-size: 16px;
}
.main .content .input > a {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 62px;
  width: 140px;
  text-align: center;
  padding-left: 60px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 30px 30px 0;
  background-image: linear-gradient(#fe7149, #f9a050);
}
.main .content .input > a:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/searchicon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 50px;
}
.main .content .list {
  border: 1px solid #cdcdcd;
  margin: 50px 0 80px 0;
}
.main .content .list .top {
  padding: 0 40px;
}
.main .content .list .top > p {
  font-size: 18px;
  color: #333333;
  line-height: 105px;
  float: left;
}
.main .content .list .top > p span {
  color: #fe7149;
}
.main .content .list .top .show {
  line-height: 105px;
  float: right;
}
.main .content .list .top .show span {
  color: #fe7149;
}
.main .content .list ul {
  padding: 0 10px;
  padding-right: 40px;
}
.main .content .list ul li {
  font-size: 18px;
  padding-left: 36px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 76px;
  height: 76px;
}
.main .content .list ul li a {
  color: #333333;
}
.main .content .list ul li p {
  padding-left: 22px;
  line-height: 76px;
  position: relative;
}
.main .content .list ul li p span {
  display: inline-block;
  width: 950px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .content .list ul li p strong {
  float: right;
  font-weight: normal;
}
.main .content .list ul li p:after {
  content: '';
  position: absolute;
  top: 32px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  border: 2px solid #fe7149;
}
.main .content .list .page_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 80px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.main .content .list .page_box .page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .content .list .page_box .page a {
  float: left;
  width: 38px;
  height: 38px;
  background: #484848;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 24px;
}
.main .content .list .page_box .page a.active {
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-top: -15px;
  font-size: 36px;
}
.main .content .list .page_box .page a.frist {
  background: url('../images/page_left_btn.png') no-repeat;
  background-size: 100% 100%;
}
.main .content .list .page_box .page a.last {
  background: url('../images/page_right_btn.png') no-repeat;
  background-size: 100% 100%;
}
