/*banner*/
.banner_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  min-width: 1180px;
  border-top: solid 1px #e3e3e3;
}
.banner_box img {
  position: absolute;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
}
/*artical——list*/
.pro_list .pay_box_tittle {
  background: url(../images/tittle07.png) no-repeat center;
  height: 148px;
}
.pro_list .pay_box_tittle02 {
  background: url(../images/tittle08.png) no-repeat center;
  height: 148px;
}
.pro_list .newscontent_main li {
  border-bottom: solid 1px #f1f1f1;
  padding: 20px 0;
  transition: all ease-out 0.2s;
}
.pro_list .newscontent_main li .newscontent {
  width: 900px;
  margin: auto;
}
.pro_list .newscontent_main li .newscontent .newsinfo {
  overflow: hidden;
  display: block;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsdate {
  float: left;
  width: 139px;
  text-align: right;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsdate .md {
  font-size: 50px;
  color: #c3c3c3;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsdate .year {
  font-size: 15px;
  color: #cfcfcf;
  margin-top: -8px;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsbody {
  float: left;
  width: 540px;
  margin-left: 60px;
  margin-top: 5px;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsbody .title {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_list .newscontent_main li .newscontent .newsinfo .newsbody .description {
  color: #909090;
  height: 38px;
  overflow: hidden;
  line-height: 20px;
}
.pro_list .newscontent_main li .newscontent .newsinfo .fa-angle-right {
  background: url(../images/artical_rig.png) no-repeat;
  float: right;
  width: 14px;
  height: 24px;
  margin-top: 25px;
}
.pro_list .newscontent_main li:hover p {
  color: #fff !important;
}
.pro_list .newscontent_main li:hover a {
  color: #fff !important;
}
.pro_list .newscontent_main li:hover .newsinfo {
  transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
}
.pro_list .newscontent_main li:hover {
  background: #e73030;
}
.pro_list .pro_list_more {
  width: 197px;
  line-height: 36px;
  margin: 60px auto 60px;
  text-align: center;
  overflow: hidden;
}
.pro_list .pro_list_more .page_left {
  float: left;
  background: url(../images/page_narrow.png) no-repeat;
  width: 10px;
  height: 19px;
  margin-top: 9px;
}
.pro_list .pro_list_more .page_rig {
  float: right;
  background: url(../images/page_narrow.png) no-repeat center -19px;
  width: 10px;
  height: 19px;
  margin-top: 9px;
}
.pro_list .pro_list_more .page_box {
  width: 138px;
  margin: auto;
}
.pro_list .pro_list_more a {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  background: #f5f5f5;
  font-size: 15px;
  color: #a9a9a9;
}
.pro_list .pro_list_more .current_a {
  background: #e60012;
  color: #fff;
}
footer {
  border-top: solid 1px #e3e3e3;
}
/*# sourceMappingURL=artical_list.css.map */