@charset "utf-8";

/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  background-image: url("../images/025.png");
}

/* 导航链接部分 */
.nav_link {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80%;
  text-align: center;
  background-color: #EEEEEE;
}
.nav_link ul {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav_link ul li {
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 140px;
  display: inline-block;
  cursor: pointer;
} 
.nav_link ul li a {
  font-size: 18px;
  color:  #666666;
}
.nav_link ul li:hover a {
  color: #0776EC;
}
.nav_link ul li.active {
  background-color: #0776EC;
}
.nav_link ul li.active a {
  color: #fff;
}

/* 新闻头部 */
.news_top {
  position: relative;
  width: 100%;
  height: 250px;
}
.news_top .news_bt {
  float: left;
  margin-top: 30px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.news_top .news_sj {
  float: left;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999;
  font-size: 14px;
} 
.news_top .news_bq {
  float: left;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;

}
.news_top .news_footer {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #ccc;
}
.news_top .news_footer .news_zb {
  float: left;
  margin-top: 10px;
  width: 500px;
  height: 60px;
  line-height: 60px;
}
.news_top .news_footer .news_yb {
  float: right;
  width: 122px;
  height: 60px;
} 


/* 新闻内容 */
.news_nr {
  position: relative;
  width: 100%;
}
.news_nr .news_xw {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.news_nr p {
	width:100%;
	overflow: hidden;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #656565;
}
.news_nr p img{
	max-width: 100%;
}
.news_nr p:nth-of-type(2) span img {
  display: inline-block;
}
.news_nr .news_pz {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  height: 110px;
  line-height: 28px;
  background-color: #EEEEEE;
}
.news_nr .news_pz div {
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}

.news_nr .news_pz div:first-of-type {
  margin-top: 30px;
}
.news_nr .news_pz div a:hover {
  color: #0776EC;
}

@media screen and (min-width: 992px) {
  /* 屏幕大于992px */


}
@media screen and (max-width: 992px) {
  /* 屏幕小于992px */
  .content {
    box-sizing: border-box;
    padding-bottom: 44px;
    position: relative;
  }

  /* 头部 */
  .top_link ul li:nth-of-type(5) {
    border-bottom: 2px solid #0776EC;
  }

  /* banner */
  .banner {
    position: relative;
    width: 100%;
    height: 150px;
  }
  
  /* 导航链接部分 */
  .nav_link {
    height: 40px;
    line-height: 40px;
  }
  .nav_link ul li {
    width: 22%;
    height: 30px;
    line-height: 30px;
  }
  .nav_link ul li a {
    font-size: 14px;
  }

  /* 新闻头部 */
  .news_top {
    /* display: none; */
    height: 100%;
  }
  .news_top .news_bt {
    font-size: 16px;
    margin-top: 10px;
  }
  .news_top .news_sj {
    height: 26px;
    line-height: 26px;
  }
  .news_top .news_bq {
    height: 26px;
    line-height: 26px;
  }
  .news_top .news_footer {
    box-sizing: border-box;
    padding: 0 10px;
    height: 110px;
  }
  .news_top .news_footer .news_zb {
    width: 80%;
    height: 44px;
    line-height: 44px;
  }
  .news_top .news_footer .news_yb {
    float: left;
  }

  /* 新闻内容 */
  .news_nr {
    box-sizing: border-box;
    padding: 10px;
  }
  .news_nr .news_xw p span {
  	font-size: 14px !important;
  }
  .news_nr p:first-of-type {
    margin-top: 0;
  }
  .news_nr p {
    font-size: 14px;
  }
  .news_nr p:nth-of-type(2) span img {
    width: 100%;
    height: 100%;
  }
  .news_nr .news_pz div {
    font-size: 12px;
  }
  .news_nr .news_pz div:first-of-type {
    margin-top: 14px;
  }
  .news_nr .news_pz {
    height: 82px;
  }



}


@media screen and (min-width:992px) and (max-width: 1236px) {
  /* 屏幕大于992px 且 屏幕小于1236px */

  .w {
    width: 100%;
  }

  .zixun {
    display: none;
  }

  

} 