.newsbanner {
  width: 100%;
  height: 500px;
  background: url(../images/newsbanner.jpg) no-repeat;
  background-size: cover; }

.switch {
  width: 100%;
  height: 80px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 48px; }

.switchthree {
  width: 899px;
  height: 100%;
  margin: auto; }

.zhongxin {
  width: 33%;
  height: 100%;
  border-left: 1px solid #bdbdbd;
  float: left; }

.switchthree h2 {
  color: #313131;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 80px; }

.gongyi {
  width: 34%;
  height: 100%;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  float: left; }

.yuangong {
  width: 33%;
  height: 100%;
  border-right: 1px solid #bdbdbd;
  float: left; }

.first {
  width: 100%;
  height: 238px;
  border-bottom: 1px solid #bdbdbd; }

.leftimg {
  width: 28%;
  height: 190px;
  background-color: #bdbdbd;
  margin-top: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  float: left; }

.leftimg img {
  border-image-width: 100%; }

.righttitle {
  width: 70%;
  height: 190px;
  margin-top: 2%;
  margin-left: 2%;
  float: right; }

.title h1 {
  font-size: 28px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: bold;
  height: 50px; }

.title p {
  font-size: 22px;
  color: #313131;
  height: 90px; }

.news {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #bdbdbd; }

.newstitle {
  width: 75%;
  float: left; }

.newstitle h2 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 90px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.newstime {
  width: 25%;
  float: right; }

.newstime p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #313131;
  text-align: right;
  line-height: 80px; }

.top2 {
  width: 100%;
  height: 400px;
  margin-top: 5%; }

.topleft {
  width: 49.5%;
  height: 100%;
  background-color: #bdbdbd;
  float: left; }

.topright {
  width: 49.5%;
  height: 100%;
  background-color: #bdbdbd;
  float: right; }

.page-div {
  display: flex; }
  .page-div .page-item-div {
    flex: 1; }
  .page-div .page-left {
    height: 100%;
    font-size: 26px;
    flex: inherit; }
    .page-div .page-left a {
      line-height: 80px; }
  .page-div .page-right {
    height: 100%;
    font-size: 26px;
    flex: inherit; }
    .page-div .page-right a {
      text-align: right;
      line-height: 80px; }
  .page-div .page-content {
    text-align: center;
    overflow-x: auto;
    padding-top: 25px; }
    .page-div .page-content .css-sys-none-page {
      display: none; }
    .page-div .page-content .page-item, .page-div .page-content a {
      display: inline-block;
      color: black;
      font-size: 20px;
      margin: 0 5px;
      height: 35px;
      line-height: 35px;
      width: 35px;
      border-radius: 100%;
      cursor: pointer; }
    .page-div .page-content .page-item.active {
      background-color: red;
      color: white; }

.top-div .title p {
  overflow: hidden;
  height: 90px;
  word-wrap: break-word;
  text-overflow: ellipsis; }
.top-div .title .content {
  height: 90px;
  overflow: hidden;
  font-size: 16px; }
.top-div .title h1 {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }
.top-div .more {
  margin-top: 24px; }
  .top-div .more a {
    color: #E77276;
    padding: 6px 15px;
    border: 1px solid #E77276;
    font-size: 16px; }

.nav-div {
  display: flex; }
  .nav-div .nav-item {
    flex: 1;
    border-bottom: none; }
  .nav-div .nav-item.active {
    border-bottom: 4px solid #313131; }

.top-item {
  font-weight: 200;
  position: relative; }
  .top-item .title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: left;
    padding-left: 15px;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.article-item {
  font-weight: 200; }
  .article-item .article-title {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
  .article-item .article-info {
    height: auto;
    font-size: 18px; }
    .article-item .article-info .icon {
      margin-right: 10px; }
    .article-item .article-info .article-time, .article-item .article-info .company-info {
      height: 20px;
      line-height: 20px;
      color: #656565; }
    .article-item .article-info .article-time {
      margin-right: 10px; }
    .article-item .article-info .company-info {
      border-bottom: 1px solid #656565; }
  .article-item .more {
    height: 50px;
    margin-top: -5px;
    float: right; }
  .article-item .more a {
    border: 1px solid #8a8a8a;
    padding: 10px 35px;
    color: #8a8a8a;
    text-decoration-line: none;
    font-size: 18px; }

.newstitle h2 a {
  color: #313131; }
.newstitle h2 a:hover {
  text-decoration: none; }

.top2 {
  height: auto;
  display: flex; }
  .top2 .topleft {
    width: auto;
    flex: 1;
    margin-right: 10px; }
  .top2 .topleft:last-child {
    margin-right: 0; }

/*# sourceMappingURL=news.css.map */
