@charset "UTF-8";

html,
body {
  font: normal 16px/1.42857143 微软雅黑, 宋体, Georgia, Arial;
  color: #333;
  background-color: #f2f2f2;
  word-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: #333;
}

a:hover,
a:focus {
  color: red;
}

.cor1,
a.cor1 {
  color: white;
}

.bg1 {
  background: white;
}

.boder1 {
  border: 1px solid #e5e5e5;
}

.boder2 {
  border: 1px dashed #e5e5e5;
}

.theme-lm>* {
  font-size: 20px;
  padding: 0 10px;
  float: left;
  line-height: 45px;
  height: 45px;
  color: #3560a0;
}

.theme-lm>*.active {
  color: #be5556;
  border-bottom: 2px solid #be5556;
}

.theme-lm img {
  float: left;
  margin-top: 7px;
}

.theme-more a,
a.theme-more {
  line-height: 45px;
  color: #C9C9C9;
  float: right;
  font-size: 14px;
}

.theme-time {
  color: #737373;
  float: right;
  margin-left: 15px;
}

.theme-list li {
  padding-left: 15px;
  background: url(../images/public/icon2.jpg) no-repeat 0 center;
  line-height: 35px;
}

.theme-ct {
  margin-bottom: 30px;
  background: white;
  padding: 0 20px 20px;
}

.theme-dqwz {
  background: url(../images/public/dqwz.jpg) no-repeat 0 center;
  padding: 14px 0 14px 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  font-size: 16px;
}

.version {
  font-size: 18px;
  background: #f9f9f9;
  line-height: 50px;
  text-align: center;
}

.version a {
  color: #d80909;
  text-decoration: underline;
}

.logorotate img {
  -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.list-fl {
  width: 20%;
  float: left;
}

.list-fl>p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3871a6;
  margin-bottom: 20px;
  line-height: 40px;
}

.list-lm li {
  line-height: 37px;
  background: #eff4f9;
  border-bottom: 3px solid white;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.list-lm li:before {
  content: " ";
  background: url(../images/public/list_nav.png);
  width: 8px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 12px;
  transform: rotate(180deg);
  transition: transform .3s;
}

.list-lm li:hover:before,
.list-lm li.active:before {
  transform: rotate(270deg);
}

.list-lm li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  padding: 0 25px 0 20px;
}

.list-lm li.active a,
.list-lm li:hover a {
  font-weight: bold;
  color: #3871a6;
}

.list-fr {
  width: 78%;
  float: right;
}

.list-fr>p {
  background: #f3f3f3;
  margin-bottom: 20px;
}

.list-fr>p span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3871a6;
  line-height: 40px;
  float: left;
  padding: 0 50px;
}

.list li {
  line-height: 35px;
  padding-left: 20px;
  background: url(../images/public/dian2.jpg) no-repeat 0 center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .5s;
}

.list li:hover {
  transform: translateX(1em);
}

.list li span {
  float: right;
  color: #999;
  font-size: 14px;
  margin-left: 20px;
  position: relative;
}

.list hr {
  display: none;
  border-bottom: dashed 1px #cccccc;
}

.newicon {
  background: url(../images/public/iconnew.jpg) no-repeat 0 center !important;
  padding-left: 35px !important;
}

#page-div {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.pagination-first,
.pagination-last {
  margin: 10px 0;
}

.pagination-index,
.pagination-num {
  border: 1px solid #3871a6;
  margin: 0 3px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 3px;
  color: #3871a6;
}

.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover {
  background: #3871a6;
  color: white;
}

.pagination-last span {
  margin: 0 5px;
}

.pagination-last input {
  height: 18px;
  width: 30px;
  text-align: center;
  border: 1px solid #333;
}

@media (max-width:768px) {
  .pagination-last small {
    display: none;
  }

  .pagination-index,
  .pagination-num {
    padding: 0 4px;
  }
}

.detail {
  background: #FFFFFF;
  padding-bottom: 20px;
}

.detail>h1 {
  font-size: 32px;
  text-align: center;
  padding: 0 50px 20px;
}

.inform {
  border: 1px solid #CCCCCC;
  border-left: none;
  border-right: none;
  line-height: 40px;
  text-align: center;
  color: #999;
}

