html,
body {
    background: #fff;
}

.designWidth {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.designWidth ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.designWidth ul li {
    height: 40px;
    width: 90px;
    line-height: 40px;
}

.Allcontent {
    width: 100%;
    background: #fff;
}

.Allcontent .header {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;.
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
    height: 120px;
}

.Allcontent .header .header-logo img {
    width: 226px;
    height: 71px;
}

.Allcontent .header .header-search {
    margin-left: 50px;
}

.Allcontent .header .header-search .header-link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.Allcontent .header .header-search .header-link a:nth-child(1) {
    display: block;
    padding: 6px;
    margin-right: 20px;
}

.Allcontent .header .header-search .header-link a:nth-child(2) {
    display: block;
    color: #fff;
    padding: 6px;
    background: #073C90;
    border-radius: 2px;
}

.Allcontent .header .header-search .search-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}

.Allcontent .header .header-search .search-top .search-text {
    width: 550px;
    height: 32px;
    margin-left: 20px;
    background: #F7F8FC;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #E1E1E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Allcontent .header .header-search .search-top .search-text select,
.Allcontent .header .header-search .search-top .search-text input {
    border: none;
    outline: none;
    background: #F7F8FC;
}

.Allcontent .header .header-search .search-top .search-text select {
    width: 65px;
    height: 100%;
    position: relative;
    z-index: 999;
    border-right: 1px solid #E1E1E1;
}

.Allcontent .header .header-search .search-top .search-text input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 6px;
}

.Allcontent .header .header-search .search-top .search-btns {
    width: 60px;
    height: 32px;
    background: #E60012;
    border-radius: 0px 4px 4px 0px;
    color: #FDFCFC;
    border: none;
    line-height: 32px;
    cursor: pointer;
    
}

.titleCon {
    width: 100%;
}

.titleCon .Conheader {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.titleCon .Conheader p {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.titleCon .Conheader div {
    margin-left: 15px;
}

.titleCon .Conheader div select {
    width: 90px;
    height: 100%;
    position: relative;
    z-index: 999;
    outline: none;
}

.titleCon .info-list {
    background-color: #fff;
    margin-bottom: 80px;
    padding-bottom: 24px;
}

.titleCon .info-list .img-list {
    width: 1200px;
    margin: 0 auto;
}

.titleCon .info-list .img-list li {
    width: 1200px;
    max-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
}

.titleCon .info-list .img-list li .index-font {
    width: 1200px;
    height: 32px;
    font-size: 24px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #212121;
    line-height: 32px;
    margin: 23px 0 0 0px;
}

.titleCon .info-list .img-list li .detail-content {
    margin: 16px 0 0 0px;
    width: 100%;
    /*height: 56px;*/
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.titleCon .info-list .img-list li .detail-content:hover {
    color: #E60012;
}

.titleCon .info-list .img-list li .border-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0 0 0px;
    /*margin-top: 38px;*/
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-bottom: 15px;
}

.titleCon .info-list .img-list li .border-info .line {
    width: 3px;
    height: 14px;
    margin: 0 20px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.titleCon .info-list .img-list li .border-info .share {
    display:flex;
    position: absolute;
    right: 6px;
}

.titleCon .info-list .img-list li .border-info .share .iconfont {
    font-size: 20px;
    color: #C5C5C5;
}

.titleCon .info-list .img-list li .border-info .share .ft-sz {
    margin: 0 12px;
}


/*# sourceMappingURL=searchPage.css.map */

#search-text {
    display: none;
}
.weixin {
    position: relative;
}

.weixin:hover .imgCode {
    display: block;
}

.imgCode {
    display: none;
    position: absolute;
    top: -208px;
    left: -90px;
    width: 200px;
    height: 192px;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    background-color: #fff;
    z-index: 99;
}

.weixin .imgCode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.weixin .imgCode .qrcode {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.weixin .imgCode .qrcode canvas {
    margin-top: 10px;
}

.weixin .imgCode .help {
    margin-top: 20px;
}
a {
  text-decoration: none;
}

.page {
  display: table;
  margin: 100px auto;
}

a {
  text-decoration: none;
}

.page {
  display: table;
  margin: 100px auto;
}

.page a {
  cursor: default;
  display: inline-block;
  color: #333;
  background-color: #fff;
  height: 25px;
  font-size: 10pt;
  line-height: 25px;
  padding: 0 9px;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}

.page a:not(.disabled):not(.current):hover {
  border: 1px solid #FD6060;
  background-color: #FD6060;
  color: #fff;
  cursor: pointer;
}

.page a.current {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #fff;
  background-color: #FD6060;
  border: 1px solid #FD6060;
  border-radius: 4px;
  vertical-align: middle;
}

.page a.disabled {
  display: inline-block;
  font-size: 10pt;
  height: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 0 2px;
  color: #333;
  background: rgb(227, 227, 227);
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  cursor: no-drop;
}