﻿body {
  background-image: url(../img/xxgk_bg.jpg);
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  background-color: #fff;
  /*width: 1200px;*/
  /*min-width: 1200px;*/
}


/*.container {
  width: 1200px;
}*/

@media (min-width: 1600px) {
  .container {
    width: 1200px;
    flex: ;
    clear:
  }
}

@media (min-width: 768px) {
  .container {
    min-width: 1000px;
  }
}

.back_box {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: right;
}

.back a {
  color: #fff;
}

.header_box {
  height: 320px;
  margin: 0 auto;
}

.header_box .logo1 {
  display: block;
  float: left;
  width: 70px;
  margin-right: 50px;
}

.header_box .logo2 {
  display: block;
  float: left;
  font-size: 35px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 70px;
}

.header_box .title {
  font-size: 100px;
  font-weight: 600;
  color: #fff;
  line-height: 158px;
  text-align: center;
  width: 100%;
}

.header_box .line {
  float: right;
  width: 488px;
  height: 1px;
  background: #fff;
  margin-right: 156px;
}

@media (max-width: 767px) {
  .back_box {
    display: none;
  }
  .header_box {
    height: auto;
    margin-top: 20px;
  }
  .header_box .logo1 {
    width: 32px;
    margin: 0 10px;
  }
  .header_box .logo2 {
    font-size: 24px;
    line-height: 32px;
  }
  .header_box .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 2;
  }
  .header_box .line {
    display: none;
  }
}

.cke_contents_ltr {
  background-color: transparent;
}

.xxgk .content {
  background-color: #f7f7f7;
  padding-top: 60px;
}


/*search_box*/

.xxgk .search_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-around;
}

.xxgk .search {
  width: 510px;
  margin-left: 0px;
  border: 2px solid #598fc3;
  border-radius: 9px;
  display: flex;
  padding: 0 5px;
  position: static;
  background-color: #fff;
  margin: 0 10px;
}

.xxgk .search input {
  border: none;
  width: 450px;
  font-size: 12px;
}

.xxgk .btn-default {
  border-color: #fff;
}

.xxgk .search_box span {
  width: 240px;
  margin-top: 24px;
  background: #f1f1f1;
  height: 2px;
  display: block;
}

@media (max-width: 767px) {
  .xxgk .content {
    padding-top: 0;
  }
  .xxgk .search_box {
    display: none;
  }
  /*.xxgk .search {
    width: 90%;
  }
  .xxgk .search input {
    width: calc(100% - 32px);
  }
  .xxgk .search_box span {
    display: none;
  }*/
  .xxgk .Xsearch input {
    padding: 12px 12px;
    background-color: #d5e3f0;
    width: 250px;
    font-size: 16px;
    color: #323131;
    /*background-color: transparent;*/
    border: 0;
    height: auto !important;
  }
  .xxgk .Xsearch .search_btn {
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
    margin-left: -5px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 0;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    background-color: #075698;
    cursor: pointer;
    border: 0;
  }
  .xxgk .Xsearch {
    line-height: 30px;
    padding: 5px 15px;
  }
  .xxgk .Xsearch input {
    padding: 5px 12px;
    background-color: #d5e3f0;
    width: 217px;
    font-size: 16px;
    color: #323131;
    /*background-color: transparent;*/
    border: 0;
  }
  .xxgk .Xsearch .btn-default {
    /*font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;*/
    margin-left: -5px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 0;
    padding: 6px 15px 6px;
    color: #fff;
    text-align: center;
    background-color: #075698;
    cursor: pointer;
    border: 0;
  }
}


/*选项卡区域*/

.cont_box {
  /*width: 100%;*/
  padding: 0 15px;
  background-color: #f7f7f7;
}

.tab_box {
  width: 100%;
}

.tab_box .navbar-nav {
  width: 100%;
}

#menu_xxgk {
  z-index: 99;
}

.navbar-xxgk .navbar-toggle {
  border: 1px solid rgba(8, 95, 162, 1);
}

.navbar-xxgk .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-nav li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.navbar-nav>li>a {
  display: block;
  vertical-align: middle;
  width: 100%;
  min-height: 70px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  cursor: pointer !important;
  font-size: 18px;
  font-weight: 500;
  color: #2d71b3;
  margin: 0;
  padding: 10px 0 0 70px;
  line-height: 25px;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  position: relative;
}

.navbar-nav>li>a {
  background-image: url(../img/gongkai_icon3.png);
}

