@import "base.css";
body {
  background-color: #fff;
  height: 100%;
}
body #new_content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
body #new_content > .main {
  width: 1920px;
  margin: 0 auto;
}
body #new_content > .main > .content {
  overflow: auto;
  width: 1400px;
  height: 900px;
  margin: 100px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #CCCCCC solid;
  color: #333;
}
body #new_content > .main > .content > .close {
  text-align: right;
  color: red;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}
body #new_content > .main > .content > .title {
  font-size: 50px;
  margin-top: 100px;
  line-height: 100px;
  text-align: center;
}
body #new_content > .main > .content > .date {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}
body #new_content > .main > .content > .doc {
  font-size: 24px;
  line-height: 50px;
}
body #new_content > .main > .content > .doc > p {
  padding: 20px;
  text-indent: 2em;
}
body #new_content > .main > .content > .pic {
  padding: 20px 0px;
}
body #new_content > .main > .content > .pic img {
  display: block;
  margin: 0 auto;
  max-width: 1400px;
}
body > section {
  width: 1920px;
  margin: 0 auto;
  background-color: #e5e5e5;
}
body > section > .news_title {
  width: 1400px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 24px;
}
body > section > .news_title > .news_title_menu {
  float: left;
  font-weight: bold;
}
body > section > .news_title > .news_title_category {
  float: right;
  padding-left: 20px;
  cursor: pointer;
}
body > section > .news_title > .news_title_category:hover {
  color: #ea4335;
}
body > section > .news_title > .active {
  color: #ea4335;
}
body > section > .news_content {
  width: 1400px;
  margin: 0px auto;
  padding: 20px 0;
}
body > section > .news_content > .topnews {
  background-color: #f6f6f6;
  width: 100%;
  height: 540px;
  box-shadow: 2px 5px 4px 0px #ccc;
  margin: 30px 0;
  display: flex;
}
body > section > .news_content > .topnews > .topnews_img {
  width: 806px;
}
body > section > .news_content > .topnews > .topnews_img > img {
  width: 806px;
}
body > section > .news_content > .topnews > .topnews_content {
  padding: 60px 40px 20px 40px;
}
body > section > .news_content > .topnews > .topnews_content > span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
  color: #333;
}
body > section > .news_content > .topnews > .topnews_content > div {
  overflow: hidden;
  height: 300px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
}
body > section > .news_content > .topnews > .topnews_content > p {
  line-height: 50px;
  color: #CCCCCC;
}
body > section > .news_content > .newsArr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body > section > .news_content > .newsArr > .newlist {
  width: 450px;
  height: 460px;
  background-color: #fff;
  box-shadow: 2px 5px 4px 0px #ccc;
  margin-bottom: 20px;
}
body > section > .news_content > .newsArr > .newlist > .newlist_img {
  width: 450px;
  height: 260px;
}
body > section > .news_content > .newsArr > .newlist > .newlist_img > img {
  width: 450px;
  height: 260px;
}
body > section > .news_content > .newsArr > .newlist > .newlist_content {
  padding: 10px 20px;
  height: 180px;
  display: flex;
  flex-direction: column;
}
body > section > .news_content > .newsArr > .newlist > .newlist_content > span {
  flex: 1;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  padding: 20px 0;
  cursor: pointer;
}
body > section > .news_content > .newsArr > .newlist > .newlist_content > span:hover {
  color: #ea4335;
}
body > section > .news_content > .newsArr > .newlist > .newlist_content > p {
  height: 50px;
  line-height: 50px;
  color: #CCCCCC;
}
body > section > .news_content > .newsCount {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
}
body > section > .news_content > .newsCount > ul {
  list-style: none;
  text-align: center;
}
body > section > .news_content > .newsCount > ul > li {
  display: inline-block;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 1.875rem;
  font-size: 14px;
  margin: 0 10px;
  cursor: pointer;
}
body > section > .news_content > .newsCount > ul > li:hover {
  color: #ea4335;
}