.inform>div {
  display: inline-block;
  margin: 0 20px;
}

.inform .fontsize img,
.inform .fontsize span {
  margin: 0 5px;
  cursor: pointer;
}

.inform .dywb {
  cursor: pointer;
  background: url(../images/public/print.png) no-repeat 0 center;
  padding-left: 15px;
}

.inform .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}

#NewsContent {
  padding: 20px;
}

.zrbj {
  display: block;
  margin: 10px 0;
  text-align: right;
}

#div-div,
#div-div2 {
  text-align: center;
  font-size: 12px;
  color: #999;
  clear: both;
  padding-bottom: 20px;
}

#div-div>table,
#div-div2>table {
  display: inline-block;
}

.xgxw p {
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 10px;
}

.xgxw p i {
  width: 5px;
  height: 20px;
  background: #3871a6;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -3px;
}

.xgxw ul {
  padding-bottom: 20px;
  margin: 0 -20px;
}

.xgxw li {
  float: left;
  width: 50%;
  padding: 0 20px 0 35px;
  background: url(../images/public/dian2.jpg) no-repeat 20px center;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.xgxw li span {
  float: right;
  color: #999;
  margin-left: 20px;
}

.click-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  width: 30px;
  display: none;
}

@media print {
  .dyyc {
    display: none !important;
  }

  .detail {
    padding-top: 20px;
  }
}

.scroll {
  overflow-y: auto;
  height: 100%;
  padding-right: 15px;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #ddd;
  background-clip: padding-box;
  min-height: 30px;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }

}

@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }

  .theme-ct {
    min-height: 600px;
  }

}

@media (max-width: 1200px) {
  .theme-ct {
    padding-left: 10px;
    padding-right: 10px;
  }

  .theme-dqwz {
    background-position-y: 20px;
  }

  /* list */
  .list-fl {
    /* display: none; */
    width: 100%;
    height: auto;
  }

  .list-fr {
    width: 100%;
  }

  /* dtail */
  #NewsContent {
    padding-left: initial;
    padding-right: initial;
  }

  #NewsContent img {
    height: initial !important;
  }

  .detail>h1 {
    font-size: 20px;
    padding: 0 0 20px 0;
  }

  .inform {
    line-height: 25px;
    padding: 10px 0;
  }

  .xgxw li {
    float: initial;
    width: initial;
  }

  .inform .removedis,
  .click-top {
    display: none;
  }

}

#page-div {
  width: 100%;
  margin: 1em auto 0;
  text-align: center;
}

#page-div .pagination-last {
  line-height: 35px;
  display: block;
  width: 100%;
  margin-top: 5px;
}

#page-div:after {
  content: " ";
  display: table;
  clear: both;
}

.pagination-index,
.pagination-num {
  border: 1px solid #bfbfbf;
  margin: 0 .2em;
  padding: 6px .7em;
  display: inline-block;
}

.pagination-num.hover,
.pagination-index:hover,
.pagination-num:hover {
  background: #1e5392;
  color: white;
  border-color: transparent
}

.pagination-last {
  float: right;
}

.pagination-last>span {
  margin: 0 .5em;
}

.pagination-last>input {
  height: 1.3em;
  width: 2em;
  text-align: center;
}

@media (max-width:768px) {
  #page-div .pagination-last {
    display: none;
  }
}

.click-top {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 1000;
  display: none;
  cursor: pointer;
}

.details {
  width: 1200px;
  background: #fff;
  padding: 0px 20px 20px 20px;
  margin: 0 auto 20px;
}

.dqwz {
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/public/icon_dqwz.jpg)left no-repeat;
  border-bottom: 1px solid #CCCCCC;
}

.dqwz a {
  line-height: 55px;
  color: #000;
}

.detail {
  border: 1px solid #CCCCCC;
  padding: 30px;
  margin-top: -1px;
}

.detail>h1 {
  font-size: 36px;
  text-align: center;
  padding: 0px 50px;
}

.detail>.dis_none ul {
  border-bottom: 1px solid #CCCCCC;
  line-height: 50px;
}

.detail>.dis_none li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.detail>.dis_none ul,
.detail>.dis_none ul a {
  text-align: center;
  color: #c9c9c9;
}

