html{
  /* max-width: 1400px; */
  /* overflow-x: hidden; */
}
.index-header {
  position: relative;
  height: 145px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-header-nav ul {
    list-style: none;
    display: flex;
}
.index-header-nav li:hover a{
  color: #d30b16;
}
.index-header-nav a {
    font-size: 20px;
    color: #2b2b2b;
    padding: 0 20px;
    text-decoration: none;
}
.index-header-nav.nav-active {
    transform: translateX(0);
}

.index-header-search {
    position: relative;
}
.index-header-search input {
    box-sizing: border-box;
    width: 218px;
    height: 34px;
    background-color: #e4e4e4;
    border: none;
    padding: 0 34px 0 20px;
    border-radius: 20px;
}
.index-header-search button{
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8f8f8f;
    transition: all 0.25s;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}
.index-header-search button:hover{
    color: #333;
}

.index-header-menu{
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
}
.index-header-menu>div {
    display: none;
}
.index-header-menu>div{
    display: none;
    position: absolute;
    /* right: 20px;
    top: 20px; */
    font-size: 30px;
    color: #333;
}
.index-header-menu>div.active{
    display: block;
}

.main-index-top{
    position: relative;
    min-width: 1400px;
}
/* .main-index-top .temp */
.main-index-top .hd{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-index-top .hd ul{
  overflow: hidden;
}
.main-index-top .hd li{
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.main-index-top .hd li.on{
  background-color: #00aff0;
}
.main-index-top .bd{
  width: 100%;
}
.main-index-top .bd li{
  position: relative;
}
.main-index-top img{
    min-width: 1400px;
    width: 100%;
}
.main-index-top h1{
    position: absolute;
    top: calc(50% - 52px);
    left: 66%;
    opacity: 0;
    transform: translateX(300px);
    font-size: 40px;
    color: white;
    transition: all 1s;
}
.main-index-top li.on h1{
  opacity: 1;
  transform: translateX(0);
}

.main-index-about{
    display: flex;
    box-sizing: border-box;
    padding: 90px 0 170px 0;
}
.main-index-about .left{
    box-sizing: border-box;
    padding: 0 28px;
    width: 756px;
}
.main-index-about .right{
    width: calc(100% - 756px);
    text-align: right;
}
.main-index-about .left-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.main-index-about .left-top h1{
    font-weight: normal;
    font-size: 40px;
    color: #2b2b2b;
}
.main-index-about .left-top a{
    display: block;
    padding: 10px 20px;
    border-radius: 26px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #333333;
    transition: all 0.2s;
}
.main-index-about .left-top a:hover{
    color: #fff;
    background-color: #c4c4c4;
}
.main-index-about .left-top i{
    font-size: 16px;
    color: #adadad;
    margin-left: 10px;
    transition: all 0.2s;
}
.main-index-about .left-top a:hover i{
    color: #fff;
}
.main-index-about .left-des{
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 56px;
}
.main-index-about .left-des p{
    text-align: justify;
}
.main-index-about .left-number li{
    float: left;
    margin-right: 30px;
    padding: 6px 30px 4px 0;
    border-right: 1px solid #d2d2d2;
}
.main-index-about .left-number li:last-child{
    border-right: none;
}
.main-index-about .left-number p{
    margin-bottom: 10px;
}
.main-index-about .left-number p span{
    font-size: 36px;
    font-weight: bold;
    color: #cd0a10;
}
.main-index-about .left-number i{
    font-size: 20px;
    font-style: normal;
     font-weight: bold;
    color: #cd0a10;
    vertical-align: text-bottom;
}
.main-index-about .left-number .dw{
    font-size: 18px;
    color: #505050;
}


.index-product{
  background: url('../img/product-top.jpg') top center no-repeat;
  margin-bottom: 44px;
}
.index-product>.title{
  font-size: 40px;
  color: #1e1e1e;
  text-align: center;
  font-weight: normal;
  padding: 38px 0;
}
.index-product .product-con{
  background-color: #fff;
}
.index-product .product-ybc{
  box-sizing: border-box;
  display: flex;
  padding: 40px;
}
.index-product .ybc-pic{
  margin-right: 40px;
}
.index-product .ybc-des h2{
  font-size: 24PX;
  color: #1e1e1e;
  font-weight: normal;
  margin-bottom: 18px;
}
.index-product .ybc-des p{
  font-size: 18px;
  color: #3f3f3f;
  line-height: 28px;
  text-align: justify;
}
.index-product .same-title{
  text-align: center;
  position: relative;
  margin-bottom: 52px;
}
.index-product .same-title::before{
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 4px;
  background-color: #d42b30;
  left: 50%;
  bottom: -10px;
  border-radius: 4px;
  transform: translateX(-50%);
}
.index-product .same-title span{
  font-size: 24px;
  color: #181818;
}
.index-product .yycj-con{
  overflow: hidden;
}
.index-product .yycj-con>a:nth-child(3n){
  margin-right: 0;
}
.index-product .product-yycj{
  margin-bottom: 60px;
}


.index-product .yycj-con a {
    display: block;
    position: relative;
    width: calc((100% - 32px) / 3);
    height: 293px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
}
.index-product .yycj-con img{
    width: 100%;
    height: 100%;
    transition: all 2.5s;
}
.index-product .yycj-con a:hover img{
    transform: scale(1.1);
}
.index-product .yycj-con span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    transition: all 0.25s;
}
.index-product .yycj-con a:hover span{
    background-color: rgba(50, 115, 201, 0.8);
}



.index-product .cpgg-con{
  display: flex;
  justify-content: space-evenly;
}


.index-news{
  padding: 0 15px;
  margin-bottom: 64px;
}
.index-news .index-news-title{
  margin-bottom: 46px;
}
.index-news .index-news-title h2{
  font-size: 24px;
  color: #536069;
  position: relative;
  padding-left: 46px;
}
.index-news .index-news-title h2::before{
  content: "";
  width: 20px;
  height: 5px;
  background-color: #cb192a;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-news .index-news-con{
  overflow: hidden;
}
.index-news .index-news-con>div{
  float: left;
}
.index-news .index-news-con>div{
  margin-right: 92px;
}
.index-news .index-news-con>div:last-child{
  margin-right: 0;
}
.index-news .list-news-item{
  width: calc((100% - 511px - 92px - 92px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 341px;
}
.index-news .list-news-item .time{
  margin-bottom: 26px;
}
.index-news .time-date{
  font-size: 20px;
  color: #363636;
}
.index-news .time-year{
  font-size: 14px;
  color: #363636;
}
.index-news .list-news-item .title h3{
  font-size: 18px;
  color: #cb192a;
  font-weight: normal;
  margin-bottom: 20px;
}
.index-news .list-news-item .des{
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin-bottom: 28px;
}
.index-news .list-news-item .more{
  font-size: 20px;
  color: #cb192a;
}

.index-news .pic-news{
    width: 511px;
    font-size: 0;
    height: 341px;
    position: relative;
}
.index-news .pic-news .hd{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.index-news .pic-news .hd ul{
  display: flex;
}
.index-news .pic-news .hd li{
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background-color: #d5d5d5;
  border-radius: 50%;
}
.index-news .pic-news .hd li:last-child{
  margin-right: 0;
}
.index-news .pic-news .hd li.on{
  background-color: #d42b30;
}
.index-news .pic-news .bd li{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 341px;
}
.index-news .pic-news img{
    width: 100%;
    height: 100%;
    transition: all 2.5s;
}
.index-news .pic-news .bd li:hover img{
    transform: scale(1.1);
}
.index-news .pic-news .title{
    box-sizing: border-box;
    position: absolute;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 95px 0 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.25s;
}
.index-news .pic-news .bd li:hover .title{
    color: #00aff0;
}

.index-footer{
    height: 212px;
    background-color: #536069;
    padding: 24px 0;
}
.index-footer .footer-con{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-footer .left{
    height: 100%;
    display: flex;
    align-items: center;
}
.index-footer .footer-text{
    font-size: 16px;
    color: #cdcdcd;
    line-height: 30px;
    padding-left: 50px;
    margin-left: 60px;
    border-left: 1px solid #cdcdcd;
}
.index-footer .footer-text i{
    font-size: 18px;
    font-style: normal;
    color: #cdcdcd;
    margin-right: 4px;
}
.index-footer .footer-text img{
    width: 18px;
    vertical-align: text-bottom;
}
.index-footer .footer-text a{
    font-size: 16px;
    color: #cdcdcd;
}
.index-footer .footer-text a:hover{
    color: #fff;
}

.ny-product{
  background: none;
  margin: 0;
}
.ny-product-top{
  font-size: 0;
  position: relative;
  /* border-bottom: 1px solid #1b61b3;
  margin-bottom: 1px; */
}
.ny-product-top img{
  width: 100%;
}
.ny-product-top h1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.ny-product-top h1 span{
  color: #d30b16;
}
.ny-product-top h1 i{
  font-size: 24px;
  color: #b9babb;
}
.ny-product .ybc-pic{
  margin: 0 0 0 48px;
}
.ny-product .product-ybc{
  padding: 70px 16px;
}
.ny-product .ybc-des p{
  color: #6a6a6a;
}
.ny-product .product-cpgg{
  padding: 46px 0 35px 0;
  background: url('../img/ny-product-bg.jpg') no-repeat left center;
}
.ny-product .same-title::before{
  content: none;
}
.ny-product .same-title .cn{
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 20px;
}
.ny-product .same-title .en{
  font-size: 20px;
  color: #9e9e9e;
  text-align: center;
}
.ny-product .product-yycj {
  padding: 90px 0 100px 0;
  margin-bottom: 0;
}

.ny-nav{
  background-color: #ededed;
  border-bottom: 1px solid #dcdcdc;
  height: 64px;
  line-height: 64px;
}
.ny-nav ul{
  overflow: hidden;
}
.ny-nav li{
  position: relative;
  margin-right: 44px;
  float: left;
}
.ny-nav a{
  font-size: 20px;
   color: #222222;
}
.ny-nav li:hover{
  color: #d30b16;
}
.ny-nav li.active::before{
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 3px;
  bottom: 2px;
  background-color: #d30b16;
  left: 50%;
  transform: translateX(-50%);
}
.ny-nav li.active a{
  font-weight: bold;
  color: #d30b16;
}
.ny-nav-con{
  padding-left: 34px;
}

.about-qyhj{
  padding-top: 96px;
  background: none;
}
.about-qyhj .yycj-con a{
  margin-bottom: 60px;
}

.about-qywh{
  padding-top: 96px;
  padding-bottom: 100px;
}

.about-qywh>div{
  display: flex;
  justify-content: space-between;
}
.about-qywh .qywh-top{
  margin-bottom: 42px;
}
.about-qywh .qywh-top>div{
  width: calc(50% - 15px);
  height: 234px;
  display: flex;
  cursor: default;
}
.about-qywh .qywh-top .title{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 186px;
  background-color: #135bb0;
}
.about-qywh .qywh-top .iconfont{
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}
.about-qywh .qywh-top .title .font{
  color: #ffffff;
  font-size: 20px;
}
.about-qywh .qywh-top .qysm .title{
  background-color: #2fa4f6;
}
.about-qywh .qywh-top .des{
  display: inline-flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: calc(100% - 186px);
  background-color: #eeeeee;
  color: #2b2b2b;
  font-size: 18px;
}
.about-qywh .qywh-bottom{
  display: flex;
  justify-content: space-between;
}
.about-qywh .qywh-bottom>div{
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  height: 234px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 424px;
}
.about-qywh .qywh-bottom>div:nth-child(4){
  margin-right: 0;
}
.about-qywh .qywh-bottom .img{
  width: 100%;
  height: 211px;
  overflow: hidden;
}
.about-qywh .qywh-bottom img{
  width: 100%;
  height: 100%;
  transition: all 2.5s;
}
.about-qywh .qywh-bottom>div:hover img{
  transform: scale(1.1);
}
.about-qywh .qywh-bottom .des{
  position: relative;
  height: calc(100% - 211px);
  padding-top: 32px;
}
.about-qywh .qywh-bottom .des::before{
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 5px;
  background-color: #d30b16;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-qywh .qywh-bottom .des h3{
  font-size: 24px;
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.about-qywh .qywh-bottom .des p{
  font-size: 18px;
  color: #4d4c4c;
  text-align: center;
  line-height: 32px;
}

.ny-contactus{
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactus-map{
  width: 780px;
  height: 440px;
}
.ny-contactus .address{
  width: calc(100% - 780px - 48px);
  margin: 0 24px;
}
.ny-contactus .address h1{
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  color: #d30b16;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 12px;
}
.ny-contactus .address p{
  line-height: 56px;
}
.ny-contactus .address p span{
  display: block;
  font-size: 18px;
  color: #272727;
}

.ny-recruitment{
  margin-bottom: 200px;
}
.ny-recruitment table{
  width:1400px;
  margin-bottom: 42px;
}

.ny-recruitment table td {
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
    border: solid 1px #fff;
    background: #f3f3f3;
    line-height: 2;
}


.ny-recruitment .callme{
  width: 548px;
  height: 62px;
  border-radius: 40px;
  background: linear-gradient(to right, #004fc6 0%, #00adf3 100%);
  margin: 76px auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-recruitment .callme a{
  display: block;
  width: 50%;
  text-align: center;
  height: 100%;
  line-height: 62px;
}
.ny-recruitment .callme i{
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
}
.ny-recruitment .callme .iconfont{
  font-size: 30px;
  margin-right: 20px;
}
.ny-recruitment .callme .phone{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.ny-recruitment .callme .phone:hover{
  box-shadow: 0 0 10px #00adf3;
}
.ny-recruitment .callme .email{
   border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 18px;
}
.ny-recruitment .callme .email:hover{
  box-shadow: 0 0 10px #00adf3;
}
.ny-recruitment table th {
    background-color: rgb(0, 173, 243);
    color:#fff;
    font-size: 18px;
    line-height: 2;
}

.about-gsjs-top{
  padding-bottom: 184px;
  background: url(../img/gsjs-top.jpg) no-repeat bottom center;
}
.about-gsjs .gsjs-top{
  padding: 80px 0 87px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-gsjs .gsjs-top .des{
  /* box-sizing: border-box; */
  width: calc(100% - 626px - 78px);
  padding: 0 60px 0 18px;
}
.about-gsjs .gsjs-top h1{
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 40px;
  font-weight: normal;
}
.about-gsjs .gsjs-top p{
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  /* 首字符缩进 */
  text-indent: 2em;
}
.about-gsjs .gsjs-top .video{
  position: relative;
  width: 626px;
  height: 350px;
  overflow: hidden;
}
.about-gsjs .gsjs-top .video video{
  width: 100%;
  height: 100%;
}
.about-gsjs .gsjs-top .video .play{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/play.jpg) no-repeat center center/cover;
}
.about-gsjs .gsjs-top .video .play.active{
  display: none;
}
.about-gsjs .gsjs-top .video .play img{
  cursor: pointer;
}

.about-gsjs-top .part3{
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}
.about-gsjs-top .part3 .item{
  cursor: default;
  box-sizing: border-box;
  position: relative;
  padding: 44px 26px 0;
  border-radius: 6px;
  border: 2px solid #d30b16;
  height: 214px;
  width: calc((100% - 202px) / 3);
  transition: all 0.25s;
}

.about-gsjs-top .part3 .item .iconfont{
  position: absolute;
  box-sizing: border-box;
  background-color: #d30b16;
  color: #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  transition: all 0.25s;
  overflow: hidden;
}
.about-gsjs-top .part3 .item h3{
  text-align: center;
  font-size: 18px;
  color: #d30b16;
  font-weight: bold;
  margin-bottom: 16px;
}
.about-gsjs-top .part3 .item p{
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
}
.about-gsjs-top .part3 .item i{
  color: #d30b16;
  font-size: 18px;
}
.about-gsjs-top .part3 .item:hover{
  box-shadow: 0 0 10px #d30b16;
}
.about-gsjs-top .part3 .item:hover .iconfont{
  box-shadow: 0 0 10px #d30b16;
}
.about-gsjs-qywh{
  padding: 56px 0 106px;
  background-color: #f2f2f2;
}
.about-gsjs-title{
  text-align: center;
  margin-bottom: 76px;
}
.about-gsjs-title h2{
  font-size: 30px;
  font-weight:normal;
  color: #2b2b2b;
  margin-bottom: 12px;
}
.about-gsjs-title span{
  font-size: 20px;
  font-weight:normal;
  color: #9e9e9e;
}
.qywh-part3{
  display: flex;
  justify-content: space-between;
}
.qywh-part3>div{
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
}
.qywh-part3>div:last-child{
  margin-right: 0;
}
.qywh-part3 .top{
  width: 100%;
  height: 294px;
  position: relative;
  overflow: hidden;
}
.qywh-part3 .top img{
  width: 100%;
  height: 100%;
}
.qywh-part3>div{
  cursor: default;
  transition: all 0.5s;
}
.qywh-part3 .top>div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qywh-part3>div:first-child .top>div{
  background: rgba(49,112,185,0.8);
}
.qywh-part3>div:nth-child(2) .top>div{
  background: rgba(51,177,187,0.8);
}
.qywh-part3>div:last-child .top>div{
  background: rgba(89,182,248,0.8);
}
.qywh-part3>div:hover{
  box-shadow: 0 0 10px #004fc6;
}
.qywh-part3>div .top>div{
  transition: all 0.5s;
}
.qywh-part3>div:hover .top>div{
  transform: translateY(-100%);
}
.qywh-part3 .top>div i{
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
.qywh-part3 .top>div span{
  font-size: 20px;
  color: #fff;
}
.qywh-part3 .des{
  height: 130px;
  line-height: 130px;
  text-align: center;
  background-color: #fff;
}
.qywh-part3 .des span{
  font-size: 18px;
  color: #2b2b2b;
}

.about-gsjs-qyhj{
  padding: 118px 0 83px;
  font-size: 0;
}
.qyhj-slide{
  position: relative;
}
.qyhj-slide li{
  width: 444px;
  height: 296px;
  margin: 0 10px;
}
.qyhj-slide li img{
  width: 100%;
  height: 100%;
}
.qyhj-slide .prev,.qyhj-slide .next{
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
  border-radius: 50%;
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.qyhj-slide .prev{
  left: -70px;
}
.qyhj-slide .next{
  right: -70px;
}
.qyhj-slide .prev:hover,.qyhj-slide .next:hover{
  border: 1px solid #666;
  color: #666;
}

.gsxw-list{
  padding: 68px 0 140px;
}
.gsxw-list-con ul{
  overflow: hidden;
}
.gsxw-list-con li{
  float: left;
  cursor: pointer;
  width: calc((100% - 176px) / 3);
  margin-right: 83px;
  margin-bottom: 50px;
  box-shadow: 10px 10px 0px #dcdcdc;
}
.gsxw-list-con li:nth-child(3n){
  margin-right: 10px;
}
.gsxw-list-con li .img{
  width: 100%;
  height: 253px;
  overflow: hidden;
}
.gsxw-list-con li img{
  transition: all 2.5s;
  width: 100%;
  height: 100%;
}
.gsxw-list-con li:hover .img img{
  transform: scale(1.1);
}
.gsxw-list-con li .des{
  position: relative;
  height: 86px;
  border: 1px solid #d6212b;
  padding: 20px 28px 26px;
}
.gsxw-list-con li .des span{
  font-size: 20px;
  color: #2c2c2c;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.gsxw-list-con li .des .time{
  position: absolute;
  bottom: 26px;
  left: 28px;
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.news-con-nav p,.news-con-nav p a{
  font-size: 16px;
  color: #666666;
}
.news-con-nav p i{
  margin-right: 10px;
  margin-left: 20px;
}
.news-con-nav p a:hover{
  color: #d6212b;
}


.page-container>.content{
    margin-bottom: 90px;
}
.page-container>.content>.top{
    text-align: center;
}
.page-container>.content>.top .title{
    display: block;
    padding: 114px 40px 46px;
    font-size: 24px;
    font-weight: normal;
    color: #272727;
    border-bottom: 1px dashed #dcdcdc;
}
.page-container>.content>.top .title .subtitle{
  display: block;
}
.page-container>.content>.top .time{
    display: block;
    line-height: 58px;
    font-size: 14px;
    color: #868686;
}
.page-container>.content>.con{
    padding: 34px 100px 74px;
}
.page-container>.content>.prev-next{
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.page-container>.content>.prev-next a{
    font-size: 14px;
    color: #3e3e3f;
    transition: all 0.25s;
}
.page-container>.content>.prev-next a:hover{
    color: #007d21;
}
.page-container>.content>.prev-next .prev{
    font-size: 14px;
    color: #3e3e3f;
    display: block;
    float: left;
    max-width: calc(50% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-container>.content>.prev-next .next{
    font-size: 14px;
    color: #3e3e3f;
    display: block;
    float: right;
    max-width: calc(50% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-container>.content>.print-close{
    line-height: 75px;
    text-align: center;
    border-top: 1px solid #ebebeb;
}
.page-container>.content>.print-close a{
    color: #3e3e3f;
    font-size: 14px;
}
.page-container>.content>.print-close a:hover{
    color: #007d21;
}
.page-container>.content>.print-close .print{
    margin-right: 14px;
}
.page-container>.content img{
    vertical-align: middle;
}


.pagination {
  border-top: 1px solid #ececec;
  text-align: center;
  padding-top: 30px;
}
.pagination a {
  display: inline-block;
  /* float: left; */
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #dddddd;
  color: #555555;
  transition: all 0.25s;
}
.pagination a.on, .pagination a:hover {
  background-color: #d30b16;
  border: 1px solid #d30b16;
  color: #fff;
}
.pagination a:last-child {
  margin-right: 0;
}

.error{display: block; width: 1400px;box-sizing: border-box; padding: 40px;min-height: 200px; margin: auto; line-height: 2;}

.news-list-con{padding: 60px 0px;}

.news-list-con li{font-size: 20px; line-height: 45px; border-bottom: 1px solid #eee;clear: both; height: 45px;}

.news-list-con li span{float: right;color:#999}

.news-list-con li a{color:#222222}

.news-list-con li a:hover{color:#d30b16}