﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}

input,
select,
button {
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
img {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mr0 {
  margin-right: 0;
}

.mr8 {
  margin-right: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.full-width {
  position: relative;
  width: 100%;
}

.site-width {
  width: 1200px;
  margin: 0 auto;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.pl {
  float: left;
}

.pr {
  float: right;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.block {
  display: block;
}

.va-middle {
  vertical-align: middle
}

.ellipsis {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix::after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ============================================================ hover-tab end ============================================================ */

.hover-tab-title {
  height: 45px;
  border-bottom: 1px solid #bfbfbf;
}
.hover-tab-title .hover-tab {
  float: left;
  height: 44px;
  text-align: center;
  line-height: 47px;
}
.hover-tab-title .hover-tab a {
  padding: 0 25px;
  display: inline-block;
  height: 44px;
  font-size: 18px;
  color: #2a2828;
}

.hover-tab-box .hover-active a {
  border-bottom: 4px solid #0f70bb;
  color: #0f70bb;
  font-weight: bold;
}

.hover-content-item ul {
  padding-top: 10px;
}

.hover-content-item ul li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  *text-align:left;
  clear: both;
}

.hover-content-item ul li span {
  float: left;
  margin-right: 2px;
  color: #0b6fce;
  font-size: 28px;
}

.hover-content-item ul li a {
  float: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  color: #1b1b1b;
}

.hover-content-item ul li a:hover {
  text-decoration: underline !important;
}

.hover-content-item ul li .time {
  float: right;
  color: #777777;
  font-size: 14px;
}

.more {
  line-height: 48px;
  color: #055ebf;
  font-size: 14px;
}

.more .img-more {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}

/* ============================================================ hover-tab end ============================================================ */



/* ============================================================ header ============================================================ */
#header,
#header .header-inner {
  height: 230px;
}

#header {
  background-image: url("../images/bg-header.jpg");
}

#header .logo {
  width: 511px;
  height: 104px;
  margin-top: 60px;
}
#header .logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#header .share {
  margin-top: 5px;
}
#header .share li {
  display: inline-block;
}
#header .share img {
  vertical-align: middle;
  margin-left: 26px;
}
#header .share .img_dis {
  cursor: pointer;
}

#header .search {
  margin-top: 70px;
}

#header .search .form,
#header .search .txt,
#header .search .sub {
  height: 42px;
  border-radius: 21px;
}
#header .search .form {
  position: relative;
  width: 398px;
  overflow: hidden;
  background-color: #fff;
}
#header .search .txt {
  width: 310px;
  padding: 0 20px;
  border-radius: 0
}
#header .search .sub {
  position: absolute;
  top: 0;
  right: -2px;
  width: 86px;
  cursor: pointer;
}

/* ============================================================ nav ============================================================ */
#nav {
  height: 58px;
  background-color: #055ebf;
}

#nav .nav-inner {
  height: 58px;
}

#nav .nav-inner li {
  width: 150px;
  height: 58px;
  font-size: 20px;
  float: left;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
}
#nav .nav-inner li.nav-active,
#nav .nav-inner li:hover {
  background-color: #4c98ef !important;
}
#nav .nav-inner li a {
  display: block;
  color: #fff;
}

/* wrap */
#wrap {
  *text-align: center;
}
#wrap .content {
  padding-top: 15px;
}

/* ============================================================ 友情链接 ============================================================ */
#friendly-link {
  height: 74px;
  background-color: #e1e1e1;
}

.friendly-link {
  margin-top: 20px;
  padding-bottom: 42px;
}
.friendly-link-inner {
  text-align: center;
}
.friendly-link-inner form select {
  width: 218px;
  height: 40px;
  border: 1px solid #cacaca;
  margin-top: 17px;
  margin-left: 11px;
}
.friendly-link-inner form select:first-child {
  margin-left: 0;
}