.detail .fontsize span {
  margin: 0 2px;
  cursor: pointer;
}

.detail .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:768px) {
  .detail>h1 {
    font-size: 20px;
  }

  .detail>.dis_none ul {
    line-height: 30px;
    padding: 15px 0;
  }
}

#gwdShare_con_1 {
  float: initial !important;
  vertical-align: middle;
}

#gwdshare {
  padding-left: 25px;
  background: url(../images/public/icon_16.png) no-repeat 0 10px;
  height: 30px;
}

#gwdshare>* {
  width: 27px;
  height: 29px;
  margin: 0 2px;
}

#gwdshare .gwds_weixin {
  background: url(../images/public/share.png) no-repeat 2px -33px !important;
}

#gwdshare .gwds_tsina {
  background: url(../images/public/share.png) no-repeat 2px 5px !important;
}

#gwdshare .gwds_more {
  background: url(../images/public/icon_17.png) no-repeat center !important;
}

#NewsContent table {
  max-width: 100%;
}

.dqwz {
  background: url(../images/public/icon_dqwz.jpg) no-repeat 0 center;
  padding-left: 25px;
  line-height: 45px;
  border-bottom: 1px solid #CCCCCC;
}

.list-lm {
  background: url("../images/xwzx/tit-bg.png") center right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  margin-top: 20px;
}

.list-lm span {
  padding: 0 20px;
  background: url("../images/xwzx/tit.png");
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 44px;
  color: white;
  display: inline-block;
  font-size: 22px;
  border-right: 2px solid #fff;
}

.list-li li {
  height: 35px;
  padding-left: 20px;
  background: url(../images/public/icon2.jpg) no-repeat 0 center;
  font-size: 16px;
}

.list-li li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}

.list-li li:after {
  content: " ";
  display: table;
  clear: both;
}

.list-li img {
  width: 270px;
  height: 160px;
  margin-right: 15px;
  float: left;
}

.list-li .time {
  float: right;
  margin-left: 15px;
  color: #999999;
}

.container.list_con {
  background: #ffffff;
  padding: 20px;
}

/*-----------------------------header页眉-----------------------------*/

.h_top {
  line-height: 40px;
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 40px;
}

.search {
  float: right;
}

.wb,
.wx,
.weather,
#riqi {
  float: left;
  color: #555;
  margin-right: 20px;
}

.wx img,
.wb img {
  margin-right: 6px
}

.search .user_inpt {
  width: 320px;
  height: 32px;
  border-radius: 8px;
  outline: 0;
  border: 1px solid #014a85;
  padding: 0 50px 0 10px;
}

.search {
  position: relative;
}

.search .user_sub {
  position: absolute;
  width: 40px;
  height: 30px;
  right: 1px;
  top: 6px;
  background: #fff url(../images/public/search.png) no-repeat center center;
  border: 0;
  outline: 0;
  border-radius: 8px;
}

.logo {
  width: 100%;
  height: 288px;
  background: url(../images/public/bg.png) no-repeat left top;
  text-align: center;
  line-height: 288px;
}

.nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: #015293;
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
}

.nav ul li {
  float: left;
  width: 14.285%;
  text-align: center;
  border-left: 1px solid #4e86b4;
}

.nav ul li:first-child {
  border-left: 0;
}

.nav ul li:first-child img {
  margin-top: -3px;
  margin-right: 5px;
}

.nav ul li a {
  color: #fff;
}

/*-----------------------------footer页脚-----------------------------*/
.footer {
  padding: 12px;
  background: #fff;
}

