.container {
  height: 100%;
  width: 100%;
}
.container .row {
  height: 100%;
}
.container .row .water_header {
  /* background-image: url(../images/pc/news/bg.png); */
  width: 100%;
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
  position: relative;
  height: 4.8rem;
}
.container .row .water_header .water_header_bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.container .row .top_box {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.18rem;
  margin: 0 auto;
}
.container .row .top_box .top_box_imgBox img {
  width: 3.3rem;
  height: 0.79rem;
}
.container .row .top_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .row .top_box .nav {
  flex: 1;
  padding-top: 0.25rem;
}
.container .row .top_box .nav li::after {
  content: "";
  display: block;
  opacity: 0;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
  transition: all 0.2s linear;
}
.container .row .top_box .nav li:hover:after {
  content: "";
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li:nth-of-type(5)::after {
  content: "";
  display: block;
  opacity: 1;
  height: 1px;
  width: 100%;
  margin-top: 0.1rem;
  position: absolute;
  background-color: #fff;
}
.container .row .top_box .nav li {
  font-size: 0.18rem;
  color: #fff;
}
.container .row .top_box .nav li a {
  color: #fff;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .nav li a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.container .row .top_box .icon {
  padding-top: 0.1rem;
}
.container .row .top_box .icon li {
  margin-right: 0.15rem;
  cursor: pointer;
  position: relative;
}
.container .row .top_box .icon li img {
  width: 0.44rem;
}
.container .row .top_box .icon li .topImg {
  position: absolute;
  bottom: -1.4rem;
  left: -0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
}
.container .row .top_box .icon li:hover .topImg {
  opacity: 1;
  transition: all 0.2s linear;
}
.container .row .top_box .icon li:nth-of-type(4) {
  margin-right: 0;
}
.container .row .center_box .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3.5rem;
  margin-top: 0.9rem;
}
.container .row .center_box .top_box .heng {
  width: 0.24rem;
  height: 0.98px;
  background-color: #fff;
}
.container .row .center_box .top_box .title_cn {
  font-size: 0.5rem;
  color: #fff;
}
.container .row .center_box .en_title {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}
.container .row .navs {
  display: flex;
  height: 1.4rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 4.51rem;
}
.container .row .navs li {
  width: 2.04rem;
  height: 0.63rem;
  border-radius: 0.31rem;
  background-color: #ccc;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.63rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
.container .row .navs li:nth-of-type(1) {
  margin-right: 0.43rem;
}
.container .row .news {
  padding: 0 2.36rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .row .news .box:hover {
  background-color: #e9e9e9;
  transition: all 0.3s linear;
}
.container .row .news .box:hover img {
  transform: scale(1.05);
  transition: all 0.3s linear;
}
.container .row .news .box {
  width: 7rem;
  height: 7.5rem;
  background-color: #f2f2f2;
  margin-bottom: 0.48rem;
}
.container .row .news .box .m10 {
  height: 4rem;
  width: 100%;
  overflow: hidden;
}
.container .row .news .box .m10 img {
  height: 4rem;
  width: 100%;
}
.container .row .news .box .smBox {
  padding: 0.4rem 0.58rem 0rem 0.4rem;
}
.container .row .news .box .smBox .title {
  font-size: 0.34rem;
  color: #1a1a1a;
  height: 0.89rem;
}
.container .row .news .box .smBox .time {
  font-size: 0.2rem;
  color: #b3b3b3;
  margin-top: 0.3rem;
}
.container .row .news .box .smBox .content {
  font-size: 0.2rem;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.2rem;
  line-height: 0.35rem;
}
.container .row .allPage {
  position: relative;
  margin-bottom: 1rem;
}
.container .row .allPage .pages {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.container .row .allPage .pages .num {
  padding: 0.1rem 0.2rem;
  border: 1px solid #808080;
  font-size: 0.16rem;
  color: #808080;
  text-align: center;
  margin-left: 0.04rem;
  cursor: pointer;
}
.container .row .main_box8 {
  height: 5.8rem;
  padding: 0 2.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.container .row .main_box8 .main_box6_left img {
  width: 3.3rem;
  display: block;
  margin-top: 0.6rem;
}
.container .row .main_box8 .main_box6_left p {
  width: 4.06rem;
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.21rem;
}
.container .row .main_box8 .main_box6_left .tel {
  font-size: 0.3rem;
  color: #1a1a1a;
  margin-top: 0.42rem;
}
.container .row .main_box8 .main_box6_left .address {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.47rem;
}
.container .row .main_box8 .main_box6_left .email {
  font-size: 0.2rem;
  color: #ec4f62;
  margin-top: 0.17rem;
}
.container .row .main_box6 .main_box6_left .detail {
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: left;
}
.container .row .main_box6 .main_box6_left .ICP{
  color: #999;
  font-size: 0.16rem;
  margin-top: 1.22rem;
  float: right;
  margin-left: 2rem;
}
.container .row .main_box8 .main_box6_right .nav {
  font-size: 0.2rem;
  color: #999;
  margin-top: 1.59rem;
}
.container .row .main_box8 .main_box6_right .nav li {
  margin-bottom: 0.2rem;
  text-align: right;
}
.container .row .main_box8 .main_box6_right .nav li a {
  padding: 0;
  text-decoration: none;
  color: #999;
}
.container .row .main_box8 .main_box6_right .nav li a:hover {
  background-color: transparent;
}
.container .row .main_box8 .main_box6_right .nav li:hover a {
  color: #ec4f62;
}
.container .row .main_box8 .main_box6_right .nav li:nth-of-type(6) {
  margin-bottom: 0;
}
.container .row .main_box8 .main_box6_right .icon {
  display: flex;
  margin-top: 0.9rem;
}
.container .row .main_box8 .main_box6_right .icon li {
  margin-right: 0.09rem;
}
.container .row .main_box8 .main_box6_right .icon li img {
  width: 0.28rem;
  display: block;
}
.container .row .main_box8 .main_box6_right .icon li:nth-of-type(4) {
  margin-right: 0;
}

.mobile {
  width: 100%;
  height: 100%;
}
.mobile #header {
  /* background-image: url(../images/mobile/news/bg.png);
  background-size: 100% 100%; */
  width: 100%;
  height: 5.41rem;
  position: relative;
}
.mobile #header .header_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
.mobile #header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.67rem 0 0.64rem;
  height: 1.8rem;
}
.mobile #header .header_top .logo {
  display: block;
  width: 4.64rem;
}
.mobile #header .header_top .catalog {
  display: block;
  width: 0.66rem;
}
.mobile #header .header_nav {
  width: 5.4rem;
  height: 19.03rem;
  background-color: #fff;
  position: fixed;
  transition: all 0.2s linear;
  top: 0;
  z-index: 1000000;
}
.mobile #header .header_nav img {
  width: 0.7rem;
  position: absolute;
  right: 0.64rem;
  top: 0.55rem;
}
.mobile #header .header_nav .header_nav_ul {
  margin-top: 2.57rem;
}
.mobile #header .header_nav .header_nav_ul li {
  text-align: center;
  height: 2.25rem;
}
.mobile #header .header_nav .header_nav_ul li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 0.4rem;
  padding-bottom: 0.37rem;
}
.mobile #header .header_nav .header_nav_ul li:nth-of-type(5) a {
  border-bottom: 1px solid #4d4d4d;
}
.mobile #header .header_center {
  width: 4.5rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.mobile #header .header_center .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile #header .header_center .top .heng {
  width: 0.39rem;
  height: 2px;
  background-color: #fff;
}
.mobile #header .header_center .top .title {
  font-size: 0.78rem;
  color: #fff;
}
.mobile #header .header_center .bottom {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}
.mobile .navs {
  display: flex;
  padding: 0.9rem 1.02rem 0.9rem 1.02rem;
  justify-content: space-between;
  align-items: center;
}
.mobile .navs li {
  width: 4.01rem;
  height: 1.11rem;
  background-color: #ccc;
  border-radius: 0.55rem;
  text-align: center;
  line-height: 1.11rem;
  font-size: 0.44rem;
  color: #fff;
}
.mobile .detail {
  padding: 0 0.64rem 0.9rem 0.64rem;
}
.mobile .detail li {
  margin-bottom: 0.56rem;
  background-color: #f2f2f2;
}
.mobile .detail li img {
  width: 100%;
  height: 5.44rem;
}
.mobile .detail li .box {
  padding: 0.56rem 0.71rem 0.54rem 0.55rem;
}
.mobile .detail li .box .title {
  font-size: 0.44rem;
  color: #1a1a1a;
}
.mobile .detail li .box .time {
  font-size: 0.3rem;
  color: #b3b3b3;
  margin-top: 0.57rem;
}
.mobile .detail li .box .content {
  color: #808080;
  font-size: 0.3rem;
  margin-top: 0.56rem;
}
.mobile .main_box8 {
  height: 9.08rem;
  background-color: #fff;
  padding: 0 0.54rem 0 0.64rem;
}
.mobile .main_box8 p {
  color: #999;
  font-size: 0.38rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .tel {
  color: #1a1a1a;
  font-size: 0.78rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .address {
  color: #999;
  font-size: 0.3rem;
  margin-top: 0.9rem;
}
.mobile .main_box8 .email {
  font-size: 0.44rem;
  color: #ec4f62;
  margin-top: 0.32rem;
}
.mobile .main_box8 ul {
  display: flex;
  padding: 0 1rem;
  margin-top: 0.89rem;
  align-items: center;
  justify-content: space-between;
}
.mobile .main_box8 ul img {
  width: 1.07rem;
}
.mobile .main_box8 .last {
  color: #999;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.94rem;
}
[v-cloak] {
  display: none;
}
/*# sourceMappingURL=news.css.map */