/* ============================================================ footer ============================================================ */
#footer {
  height: 256px;
  padding: 70px 0 100px 0;
  background-color: #055ebf;
}
#footer .footer-left {
  width: 228px;
  height: 80px;
  margin-right: 40px;
  border-right: 1px solid #f1f1f1;
}

#footer .footer-left img {
  vertical-align: middle;
}

#footer .footer-left .zc {
  width: 100px;
  height: 50px;
}

#footer .footer-left .imgConac {
  width: 80px;
  height: 80px;
}

#footer .footer-right {
  width: 890px;
  line-height: 180%;
  *text-align:left;
}

#footer .footer-right span {
  display: inline-block;
}

/* ============================================================ picMarquee-left start ============================================================ */
.picMarquee-left {
  position: relative;
  height: 74px;
  padding: 0 7px;
  overflow: hidden;
}
.picMarquee-left .hd,
.picMarquee-left .hd .btn {
  width: 26px;
  height: 26px;
}

.picMarquee-left .hd .btn {
  float: left;
  line-height: 26px;
  background-color: #ebebeb;
  color: #939496;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 18px;
  margin-top: 24px;
  cursor: pointer;
}

.picMarquee-left .bd {
  position: relative;
  width: 1100px;
  height: 74px;
  margin: 0 15px;
  overflow: hidden;
}

.picMarquee-left .bd .tempWrap {
  width: 100% !important;
}

.picMarquee-left .bd ul.picList {
  position: relative;
  height: 73px;
}

.picMarquee-left .bd li,
.picMarquee-left .bd li img {
  display: block;
  width: 255px;
  height: 73px;
}

.picMarquee-left .bd li {
  margin-right: 10px;
}

/* ============================================================ picMarquee-left end ============================================================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ============================ */

/* ================================================= bg-icon start ================================================= */
.bg-icon {
  display: block;
  background-repeat: no-repeat;
}

.icon-share-weibo {
  background-size: 24px 24px;
  background-position: left 10px top 10px;
  background-image: url("../images/share-weibo.png");
}

.bg-icon-gzhd {
  background-size: 26px 26px;
  background-position: left 18px top 10px;
}

.bg-icon-gzhd-01 {
  background-image: url("../images/gzhd-01.jpg");
}

.bg-icon-gzhd-02 {
  background-image: url("../images/gzhd-02.jpg");
}

.bg-icon-gzhd-03 {
  background-image: url("../images/gzhd-03.jpg");
}

.bg-icon-gzhd-04 {
  background-image: url("../images/gzhd-04.jpg");
}

.bg-icon-xxgk {
  padding-left: 50px;
  background-size: 26px 26px;
  background-position: left 18px top 12px;
}

.bg-icon-xxgk-01 {
  background-image: url("../images/xxgk-01.jpg");
}

.bg-icon-xxgk-02 {
  background-image: url("../images/xxgk-02.jpg");
}

.bg-icon-xxgk-03 {
  background-image: url("../images/xxgk-03.jpg");
}

.bg-icon-xxgk-04 {
  background-image: url("../images/xxgk-04.jpg");
}

.bg-icon-xxgk-04 {
  background-image: url("../images/xxgk-04.jpg");
}

.bg-icon-xxgk2 {
  padding-left: 40px;
  background-size: 20px 20px;
  background-position: left 10px top 0px;
}

.bg-icon-xxgk2-05 {
  background-image: url("../images/xxgk2-05.jpg");
}

.bg-icon-xxgk2-06 {
  background-image: url("../images/xxgk2-06.jpg");
}

.bg-icon-xxgk2-07 {
  background-image: url("../images/xxgk2-05.jpg");
}

.bg-icon-xxgk2-08 {
  background-image: url("../images/xxgk2-08.jpg");
}

.bg-icon-xxgk2-09 {
  background-image: url("../images/xxgk2-09.jpg");
}

.bg-icon-xxgk2-10 {
  background-image: url("../images/xxgk2-10.jpg");
}

/* ================================================= bg-icon end ================================================= */


