* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.header-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #0759a7;
  display: flex;
  justify-content: center;
}
.header-content {
  padding: 40px 0px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.header-content .title-wrap {
  padding-left: 26px;
  color: #fff;
}
.title-wrap .title {
  font-size: 32px;
  font-weight: 600;
}
.title-wrap .eng-title {
  padding-top: 15px;
  font-size: 14.6px;
}
.nav-wrap {
  min-height: 50px;
  width: 100%;
  min-width: 1200px;
  background-color: #176ec0;
  display: flex;
  justify-content: center;
}
.nav-wrap .nav-content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.nav-content .nav-item {
  position: relative;
  padding: 17px 28px;
  font-size: 18px;
}
.nav-item a,.nav-item a:visited,.nav-item a:hover {
  color: #ffffff;
}

.content-wrap {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrap .news-wrap {
  width: 1200px;
  background-color: #fff;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
.left-news-wrap .main-news {
  width: 875px;
  border: 1px solid #d2d2d2;
  border-top: none;
}
.main-news .main-news-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 16px;
}

.banner-swiper {
  width: 380px;
  height: 275px;
  overflow: hidden;
  flex-shrink: 0;
}

.banner-swiper .swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 380px;
  height: 275px;
}

.swiper-slide .swiper-titlle {
  width: 380px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-news-content .main-news-list {
  padding-left: 18px;
}

.main-news-list .main-news-title {
  padding-top: 15px;
  color: #292929;
  font-size: 20px;
  font-weight: 600;
}

.main-news-detail {
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #8d8d8d;
}

.main-news-list .news-list {
  cursor: pointer;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.news-list .news-item {
  color: #292929;
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list .time {
  color: #a2a2a2;
}
.sec-news-wrap {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
.sec-news-wrap .sec-news-item {
  border: 1px solid #eee;
  border-top: none;
  width: 430px;
  padding-bottom: 15px;
}

.sec-news-item .sec-news-list {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px;
  padding-top: 15px;
}

.sec-news-list .title {
  color: #292929;
  width: 355px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-news-list .time {
  color: #a2a2a2;
}

.news-type-two {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  display: flex;
}

.img-news {
  display: flex;
}

.img-news img {
  width: 145px;
  height: 90px;
}

.right-side-content .news-content {
  font-size: 14px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 60px;
  -webkit-box-orient: vertical;
}

.right-side-content .link-detail {
  padding-left: 15px;
  font-size: 14px;
}

.link-detail a {
  color: #176ec0;
}

.sec-news-item .news-list-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.news-list-wrap .news-item-list {
  cursor: pointer;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.news-item-list .title {
  width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
}

.news-item-list .time {
  color: #a2a2a2;
}
.main-imgs-news {
  border: 1px solid #eee;
}
.img-wall {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 22px 20px;
}
.img-wall img {
  width: 146px;
  height: 91px;
}
.left-news-wrap .news-title {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d2d2d2;
  border-top: 4px solid #176ec0;
  box-sizing: border-box;
  padding: 10px 16px;
}
.news-title .title {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.news-title .eng-title {
  font-size: 12px;
  color: #b2b2b2;
  padding-left: 15px;
}
.more {
  margin-left: auto;
  height: 23px;
  width: 54px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #176ec0;
  border-radius: 15px;
  cursor: pointer;
}
.more a {
  color: #fff;
}
.right-side-news-wrap {
  width: 303px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.right-side-news-wrap .news-list {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 25px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #292929;
}
.news-list a {
  color: #292929;
}

.right-side-news-wrap .news-item {
  padding-bottom: 26px;
  box-sizing: border-box;
  width: 251px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-news-wrap .news-title {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d2d2d2;
  border-top: 4px solid #176ec0;
  box-sizing: border-box;
  padding: 10px 16px;
}
.right-news-wrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.right-news-wrap .eng-title {
  font-size: 12px;
  color: #b2b2b2;
  padding-left: 15px;
}
.right-news-wrap .more {
  margin-left: auto;
  height: 23px;
  width: 54px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #176ec0;
  border-radius: 15px;
  cursor: pointer;
}
.right-news-wrap a {

}
.footer-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  background-color: #1d4e91;
}
.footer-wrap .footer-content {
  width: 1200px;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-footer {
  color: #fff;
  font-size: 14px;
}
.left-footer .footer-item {
  padding-bottom: 15px;
}
.right-nav {
  display: flex;
}
.link {
  position: relative;
  color: #fff;
  padding-right: 20px;
}
.link::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #fff;
  top: 4px;
  right: 11px;
  position: absolute;
}

.zhlist .description{display:none;}
.zonghe1{flex-direction: column;}
.zonghe1 .news-item a{font-size:22px!important;font-weight: bold;}
.zonghe1 .time{display:none;}
.zonghe1 .description{display:block;}
.zonghe1 .description a{color:#aeaeae;!important}

.div_ztylb{padding:10px;}
a{color:#292929}
a:visited{color:#292929}
.wp_nav .nav-item a.parent{color:#fff;}