@charset "UTF-8";
/*第1页   开始*/
.search-area {
  background: url(/UIA/img/searchbg.png) center center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.search-area .search-box {
  position: relative;
}
.search-area .int {
  border: none;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  height: 40px;
  width: 100%;
  text-indent: 20px;
  color: #222;
  font-size: 14px;
}
.search-area .subbtn {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}
.search-area .subbtn .ico {
  height: 40px;
  display: block;
}
.search-area .result1 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
  display: none;
  padding: 15px 20px;
  box-sizing: border-box;
}
.search-area .result1 h4 {
  color: #222222;
  font-size: 16px;
  padding: 15px 0;
}
.search-area .result1 ul {
  display: flex;
  flex-wrap: wrap;
}
.search-area .result1 ul li {
  border: 1px solid #dddcdc;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.search-area .result1 ul li a {
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
.search-area .result1 ul li a .ico {
  margin-right: 5px;
}
.search-area ul.result2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
  display: none;
}
.search-area ul.result2 li p {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  background: #fcf3f3;
  padding: 10px 15px;
}
.search-area ul.result2 li a {
  padding: 10px 15px;
  display: block;
  color: #222222;
  font-size: 14px;
}
.search-area ul.result2 li a span {
  color: #d00a37;
}

.lx-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
}
.lx-product-list .item {
  width: 48.2%;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 12px;
}
.lx-product-list .item a {
  display: block;
  padding: 36px 0;
}
.lx-product-list .item .ico {
  display: block;
  margin: 0 auto;
  max-height: 30px;
}
.lx-product-list .item .ico2 {
  display: none;
  margin: 0 auto;
  max-height: 30px;
}
.lx-product-list .item p {
  color: #222222;
  font-size: 16px;
  margin-top: 15px;
}
input::placeholder {
  font-size: 14px; 
}
textarea::placeholder {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .search-area {
    padding: 30px 0;
  }
  .search-area .search-box {
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .search-area .int {
    border-radius: 50px;
    height: 40px;
    width: 100%;
    text-indent: 30px;
    font-size: 16px;
  }
  .search-area .subbtn {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .search-area .subbtn .ico {
    height: 40px;
    display: block;
  }
  .search-area .result1 {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
    display: none;
  }
  .search-area .result1 h4 {
    color: #222222;
    font-size: 18px;
    padding: 15px 0;
  }
  .search-area .result1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .search-area .result1 ul li {
    border: 1px solid #dddcdc;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .search-area .result1 ul li a {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    color: #222222;
  }
  .search-area .result1 ul li a .ico {
    margin-right: 5px;
  }
  .search-area .result1 ul li:hover {
    border: 1px solid #cb1329;
  }
  .search-area .result1 ul li:hover a {
    color: #cb1329;
  }
  .search-area ul.result2 {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
    display: none;
  }
  .search-area ul.result2 li p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 14px;
    background: #fcf3f3;
    padding: 10px 15px;
  }
  .search-area ul.result2 li a {
    padding: 10px 15px;
    display: block;
    color: #222222;
    font-size: 14px;
  }
  .search-area ul.result2 li a span {
    color: #d00a37;
  }
  .search-area ul.result2 li:hover {
    background: #f7f7f7;
  }
  .search-area ul.result2 li.on {
    background: #f7f7f7;
  }

  .lx-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
  }
  .lx-product-list:after {
    content: "";
    display: block;
    width: 23.3333%;
  }
  .lx-product-list .item {
    width: 23.3333%;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  .lx-product-list .item a {
    display: block;
    padding: 36px 0;
  }
  .lx-product-list .item .ico {
    display: block;
    margin: 0 auto;
    max-height: 30px;
  }
  .lx-product-list .item p {
    color: #222222;
    font-size: 16px;
    margin-top: 15px;
  }

  /*
.lx-product-list .item:hover{background:#cb1329;}
.lx-product-list .item:hover p{color:#fff;}
.lx-product-list .item:hover .ico{display:none}
.lx-product-list .item:hover .ico2{display:block}
*/
}
@media screen and (min-width: 1366px) {
  .search-area {
    padding: 40px 0;
  }
  .search-area .int {
    border-radius: 60px;
    height: 60px;
    width: 100%;
    text-indent: 40px;
    font-size: 18px;
  }
  .search-area .subbtn {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .search-area .subbtn .ico {
    height: 60px;
    display: block;
  }
  .search-area .result1 {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
    display: none;
  }
  .search-area .result1 h4 {
    color: #222222;
    font-size: 18px;
    padding: 15px 0;
  }
  .search-area .result1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .search-area .result1 ul li {
    border: 1px solid #dddcdc;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 18px;
  }
  .search-area .result1 ul li a {
    display: flex;
    padding: 10px 20px;
    align-items: center;
  }
  .search-area .result1 ul li a .ico {
    margin-right: 5px;
  }
  .search-area ul.result2 {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(58, 58, 58, 0.14);
    display: none;
  }
  .search-area ul.result2 li p {
    color: rgba(34, 34, 34, 0.6);
    font-size: 18px;
    background: #fcf3f3;
    padding: 15px 30px;
  }
  .search-area ul.result2 li a {
    padding: 15px 30px;
    display: block;
    color: #222222;
    font-size: 18px;
  }
  .search-area ul.result2 li a span {
    color: #d00a37;
  }

  .lx-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
  }
  .lx-product-list:after {
    content: "";
    display: block;
    width: 23.3333%;
  }
  .lx-product-list .item {
    width: 23.3333%;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 20px;
  }
  .lx-product-list .item a {
    display: block;
    padding: 50px 0;
  }
  .lx-product-list .item .ico {
    display: block;
    margin: 0 auto;
    max-height: 50px;
  }
  .lx-product-list .item .ico2 {
    margin: 0 auto;
    max-height: 50px;
  }
  .lx-product-list .item p {
    color: #222222;
    font-size: 18px;
    margin-top: 28px;
  }
}
/*第1页   结束*/
/*第2页   开始*/
.lx-page2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.yiben {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.yiben .title {
  background: #f7f7f7;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.yiben-list {
  padding: 10px;
}
.yiben-list .item a {
  display: flex;
  align-items: center;
  padding: 10px 0 12px;
}
.yiben-list .item a .icon {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.yiben-list .item p {
  color: #333;
  font-size: 16px;
}
.yiben-list .more {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
}

.word-box {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.word-box h2 {
  color: #2d5082;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.word-box h3 {
  color: #2d5082;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.word-box .list .item {
  padding-right: 10px;
}
.word-box .list .item a {
  color: #6e6e6e;
  font-size: 16px;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.word-box .list .item a p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.word-box .list .item a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: 10px;
}

.sm-box {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.sm-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .lx-page2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .yiben {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }
  .yiben .title {
    background: #f7f7f7;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
  }
  .yiben-list {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yiben-list:after {
    content: "";
    display: block;
    width: 33.333%;
  }
  .yiben-list .item {
    width: 33.33%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .yiben-list .item a {
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
  }
  .yiben-list .item a .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .yiben-list .item p {
    color: #333;
    font-size: 16px;
  }
  .yiben-list .more {
    margin-left: 30px;
    color: #999999;
    font-size: 14px;
  }
  .yiben-list .item:hover p {
    color: #ce1b24;
    text-decoration: underline;
  }

  .word-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
  .word-box h2 {
    color: #2d5082;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0;
  }
  .word-box h3 {
    color: #2d5082;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
  }
  .word-box .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .word-box .list:after {
    content: "";
    display: block;
    width: 33.33%;
  }
  .word-box .list .item {
    padding-right: 30px;
    width: 33.33%;
    box-sizing: border-box;
  }
  .word-box .list .item a {
    color: #6e6e6e;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .word-box .list .item a p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .word-box .list .item a:after {
    display: none;
  }
  .word-box .list .item a:hover {
    color: #ce1b24;
    text-decoration: underline;
  }

  .sm-box {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .sm-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .lx-page2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .yiben {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
  }

  .yiben .title {
    background: #f7f7f7;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
  }

  .yiben-list {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yiben-list .item {
    width: 33.33%;
  }
  .yiben-list .item a {
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
  }
  .yiben-list .item a .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .yiben-list .item p {
    color: #333;
    font-size: 16px;
  }
  .yiben-list .more {
    margin-left: 30px;
    color: #999999;
    font-size: 14px;
  }

  .word-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
  .word-box h2 {
    color: #2d5082;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0;
  }
  .word-box h3 {
    color: #2d5082;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
  }
  .word-box .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .word-box .list .item {
    padding-right: 30px;
    width: 33.33%;
    box-sizing: border-box;
  }
  .word-box .list .item a {
    color: #6e6e6e;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .word-box .list .item a p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .word-box .list .item a:after {
    display: none;
  }

  .sm-box {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .sm-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/*第2页   结束*/
/*第3页   开始*/
.lx-title {
  background: #f2f2f2;
  color: #222222;
  font-size: 20px;
  padding: 15px 0;
  font-weight: bold;
}

.lx-word-list {
  padding-bottom: 20px;
}
.lx-word-list .item {
  border-bottom: 1px solid #e6e6e6;
}
.lx-word-list .item a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.lx-word-list .item a .icon {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.lx-word-list .item p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .lx-title {
    background: none;
    color: #222222;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
  }

  .lx-word-list {
    margin-top: 5px;
    padding-bottom: 30px;
  }
  .lx-word-list .item {
    border-bottom: none;
  }
  .lx-word-list .item a {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .lx-word-list .item a .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
  .lx-word-list .item p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .lx-word-list .item:hover p {
    color: #ce1b24;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1366px) {
  .lx-title {
    background: none;
    color: #222222;
    font-size: 28px;
    padding: 15px 0;
    font-weight: bold;
  }

  .lx-word-list {
    margin-top: 15px;
    padding-bottom: 50px;
  }
  .lx-word-list .item a {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
  .lx-word-list .item a .icon {
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .lx-word-list .item p {
    color: #333;
    font-size: 20px;
    font-weight: bold;
  }
}
/*第3页   结束*/
/*第4页   开始*/
.z-content {
  max-width: 1400px;
  margin: auto;
}

.z-my-container {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .z-content {
    margin: 0 20px;
  }

  .z-my-container {
    margin: 0 20px;
  }
}
.lx-page4 .baohan {
  padding-bottom: 20px;
}
.lx-page4 .baohan h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.lx-page4 .baohan .baohan-list .item {
  line-height: 2;
  color: #333333;
  font-size: 16px;
}
.lx-page4 .baohan .zk {
  color: #cb1329;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.lx-page4 .baohan .zk:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  transform: rotate(135deg);
  flex-shrink: 0;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.lx-page4 .tab1 {
  display: flex;
  margin-bottom: 20px;
}
.lx-page4 .tab1 a {
  width: 50%;
  padding: 10px 0;
  border: 1px solid #e6e6e6;
  display: block;
  text-align: center;
  color: #959595;
  font-size: 16px;
}
.lx-page4 .tab1 a.on {
  font-weight: bold;
  color: #fff;
  background: #cb1329;
  border: 1px solid #cb1329;
}
.lx-page4 .m-tab {
  background: #f2f2f2;
  padding: 10px 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.lx-page4 .m-tab a {
  background: #fff;
  border: 1px solid #dddcdc;
  padding: 5px 12px;
  display: block;
  border-radius: 20px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.lx-page4 .m-tab a.on {
  color: #cd0c22;
  border: 1px solid #cd0c22;
}
.lx-page4 .tab2 {
  display: none;
}

.down-content input {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: 0;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.down-content input[type="checkbox"] {
  position: absolute;
  left: -999em;
  border: none;
  background: none;
}
.down-content label:before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.down-content input[type="checkbox"] + label:before {
  background: url(/UIA/img/checkico.png) no-repeat;
  background-size: 100%;
}
.down-content input[type="checkbox"]:checked + label:before {
  background: url(/UIA/img/checkico_on.png) no-repeat;
  background-size: 100%;
}
.down-content .pc-down {
  display: none;
}
.down-content .block {
  margin-bottom: 20px;
}
.down-content .block h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.down-content .block h5 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.down-content .block h5.block-dot__title {
  padding-left: 0;
  margin-bottom: 22px;
}
.down-content .block .block-list__dot-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 482px;
  background-color: #F7F7F7;
}
.down-content .block .block-list.block-list__dot {
  margin-left: 0;
}
.down-content .block .block-list.block-list__dot .item {
  padding-left: 16px;
}
.down-content .block .block-list.block-list__dot .item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #CB1329;
  border-radius: 100%;
}
.down-content .block .block-list .item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.down-content .block .block-list .item label {
  cursor: pointer;
}
.down-content .block .block-list .item a {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-right: auto;
  padding: 5px 0;
}
.down-content .block .block-list .item .time {
  display: flex;
  align-items: center;
  color: #999999;
}
.down-content .block .block-list .item .time .ico {
  margin-right: 5px;
}
.down-content .block .block-list .more {
  color: #cb1329;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.down-content .block .block-list .more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  transform: rotate(135deg);
  flex-shrink: 0;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.down-content .block-video__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.down-content .block-video__item {
  width: 47.5%;
  margin-bottom: 20px;
  margin-right: 5%;
}
.down-content .block-video__item:nth-child(3n) {
  margin-right: 0;
}
.down-content .block-video__item-img {
  display: block;
  width: 100%;
  height: 169px;
  background-color: #D8D8D8;
}
.down-content .block-video__item-img img {
  display: block;
  width: 100%;
}
.down-content .block-video__item-text {
  background-color: #F7F7F7;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  padding: 18px 20px;
}
.down-content .m-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  padding: 18px 4.5%;
  position: fixed;
  bottom: 80px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  z-index: 99;
}
.down-content .m-down .all-check {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.down-content .m-down .down a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
}
.down-content .m-down .down a .ico {
  height: 15px;
  margin-right: 6px;
}

@media screen and (min-width: 769px) {
  .down-content .block-video__item {
    width: 47%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .down-content .block-video__item:nth-child(odd) {
    margin-right: 6%;
  }
  .down-content .block-video__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .down-content .block-video__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .down-content .block-video__item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lx-page4 .flex {
    display: flex;
    justify-content: space-between;
  }
  .lx-page4 .flex .left {
    width: 81.66%;
  }
  .lx-page4 .flex .page4-right {
    width: 16.666%;
    display: block;
  }
  .lx-page4 .baohan {
    padding-bottom: 70px;
    position: relative;
  }
  .lx-page4 .baohan h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
  }
  .lx-page4 .baohan .baohan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lx-page4 .baohan .baohan-list:after {
    content: "";
    display: block;
    width: 28%;
  }
  .lx-page4 .baohan .baohan-list .item {
    line-height: 2;
    width: 28%;
    font-size: 14px;
  }
  .lx-page4 .baohan .zk {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .lx-page4 .baohan .zk:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    transform: rotate(135deg);
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .lx-page4 .tab1 {
    display: flex;
    margin-bottom: 20px;
  }
  .lx-page4 .tab1 a {
    width: 50%;
    padding: 14px 0;
    font-size: 20px;
  }
  .lx-page4 .m-tab {
    display: none;
  }
  .lx-page4 .flex2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .lx-page4 .tab2 {
    width: 20.4%;
    display: block;
  }
  .lx-page4 .tab2 .item {
    border: 1px solid #dddcdc;
    border-bottom: none;
  }
  .lx-page4 .tab2 .item:last-child {
    border-bottom: 1px solid #dddcdc;
  }
  .lx-page4 .tab2 .item a {
    height: 60px;
    display: flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #222222;
    padding-left: 30px;
    box-sizing: border-box;
    padding-right: 15px;
    background: #f7f7f7;
  }
  .lx-page4 .tab2 .item a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: auto;
  }
  .lx-page4 .tab2 .item a .ico {
    display: none;
    margin-right: 10px;
  }
  .lx-page4 .tab2 .item.all {
    border: 1px solid #ec1832;
  }
  .lx-page4 .tab2 .item.all a {
    background: linear-gradient(to right, #ec1832, #cc1329);
    color: #fff;
  }
  .lx-page4 .tab2 .item.all a .ico {
    display: block;
  }
  .lx-page4 .tab2 .item.all a:after {
    display: none;
  }
  .lx-page4 .tab2 .item.on a {
    background: #cb1329;
    color: #fff;
  }
  .lx-page4 .tab2 .item.on a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .lx-page4 .tab2 .item:hover a {
    background: #cb1329;
    color: #fff;
  }
  .lx-page4 .tab2 .item:hover a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .down-content {
    width: 77.5%;
    padding-bottom: 10px;
  }
  .down-content .pc-down {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 15px 0;
    background: #f7f7f7;
  }
  .down-content .pc-down.fix {
    position: fixed;
    top: 72px;
    z-index: 99;
  }
  .down-content .pc-down .all-check {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 15px;
  }
  .down-content .pc-down .all-check label {
    margin-left: 10px;
  }
  .down-content .pc-down .down a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-left: 50px;
    width: 84px;
    height: 24px;
    background: #cc1329;
    justify-content: center;
  }
  .down-content .pc-down .down a .ico {
    height: 14px;
    margin-right: 6px;
  }
  .down-content input {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    outline: 0;
    font-family: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
  }
  .down-content input[type="checkbox"] {
    position: absolute;
    left: -999em;
    border: none;
    background: none;
  }
  .down-content label:before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    content: "";
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .down-content input[type="checkbox"] + label:before {
    background: url(/UIA/img/checkico.png) no-repeat;
    background-size: 100%;
  }
  .down-content input[type="checkbox"]:checked + label:before {
    background: url(/UIA/img/checkico_on.png) no-repeat;
    background-size: 100%;
  }
  .down-content .block {
    margin-bottom: 20px;
  }
  .down-content .block h4 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 0px;
  }
  .down-content .block h5 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
  }
  .down-content .block .block-list {
    margin-left: 40px;
  }
  .down-content .block .block-list .item {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .down-content .block .block-list .item a {
    font-size: 14px;
    margin-bottom: 0px;
    width: 64%;
  }
  .down-content .block .block-list .item a:hover {
    color: #ce1b24;
    text-decoration: underline;
  }
  .down-content .block .block-list .item .time {
    font-size: 14px;
  }
  .down-content .block .block-list .item .time .ico {
    margin-right: 5px;
  }
  .down-content .block .block-list .more {
    color: #cb1329;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 40px;
  }
  .down-content .block .block-list .more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    transform: rotate(135deg);
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .down-content .block-video__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .down-content .block-video__item {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 1.33333% !important;
  }
  .down-content .block-video__item:nth-child(odd) {
    margin-right: 0;
  }
  .down-content .block-video__item:nth-child(even) {
    margin-right: 0;
  }
  .down-content .block-video__item-img {
    display: block;
    width: 100%;
    height: 169px;
    background-color: #D8D8D8;
  }
  .down-content .block-video__item-img img {
    display: block;
    width: 100%;
  }
  .down-content .block-video__item-text {
    background-color: #F7F7F7;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding: 18px 20px;
  }
  .down-content .m-down {
    display: none;
  }

  .page4-right {
    display: block;
    /*1228*/
    /*1228*/
  }
  .page4-right .t {
    color: #222222;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page4-right .t .ico {
    margin-right: 10px;
  }
  .page4-right .xq {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  .page4-right .xq a {
    color: #222222;
    font-size: 14px;
  }
  .page4-right .xq a:hover {
    text-decoration: underline;
  }
  .page4-right .tj {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px 18px 18px;
  }
  .page4-right .tj ul li {
    margin-bottom: 10px;
  }
  .page4-right .tj ul li a {
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: block;
    word-break: break-all;
  }
  .page4-right .tj ul li a:hover {
    text-decoration: underline;
  }
  .page4-right .tj ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 8px;
    height: 2px;
    background: #a2a2a2;
  }
}
@media screen and (min-width: 1366px) {
  .lx-page4 .flex {
    display: flex;
    justify-content: space-between;
  }
  .lx-page4 .flex .left {
    width: 81.66%;
  }
  .lx-page4 .flex .page4-right {
    width: 16.666%;
    display: block;
  }
  .lx-page4 .baohan {
    padding-bottom: 70px;
    position: relative;
  }
  .lx-page4 .baohan h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
  }
  .lx-page4 .baohan .baohan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lx-page4 .baohan .baohan-list:after {
    content: "";
    display: block;
    width: 28%;
  }
  .lx-page4 .baohan .baohan-list .item {
    line-height: 2;
    width: 28%;
    font-size: 16px;
  }
  .lx-page4 .baohan .zk {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .lx-page4 .baohan .zk:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    transform: rotate(135deg);
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .lx-page4 .tab1 {
    display: flex;
    margin-bottom: 20px;
  }
  .lx-page4 .tab1 a {
    width: 50%;
    padding: 18px 0;
    font-size: 24px;
  }
  .lx-page4 .m-tab {
    display: none;
  }
  .lx-page4 .flex2 {
    display: flex;
    justify-content: space-between;
  }
  .lx-page4 .tab2 {
    width: 20.4%;
    display: block;
  }
  .lx-page4 .tab2 .item {
    border: 1px solid #dddcdc;
    border-bottom: none;
  }
  .lx-page4 .tab2 .item:last-child {
    border-bottom: 1px solid #dddcdc;
  }
  .lx-page4 .tab2 .item a {
    height: 60px;
    display: flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #222222;
    padding-left: 30px;
    box-sizing: border-box;
    padding-right: 15px;
    background: #f7f7f7;
  }
  .lx-page4 .tab2 .item a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: auto;
  }
  .lx-page4 .tab2 .item a .ico {
    display: none;
    margin-right: 10px;
  }
  .lx-page4 .tab2 .item.all {
    border: 1px solid #ec1832;
  }
  .lx-page4 .tab2 .item.all a {
    background: linear-gradient(to right, #ec1832, #cc1329);
    color: #fff;
  }
  .lx-page4 .tab2 .item.all a .ico {
    display: block;
  }
  .lx-page4 .tab2 .item.all a:after {
    display: none;
  }

  .down-content {
    width: 77.5%;
    padding-bottom: 20px;
  }
  .down-content .pc-down {
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    background: #f7f7f7;
  }
  .down-content .pc-down .all-check {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 15px;
  }
  .down-content .pc-down .all-check label {
    margin-left: 10px;
  }
  .down-content .pc-down .down a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-left: 50px;
    width: 84px;
    height: 24px;
    background: #cc1329;
    justify-content: center;
  }
  .down-content .pc-down .down a .ico {
    height: 14px;
    margin-right: 6px;
  }
  .down-content input {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    outline: 0;
    font-family: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
  }
  .down-content input[type="checkbox"] {
    position: absolute;
    left: -999em;
    border: none;
    background: none;
  }
  .down-content label:before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    content: "";
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  .down-content input[type="checkbox"] + label:before {
    background: url(/UIA/img/checkico.png) no-repeat;
    background-size: 100%;
  }
  .down-content input[type="checkbox"]:checked + label:before {
    background: url(/UIA/img/checkico_on.png) no-repeat;
    background-size: 100%;
  }
  .down-content .block {
    margin-bottom: 20px;
  }
  .down-content .block h4 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 0px;
  }
  .down-content .block .block-list .item {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .down-content .block .block-list .item a {
    font-size: 16px;
    margin-bottom: 0px;
    width: 64%;
  }
  .down-content .block .block-list .item .time {
    font-size: 14px;
  }
  .down-content .block .block-list .item .time .ico {
    margin-right: 5px;
  }
  .down-content .block .block-list .more {
    color: #cb1329;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 40px;
  }
  .down-content .block .block-list .more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    transform: rotate(135deg);
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .down-content .m-down {
    display: none;
  }

  .page4-right {
    display: block;
    margin-bottom: 20px;
  }
  .page4-right .t {
    color: #222222;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page4-right .t .ico {
    margin-right: 10px;
  }
  .page4-right .xq {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  .page4-right .xq a {
    color: #222222;
    font-size: 14px;
  }
  .page4-right .tj {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px 18px 18px;
  }
  .page4-right .tj ul li {
    margin-bottom: 10px;
  }
  .page4-right .tj ul li a {
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: block;
  }
  .page4-right .tj ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 8px;
    height: 2px;
    background: #a2a2a2;
  }
}
@media screen and (max-width: 768px) {
  .page4-right {
    display: block;
    margin-bottom: 20px;
    /*1228*/
    /*1228*/
  }
  .page4-right .t {
    color: #222222;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .page4-right .t .ico {
    margin-right: 10px;
  }
  .page4-right .xq {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  .page4-right .xq a {
    color: #222222;
    font-size: 14px;
  }
  .page4-right .xq a:hover {
    text-decoration: underline;
  }
  .page4-right .tj {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 20px 18px 18px;
  }
  .page4-right .tj ul li {
    margin-bottom: 10px;
  }
  .page4-right .tj ul li a {
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: block;
    word-break: break-all;
  }
  .page4-right .tj ul li a:hover {
    text-decoration: underline;
  }
  .page4-right .tj ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 8px;
    height: 2px;
    background: #a2a2a2;
  }
}
/*第4页   结束*/
/*第4-2页   开始*/
.soft-left {
  padding-bottom: 20px;
}
.soft-left .kuang {
  background: #f7f7f7;
  padding: 15px 20px;
}
.soft-left .kuang p {
  display: none;
}
.soft-left .kuang .search {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.soft-left .kuang .search .txt {
  color: #222222;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}
.soft-left .kuang .search .int {
  outline: none;
  text-indent: 10px;
  height: 40px;
  border: none;
  flex: 1;
}
.soft-left .kuang .search .btn {
  color: #fff;
  background: #e10032;
  width: 20%;
  height: 40px;
  border: 0;
  border-radius: 0;
}
.soft-left .soft-list {
  padding: 20px 0;
}
.soft-left .soft-list ul li {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.soft-left .soft-list ul li a {
  width: 100%;
  color: #5e5e5e;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.soft-left .soft-list ul li a .ico {
  margin-left: 4px;
}
.soft-left .soft-list ul li span {
  color: #999999;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.soft-left .soft-list ul li span .ico {
  margin-right: 3px;
}

@media screen and (min-width: 1024px) {
  .soft-left .kuang {
    background: #f7f7f7;
    padding: 24px 20px 30px;
  }
  .soft-left .kuang p {
    display: block;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 2;
    margin-bottom: 20px;
  }
  .soft-left .kuang p a {
    font-size: 14px;
    color: #cb1329;
  }
  .soft-left .kuang .search {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
  .soft-left .kuang .search .txt {
    color: #222222;
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .soft-left .kuang .search .int {
    outline: none;
    text-indent: 10px;
    height: 40px;
    border: none;
    flex: 1;
  }
  .soft-left .kuang .search .btn {
    color: #fff;
    background: #e10032;
    width: 10%;
    height: 40px;
    border: 0;
    border-radius: 0;
  }
  .soft-left .soft-list {
    padding: 40px 0;
  }
  .soft-left .soft-list ul li {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .soft-left .soft-list ul li a {
    width: auto;
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 0;
  }
  .soft-left .soft-list ul li a .ico {
    margin-left: 8px;
  }
  .soft-left .soft-list ul li span {
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .soft-left .soft-list ul li span .ico {
    margin-right: 5px;
  }
}
/*第4-2页   结束*/
/*第5页   开始*/
.lx-title2 {
  display: none;
}

.lx-page5 .left {
  display: none;
}

.page5-right .m-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.page5-right .m-top .all-con {
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
}
.page5-right .m-top .all-con .ico {
   height: 35px;
    margin-right: 8px;
    position: fixed;
    z-index: 101;
    top: 70px;
}
.page5-right .m-top .down {
  color: #333333;
  font-size: 14px;
}
.page5-right .m-top .down .ico {
  height: 18px;
  margin-right: 5px;
}
.page5-right .pc-top {
  display: none;
}
.page5-right .tab-tc {
  position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
.page5-right .tab-tc .link {
  background: #ebebeb;
  border-bottom: 1px solid #dfdfdf;
}
.page5-right .tab-tc .link a {
  color: #222222;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
}
.page5-right .tab-tc .link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(45deg);
}
.page5-right .tab-tc .tabs {
  display: flex;
  align-items: flex-start;
  background: #ebebeb;
}
.page5-right .tab-tc .tabs .hd {
  width: 32%;
  background: #ebebeb;
}
.page5-right .tab-tc .tabs .hd ul li {
  padding: 15px 10px 15px 20px;
  color: #222222;
  font-size: 16px;
}
.page5-right .tab-tc .tabs .hd ul li.on {
  background: #fff;
  color: #d80e24;
  position: relative;
}
.page5-right .tab-tc .tabs .hd ul li.on:before {
  content: "";
  display: block;
  width: 3px;
  background: #d80e24;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page5-right .tab-tc .tabs .bd {
  width: 68%;
  background: #fff;
}
.page5-right .tab-tc .tabs .bd .item ul li a {
  color: #222222;
  font-size: 16px;
  padding: 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
}

/*1228*/
.page5-right {
  /*1228*/
}
.page5-right .tczz {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}
.page5-right .tc-down {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  z-index: 999;
  transform: translate(-50%, -50%);
  padding: 15px 15px 5px;
  box-sizing: border-box;
  display: none;
}
.page5-right .tc-down .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
}
.page5-right .tc-down h3 {
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
}
.page5-right .tc-down ul {
  margin-bottom: 12px;
}
.page5-right .tc-down ul li {
  line-height: 1.6;
}
.page5-right .tc-down ul li a {
  color: #5e5e5e;
  font-size: 14px;
}

/*1228*/
.tc-pingfen {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  z-index: 999;
  transform: translate(-50%, -50%);
  padding: 40px 15px 30px;
  box-sizing: border-box;
  display: none;
  /*1228*/
  /*1228*/
  /*1228*/
}
.tc-pingfen .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  cursor: pointer;
}
.tc-pingfen h3 {
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.tc-pingfen ul {
  margin-bottom: 12px;
}
.tc-pingfen ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tc-pingfen ul li span {
  flex-shrink: 0;
  margin-right: 10px;
}
.tc-pingfen ul li .int {
  background: #f7f7f7;
  border: none;
  width: 100%;
  height: 40px;
  text-indent: 20px;
  font-size: 14px;
}
.tc-pingfen ul li .yzm {
  margin-left: 20px;
  height: 40px;
}
.tc-pingfen ul li .subbtn {
  color: #fff;
  background: #cd0c22;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: none;
}
.tc-pingfen ul li.tips {
  margin-top: 20px;
}
.tc-pingfen ul li.tips a {
  color: #003cff;
}

.content-box {
  padding: 15px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.content-box iframe {
  border: 0;
  border: none;
}
.content-box h2 {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.content-box h3 {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}
.content-box p {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.8;
}
.content-box img {
  margin: 20px 0;
}

.grade {
  width: 100%;
  padding: 20px 0 20px;
  color: #222222;
  font-size: 14px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.grade .line {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.grade .line-inline__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.grade .line.inline {
  position: relative;
  width: 30%;
}
.grade .line.inline p {
  width: 65px;
  flex-shrink: 0;
}
.grade .line.inline .required {
  position: absolute;
  font-size: 18px;
  color: #E10032;
  top: 8px;
  right: -15px;
}
.grade .line-checkbox {
  position: relative;
  padding-left: 39px;
  line-height: 28px;
  margin-left: 65px;
  color: #838383;
}
.grade .line-checkbox input[type="checkbox"] {
  position: absolute;
  left: -999em;
  border: none;
  background: none;
}
.grade .line-checkbox input[type="checkbox"] + label:before {
  background: url(/UIA/img/checkico.png) no-repeat;
  background-size: 100%;
}
.grade .line-checkbox input[type="checkbox"]:checked + label:before {
  background: url(/UIA/img/checkico_on.png) no-repeat;
  background-size: 100%;
}
.grade .line-checkbox label {
  position: absolute;
  left: 0;
  top: 4px;
}
.grade .line-checkbox label::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.grade .line-checkbox a {
  color: #333333;
}
.grade .line2 {
  align-items: flex-start;
}
.grade .line2 p {
  display: block;
}
.grade .line p {
  font-size: 14px;
  color: #222222;
  width: 150px;
}
.grade .star {
  margin-top: 10px;
  display: flex;
  margin-bottom: 15px;
}
.grade .star .xx {
  display: block;
  margin-right: 8px;
  height: 24px;
  cursor: pointer;
}
.grade .line2 p {
  display: none;
}
.grade .textarea {
  background: #f7f7f7;
  padding: 10px 15px;
  color: #5e5e5e;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}
.grade .subbtn {
  background: #cd0c22;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  margin-top: 15px;
  font-size: 16px;
}
.grade .line-title {
  font-size: 18px;
}
.grade .textareacon {
  flex: 1;
}
.grade .textarea {
  background: #fff;
  padding: 10px 15px;
  color: #222222;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
  font-size: 16px;
}
.grade .input {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  color: #222222;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}
.grade .subbtn {
  background: #cd0c22;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  margin-top: 15px;
  font-size: 16px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .lx-title2 {
    background: none;
    color: #222222;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
    display: block;
  }

  .hidden-pc {
    display: none;
  }

  .lx-page5 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .lx-page5 .page5-right {
    width: 75%;
    position: relative;
  }
  .lx-page5 .left {
    display: block;
    width: 23.3333%;
  }
  .lx-page5 .left .back {
    background: #f7f7f7;
    margin-bottom: 20px;
  }
  .lx-page5 .left .back a {
    padding: 15px 30px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 20px;
  }
  .lx-page5 .left .back a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
  }
  .lx-page5 .left .tab-list-scroll {
    overflow: hidden;
  }
  .lx-page5 .left .tab-list-scroll.fix {
    position: fixed;
    top: 72px;
    z-index: 99;
  }
  .lx-page5 .left .tab-list-scroll .tab-list {
    overflow: auto;
  }
  .lx-page5 .left .tab-list h3 {
    background: #ededed;
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .lx-page5 .left .tab-list h3 .ico {
    margin-right: 10px;
    display: none;
  }
  .lx-page5 .left .tab-list h3 span {
    color: #000;
    font-size: 16px;
  }
  .lx-page5 .left .tab-list ul {
    border: 1px solid #d8d8d8;
    display: none;
  }
  .lx-page5 .left .tab-list .item.on ul {
    display: block;
  }
  .lx-page5 .left .tab-list ul li {
    background: #f7f7f7;
  }
  .lx-page5 .left .tab-list ul a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    padding-left: 20px;
    font-size: 14px;
  }
  .lx-page5 .left .tab-list ul a .jt1 {
    margin-right: 15px;
    flex-shrink: 0;
  }
  .lx-page5 .left .tab-list ul a .jt2 {
    display: none;
    margin-left: 15px;
    flex-shrink: 0;
  }
  .lx-page5 .left .tab-list ul li.on {
    background: #fff;
  }
  .lx-page5 .left .tab-list ul li.on a {
    color: #cb1329;
  }
  .lx-page5 .left .tab-list ul li.on .jt1 {
    opacity: 0;
  }
  .lx-page5 .left .tab-list ul li.on .jt2 {
    display: block;
  }
  .lx-page5 .left .tab-list ul li:hover {
    background: #fff;
  }
  .lx-page5 .left .tab-list ul li:hover a{
    color: #cb1329;
  }
  .lx-page5 .left .tab-list ul li:hover .jt1 {
    opacity: 0;
  }
  .lx-page5 .left .tab-list ul li:hover .jt2 {
    display: block;
  }
  .lx-page5 .left .pingfen {
    background: #f7f7f7;
    border: 1px solid #d5d5d5;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .lx-page5 .left .pingfen.fix {
    position: fixed;
    top: 372px;
    z-index: 99;
  }
  .lx-page5 .left .pingfen p {
    color: #cb1329;
    font-size: 16px;
    margin-right: 5px;
  }
  .lx-page5 .left .pingfen .fen {
    display: flex;
    align-items: center;
  }
  .lx-page5 .left .pingfen .fen .xx {
    display: block;
    margin: 0 1px;
    height: 18px;
  }

  /*1228*/
  .tc-pingfen {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 46.8%;
    max-width: 900px;
    z-index: 999;
    transform: translate(-50%, -50%);
    padding: 20px 15px 30px;
    box-sizing: border-box;
    /*1228*/
  }
  .tc-pingfen .close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
  }
  .tc-pingfen h3 {
    color: #222222;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .tc-pingfen ul {
    margin-bottom: 0px;
    width: 400px;
    margin: 0 auto;
  }
  .tc-pingfen ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .tc-pingfen ul li .int {
    background: #f7f7f7;
    border: none;
    width: 400px;
    height: 48px;
    text-indent: 20px;
    font-size: 16px;
  }
  .tc-pingfen ul li .yzm {
    margin-left: 20px;
    height: 48px;
  }
  .tc-pingfen ul li .subbtn {
    color: #fff;
    background: #cd0c22;
    width: 240px;
    height: 50px;
    font-size: 16px;
    border: none;
    margin: 0 auto;
    margin-top: 10px;
  }
  .tc-pingfen ul li.tips {
    font-size: 14px;
  }

  .page5-right {
    position: relative;
    /*1228*/
    /*1228*/
  }
  .page5-right .m-top {
    display: none;
  }
  .page5-right .pc-top {
    background: #f7f7f7;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page5-right .pc-top.fix {
    position: fixed;
    top: 72px;
  }
  .page5-right .pc-top .down a {
    background: #cc1329;
    width: 80px;
    height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .page5-right .pc-top .down a .ico {
    margin-right: 6px;
  }
  .page5-right .pc-top .page5-search {
    width: 66.66%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .page5-right .pc-top .page5-search .int {
    height: 45px;
    background: #fff;
    border: 1px solid #dddcdc;
    width: 100%;
    border-radius: 30px;
    text-indent: 20px;
  }
  .page5-right .pc-top .page5-search .subbtn {
    border: none;
    background: #cb1329;
    width: 45px;
    height: 45px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    right: 1px;
    top: 1px;
  }
  .page5-right .search-main {
    background: #f9f9f9;
    width: 100%;
    /* height: calc(100% - 80px); */
    position: absolute;
    left: 0;
    top: 80px;
    padding: 10px 30px;
    box-sizing: border-box;
    display: none;
  }
  .page5-right .search-main .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    cursor: pointer;
  }
  .page5-right .search-main .result-list .item {
    padding: 15px 0;
  }
  .page5-right .search-main .result-list .item p {
    margin-bottom: 0;
  }
  .page5-right .tczz {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
  }
  .page5-right .tc-down {
    background: #fff;
    left: 20%;
    top: 20%;
    width: 60%;
    z-index: 999;
    transform: translate(0%, 0%);
    padding: 30px 40px 20px;
    box-sizing: border-box;
    display: none;
  }
  .page5-right .tc-down .close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 40px;
    cursor: pointer;
  }
  .page5-right .tc-down h3 {
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page5-right .tc-down ul {
    margin-bottom: 20px;
  }
  .page5-right .tc-down ul li {
    line-height: 1.8;
  }
  .page5-right .tc-down ul li a {
    color: #5e5e5e;
    font-size: 16px;
  }
  .page5-right .tc-down ul li a:hover {
    color: #cb1329;
    text-decoration: underline;
  }

  .content-box {
    padding: 15px 10px;
    padding-bottom: 40px;
    border-bottom: none;
  }
  .content-box h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .content-box h3 {
    font-size: 16px;
    padding: 8px 0;
    margin-left: 10px;
  }
  .content-box p {
    font-size: 14px;
    margin-left: 30px;
  }
  .content-box p.nomargin {
    margin-left: 0;
  }
  .content-box img {
    margin: 20px 0;
    margin-left: 30px;
  }

  .grade {
    padding: 20px 20px;
    color: #222222;
    font-size: 14px;
    background: #f7f7f7;
  }
  .grade .line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .grade .line-inline__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .grade .line.inline {
    position: relative;
    width: 30%;
    margin-right: 15px;
  }
  .grade .line.inline p {
    width: 50px;
  }
  .grade .line.inline .required {
    position: absolute;
    font-size: 18px;
    color: #E10032;
    top: 8px;
    right: -15px;
  }
  .grade .line-checkbox {
    position: relative;
    padding-left: 39px;
    line-height: 28px;
    color: #838383;
  }
  .grade .line-checkbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
    border: none;
    background: none;
  }
  .grade .line-checkbox input[type="checkbox"] + label:before {
    background: url(/UIA/img/checkico.png) no-repeat;
    background-size: 100%;
  }
  .grade .line-checkbox input[type="checkbox"]:checked + label:before {
    background: url(/UIA/img/checkico_on.png) no-repeat;
    background-size: 100%;
  }
  .grade .line-checkbox label {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .grade .line-checkbox label::before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .grade .line-checkbox a {
    color: #333333;
  }
  .grade .line2 {
    align-items: flex-start;
  }
  .grade .line2 p {
    display: block;
  }
  .grade .line p {
    font-size: 14px;
    color: #222222;
    width: 150px;
  }
  .grade .star {
    margin-top: 0px;
    display: flex;
    margin-bottom: 0px;
  }
  .grade .star .xx {
    display: block;
    margin-right: 8px;
    height: 30px;
  }
  .grade .line-title {
    font-size: 18px;
  }
  .grade .textareacon {
    flex: 1;
  }
  .solutionView{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .solutionView p{
    margin-right: 20px;
    font-size: 14px;
  }
  .grade .textarea {
    background: #fff;
    padding: 10px 15px;
    color: #222222;
    border: none;
    border-radius: 0;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .grade .input {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    color: #222222;
    border: none;
    border-radius: 0;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .grade .subbtn {
    background: #cd0c22;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    margin-top: 15px;
    font-size: 16px;
    margin: auto;
  }
}
@media screen and (min-width: 1366px) {
  .lx-title2 {
    background: none;
    color: #222222;
    font-size: 28px;
    padding: 15px 0;
    font-weight: bold;
  }

  .lx-page5 .left .back a {
    padding: 20px 50px 20px 30px;
    font-size: 24px;
  }
  .lx-page5 .left .back a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
  }
  .lx-page5 .left .tab-list h3 {
    padding: 18px 0;
    padding-left: 30px;
  }
  .lx-page5 .left .tab-list h3 span {
    font-size: 20px;
  }
  .lx-page5 .left .tab-list ul a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    padding-left: 20px;
    font-size: 16px;
  }
  .lx-page5 .left .tab-list ul a .jt1 {
    margin-right: 15px;
  }
  .lx-page5 .left .tab-list ul a .jt2 {
    display: none;
    margin-left: 15px;
  }
  .lx-page5 .left .pingfen {
    padding: 20px 0;
  }
  .lx-page5 .left .pingfen p {
    font-size: 20px;
    margin-right: 8px;
  }
  .lx-page5 .left .pingfen .fen .xx {
    display: block;
    margin: 0 1px;
    height: 18px;
  }

  .tc-pingfen {
    padding: 30px 15px 30px;
    box-sizing: border-box;
  }
  .tc-pingfen .close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
  }
  .tc-pingfen h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .tc-pingfen ul li .int {
    background: #f7f7f7;
    border: none;
    width: 400px;
    height: 48px;
    text-indent: 20px;
    font-size: 18px;
  }
  .tc-pingfen ul li .yzm {
    margin-left: 20px;
    height: 48px;
  }
  .tc-pingfen ul li .subbtn {
    color: #fff;
    background: #cd0c22;
    width: 240px;
    height: 50px;
    font-size: 18px;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
  }
  .tc-pingfen ul li.tips {
    font-size: 16px;
    margin-top: 30px;
  }

  .page5-right .pc-top {
    background: #f7f7f7;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page5-right .pc-top .down a {
    background: #cc1329;
    width: 80px;
    height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .page5-right .pc-top .down a .ico {
    margin-right: 6px;
  }
  .page5-right .pc-top .page5-search {
    width: 66.66%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .page5-right .pc-top .page5-search .int {
    height: 45px;
    background: #fff;
    border: 1px solid #dddcdc;
    width: 100%;
    border-radius: 30px;
    text-indent: 20px;
  }
  .page5-right .pc-top .page5-search .subbtn {
    border: none;
    background: #cb1329;
    width: 45px;
    height: 45px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    right: 1px;
    top: 1px;
  }

  .content-box {
    padding: 20px 20px;
    padding-bottom: 60px;
  }
  .content-box h2 {
    font-size: 24px;
    padding: 20px 0;
  }
  .content-box h3 {
    font-size: 18px;
    padding: 15px 0;
    margin-left: 10px;
  }
  .content-box p {
    font-size: 16px;
    margin-left: 40px;
  }
  .content-box p.nomargin {
    margin-left: 0;
  }
  .content-box img {
    margin: 30px 0;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .s-ArticleDetails-wrapper {
    padding: 0 20px;
    width: auto;
  }

  .grade {
    padding: 20px;
  }
  .grade .line-inline__flex {
    display: block;
  }
  .grade .line.inline {
    width: auto;
  }
  .grade .line-checkbox {
    margin-left: 65px;
  }
  .grade .line2 p {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .grade .line {
    display: block;
  }
  .grade .line.inline {
    position: relative;
    width: 100%;
  }
  .grade .line.inline p {
    width: auto;
    margin-bottom: 5px;
  }
  .grade .line.inline .required {
    top: 33px;
  }
  .grade .line-checkbox {
    margin-left: 0;
  }
  .grade .line2 p {
    display: block;
    margin-bottom: 5px;
  }
  .solutionView{
    display: block;
    margin-bottom: 20px;
  }
}
/*第6页   开始*/
.page6 .jieguo {
  background: #fcf3f3;
  padding: 10px 0;
  text-align: center;
  color: #333333;
  font-size: 16px;
}

.page6 .jieguo span {
  color: #cb1329;
  margin: 0 5px;
}

.result-list {
  margin-bottom: 30px;
}
.result-list .item {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.result-list .item h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.result-list .item h3 em {
  font-style: normal;
  color: #cd0c22;
}
.result-list .item h3 span {
  font-size: 14px;
}
.result-list .item p {
  color: #5e5e5e;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.result-list .item p em {
  font-style: normal;
  color: #cd0c22;
}
.result-list .item span {
  color: #666;
  font-size: 13px;
}

.result-list1 {
  padding-bottom: 30px;
  padding-top: 10px;
}
.result-list1 .item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 10px;
  border-bottom: 1px solid #dededf;
}
.result-list1 .item .title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.result-list1 .item h3 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  width: 100%;
}
.result-list1 .item p {
  color: #333333;
  font-size: 12px;
  margin-bottom: 6px;
}
.result-list1 .item .baohan {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.result-list1 .item .baohan a {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.result-list1 .item .baohan a:hover {
  cursor: auto;
  color: #333;
}
.result-list1 .item .left {
  margin-bottom: 10px;
}
.result-list1 .item .go {
  color: #4087de;
  font-size: 16px;
}
.result-list1 .zk {
  color: #cb1329;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.pages-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.no-result {
  padding: 0px 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.no-result p {
  color: #333333;
  font-size: 16px;
}

.no-result .link {
  color: #cd0c22;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 10px;
}

.pages-bottom .sa-page {
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .page6 .jieguo {
    padding: 20px 0;
    font-size: 18px;
  }

  .page6 .jieguo span {
    margin: 0 5px;
  }

  .pages-bottom {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .pages-bottom .sa-page {
    margin: 0;
    margin-top: 0px;
  }

  .no-result {
    width: auto;
  }

  .result-list1 {
    padding-bottom: 30px;
  }
  .result-list1 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid #dededf;
  }
  .result-list1 .item .title {
    margin-bottom: 0;
  }
  .result-list1 .item h3 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    width: auto;
  }
  .result-list1 .item p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .result-list1 .item .baohan {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 16px;
  }
  .result-list1 .item .baohan a {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .result-list1 .item .baohan a:hover {
    cursor: auto;
    color: #333;
  }
  .result-list1 .item .left {
    margin-bottom: 0px;
  }
  .result-list1 .item .go {
    font-size: 16px;
    margin-left: 30px;
  }
  .result-list1 .zk {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .result-list {
    margin-bottom: 30px;
  }
  .result-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .result-list .item h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .result-list .item h3 em {
    font-style: normal;
    color: #cd0c22;
  }
  .result-list .item h3 span {
    font-size: 16px;
  }
  .result-list .item p {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.7;
  }
  .result-list .item span {
    color: #666;
    font-size: 13px;
  }

  .no-result {
    padding: 0px 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .no-result p {
    color: #333333;
    font-size: 18px;
  }

  .no-result .link {
    color: #cd0c22;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .page6 .jieguo {
    padding: 25px 0;
    font-size: 20px;
  }

  .page6 .jieguo span {
    margin: 0 5px;
  }

  .result-list1 {
    padding-bottom: 40px;
  }
  .result-list1 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 10px;
    border-bottom: 1px solid #dededf;
  }
  .result-list1 .item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .result-list1 .item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .result-list1 .item .baohan {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 18px;
  }
  .result-list1 .item .baohan a {
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .result-list1 .item .baohan a:hover {
    cursor: auto;
    color: #333;
  }
  .result-list1 .item .left {
    margin-bottom: 0px;
  }
  .result-list1 .item .go {
    font-size: 18px;
  }
  .result-list1 .zk {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }

  .result-list {
    margin-bottom: 40px;
  }
  .result-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .result-list .item h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .result-list .item h3 em {
    font-style: normal;
    color: #cd0c22;
  }
  .result-list .item p {
    color: #5e5e5e;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.7;
  }
  .result-list .item span {
    color: #666;
    font-size: 14px;
  }

  .no-result {
    padding: 0px 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .no-result p {
    color: #333333;
    font-size: 18px;
  }

  .no-result .link {
    color: #cd0c22;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 10px;
  }
}
.tczz {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}


/*视频页面*/
.sa-player .xgsp {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sa-video-xq-player .sa-player {
    margin: 20px 0;
    width: 100%;
  }

  .sa-video-xq-player .sa-player #div_video {
    width: 81%;
  }

  .sa-player-tool {
    margin: 0 0 40px;
    width: 81%;
  }
  .sa-player .xgsp {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 18px 5px 18px 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16.6%;
    box-sizing: border-box;
    display: block;
  }
  .sa-player .xgsp .t {
    color: #222222;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .sa-player .xgsp .t .ico {
    display: block;
    width: 22px;
    height: 25px;
    margin: 0;
    margin-right: 10px;
  }
  .sa-player .xgsp ul li {
    margin-bottom: 10px;
  }
  .sa-player .xgsp ul li a {
    color: #777777;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    display: block;
    word-break: break-all;
    line-height: 1.6;
  }
  .sa-player .xgsp ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 8px;
    height: 2px;
    background: #a2a2a2;
  }
}