/* ================================================= 首页轮播图 start ================================================= */
.switch0 {
  height: 385px;
}
.slide-loop-box {
  padding-top: 15px;
}
.slide-loop-box,
.slide-loop-box .leftLoop .bd ul li img {
  width: 540px;
  height: 370px;
}
.slide-loop-box .leftLoop {
  position: relative;
}
.slide-loop-box .leftLoop .hd {
  position: absolute;
  bottom: 14px;
  right: 10px;
  z-index: 10;
}
.slide-loop-box .leftLoop .hd ul li {
  float: left;
  display: inline;
  margin: 0 3.5px;
  width: 8px;
  height: 8px;
  background: #e0ecfa;
  text-indent: -9999px;
  border-radius: 100%;
  *font-size:0;
}
.slide-loop-box .leftLoop .hd ul .on {
  background-color: red;
}
.slide-loop-box .leftLoop .bd ul li div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 540px;
  height: 35px;
  background-color: #000000;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding-left: 10px;
  filter: alpha(opacity=70);
  *text-align:left;
  *width:564px;
}

.slide-loop-box .leftLoop .bd ul li div span {
  display: inline-block;
  width: 441px;
}
/* ================================================ 首页轮播图 end ================================================ */

.summarizing {
  padding: 22px 0 12px 0;
  border-bottom: 1px dashed #d7d7d7;
}

.summarizing .sum-title {
  width: 580px;
  margin: 0 auto 10 auto;
  color: #cb1c1c;
}

.summarizing .sum-content {
  width: 580px;
  margin: 0 auto;
  color: #747474;
}

.summarizing a {
  color: #1b1b1b;
}

/* ================================================ switch-part start ================================================ */

.switch-part .hover-tab-box,
.switch-part .hover-content-item li {
  width: 632px;
}

.switch-part .hover-content-item a {
  width: 490px;
}
/* ================================================ switch-part end ================================================ */



/* ================================================ switch1 start ================================================ */
.switch1 .switch1-left {
  width: 542px;
  padding-top: 15px;
}

.switch1 .switch1-left-top ul {
  margin-bottom: 12px;
}

.switch1 .switch1-left-top li {
  float: left;
  width: 125px;
  height: 110px;
  margin-right: 14px;
  margin-bottom: 10px;
  background-color: #e6eff8;
}

.switch1 .switch1-left-top li.mr0,
.switch1 .switch1-left-bottom li.mr0 {
  margin-right: 0;
}

.switch1 .switch1-left-top li.mb0,
.switch1 .switch1-left-bottom li.mb0 {
  margin-bottom: 0;
}

.switch1 .switch1-left-top li a {
  color: #055ebf;
}

.switch1 .switch1-left-top li img {
  width: 40px;
  height: 40px;
}

.switch1 .switch1-left-bottom li {
  float: left;
  width: 174px;
  height: 40px;
  line-height: 41px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
}

.switch1 .switch1-left-bottom li a {
  display: block;
  color: #5c5c5c
}

/* ================================================ switch1 end ================================================ */


/* ================================================ switch2 start ================================================ */
.switch1 .hover-content-item ul li,
.switch2 .hover-content-item ul li {
  height: 42px;
  line-height: 42px;
}
/* ================================================ switch2 end ================================================ */


/* ================================================ switch4 start ================================================ */
.switch4 .switch4-left {
  width: 231px;
  margin-right: 42px;
}
.switch4 .switch4-left .switch4-left-item {
  width: 231px;
  height: 53px;
  margin-bottom: 11px;
  color: #cacaca;
  border:1px solid #cacaca;
}
.switch4 .switch4-left .switch4-left-item:last-child {
  margin-bottom: 0;
}

.switch4 .switch4-left .switch4-left-item a {
  display: block;
  width: 231px;
  height: 53px;
  line-height: 53px;
  padding-left: 94px;
  font-size: 19px;
  color: #363636;
  background-position: left 45px top 14px;
}

