/*产品中心 内页*/
.prolist_mbx {
  width: 100%;
  max-width: 1400px;
  height: 60px;
  overflow: hidden;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: -60px auto 0;
  padding: 14px 40px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

.prolist_mbx a {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.prolist_mbx a:hover {
  color: #025dac;
}

.prolist_mbx img {
  display: inline-block;
  margin: -2px 10px 0;
  vertical-align: middle;
}

.prolist_mbx img.home {
  margin: -2px 20px 0 0;
}

.nyProMenu {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 40px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyPro_Menu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
  box-shadow: 0 6px 12px rgb(0, 0, 0, .06);
  position: relative;
  z-index: 9;
}

.ProMenu_Header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0 40px;
  background-color: #025dac;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProMenu_Header img {
  display: block;
  width: 22px;
  height: 22px;
  margin: 19px 15px 19px 0;
  padding: 0;
  float: left;
}

.ProMenu_Header a.ProAll {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
  float: right;
}

.ProMenu_Header a.ProAll i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 6px 0 6px 10px;
  padding: 0;
  background: #fff url(../images/jt04.png) center center no-repeat;
  background-size: 16px 16px;
  border-radius: 50%;
  float: right;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProMenu_Header a.ProAll:hover i {
  margin: 6px 0 6px 16px;
}

.ParentLevel {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 40px 10px;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ParentLevel ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.ParentLevel ul li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 20px 10px 0;
  padding: 0;
  float: left;
}

.ParentLevel ul li p {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 24px 0 0;
  border-radius: 4px;
  position: relative;
}

.ParentLevel ul li p a {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
}

.ParentLevel ul li p a::before {
  content: '';
  width: 0;
  height: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #025dac;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ParentLevel ul li p i {
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  padding: 0;
  background: url(../images/down01.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  opacity: 0.4;
}

.ParentLevel ul li.selected p a::before,
.ParentLevel ul li:hover p a::before {
  width: 100%;
}

.ParentLevel ul li.selected p a font,
.ParentLevel ul li:hover p a font {
  color: #025dac;
}

.ParentLevel ul li:hover p i {
  background: url(../images/down03.png) center center no-repeat;
  background-size: 14px 14px;
  opacity: 1;
}

.ParentLevel ul li.selected p i {
  background: url(../images/up03.png) center center no-repeat;
  background-size: 14px 14px;
  opacity: 1;
}

.ChildLevel {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 40px 10px;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ChildLevel .tag {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.ChildLevel .tag a {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 15px;
  margin: 0 20px 10px 0;
  padding: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ChildLevel .tag a:hover font {
  color: #025dac;
}

.nyProducts .nyPro_Main {
  min-height: 320px;
  margin: 60px auto;
}

.nyPro_Main .nyPro_List {
  min-height: 240px;
}

.nyPro_List ul {
  margin: 0 -15px;
}

.nyPro_List ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
  position: relative;
}

.nyPro_List ul li .nyProList_con {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, .08);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyPro_List ul li .nyProList_con:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.nyProList_con .text {
  padding-bottom: 12px;
  position: relative;
}

.nyProList_con .text::before,
.nyProList_con .text::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.nyProList_con .text::after {
  width: 0;
  background-color: #025dac;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProList_con:hover .text::after {
  width: 100%;
}

.nyProList_con .text .name {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 14px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProList_con .text .name::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #025dac;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyProList_con:hover .text .name {
  color: #025dac;
}

.nyProList_con .xh {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 60px;
  position: relative;
}

.nyProList_con .xh img {
  display: block;
  width: 14px;
  height: 16px;
  margin: 16px 10px 16px 0;
  padding: 0;
  float: left;
}


.nyProList_con .more {
  display: block;
  width: 48px;
  height: 48px;
  background: #999;
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  right: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProList_con .more i {
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/jt08.png) center no-repeat;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: skewX(10deg);
}

.nyProList_con:hover .more {
  background: #025dac;
}


.nyProList_con .pic {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin: 20px auto;
  position: relative;
}

.nyProList_con .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyProList_con:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}


@media (max-width:1680px) {}

@media (max-width:1600px) {
  .ParentLevel ul {
    width: 100%;
  }

  .ChildLevel .tag {
    width: 100%;
  }
}

@media (max-width:1440px) {
  .prolist_mbx {
    max-width: 94%;
  }
  
  .nyProMenu {
    max-width: inherit;
    padding: 0 3%;
  }

  .ParentLevel {
    padding: 20px 40px 10px;
  }

  .ParentLevel ul li {
    margin: 0 20px 10px 0;
  }

  .ParentLevel ul li p a {
    font-size: 16px;
  }

  .ChildLevel .tag a {
    font-size: 15px;
    margin: 0 30px 10px 0;
  }
  
  .nyProducts .nyPro_Main {
    margin: 40px auto 60px;
  }

}

@media (max-width:1080px) {

  .nyPro_Menu {
    margin: 20px auto;
  }

  .ProMenu_Header {
    padding: 0 20px;
    font-size: 20px;
  }

  .ParentLevel {
    padding: 20px 20px 10px;
  }

  .ChildLevel {
    padding: 20px 20px 10px;
  }

  .ChildLevel .tag a {
    margin: 0 20px 10px 0;
  }

  .ProMenu_Header a.ProAll {
    font-size: 14px;
  }

  .nyProListChild {
    padding: 20px 20px 10px;
  }

  .nyProListChild p a {
    margin: 0 20px 10px 0;
    font-size: 15px;
  }

  .nyPro_List ul li {
    width: 33.333333%;
  }

  .nyProList_con .pic {
    height: 250px;
  }
}

@media (max-width:920px) {
  .nyProducts .nyPro_Main {
    margin: 20px auto 40px;
  }

  .nyPro_List ul {
    margin: 0 -10px;
  }

  .nyPro_List ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyProList_con .pic {
    height: 180px;
  }
}

@media (max-width:820px) {
  .nyProMenu {
    margin: 20px auto;
  }

  .ChildLevel .tag {
    padding: 10px 0;
  }
}

@media (max-width:767px) {

  .nyPro_Menu {
    padding: 48px 0 0;
  }

  .ProMenu_Header {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }

  .ProMenu_Header img {
    margin: 13px 10px 13px 0;
  }

  .ParentLevel {
    margin: 0 auto 20px;
    padding: 20px 20px 10px;
  }

  .ParentLevel ul li {
    width: 100%;
    margin: 0 auto 10px;
    float: inherit;
  }

  .ParentLevel ul li p {
    padding: 0 40px 0 0;
  }

  .ParentLevel ul li p a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ParentLevel ul li p i {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
  }

  .ChildLevel {
    padding: 0 12px;
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .ChildLevel .tag a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 12px;
  }

  .ChildLevel .tag a::before {
    left: 10px;
  }

  .ChildLevel .tag a:hover::before {
    margin: 0;
  }

  .ProMenu_Header a.ProAll {
    margin: 4px 0;
  }

  .ProMenu_Header a.ProAll i {
    width: 24px;
    height: 24px;
    margin: 8px 0 8px 10px;
  }

  .nyProListChild {
    padding: 10px 20px;
  }

  .nyProListChild p a {
    margin: 0 20px 0 0;
  }

  .nyPro_List ul li {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }

  .nyPro_List ul li:nth-child(2n),
  .nyPro_List ul li:nth-child(3n),
  .nyPro_List ul li:nth-child(4n) {
    margin: 0 0 20px;
  }

  .nyProList_con .xh {
    font-size: 15px;
  }

  .nyProList_con .pic {
    height: 200px;
  }
}

@media (max-width:390px) {
  .nyProList_con .pic {
    height: 140px;
  }
}

@media (max-width:320px) {
  .ProMenu_Header a.ProAll {
    font-size: 0;
  }

  .nyProducts .nyPro_Main {
    margin: 20px auto;
  }
}

/*nyProducts 结束*/



/*产品列表页*/

.ny_prolby #fengye a,
.ny_prolby #fengye .p_input {
  background: #eee;
}


.nyProducts .nyPro_Main.ny_prolby {
  min-height: 320px;
  margin: 60px auto 140px;
}

.ny_prolby ul {
  margin-bottom: 40px;
}

.ny_prolby ul li {
  width: 100%;
  position: relative;
}

.ny_prolby ul li:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  background: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8, #eee);
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_prolby ul li .w1400 {
  padding: 30px 60px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  transition: border 0s;
  -webkit-transition: border 0s;
}

.ny_prolby ul li:first-child .w1400 {
  border: 0;
}

.ny_prolby ul li:last-child .w1400 {
  border-bottom: 1px solid #e6e6e6;
}

.ny_prolby ul li .pic {
  width: 33%;
  height: 300px;
  border: 1px solid #e6e6e6;
  background: #fff;
  float: left;
  display: block;
  position: relative;
  transition: border 0s;
  -webkit-transition: border 0s;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_prolby ul li .pic img {
  max-width: 96%;
  max-height: 96%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_prolby ul li .text {
  width: 67%;
  padding-left: 60px;
  float: right;
}

.ny_prolby ul li .text .name {
  font-size: 30px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_prolby ul li .text .name:before {
  content: "";
  display: block;
  width: 3px;
  height: 36px;
  background: #025dac;
  float: left;
  margin: 5px 24px 0 0;
}

.ny_prolby ul li .text dl {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  background: url(../images/cs_bg.png) repeat;
  padding: 8px 30px;
}

.ny_prolby ul li .text dl dd {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ny_prolby ul li .text dl dd:nth-child(2n) {
  padding-left: 30px;
}

.ny_prolby ul li .text dl dd img {
  margin-right: 15px;
  margin-top: -2px;
}

.ny_prolby ul li .text .ms {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ny_prolby ul li .more {
  display: block;
  float: right;
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.ny_prolby ul li .more em {
  display: block;
  width: 48px;
  height: 48px;
  background: #999;
  transform: skewX(-10deg);
  margin-left: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_prolby ul li .more em:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../images/jt08.png) center no-repeat;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: skewX(10deg);
}

.ny_prolby ul li:hover:after {
  width: 100%;
  opacity: 1;
}

.ny_prolby ul li:hover .w1400 {
  border: 0;
}

.ny_prolby ul li:hover+li .w1400 {
  border: 0;
}

.ny_prolby ul li:hover .pic {
  border: 1px solid #fff;
}

.ny_prolby ul li:hover .pic img {
  transform: scale(1.06);
}

.ny_prolby ul li:hover .text .name {
  color: #025dac;
}

.ny_prolby ul li:hover .text .more {
  color: #025dac;
}

.ny_prolby ul li:hover .text .more em {
  background: #025dac;
}

@media (max-width:1440px) {

  .nyProducts .nyPro_Main.ny_prolby {
    margin: 40px auto 120px;
  }

  .prolist_mbx img.home {
    margin-right: 15px;
  }

  .ny_prolby ul li .w1400 {
    padding: 30px 40px;
  }

  .ny_prolby ul li .text {
    padding-left: 40px;
  }

  .ny_prolby ul li .text .name {
    font-size: 24px;
  }

  .ny_prolby ul li .text .name:before {
    height: 30px;
  }
}

@media (max-width:1366px) {
  .nyProducts .nyPro_Main.ny_prolby {
    margin: 40px auto 100px;
  }
}

@media (max-width:1280px) {
  .ny_prolby ul li .w1400 {
    padding: 30px;
  }

  .ny_prolby ul li .text dl dd,
  .ny_prolby ul li .text .ms,
  .ny_prolby ul li .more {
    font-size: 15px;
  }


}

@media (max-width:1080px) {

  .prolist_mbx {
    max-width: 100%;
    font-size: 15px;
    margin: 0 auto;
    padding: 14px 3%;
  }

  .nylist_mulu .ChildLevel {
    padding: 24px 20px;
  }

  .nylist_mulu .swiper-slide {
    width: 200px;
  }

  .nylist_mulu .swiper-slide p {
    padding: 0 10px;
  }

  .ny_prolby ul li .w1400 {
    padding: 30px 0;
  }

  .ny_prolby ul li .pic {
    width: 39%;
    height: 280px;
  }

  .ny_prolby ul li .text .name {
    font-size: 20px;
  }

  .ny_prolby ul li .text .name:before {
    height: 24px;
    margin-right: 14px;
  }

  .ny_prolby ul li .text dl {
    padding: 8px 15px;
  }

  .ny_prolby ul li .text dl dd {
    font-size: 15px;
  }

  .ny_prolby ul li .text dl dd img {
    margin-right: 7px;
  }

  .ny_prolby ul li .more {
    margin-right: 15px;
  }

  .ny_prolby ul li .more em {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .ny_prolby ul li .more em:after {
    top: 14px;
    left: 13px;
  }
}

@media (max-width:820px) {

  .nylist_mulu p {
    width: 100%;
    height: 72px;
  }

  .nylist_mulu p a {
    height: 72px;
    line-height: 72px;
  }

  .nylist_mulu .ChildLevel {
    padding: 20px;
  }

  .ny_prolby ul li .w1400 {
    padding: 20px 0;
  }

  .ny_prolby ul li .text {
    padding-left: 30px;
  }

  .nyProducts .nyPro_Main.ny_prolby {
    margin: 40px auto 90px;
  }

}

@media (max-width:767px) {

  .prolist_mbx {
    height: 50px;
    padding: 9px 3%;
  }
  
  .prolist_mbx img.home {
    margin-right: 10px;
  }

  .nylist_mulu p {
    height: 60px;
  }

  .nylist_mulu p a {
    height: 60px;
    line-height: 60px;
  }

  .nylist_mulu .ChildLevel {
    padding: 15px 20px;
  }


  .nyProducts .nyPro_Main.ny_prolby {
    margin: 20px auto 80px;
  }

  .ny_prolby ul {
    margin-bottom: 20px;
  }

  .ny_prolby ul li .w1400 {
    display: block !important;
    padding: 20px 0;
  }

  .ny_prolby ul li .pic {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .ny_prolby ul li .text {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .ny_prolby ul li .text .name {
    font-size: 16px;
  }

  .ny_prolby ul li .text .name:before {
    height: 18px;
    margin: 4px 7px 0 0;
  }

  .ny_prolby ul li .text dl {
    margin: 10px 0;
  }

  .ny_prolby ul li .text .ms {
    display: none;
  }

  .ny_prolby ul li .more {
    float: left;
    margin-top: 0;
  }
}

@media (max-width:500px) {
  .ny_prolby ul li .text dl dd {
    width: 100%;
  }

  .ny_prolby ul li .text dl dd:nth-child(2n) {
    font-size: 14px;
    padding-left: 0;
  }
}

@media (max-width:320px) {
  .nyProducts .nyPro_Main.ny_prolby {
    margin: 20px auto 60px;
  }
}


/*产品中心相关文章*/
.xg-news {
  overflow: hidden;
  padding: 80px 0 120px;
  background-color: #fff;
}

.xg-news .ny_title {
  justify-content: flex-start;
}


.xg-news ul li {
  margin-bottom: 40px;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xg-news ul li:nth-child(2n) {
  margin-right: 0;
}

.xg-news ul li .tit a {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xg-news ul li .date {
  margin-top: 10px;
  line-height: 30px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.xg-news ul li .date i {
  font-style: normal;
  padding-left: 20px;
  position: relative;
  color: #999;
}

.xg-news ul li .date i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 28px;
  background: url(../images/time1.png) center no-repeat;
}

.xg-news ul li .date span {
  color: #42897c;
  padding-right: 24px;
}

.xg-news ul li .date span a {
  color: #999;
  font-size: 16px;
}

.xg-news ul li .date em {
  width: 18px;
  height: 18px;
  background: url(../images/ny_more.png) center no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 5px;
}

.xg-news ul li:hover {
  -webkit-box-shadow: 2px 12px 15px rgba(0, 0, 0, .1);
  box-shadow: 2px 12px 15px rgba(0, 0, 0, .1);
}

.xg-news ul li:hover .tit a {
  color: #025dac;
}

@media (max-width:1440px) {
  .xg-news {
    padding: 60px 0 110px;
  }

  .nyProList_con .pic {
    height: 240px;
  }

  .xg-news ul li {
    margin-bottom: 30px;
  }
}

@media (max-width:1366px) {

  .nyProList_con .pic {
    height: 220px;
  }

  .xg-news {
    padding: 60px 0 90px;
  }
}

@media (max-width:1280px) {
  .nyPro_List ul li .nyProList_con {
    padding: 20px;
  }

}

@media (max-width: 920px) {
  .xg-news {
    padding: 40px 0 70px;
  }

  .xg-news ul li {
    padding: 20px;
  }

  .xg-news ul li .tit a {
    line-height: 32px;
    font-size: 18px;
  }
}

@media (max-width: 820px) {
  .nyProList_con .pic {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .nyProList_con .pic {
    height: 280px;
  }

  .xg-news {
    padding: 40px 0 60px;
  }

  .xg-news ul li {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .xg-news ul {
    margin-top: 20px;
  }

  .xg-news ul li .tit a {
    white-space: inherit;
    text-overflow: inherit;
  }
}

@media (max-width: 320px) {
  .nyProList_con .pic {
    height: 240px;
  }

  .xg-news {
    padding: 20px 0 40px;
  }
}