#lbimg {
 display: none;
}

#metinfo {
 background: #fff;
}

.web .right1 {
 width: 100%;
}

.search_father {
 margin-top: 44px;
 width: 100%;
 position: relative;
 background-color: #fff;
 z-index: 4;
}

.search_father .search {
 width: 100%;
 height: 350px;
 text-align: center;
 background-color: #f9f9f9;
}

.search .search_top {
 position: relative;
 z-index: 2;
}

.search .search_top li {
 display: inline-block;
 padding: 0 26px;
 font-size: 24px;

 font-weight: 400;
 color: #A8A8A8;
 cursor: pointer;
 transition: all 1s;
}

.search .search_top li span {
 display: block;
 height: 17px;
 width: 5px;
 margin: auto;
 margin-top: 13px;
}

.search .search_top li:nth-of-type(2) {
 color: #333;
}

.search .search_main {
 width: 100%;
 height: 300px;
 position: relative;
}

.search .search_main>div {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}

.search .search_main>.searchOne {
 display: none;
}

.search .search_main>div>.title {
 padding-top: 100px;
 font-size: 40px;

 font-weight: bold;
 color: #333333;
 line-height: 33px;
 transition: all 1s;
}

.search .search_main>div>div {
 margin: auto;
 margin-top: 62px;
 position: relative;
}

.search .search_main>div>div>input {
 width: 828px;
 height: 72px;
 background: #FFFFFF;
 border: 1px solid #DBD9D9;
 border-radius: 65px;
 padding: 24px 40px;
 box-sizing: border-box;
 padding-right: 80px;
 font-size: 24px;

 font-weight: 400;
 color: #A8A8A8;
 transition: all 1s;
}

.search .search_main>div>div .inp_active {
 color: #333;
}

.search .search_main>div>div>span {
 display: block;
 width: 27px;
 height: 27px;
 background: url(/images/datadownloadfangdajing.png) no-repeat;
 background-size: cover;
 position: absolute;
 right: 50px;
 top: 22px;
 cursor: pointer;
}

.detail-nav {
 width: 100%;
 border-bottom: solid 1px #f6f5f5;
 position: relative;
 background-color: white;
}

.detail-nav::after {
 content: "";
 width: 0;
 height: 0;
 display: block;
 float: none;
 clear: both;
}

.detail-nav .left11 {
 float: left;
 margin-left: 13.5%;
}

.detail-nav .left1 ul li {
 float: left;
 margin-left: 86px;
}

.detail-nav .left1 ul li a {
 display: inline-block;
 font-size: 20px;
 line-height: 120px;
 color: #333;
 position: relative;
 transition: 0.5s;
}

.detail-nav .left1 ul li a::after {
 content: "";
 width: 0;
 height: 3px;
 background-color: #ea222d;
 position: absolute;
 bottom: 0;
 left: 0;
 transition: 0.5s;
}

.detail-nav .left1 ul li:first-child {
 margin-left: 0;
}

.detail-nav .left1 ul li:hover a {
 color: #ea222d;
}

.detail-nav .left1 ul li:hover a::after {
 width: 100%;
}

.detail-nav .left1 ul li.active a {
 color: #ea222d;
}

.detail-nav .left1 ul li.active a::after {
 width: 100%;
}

.detail-nav.top .left1 ul li a {
 line-height: 78px;
}

.result {
 width: 100%;
 margin: 0 auto;
}

.result .number {
 margin-top: 39px;
 font-size: 20px;
 line-height: 20px;
 color: #333333;
}

.result .number span {
 font-size: 46px;
 font-weight: bold;
 line-height: 46px;
 color: #ea222d;
 margin-left: 22px;
 margin-right: 22px;
}

.result .list {
 width: 100%;
 margin-top: 26px;
 padding-bottom: 35px;
}

.result .list .item {
 width: 100%;
 padding-bottom: 26px;
 margin-top: 10px;
 border-bottom: solid 1px #f5f5f5;
}

#pages {
 font-size: 16px;
}
.left1{
  margin-left:20px;
}
.result .list .item a {
 width: 100%;
 display: block;
}

.result .list .item a::after {
 content: "";
 width: 0;
 height: 0;
 display: block;
 float: none;
 clear: both;
}

.result .list .item a .img {
 width: 143px;
 height: 90px;
 position: relative;
 float: left;
 margin-right: 20px;
 display: block;
}

.result .list .item a .img img {
 position: absolute;
 top: 0;
 left: -500px;
 right: -500px;
 margin: auto;
 height: 100%;
 transition: 0.5s;
 width: 120px;
 margin-top: 23px;
}

.result .list .item a .right {
 float: left !important;
 display: block;
 width: 86% !important;
 padding-right: 0% !important;
}

.result .list .item a .right .title {
 display: block;
 font-size: 18px;
 line-height: 24px;
 color: #333333;
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 transition: 0.5s;
 float: left;
 width: 88%;
}

.web_bottom {
 margin-bottom: 30px;
}

.result .list .item a .right .time {
 display: block;
 font-size: 18px;
 line-height: 18px;
 color: #868686;
 margin-top: 13px;
 transition: 0.5s;
 font-weight: normal;
}

.result .list .item a .right .p {
 display: block;
 font-size: 15px;
 line-height: 30px;
 color: #868686;
 margin-top: 22px;
 overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 font-weight: normal;
}

.result .list .item a:hover .img img {
 transform: scale(1.1);
}

.result .list .item a:hover .right .title {
 color: #ea222d;
}

@media screen and (max-width: 1020px) {
 .search_father {
  margin-top: 0px;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 4;
 }

 .searchTwo {
  width: 100%;
 }

 .detail-nav .left1 ul li {
  margin-left: 20px;
 }

 .detail-nav .left1 {
  float: left;
  margin-left: 5%;
 }

 .search .search_main>div>div>input {
  width: 80%;
  height: 25px;
  font-size: 16px;
 }

 .search_father .search {
  height: 250px;
 }

 .search .search_main>div>div {
  margin-top: 20px;
 }

 .search .search_main>div>.title {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  transition: all 1s;
 }

 .detail-nav .left1 {
  float: left;
  margin-left: 5%;
 }

 .detail-nav .left1 ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  position: relative;
  transition: 0.5s;
 }

 .result {
  width: 96%;
 }

 .result .number {
  font-size: 16px;
  line-height: 20px;
 }

 .result .number span {
  font-size: 20px;
  line-height: 20px;
 }

 .result .list .item a .img {
  display: none;
 }

 .result .list .item a .right {
  float: left;
  display: block;
  width: 100% !important;
 }

 .result .list .item a .right .title {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
  width: 75%;
 }

 .result .list .item a .right .time {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  margin-top: 10px;
  transition: 0.5s;
  float: right;
 }

 .result .list .item a .right .p {
  display: block;
  font-size: 13px;
  line-height: 25px;
  color: #a8a8a8;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 }
}