.navbar-nav>li.active>a,
.navbar-nav>li:hover>a {
  background-image: url(../img/gongkai_icon3_1.png);
}

.navbar-nav>li:nth-child(1)>a {
  background-image: url(../img/gongkai_icon1.png);
}

.navbar-nav>li:nth-child(1).active>a,
.navbar-nav>li:nth-child(1):hover>a {
  background-image: url(../img/gongkai_icon1_1.png);
}

.navbar-nav>li:nth-child(2)>a {
  background-image: url(../img/gongkai_icon2.png);
}

.navbar-nav>li:nth-child(2).active>a,
.navbar-nav>li:nth-child(2):hover>a {
  background-image: url(../img/gongkai_icon2_1.png);
}

.navbar-nav>li:nth-child(5)>a {
  background-image: url(../img/gongkai_icon4.png);
}

.navbar-nav>li:nth-child(5).active>a,
.navbar-nav>li:nth-child(5):hover>a {
  background-image: url(../img/gongkai_icon4_1.png);
}

.navbar-nav>li:nth-child(6)>a,
.navbar-nav>li:nth-child(7)>a {
  background-image: url(../img/gongkai_icon5.png);
}

.navbar-nav>li:nth-child(6).active>a,
.navbar-nav>li:nth-child(6):hover>a,
.navbar-nav>li:nth-child(7).active>a,
.navbar-nav>li:nth-child(7):hover>a {
  background-image: url(../img/gongkai_icon5_1.png);
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
  font-weight: 500;
  color: #fff;
  background-color: #2d71b3;
}

.navbar-nav>li.active>a,
.navbar-nav>li.active>a:focus,
.navbar-nav>li.active>a:hover {
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  background-color: #2d71b3;
}

.navbar-nav .dropdown-menu {
  position: relative;
  float: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu>li>a {
  text-align: left;
  padding-left: 20px;
  list-style-type: square;
  list-style-position: inside;
}

.dropdown>a .down_icon {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  right: 0;
  left: auto;
  font-size: 30px;
  padding: 0 15px;
  cursor: pointer;
  text-align: right;
}

.dropdown>a:hover .down_icon {
  color: #fff;
}

.dropdown>a>.jia {
  display: block;
}

.dropdown.open>a>.jia {
  display: none;
}

.dropdown>a>.jian {
  display: none;
}

.dropdown.open>a>.jian {
  display: block;
}

.dropdown li {
  margin-bottom: 0;
}

.dropdown a {
  min-height: 30px;
  line-height: 30px !important;
  cursor: pointer !important;
  font-size: 15px;
  color: #2d71b3;
  margin: 0;
  padding: 10px 0 0 40px;
  position: relative;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  color: #fff;
  background-color: #2d71b3;
}

.dropdown .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-right: 20px;
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  #menu_xxgk {
    position: relative;
    left: 0;
    right: 0;
    background-color: #2d71b3;
    width: 100%;
  }
  .navbar-collapse {
    position: absolute;
    /* top: 100%; */
    right: 2px;
    padding: 0;
    margin: 0;
    width: 220px;
    text-align: center;
    border: 0;
    background-color: #2d71b3;
  }
  .navbar-nav {
    margin: 7.5px;
  }
  .navbar-nav li {
    margin-bottom: 0;
  }
  .navbar-nav>li>a {
    background-image: none !important;
    padding: 10px 5px;
    min-height: auto;
    color: #fff;
    background-color: transparent;
    text-align: left;
  }
  .navbar-nav>li.active>a,
  .navbar-nav>li.active>a:focus,
  .navbar-nav>li.active>a:hover {
    color: #fff;
    /*font-weight: bold;*/
    background-color: rgba(255, 255, 255, .3);
  }
  .dropdown-menu>li>a {
    color: #fff;
  }
}


/*列表头*/

.menu_title {
  width: 100%;
}

.menu_title h2 {
  font-size: 20px;
  color: #2d71b3;
  text-align: left;
  padding: 0;
  /*margin: 0 0 0 25px;*/
  line-height: 30px;
  font-weight: 600;
}

.menu_title .line_menu {
  width: 100%;
  height: 10px;
  position: relative;
}

.menu_title .line_menu span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2d71b3;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.menu_title .line_menu .line {
  width: 100%;
  height: 3px;
  background-color: #2d71b3;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.tab-content {
  min-height: 1100px;
}

.tab-content .list_box {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .tab-content .list_box {
    width: 100%;
    margin: 0 auto;
  }
}

