/* 回顶部 */
.icon_back {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 10;
  width: 68px;
  height: 68px;
  cursor: pointer;
  display: none;
}

/* 头部header */
.header {
  height: 100px;
  min-width: 1200px;
  background-color: #fff;
}


.header_inner {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.header_logo {
  display: block;
  margin-top: 31px;
  width: 254px;
  height: 45px;
}

.header_logo>img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_right {
  margin-top: 45px;
}

.header_nav {
  margin-top: 4px;
}

.header_nav_item {
  margin-right: 20px;
}

.header_nav_item img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.user_info {
  position: relative;
}

.user_info img {
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 用户箭头旋转180 */
.route180 {
  transform: rotate(180deg);
}

/* 退出 */
.logo_out {
  width: 84px;
  height: 26px;
  line-height: 26px;
  box-shadow: 0px 2px 32px 2px rgba(133, 139, 144, 0.3);
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  color: #023A8F;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

.header_nav_item span {
  font-size: 14px;
  color: #999;
}

.header_nav_item span:hover {
  color: #206BD1;
}

.header_search {
  box-sizing: border-box;
  padding: 0 10px;
  width: 160px;
  height: 30px;
  border: 1px solid #ccc;
}

.header_search>input {
  width: 120px;
  height: 100%;
  outline: none;
}

.header_search>img {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* nav顶部导航 */
.nav {
  height: 40px;
  min-width: 1200px;
  background-color: #004ABA;
}

.nav_list {
  position: relative;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}

.nav_item {
  width: 110px;
  padding-right: 30px;
}

.nav_item:hover>a {
  padding-bottom: 5px;
  background-color: #006CFF;
  transition: all .3s ease-in-out;
}

.active_nav_item {
  padding-bottom: 5px;
  background-color: #006CFF;
}

.nav_item>a {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.nav_content {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px 0 25px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  width: 1200px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.nav_content_left {
  box-sizing: border-box;
  padding-right: 40px;
  margin-top: 20px;
  width: 740px;
}

.nav_content_line {
  display: inline-block;
  margin-top: 23px;
  width: 1px;
  height: 170px;
  background-color: #8FA8CF;
}

.nav_content_img {
  width: 303px;
  height: 171px;
  margin-right: 24px;
}

.nav_content_desc {
  margin-top: 10px;
}

.nav_content_desc>p {
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_content_desc>p>a {
  font-size: 14px;
  color: #006CFF;
}

.nav_content_right {
  width: 400px;
  margin-top: 20px;
}

.nav_content_item {
  width: 180px;
  height: 32px;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: center;
  line-height: 35px;
  border-bottom: 3px solid transparent;
  background-color: #fff;
}

.nav_content_item::after {
  width: 1px;
  content: "";
  margin: 0 auto;
  background-color: transparent;
  height: 2px;
  display: block;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.nav_content_item:hover::after {
  width: 100%;
  background-color: #4DC3FF;
}

.nav_content_item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #004ABA;
}

.nav_news_item {
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 20px;
}

.nav_news_item:first-child {
  padding-right: 14px;
}

.nav_news_item>h1 {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
}

.nav_news_item>h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 5px;
  height: 18px;
  background-color: #2369D4;
}

.nav_news_desc {
  margin-top: 20px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_news_desc>a {
  color: #006CFF;
}

.nav_news_img {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 185px;
  height: 76px;
}

.nav_news_img:nth-child(2n) {
  margin-right: 0;
}

.nav_news_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_item {
  margin-top: 20px;
}

.nav_party_item:first-child {
  width: 48%;
}

.nav_party_item:last-child {
  box-sizing: border-box;
  padding-left: 5px;
  width: 52%;
}

.nav_party_img {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 260px;
  height: 80px;
}

.nav_party_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_right_img {
  width: 303px;
  height: 170px;
  margin-right: 20px;
}

.nav_party_list {
  width: 44%;
}

.nav_party_list_item {
  position: relative;
  line-height: 32px;
}

/* 新增新闻中心左侧新闻列表 */
.news_center_left {
  width: 90%;
  margin-left: 20px;
}

.news_center_left .nav_party_list_item::before {
  left: -17px;
  background-color: #004ABA;
}

.nav_party_list_item::before {
  position: absolute;
  left: -10px;
  top: 14px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D92A29;
}

.nav_party_list_item>a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  display: block;
}

.nav_layout_item {
  margin-top: 20px;
  width: 175px;
  height: 160px;
  margin-right: 18px;
  background-color: #fff;
}

.nav_layout_item:last-child {
  margin-right: 0;
}

.nav_layout_item>img {
  width: 175px;
  height: 120px;
}

.nav_layout_item>a {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #004ABA;
}

.nav_layout_item .nav_a img {
  width: 174px;
  height: 120px;
}

.nav_layout_item>.nav_a {
  margin-top: 0;
}

.nav_duty_list_item::before {
  position: absolute;
  left: -10px;
  top: 14px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #006CFF;
}


.content {
  height: 300px;
  background-color: yellowgreen;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 350px;
}

.banner_img {
  width: 100%;
  height: 350px;
  margin-top: -5px;
}

.banner_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  box-sizing: border-box;
  padding-left: 41px;
  padding-top: 25px;
  width: 1200px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.8);
}

.banner_title>h1 {
  font-size: 28px;
  color: #333;
}

.banner_title>h1>span {
  color: #206BD1;
}

.banner_title_line {
  width: 108px;
  height: 3px;
  margin: 3px 0;
  background-color: #88CC2F;
}

.banner_title_en {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* footer */
.footer_nav {
  position: relative;
  height: 50px;
  min-width: 1200px;
  background-color: #023A8F;
}

.footer_nav_inner {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.footer_nav_item {
  width: 25%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.footer_nav_item:hover {
  background-color: #2d68c1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer_nav_item>span {
  font-size: 18px;
  color: #fff;
}

.footer_nav_item>img {
  margin-left: 18px;
  width: 13px;
  height: 7px;
}

.footer_nav_content {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
  width: 100%;
  height: 0;
  background-color: #2d68c1;
}

.footer_nav_content_inner {
  width: 1200px;
  margin: 0 auto;
  line-height: normal;
  text-align: left;
}

.footer_nav_content_inner>a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.footer_nav_content_inner>a:hover {
  color: #00EB9B;
}

.footer_center {
  height: 280px;
  min-width: 1200px;
  background-color: #004ABA;
}

.footer_center_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_center_left {
  width: 70%;
  margin-top: 30px;
}

.footer_webs {
  width: 405px;
  margin-right: 50px;
}

.footer_concact {
  width: 355px;
}

.footer_title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.footer_title::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00EB9B;
}

.footer_line {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer_webs_list>a {
  display: inline-block;
  margin-top: 18px;
  width: 19%;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.footer_webs_list>a:hover {
  color: #00EB9B;
}

.footer_concact>p {
  margin-top: 18px;
  font-size: 14px;
  color: #fff;
}

.footer_center_right {
  width: 300px;
  margin-top: 30px;
}

.footer_center_right>img {
  width: 155px;
  height: 155px;
}

.footer_center_right>p {
  width: 155px;
  font-size: 14px;
  color: #fff;
  margin-top: 14px;
  text-align: center;
}

.footer_bottom {
  height: 50px;
  min-width: 1200px;
  background-color: #424242;
}

.footer_bottom_inner {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.footer_bottom_inner>p {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}

.footer_bottom_nav {
  margin-left: 50px;
}

.footer_bottom_nav>a {
  font-size: 14px;
  margin-right: 25px;
  color: #fff;
  line-height: 50px;
}

/* 新闻列表的标题 */
.news_list_title {
  border-bottom: 1px solid #DEDEDE;
}

.news_list_title_left {
  position: relative;
  padding-bottom: 9px;
  margin-right: 40px;
  cursor: pointer;
}

.news_list_title_left>p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.news_list_title_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #88CC2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_list_title_more {
  line-height: 33px;
  font-size: 14px;
  color: #999;
}

.news_list_title_more:hover {
  color: #006cff;
}

/* 面包屑导航 */
.bread_nav {
  width: 1200px;
  margin: 25px auto 0 auto;
  font-size: 14px;
  color: #666;
}

.bread_line {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 16px;
  background-color: #ACACAC;
}

.bread_nav>span {
  margin-right: 25px;
}

.bread_nav_active {
  color: #206BD1;
}

.bread_nav>a:hover {
  color: #206BD1;
}

/* 左侧导航 */
.left_nav {
  width: 220px;
  background-color: #fff;
}

.left_nav_title {
  box-sizing: border-box;
  padding: 23px 20px 18px 40px;
  background-color: #206BD1;
}

.left_nav_title>h1 {
  font-size: 22px;
  color: #fff;
}

.left_nav_line {
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 8px;
  margin-bottom: 5px;
}

.left_nav_title>span {
  font-size: 16px;
  color: #fff;
}

.left_nav_list {
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}

.left_nav_item {
  text-align: center;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #F3F3F3;
}

.left_nav_item>a {
  position: relative;
  font-size: 16px;
  color: #666;
  padding-left: 15px;
  display: inline-block;
  width: 85px;
}

.left_nav_item>a::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  content: "";
  background-color: transparent;
  height: 0;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.left_nav_item:hover>a::before {
  height: 21px;
  background-color: #206BD1;
}

.left_nav_item:hover>a {
  color: #206BD1;
  transition: all .3s ease-in-out;
}

.left_nav_item .left_nav_active {
  color: #206BD1;
}

.left_nav_item .left_nav_active::before {
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  content: "";
  background-color: #206BD1;
  height: 21px;
  display: inline-block;
}

.baian {
  display: inline;
  color: #fff;
}


/* 分页公共样式抽出 */
.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  padding: 0 10px;
  min-width: 16px;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #D0CFCF;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.pagination .prev,
.pagination .next {
  padding: 0 8px;
}

.pagination .curpage {
  background: #258CFF;
  color: #fff;
  border-radius: 5px;
}

.paging {
  text-align: center;
}

#page2 {
  display: inline-block;
}

#page2>li {
  float: left;
}

#page2>li {
  border-bottom: none !important;
}

#news_list .empty {
  display: block;
  margin: 30px auto;
}

.pagination .active {
  background: #258CFF;
  color: #fff;
  border-radius: 5px;
}