.yqlj {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.yqlj_tlt span {
  margin: 0 20px;
  cursor: pointer;
}

.yqlj_tlt {
  display: inline-block;
  margin-left: 20px;
}

.yqlj_tlt img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.yqlj_list {
  padding-left: 125px;
  font-size: 14px;
  /* margin-bottom: 10px; */
}

.yqlj_list ul {
  display: none;
  overflow: hidden;
}

.yqlj_list ul.active {
  display: block;
}

.yqlj_list ul li {
  float: left;
  width: 15%;
  line-height: 28px
}

.info_top {
  overflow: hidden;
}

.info_top li {
  float: left;
  line-height: 30px;
  margin-left: 10px;
}

.info_top li:first-child {
  margin-left: 0;
}

.info_btm {
  line-height: 28px;
}

.dzxg {
  float: right;
  margin: 15px 0;
}

@media (max-width:768px) {
  .h_top {
    width: 100%;
  }

  #riqi,
  .wb,
  .search {
    display: none;
  }

  .logo {
    height: auto;
    line-height: 100px
  }

  .nav ul {
    width: 100%;
    font-size: 18px;
  }

  .nav ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .nav ul li:first-child {
    width: 100%;
    margin-top: 10px;
  }

  .nav {
    height: auto;
    line-height: 28px;
  }

  .yqlj {
    display: none;
  }

  .list-lm {
    height: auto;
    margin-bottom: 15px
  }
}

html,
body {
  background: #fff;
}

.header {
  position: relative;
}

.head-top {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
}

.logo {
  background: url(../images/public/topbj.png) no-repeat center top;
  height: 320px;
  line-height: 320px;
}

.search .user_inpt {
  background-color: #BFF4FF;
  border: none;
}

.search .user_sub {
  color: #fff;
  background: #006CC4;
  height: 32px;
  right: 0px;
  line-height: 32px;
  width: 60px;
  letter-spacing: 6px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  top: 5px;
}

.search .user_inpt::placeholder {
  color: #5E92D6
}

.nav ul li {
  border-left: none;
  line-height: 60px;
}

.nav {
  height: 100px;
}

.footer {
  background-color: #015293;
  color: #fff;
}

.yqlj {
  border-bottom: 1px solid #D8D8D8;
  line-height: 50px;
  font-weight: 500;
}

.footer a {
  color: #fff;
}

.footer a:focus,
.footer a:hover {
  color: red;
}

.footer .info {
  margin: 20px 0;
}

.footer .info_btm {
  line-height: 36px;
}

.cont {
  background: url(../images/public/contbj.png) no-repeat center top;
}

/*列表页*/
.list-container {
  background: url(../images/public/list-cont.png) top center no-repeat;
  background-size: 100% auto;
  border-radius: 40px 0 40px 0;
  margin-top: -40px;
  z-index: 999;
  position: relative;
  padding: 24px 30px;
  background: #fff;
}

.theme-dqwz {
  background:url(../images/public/icon_position.png) no-repeat left center;
  padding: 14px 0 14px 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  font-size: 16px;
}
.theme-dqwz h2{padding:0;background:none;}


.center-list {
  height: 800px;
}

.list-fl {
  width: 22%;
  float: left;
  height: 100%;
  background-color: #F7FBFF;
}

.list-lm {
  height: auto;
}

.list-fl>p {
  background: url(../images/public/list-fl-title.png) left top no-repeat;
  background-size: 100% 100%;
  height: 74px;
  line-height: 74px;
  text-align: left;
  text-indent: 2em;
  font-size: 24px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-lm li {
  background: none;
  border: none;
  line-height: 60px;
  text-align: left;
  text-indent: 2em;
}

.list-lm li.active {
  background-color: #E8F3FF;
}

.list-lm li.active:before {
  content: " ";
  background: url(../images/public/nav.png) left center no-repeat;
  width: 12px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.list-fr {
  width: 74%;
}

.list-fr>p,
.list-fr>p span {
  background-color: transparent;
  color: #015293;
  font-size: 22px;
}

.list-fr>p span {
  padding: 0;
  line-height: 70px;
  letter-spacing: 2px;
}

.detail {
  border: none;
  padding: 0;
}

.detail>h1 {
  padding: 30px;
  color: #015293;
}

.inform {
  border-top: 0;
}

#NewsContent {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .h_top {
    width: 100%;
    padding: 0 20px;
  }

  .nav ul {
    width: 100%;
  }

  .list-fl,
  .list-fr {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .nav {
    height: auto;
    padding-bottom: 40px;
  }

  .nav ul li {
    line-height: 40px;
  }

  .list-container {
    background: #fff;
  }

  .head-top {
    position: static;
  }

  .logo {
    height: auto;
    line-height: 100px;
  }

  .list-lm {
    height: auto;
    margin-bottom: 15px;
  }
}

@media (min-width: 1900px) {
  body {
    width: 1922px;
    margin: 0 auto;
  }
}