/* 导航的版心 */
.nav_center {
  width: 1440px;
  margin: 0px auto;
}
nav {
  height: 100px;
  line-height: 100px;
}
.logo {
  width: 341px;
  float: left;
}
.navtext .active {
  color: #0d75ce !important;
}
.navtext ul {
  font-size: 18px;
}
.navtext ul li {
  float: right;
  margin-left: 65px;
  color: #333333;
  cursor: pointer;
}
.navtext ul li:hover {
  color: #0d75ce;
}
.navtext ul li:hover span {
  color: #0d75ce;
}
.navtext ul li > span {
  color: #999999;
}
.newsCenter_banner > img {
  width: 100%;
  height: 380px;
}
.crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.marks {
  font-size: 16px;
  color: #666666;
}
.marks > span {
  cursor: pointer;
}
.marks > span > a {
  color: #666666;
}
.crumbs .marks > img {
  width: 18px;
  height: 19px;
  margin-right: 5px;
}

/* 内容列表区域 */

.mainList {
  margin-bottom: 40px;
}
.mainList ul {
  margin: 0;
  padding: 0;
}
.mainList ul > li {
  padding: 30px;
  margin-top: 50px;
  box-shadow: 0px 10px 16px 4px rgba(154, 155, 170, 0.1);
  transition: all 0.3s;
}

.mainList ul li:hover {
  background: url("../images/bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  transition: all 0.3s;
}
.mainList ul li .wraper .left_img {
  float: left;
  margin-right: 0px;
  width: 30%;
  box-sizing: border-box;
  padding-right: 30px;
}

.mainList ul li .wraper .left_img img {
  width: 100%;
  height: auto;
}
.mainList ul li .wraper .right_text {
  float: left;
  width: 70%;
}
.titles {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainList ul li:hover .line {
  background-color: #ffffff;
  transition: all 0.3s;
}
.mainList ul li:hover .timer {
  color: #ffffff;
  transition: all 0.3s;
  opacity: 0.6;
}
.mainList ul li:hover .btns {
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.mainList ul li:hover .describe {
  color: #ffffff;
  transition: all 0.3s;
  opacity: 0.6;
}
.mainList ul li:hover .titles {
  color: #ffffff;
  transition: all 0.3s;
}
.mainList ul li > a {
  color: #333333;
}
.line {
  width: 40px;
  height: 2px;
  background-color: #42b84c;
  margin: 16px 0px;
  transition: all 0.3s;
}
.describe {
  font-size: 18px;
  transition: all 0.3s;
}
.describe {
  line-height: 1.5;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.bottom {
  line-height: 30px;
  margin-top: 15px;
}
.bottom > .timer {
  float: left;
  color: #999999;
  font-size: 18px;
  transition: all 0.3s;
}
.bottom .btns {
  width: 112px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #0d75ce;
  float: right;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}

/* 底部页码区域 */
.pageNumber {
  width: 431px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.pageNumber > a {
  font-size: 14px;
  line-height: 36px;
  padding: 8px 10px;
}
.pageNumber > a:hover {
  background-color: #0d75ce;
  color: #ffffff;
}
.pageNumber > a.on {
  background-color: #0d75ce;
  color: #ffffff;
}
.home {
  width: 60px;
  height: 36px;
  background-color: #f7f7f7;
  color: #626262;
}
.pre {
  color: #626262;
  background-color: #f7f7f7;
  margin: 0px 22px;
}
.numbers {
  color: #626262;
}
.next {
  margin: 0px 22px;
  background-color: #f7f7f7;
  color: #626262;
}
.last {
  background-color: #f7f7f7;
  color: #626262;
}

@media (max-width: 768px) {
  /* 内容列表区域 */

  .mainList {
    margin-bottom: 0;
  }
  .mainList ul > li {
    padding: 15px;
    margin-top: 25px;
    box-shadow: 0px 5px 8px 2px rgba(154, 155, 170, 0.1);
  }
  .mainList ul li .wraper .left_img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0px;
  }
  .mainList ul li .wraper .left_img img {
    width: 100%;
  }
  .mainList ul li .wraper .right_text {
    float: left;
    width: 100%;
  }
  .titles {
    font-size: 22px;
  }
  .line {
    width: 40px;
    height: 2px;
    margin: 8px 0px;
  }
  .describe {
    font-size: 18px;
  }

  .bottom {
    line-height: 30px;
    margin-top: 15px;
  }
  .bottom > .timer {
    font-size: 14px;
  }
  .bottom .btns {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }

  .loadMore {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 15px 0;
  }
}
