* {
  margin: 0px;
  padding: 0px;
}
.news-center {
  width: 100%;
  height: auto;
}
.news-center-slider {
  width: 100%;
  height: 440px;
  /* background-image: ; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.news-center-slider .news-center-title {
  padding-top: 175px;
}
.news-center-slider h3 {
  font-size: 39px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.news-center-slider p {
  font-size: 24px;
  font-family: pingfangsc-medium, pingfang sc;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
  opacity: 0.8;
}
.news-center-article {
  width: 1200px;
  margin: 33px auto;
  position: relative;
}
.news-center-article .news-center-items {
  width: 100%;
  height: 257px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
}
.news-center-items:hover h3 {
  color: #2d7adb;
}
.news-center-img {
  width: 358px;
  height: 193px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  float: left;
}
.news-center-items img {
  display: block;
  width: 358px;
  height: 193px;
  float: left;
  /* margin: 32px 32px 32px 0px; */
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news-center-items img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-center-items h3 {
  font-size: 22px;
  font-family: pingfangsc-semibold, pingfang sc;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}

.news-center-items h5 {
  font-size: 14px;
  font-family: apercu-bold, apercu;
  font-weight: bold;
  color: rgba(170, 170, 170, 1);
  margin-top: 11px;
}
.news-center-items p {
  width: 810px;
  height: 46px;
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  margin-top: 17px;
}
.news-center-items .news-center-content {
  float: right;
  margin-top: 32px;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.pages ul {
  display: flex;
}
.page-item {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 2px;
  margin-right: 9px;
}
.page-link {
  font-size: 14px;
  font-family: pingfangsc-regular, pingfang sc;
  font-weight: 400;
  color: #999999;
}
.active {
  background: rgba(45, 122, 219, 1) !important;
}
.active > .page-link {
  color: rgba(255, 255, 255, 1) !important;
}

/* 新闻第二版开始 */
.news_title {
  height: 50px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #2d7adb;
  display: flex;
  align-items: center;
  background: url(/uploads/image/tppaimages/sidelist_dashed.gif) repeat-x left bottom;
}
.hot_news_warp{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.hot_news_item {
  padding-top: 30px;
  display: flex;
}
.clear{
  clear: both;
}
.left_warp {
  flex: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.left_warp a img {
  width: 298px;
  height: 186px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.left_warp a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.right_wrap {
  flex: 5;
  font-size: 17px;
  color: #888888;
}
.right_wrap .right_title a {
  font-size: 20px;
  font-weight: bold;
  color: #2d7adb;
  line-height: 32px;
}
.right_wrap .right_info {
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.right_wrap .right_more a {
  background: url(/uploads/image/tppaimages/news_more.gif) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 97px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  color: #2d7adb;
  font-size: 12px;
}
.right_wrap .right_more a:hover {
  text-decoration: underline;
}
.title_bar {
  background: url(/uploads/image/tppaimages/news_title.jpg) no-repeat center top;
  background-size: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #1f6ad7;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.title_bar .title_bar_title {
  margin-left: 27px;
}
.title_bar .title_bar_date {
  margin-right: 95px;
}
.news_list {
  width: 100%;
}
.news_list li {
  text-decoration: none;
  background: url(/uploads/image/tppaimages/ico_newslist.gif) no-repeat left;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f1eeee;
  padding-left: 14px;
  font-family: arial;
}
.ico_newslist {
  background: url(/uploads/image/tppaimages/ico_newslist11.gif) no-repeat left !important;
}
.news_list li span {
  float: right;
  color: #888888;
  margin-right: 45px;
}
.news_list li a {
  float: left;
  font-size: 16px;
  color: #7c8291;
}
.news_list li a:hover {
  color: #1f6ad7;
  text-decoration: underline;
}
.news_list li .new {
  background: url(/uploads/image/tppaimages/icon_news.gif) no-repeat right center;
  padding-right: 30px;
}