.switch4 .switch4-middle,
.switch4 .switch4-right,
.switch-part .switch4 .hover-content-item li {
  width: 442px;
}

.switch-part .switch4 .hover-content-item li a {
  width: 310px;
}

.switch-part .switch4 .hover-content-item li.wrap-cont a {
  height: 80px;
  white-space: normal;
  overflow: auto;
}

.switch-part .switch4 .hover-content-item li.wrap-cont {
  height: auto;
  line-height: normal;
}

.switch-part .switch4 .hover-content-item li.wrap-cont img {
  display: block;
  float: left;
  width: 120px;
  height: 82px;
}

/* ================================================ switch4 end ================================================ */

.imgs img {
  width: 100%;
  height: 130px;
}

/* ========================================== two-part start ========================================== */
.two-part {
  height: 315px;
  margin-top: 20px;
}

.two-part .two-part-left,
.two-part .two-part-left .hover-content-item li {
  width: 460px;
  height: 42px;
  line-height: 42px;
}

.two-part .two-part-left .hover-content-item a {
  width: 330px;
}

.two-part .info-public {
  width: 415px;
}

.two-part .info-public-imgs {
  width: 267px;
  padding-top: 18px;
}

.two-part .info-public-img,
.two-part .info-public-img img {
  width: 267px;
  height: 85px;
  margin-bottom: 11px;
}

.two-part .info-public-img:last-child {
  margin-bottom: 0;
}

.two-part .two-part-right {
  width: 707px;
}

.info-public-content {
  padding-top: 22px;
}

.info-public-content-top li,
.info-public-content-bottom li {
  float: left;
}

.info-public-content-top li {
  width: 203px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d8d8d8;
}

.info-public-content-top li a {
  color: #101010;
}

.info-public-content-bottom {
  height: 101px;
  padding: 20px 22px;
  border-top: 2px solid #6199d6;
  background-color: #f8f8f8;
}

.info-public-content-bottom li {
  width: 33.33%;
}

.info-public-content-bottom li a {
  color: #393939;
}

/* ========================================== two-part end ========================================== */

/* ========================================== three-part start ========================================== */
.three-part {
  overflow: auto;
}

.three-part .hover-tab-box,
.three-part .hover-content-item li,
.three-part-right-left,
.three-part-right-right {
  width: 375px;
}

.three-part .hover-content-item a {
  width: 252px;
}

.three-part-right-left {
  margin-right: 38px;
}

.three-part-right-right .hover-tab-title .hover-tab a {
  padding-left: 45px;
}

.three-part .interaction li {
  float: left;
  width: 116px;
  height: 89px;
  margin-right: 13px;
  border: 1px solid#d8d8d8;
}
.three-part .interaction li.mr0 {
  margin-right: 0;
}

.three-part .interaction li a {
  color: #2f2d2d;
}

.three-part .interaction .img-interact {
  width: 38px;
  height: 38px;
}

/* ========================================== three-part end ========================================== */

/* ========================================== four-part start ========================================== */
.four-part {
  margin-bottom: 20px;
}
.four-part .hover-tab-box {
  margin-bottom: 12px;
}
/* ========================================== four-part end ========================================== */




/* ========================================== Pagination start ========================================== */
.Pagination {
  font-size: 16px;
  clear: both;
  text-align: center;
  padding: 20px 0 20px 0;
}
.Pagination div {
  display: inline;
}
.Pagination span {
  display: none;
}

.Pagination a {
  display: inline-block;
  margin: 0 6px;
  padding: 5px 12px;
  color: #333333;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.Pagination .Ellipsis {
  display: none;
  line-height: 32px;
  overflow: hidden;
}
#PageNum {
  color: #777;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #cacaca;
  margin: 0 4px;
  text-align: center;
}
.Pagination a:hover {
  text-decoration: none !important;
}
.Pagination a:hover,
.Pagination a.current {
  color: #fff;
  border-color: #226fbe;
  background-color: #226fbe;
}

/* ========================================== Pagination end ========================================== */