.tab-content .list_box li {
  list-style-type: none;
  /*display: flex;*/
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #aaaaaa;
  padding: 10px 0;
}

.tab-content .list_box li .news_text {
  margin-right: 30px;
}

.tab-content .list_box li .news_text {
  margin-left: 0px;
  /*display: flex;*/
  /*justify-content: space-between;*/
  width: 100%;
  margin: 0;
}

.tab-content .list_box li .news_text .text-cont {
  width: 100%;
  display: flex;
}

.tab-content .list_box li .news_text .text-cont h3 {
  font-size: 1.2em;
  line-height: 20px;
  padding: 0;
  margin: 20px 0 15px 0;
  color: #666768;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tab-content .list_box li:hover .news_text .text-cont h3 {
  color: #2d71b3;
}

.tab-content .list_box li .news_text .text-cont p {
  /*font-size: 14px;*/
  line-height: 30px;
  height: 22px;
  width: calc( 100% - 90px);
  color: #6b6c6d;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tab-content .list_box li .news_text .text-cont span {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin-left: 10px;
}

.tab-content .list_box li .news_text .time h4 {
  margin: 0 auto;
  padding: 0;
  width: 80px;
  line-height: 40px;
  font-size: 26px;
  text-align: center;
  color: #6b6c6d;
  font-weight: 600;
  border-bottom: 1px solid #626262;
}

.tab-content .list_box li .news_text .time h5 {
  margin: 0 auto;
  padding: 0;
  width: 80px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #6b6c6d;
}

.tab-content .list_box li .more_img {
  width: 50px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  margin-top: 75px;
}

.tab-content .list_box li .more_img img {
  width: 100%;
}

.cont_title {
  width: 96%;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #575757;
}

.cont_title h1 {
  /*font-size: 20px;*/
  text-align: center;
  line-height: 40px;
  margin: 10px 0;
  padding: 0;
  color: #525354;
  font-weight: 600;
}

.cont_title .post-meta {
  /*font-size: 16px;*/
  text-align: center;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  color: #828485;
  font-weight: 500;
  margin-bottom: 20px;
}

.cont {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.cont p {
  /*font-size: 14px;*/
  line-height: 30px;
  color: #454546;
  text-indent: 2em;
}

.cont img {
  width: auto;
  max-width: 100% !important;
  display: inline-block;
  text-align: center;
}

.some .list_box {
  margin-bottom: 30px;
}

.tab-content .show {
  display: block;
}


/*
  * 外面盒子样式---自己定义
  */

.page_div {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "microsoft yahei";
  color: #666666;
  margin-right: 10px;
  padding-left: 38px;
  box-sizing: border-box;
}


/*
 * 页数按钮样式
 */

.page_div a {
  min-width: 30px;
  height: 28px;
  border: 1px solid #dce0e0!important;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  color: #666666;
  font-size: 13px;
  display: inline-block;
}

#firstPage,
#lastPage {
  width: 50px;
  color: #0073A9;
  border: 1px solid #0073A9!important;
}

#prePage,
#nextPage {
  width: 70px;
  color: #0073A9;
  border: 1px solid #0073A9!important;
}

.page_div .current {
  background-color: #0073A9;
  border-color: #0073A9;
  color: #FFFFFF;
}

.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #0073A9;
  margin: 0 5px;
}

.disabled {
  pointer-events: none;
  opacity: .5;
}

.loading_fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 100px;
  height: 90px;
  display: none;
  margin-top: -45px;
  margin-left: -25px;
}

.loading_fixed img {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

.loading_fixed h2 {
  font-size: 14px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #666768;
}

#title_item {
  margin: 0px 0px 0px 40px;
}

.content_text_title {
  height: 35px;
  color: #ffffff;
  background-color: #2d71b3;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  padding: 0 10px;
}

.gfxwj_ml {
  margin-left: 30px;
  line-height: 35px;
  /*list-style: disc;*/
  text-align: center;
}

.list-tt div {
  font-weight: 600;
  text-align: center;
  padding: 0;
}

.list_box .num {
  text-align: center;
}

.list_box .link span {
  display: block;
  font-size: .7;
  color: #2d71b3;
}

.list_box .down {
  text-align: right;
}

.list_box .list-tt .down {
  text-align: center;
}

.list_box .down a {
  padding: 3px;
  /*border: 1px solid #d1d2d4;*/
  display: inline-block;
  font-size: .7;
  color: #2d71b3;
}

@media (max-width: 767px) {
  .list_box .num {
    display: none;
  }
  .list-tt .down {
    display: none;
  }
}