.wd100 {
  width: 100%; }

.bgc {
  background: #f6f6f6; }

.ov-item {
  background: #fff;
  height: 430px; }
  .ov-item > img {
    height:430px; 
	width:760px;
	}

.ov-txt {
  height: 100%;
  width: 545px;
  padding: 45px;
  padding-top: 35px;
  padding-left: 20px;
  position: relative; }
  .ov-txt h1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }
  .ov-txt h2 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 30px;
    color: #666666;
    margin-bottom: 30px;
    text-align: justify; }
  .ov-txt a {
    width: 130px;
    height: 40px;
    background-color: #9c9c9c;
    display: block;
    line-height: 40px;
    color: #fff;
    transition: .2s;
    text-align: center;
    margin-bottom: 40px; }
    .ov-txt a:hover {
      background: #333; }
  .ov-txt .page img {
    width: 40px;
    cursor: pointer;
    margin-right: 15px; }
  .ov-txt .num {
    line-height: 30px; }
    .ov-txt .num span {
      color: #d4050b; }
  .ov-txt .pwa {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 65px);
    left: 20px; }

.bgdq {
  background: url("../img/bgp.png");
  background-position: center center;
  background-size: cover; }

.news-card {
  background: #fff;
  padding: 20px; }

.card-title {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px; }
  .card-title span {
    display: block;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    color: #d4050b;
    font-weight: bold;
    border-bottom: 2px solid #d4050b;
    padding-left: 5px;
    padding-right: 5px; }
  .card-title a {
    line-height: 1;
    font-size: 14px;
    margin-top: 5px;
    color: #666; }
    .card-title a img {
      position: relative;
      top: -2px; }

.card-content > a img {
  width: 350px;
  height: 180px; }

.newli li {
  line-height: 2.2;
  font-size: 14px; }
  .newli li :hover * {
    color: #d4050b !important; }
  .newli li a span {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 18em;
    color: #333; }
  .newli li a b {
    font-weight: normal;
    float: right;
    color: #999; }

.f2 {
  width: 350px; }

.txt-right {
  background-color: #d4050b;
  height: 562px;
  padding: 20px; }
  .txt-right h1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    color: #ffffff; }
  .txt-right video {
    margin-top: 20px;
    width: 100%;
    object-fit: fill;
    height: 250px; }
  .txt-right ul {
    margin-top: 15px; }
    .txt-right ul li {
      line-height: 2.5;
      font-size: 14px;
      background-size: 14px 10px;
      background-position: left center;
      background-image: url("../img/jiantou.png");
      background-repeat: no-repeat;
      padding-left: 20px; }
      .txt-right ul li:hover {
        text-decoration: underline; }
      .txt-right ul li a {
        color: #fff; }

.max40 span {
  max-width: 35em !important; }

.img-ul a {
  margin-bottom: 15px;
  display: block; }
  .img-ul a:last-child {
    margin-bottom: 0; }
.img-ul dl:hover h1 {
  color: #d4050b !important; }
.img-ul dl dt img {
  width: 183px;
  height: 100px; }
.img-ul dl dd {
  width: 410px; }
  .img-ul dl dd h1 {
    font-size: 16px;
    font-weight: normal;
    color: #333333; }
  .img-ul dl dd h2 {
    text-align: justify;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.3;
    color: #666666; }
  .img-ul dl dd h3 {
    font-size: 12px;
    font-weight: normal;
    color: #888888; }

.bgchina {
  background: url("../img/bb1.png") no-repeat;
  background-position: center center;
  background-size: cover; }

.pk22 .img-ul dl dt img {
  width: 180px;
  height: 100px; }
.pk22 .img-ul dl dd {
  width: 520px; }
.pk22 li {
  padding-left: 20px;
  background: url("../img/jt2.png") no-repeat;
  background-position: left center; }
.pk22 .max40 span {
  max-width: 25em !important; }

.bann {
  height: 200px;
  background: url("../img/bb2.png") no-repeat;
  background-position: center center;
  background-size: cover; }

@media (max-width: 1300px) {
  .ov-item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .ov-item > img {
      height: auto;
      width: 100%; }
    .ov-item .ov-txt {
      width: 100%;
      padding: 15px; }
      .ov-item .ov-txt h1 {
        font-size: 16px;
        padding-bottom: 15px; }
      .ov-item .ov-txt h2 {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 15px; }
      .ov-item .ov-txt a {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 12px;
        height: 30px;
        line-height: 30px; }
    .ov-item .pwa {
      width: 100%;
      position: static; }
      .ov-item .pwa img {
        width: 30px; }
      .ov-item .pwa .num {
        font-size: 14px;
        line-height: 1.5; }

  .pk1 {
    display: flex;
    flex-direction: column; }
    .pk1 .col-lg-7 {
      margin-bottom: 20px; }
    .pk1 > div {
      width: 100%; }
      .pk1 > div img {
        max-width: 100%; }

  .newli {
    margin-top: 15px;
    display: flex;
    width: 100%;
    flex-direction: column; }
    .newli .fr {
      float: none; }
    .newli span {
      font-size: 14px;
      max-width: 20em; }
    .newli b {
      font-size: 12px; }

  .max40 span {
    max-width: 20em !important; }

  .news-card {
    padding: 15px; }

  .txt-right {
    height: auto; }
    .txt-right ul li {
      font-size: 12px; }

  .pk2 {
    display: flex;
    flex-direction: column; }
    .pk2 > div {
      width: 100%; }
      .pk2 > div:last-child {
        margin-top: 30px; }
        .pk2 > div:last-child dl {
          display: flex;
          flex-direction: column; }
          .pk2 > div:last-child dl dt img {
            height: auto;
            width: 100%; }
          .pk2 > div:last-child dl dd {
            margin-top: 15px;
            width: 100%; }
            .pk2 > div:last-child dl dd h1 {
              font-size: 14px; }
            .pk2 > div:last-child dl dd h2 {
              font-size: 12px; }

  .pa {
    padding: 0 10px; }

  .pk22 dl img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px; }
  .pk22 dd h1 {
    font-size: 16px !important; }
  .pk22 dd h2 {
    font-size: 14px !important; }
  .pk22 dt {
    width: 100%;
    height: auto !important; }
  .pk22 .max40 span {
    max-width: 15em !important; }

  .pk22 .img-ul dl dd {
    width: 100%; }

  .bann {
    height: 100px; }

  .pk33 .row {
    display: flex;
    flex-direction: column; }
    .pk33 .row > div {
      width: 100%; }

  .txt-right {
    padding: 15px; }
    .txt-right ul li {
      background: none;
      line-height: 1.5;
      padding-left: 0;
      margin-bottom: 15px; } }


.nav_list{background: #cf2027;}
.nav_list li{ width: 33.3%; float: left;line-height: 50px; text-align: center !important;}
.nav_list li a{ color: #fff !important; width: 100%;}

@media (max-width: 640px) {
	.newli li a span{max-width: 18em !important;}
}