.news-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  width: 100%;
}
.news-item a {
  display: block;
}
.news-item .news-item-tit {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
.news-item .news-item-dec {
  font-size: 12px;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
}
.news-item .news-item-b p {
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
}
.news-item .news-item-b p i {
  color: #0f75b5;
  font-family: acrom;
  font-weight: 100;
}
.news-item a:hover .news-item-tit {
  color: #0f75b5;
}
/*---------------------详情页---------------------*/
.detail {
  padding: 1.5rem 0;
  background-color: #e9f0f4;
}
.detail .main_row {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.detail .detail-l {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 1rem;
}
.detail .detail-l .detail-tit {
  padding: 1rem 2rem 1.5rem;
  border-bottom: 1px solid #999999;
}
.detail .detail-l .detail-tit h1 {
  font-size: 1.875rem;
  color: #000000;
  text-align: center;
  position: relative;
}
.detail .detail-l .detail-tit p {
  font-size: 14px;
  color: #999999;
  margin-top: 1.5rem;
  text-align: center;
}
.detail .detail-l .detail-tit p span {
  margin-right: 2rem;
}
.detail .detail-l .detail-tit p i {
  color: #296390;
}
.detail .detail-l .detail-info {
  font-size: 16px;
  color: #222222;
  line-height: 2;
  text-align: justify;
  padding: 1rem 2rem 1.5rem;
}
.detail .detail-l .detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .detail-l .detail-link a {
  width: 46%;
  background: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  color: #222222;
}
.detail .detail-l .detail-link a span {
  color: #296390;
}
.detail .detail-r {
  margin-left: 2rem;
  flex-shrink: 0;
  width: 20rem;
  background: #ffffff;
}
.detail .detail-ts {
  font-size: 1.875rem;
  font-weight: bold;
  color: #296390;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #999999;
}
.detail .detail-new {
  background: #ffffff;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.detail .detail-new li:last-child {
  margin-bottom: 0;
}
.detail .detail-new li .news-item-tit {
  font-weight: normal;
}
.detail .detail-subs {
  background: #fafafa;
  padding: 1.5rem 1rem;
}
.detail .detail-subs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail .detail-subs ul li {
  width: 50%;
  text-align: center;
  padding: 1rem 0;
}
.detail .detail-subs ul li p {
  padding-top: 1rem;
  font-size: 1.125rem;
  color: #000000;
}
/*新闻列表*/
.newscenter {
  padding: 1.5rem 0;
  background-color: #e9f0f4;
}
.newscenter .newstop {
  padding: 1rem 0;
}
.newscenter .newstop .newsss {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.newscenter .newstop .newsss .picbox {
  width: 45%;
}
.newscenter .newstop .newsinfo {
  width: 55%;
  box-sizing: border-box;
  padding: 2.5rem;
}
.newscenter .newstop .newsinfo .newsinfo-tit {
  font-size: 1.5rem;
  color: #000000;
  text-align: justify;
  line-height: 2.25rem;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.newscenter .newstop .newsinfo .newsinfo-dec {
  font-size: 14px;
  color: #333333;
  line-height: 1.75rem;
  height: 5.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin: 1rem 0;
}
.newscenter .newstop .newsinfo .newsinfo-site {
  font-size: 14px;
  color: #2984bd;
}
.newscenter .newstop .newsinfo .newsinfo-dts {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1rem;
}
.newscenter .newstop .newsinfo .newsinfo-dts i {
  font-size: 2rem;
  color: #2984bd;
}
.newscenter .newstop .newsinfo .newsdate {
  text-align: right;
  position: relative;
}
.newscenter .newstop .newsinfo .newsdate:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background: #2984bd;
  margin-bottom: 0.5rem;
}
.newscenter .newstop .newsinfo .newsdate p {
  font-size: 1.125rem;
  color: #2984bd;
}
.newscenter .newstop .newsinfo .newsdate h1 {
  font-size: 3.125rem;
  color: #2984bd;
}
.newscenter .newstop a:hover .newsinfo .newsinfo-tit {
  color: #2984bd;
}
.newscenter .swiper-news .news-pag {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 23;
}
.newscenter .swiper-news .news-pag span {
  background: #fff;
  opacity: 1;
}
.newscenter .swiper-news .news-pag .swiper-pagination-bullet-active {
  background: #2984bd;
}
.newscenter .newsls ul li {
  background: #fff;
  margin-bottom: 1rem;
}
.newscenter .newsls ul li a {
  display: block;
  padding: 2rem 0;
}
.newscenter .newsls .newsls-l {
  float: left;
  padding: 0 2.5rem;
  text-align: right;
  position: relative;
}
.newscenter .newsls .newsls-l:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background: #ee2525;
}
.newscenter .newsls .newsls-l p {
  font-size: 12px;
  color: #b6b6b6;
}
.newscenter .newsls .newsls-l h2 {
  font-size: 1.875rem;
  color: #b6b6b6;
}
.newscenter .newsls .newsls-r {
  overflow: hidden;
  padding: 0 2.5rem;
}
.newscenter .newsls .newsls-r h1 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  transition: 0.3s;
  text-align: justify;
}
.newscenter .newsls .newsls-r p {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  margin: 1rem 0;
  text-align: justify;
}
.newscenter .newsls .newsls-r span {
  text-transform: uppercase;
  font-size: 12px;
  color: #25378c;
}
.newscenter .newsls a:hover .newsls-r h1 {
  color: #2984bd;
}
.newscenter .nyry-ls ul {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.newscenter .nyry-ls li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
}
.newscenter .nyry-ls li a {
  display: block;
  padding: 1rem;
  background: #ffffff;
}
.newscenter .nyry-ls li .pic {
  height: auto;
  padding-bottom: 70%;
}
.newscenter .nyry-ls li .yszx-msg {
  margin-top: 0.6rem;
}
.newscenter .nyry-ls li .yszx-msg h1 {
  font-size: 1.25rem;
  text-align: left;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscenter .nyry-ls li:nth-child(4n) {
  margin-right: 0;
}
.newscenter .leader-ls ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newscenter .leader-ls li {
  width: 15%;
  margin: 0 0.83% 1.5rem;
}
.newscenter .leader-ls li a {
  display: block;
  padding: 1rem 0.5rem;
  background: #ffffff;
}
.newscenter .leader-ls li .pic {
  height: auto;
  padding-bottom: 130%;
}
.newscenter .leader-ls li .yszx-msg {
  margin-top: 0.6rem;
}
.newscenter .leader-ls li .yszx-msg h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
}
.newscenter .leader-ls li .yszx-msg p {
  font-size: 1rem;
  text-align: center;
  color: #999;
}
.newscenter .leader-ls li:nth-child(4n) {
  margin-right: 0;
}
.newssublist {
  padding: 1.5rem 0;
  background-color: #e9f0f4;
}
.newssublist .sub_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  margin-bottom: 1.6rem;
  padding: 0 0.6rem;
  position: relative;
}
.newssublist .sub_title .news-tit-l h1 {
  width: 8.5rem;
  text-align: center;
  font-size: 1.8rem;
}
.newssublist .sub_title .news-tit-r {
  font-size: 1rem;
  color: #4082b6;
}
.newssublist .sub_title .news-tit-r .iconfont {
  font-size: 1.125rem;
}
.newssublist .sub_title.news-line {
  height: 4rem;
  border-bottom: 1px solid #dddddd;
}
.newssublist .sub_title.news-line .news-tit-line {
  height: 4px;
  background-color: #296390;
  width: 10rem;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.newssublist .newstop {
  padding: 1rem 0;
}
.newssublist .newstop .newsss {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.newssublist .newstop .newsss .picbox {
  width: 45%;
}
.newssublist .newstop .newsinfo {
  width: 55%;
  box-sizing: border-box;
  padding: 2.5rem;
}
.newssublist .newstop .newsinfo .newsinfo-tit {
  font-size: 1.5rem;
  color: #000000;
  text-align: justify;
  line-height: 2.25rem;
  height: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.newssublist .newstop .newsinfo .newsinfo-dec {
  font-size: 14px;
  color: #333333;
  line-height: 1.75rem;
  height: 5.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin: 1rem 0;
}
.newssublist .newstop .newsinfo .newsinfo-site {
  font-size: 14px;
  color: #2984bd;
}
.newssublist .newstop .newsinfo .newsinfo-dts {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1rem;
}
.newssublist .newstop .newsinfo .newsinfo-dts i {
  font-size: 2rem;
  color: #2984bd;
}
.newssublist .newstop .newsinfo .newsdate {
  text-align: right;
  position: relative;
}
.newssublist .newstop .newsinfo .newsdate:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background: #2984bd;
  margin-bottom: 0.5rem;
}
.newssublist .newstop .newsinfo .newsdate p {
  font-size: 1.125rem;
  color: #2984bd;
}
.newssublist .newstop .newsinfo .newsdate h1 {
  font-size: 3.125rem;
  color: #2984bd;
}
.newssublist .newstop a:hover .newsinfo .newsinfo-tit {
  color: #2984bd;
}
.newssublist .newsls ul li {
  background: #fff;
  margin-bottom: 1rem;
}
.newssublist .newsls ul li a {
  display: block;
  padding: 2rem 0;
}
.newssublist .newsls .newsls-l {
  float: left;
  padding: 0 2.5rem;
  text-align: right;
  position: relative;
}
.newssublist .newsls .newsls-l:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background: #ee2525;
}
.newssublist .newsls .newsls-l p {
  font-size: 12px;
  color: #b6b6b6;
}
.newssublist .newsls .newsls-l h2 {
  font-size: 1.875rem;
  color: #b6b6b6;
}
.newssublist .newsls .newsls-r {
  overflow: hidden;
  padding: 0 2.5rem;
}
.newssublist .newsls .newsls-r h1 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  transition: 0.3s;
  text-align: justify;
}
.newssublist .newsls .newsls-r p {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  margin: 1rem 0;
  text-align: justify;
}
.newssublist .newsls .newsls-r span {
  text-transform: uppercase;
  font-size: 12px;
  color: #25378c;
}
.newssublist .newsls a:hover .newsls-r h1 {
  color: #2984bd;
}
.nyfenye {
  background-color: #ffffff;
  padding: 1.5rem 0;
  margin: 10px 0;
  text-align: center;
}
.nyfenye .pagination {
  display: flex;
  justify-content: center;
}
.nyfenye a,
.nyfenye span,
.nyfenye i {
  display: block;
  vertical-align: middle;
  margin: 3px;
  font-size: 16px;
  padding: 5px 10px;
  color: #666666;
}
.nyfenye a {
  background: #efefef;
}
.nyfenye .active > span,
.nyfenye .prevpage,
.nyfenye .nextpage {
  color: #ffffff;
  background: #ee2525;
}
.nyfenye .homepage,
.nyfenye .lastpage {
  background: none;
  color: #000000;
}
/*# sourceMappingURL=page.css.map */