.breadcrumb {
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumb-inner {
  height: 48px;
  line-height: 48px;
}

.breadcrumb-inner,
.breadcrumb-inner a {
  color: #777777;
}

/* ================================================ category start ================================================ */

.category-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}

.category-list-left {
  width: 270px;
  margin-top: 10px;
  margin-right: 32px;
}

.category-list-left ul {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}

.category-list-left li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #d9d9d9;
}

.category-list-left li a {
  display: block;
  color: #474747;
  padding-left: 35px;
}

.category-list-left li .category-item-arrow {
  display: block;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: right 10px top 13px;
  background-image: url("../images/arrow.png");
}

.category-list-left li:hover .category-item-arrow,
.category-list-left li.category-list-left-current .category-item-arrow {
  background-position: right 10px top 11px;
  background-image: url("../images/arrow-active.png");
}

.category-list-left .category-list-left-top {
  background: #055DBF;
}

.category-list-left .category-list-left-top a {
  color: #fff;
}

.category-list-left li:hover,
.category-list-left .category-list-left-current {
  background: #cddff2;
}

.category-list-left li:hover a,
.category-list-left .category-list-left-current a {
  color: #055DBF;
}

.category-list-right {
  width: 880px;
}

.category-list-right .list-right-content li {
  height: 38px;
  border-bottom: 1px dashed #ccc ;
  line-height: 38px;
  color: #000;
}
.category-list-right .list-right-content li a {
  color: gray;
  font-weight: normal;
}
.category-list-right .list-right-content li i {
  width: 7px;
  height: 7px;
  padding-right: 10px;
}
.category-list-right .list-right-content li .date {
  float: right;
  color: gray;
}
.category-list-right .list-right-content {
  position: relative;
}
.category-list-right .list-right-content ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
}
.category-list-right .list-right-content ul li .circle {
  font-size: 12px;
  color: #a5a5a5;
  float: left;
}
.category-list-right .list-right-content ul li a {
  font-size: 16px;
  color: #111111;
  margin-left: 8px;
  width: 703px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.category-list-right .list-right-content ul li .time {
  color: #777777;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
}

/* 领导信息 */
.category-list-right .list-right-content ul.leader li {
  height: auto;
  line-height: 200%;
  padding-top: 30px;
  padding-left: 20px;
}

.category-list-right .list-right-content ul.leader .leader-img {
  width: 100px;
  height: 150px;
  float: left;
  margin-right: 20px;
}

.category-list-right .list-right-content ul.leader li a.leader-info-link {
  display: inline;
  float: none;
  margin-left: 0;
}



/* ================================================ category end ================================================ */

/* ================================================ detail start ================================================ */

.article-detail {
  padding: 40px 0 30px 0;
}
.article-detail .article-detail-title {
  color: #2c2c2c;
}

.article-detail .article-detail-time {
  height: 40px;
  line-height: 40px;
  margin: 30px 0;
  color: #444444;
  background-color: #f5f5f5;
}

.article-detail .article-detail-time span {
  display: inline-block;
  margin: 0 25px;
}

/* ================================================ detail end ================================================ */

/* ================================================ 网站地图 start ================================================ */
.page-sitemap .sitemap-item {
  margin: 20px auto;
}

.page-sitemap .sitemap-title {
  height: 50px;
  padding-top: 10px;
  background-color: #f2f2f2;
}

.page-sitemap .sitemap-title strong {
  display: inline-block;
  padding: 0 20px;
  border-bottom: 3px solid #1d9ef4;
  font: bold 20px/37px "微软雅黑";
  color: #063c68;
}

.page-sitemap .sitemap-list {
  padding: 10px;
}

.page-sitemap .sitemap-list li {
  display: inline-block;
  height: 30px;
  width: 164px;
  float: left;
}

.page-sitemap .sitemap-list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  font: 14px/30px "微软雅黑";
  color: #333;
}
/* ================================================ 网站地图 end ================================================ */

