﻿/* é€šç”¨åˆå§‹åŒ–æ ·å¼ START*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

/* html {
  color: #333;
} */

body,
button,
input,
pre,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 12px;
  line-height: 150%
}

body {
  overflow-x: hidden;
  background: url(background.png) no-repeat top center;
  background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

small {
  font-size: 12px
}

ol,
ul {
  list-style: none outside none
}

li {
  vertical-align: top
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #0163d1;
  cursor: pointer
}

a:focus {
  outline: 0;
  -moz-outline: 0;
  -webkit-outline: 0
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #333
}

fieldset,
img {
  border: 0 none
}

button,
input,
select,
textarea {
  font-size: 12px;
  vertical-align: middle;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: top;
  border: 0
}

textarea {
  resize: none
}

:focus {
  outline: 0 none
}

.overflow {
  overflow: hidden
}

.hide {
  display: none
}

.disblock {
  display: block
}

.inlineBlock {
  display: inline-block
}

.positionRelative {
  position: relative;
}

.block {
  display: block
}

.inline {
  display: inline
}

.error {
  color: red;
  font-size: 12px
}

button {
  cursor: pointer
}

i {
  font-style: normal
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

.wordwrap {
  word-break: break-all;
  word-wrap: break-word
}

pre.wordwrap {
  white-space: pre-wrap
}

.fl {
  float: left
}

.fr {
  float: right
}

input {
  border: 0
}

.hidden {
  overflow: hidden
}

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

.clearfix {
  display: block
}

.area {
  width: 1200px;
  margin: 0 auto;
  text-align: left
}

.tl {
  text-align: left
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.ellipsis {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.common-box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  padding-bottom: 20px;
  min-height: 500px;
}

.container-box {
    width: 100%;
    background: url(background.png) no-repeat top center;
}

/* é€šç”¨åˆå§‹åŒ–æ ·å¼ END*/
.header {
  width: 1200px;
  margin: 0 auto;
}

.header .jf {
  display: block;
  float: right;
  width: 110px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  background: #0059bd;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header .jf span {
  margin-right: 5px;
}

.header .jf span a {
  color: inherit;
}

/* logo */
.header .title-logo {
  width: 390px;
  float: left;
  margin-left: 30px;
  margin-top: 58px;
}

/* æœç´¢ */
.header .search {
  float: right;
  margin-right: 30px;
  margin-top: 73px;
  width: 450px;
  height: 36px;
  font-size: 0;
  line-height: 36px;
}

.header .text {
  width: 330px;
  height: 100%;
  padding-left: 20px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  /* border: none; */
  font-size: 16px;
}

.header .btn {
  width: 100px;
  padding-left: 20px;
  height: 100%;
  background: url(header-search.png) no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #0163d1;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

/* é€šç”¨å¤´ START */

/* é€šç”¨ä¸­å¿ƒæ ·å¼ START*/

.content {
  margin-top: 50px;
  /* padding-bottom: 20px; */
}

.common-box .nav {
  height: 100px;
  margin: 0 50px;
}

.common-box .nav li {
  float: left;
  width: 127px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 29px 25px;
  line-height: 42px;
  cursor: pointer;
}

.common-box .nav li a {
  display: block;
  color: inherit;
}

.common-box .nav .click {
  background: #0163d1;
  color: #fff;
  border-radius: 20px;
}

.common-box .nav li a:hover {
  background: #0163d1;
  color: #fff;
  border-radius: 20px;
}

.common-box .current-location {
  background: #c6dcf4;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  padding-left: 20px;
}

.common-box .current-location span:nth-of-type(3) {
  color: #0163d1;
  font-weight: bold;
}

/* é€šç”¨ä¸­å¿ƒæ ·å¼ END*/

/* é€šç”¨åº•éƒ¨æ ·å¼ START*/

.footer {
  background: #e3f1f8;
  padding: 20px 0;
}

.common-footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.footer .footer-img {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 99;
}

.footer .footer-img img:nth-of-type(1) {
  float: left;
  margin-left: 140px;
}

.footer .footer-img img:nth-of-type(2) {
  float: right;
  margin-right: 100px;
}

.footer .footer-text {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.footer .footer-text span {
  margin: 0 5px;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

.footer .footer-first {
  cursor: pointer;
  font-weight: bold;
}

/* é€šç”¨åº•éƒ¨æ ·å¼ END*/

/*åˆ†é¡µå¼€å§‹*/
.qt-page {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.qt-page button,
.qt-page input,
.qt-page p {
  font-size: 12px;
  color: #333;
}

.qt-page .page-show,
.qt-page .page-search {
  display: inline-block;
}

.qt-page .pre-page-btn {
  position: relative;
  margin-right: 10px;
}

.qt-page .next-page-btn {
  position: relative;
  margin-left: 10px;
}

.qt-page button,
.qt-page input {
  display: inline-block;
  border: 1px solid #dce0e0;
  padding: 0 10px;
  height: 30px;
}

.qt-page button:hover {
  background-color: #0163d1;
  color: #ffffff;
}

.qt-page button {
  margin: 0 5px;
  background: #ffffff;
  border-color: #dce0e0;
  cursor: pointer;
}

.qt-page .page-search-btn {
  margin: 0 5px 0 10px;
}

.qt-page input {
  width: 50px;
  padding: 0 4px;
  text-align: center;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn {
  width: 30px;
  padding: 0;
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .next-ico-page-btn,
.qt-page .page-btn-number button {
  margin: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.qt-page .page-btn-number {
  display: none;
}

.qt-page .pre-ico-page-btn,
.qt-page .page-btn-number button {
  border-right: none;
}

.qt-page .page-btn-number .current {
  background: #0062b4;
  border-color: #0062b4;
  color: #fff;
}

/*åˆ†é¡µç»“æŸ*/

/* right-nav  START */
.right-nav {
  display: block;
  position: fixed;
  right: 30px;
  top: 50%;
}

/* right-nav  END */

/* 02-æ•™è‚²æ–°é—» START*/
.jyxw-channel-content {
  padding: 20px 20px 0 20px;
}

.jyxw-channel-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #c6dcf5;
}

.jyxw-channel-title p {
  width: 120px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #0163d1;
}

.jyxw-channel-left,
.jyxw-channel-right {
  width: 565px;
}

.jyxw-channel-left {
  margin-right: 30px;
}

.jyxw-channel-left-first,
.jyxw-channel-left-second,
.jyxw-channel-left-third {
  width: 100%;
  margin-top: 15px;
}

.jyxw-channel-left-first {
  background: #ebf3fb;
  border: 1px solid #d8e8f8;
}

.jyxw-channel-first-title {
  margin: 15px 0 10px 0;
  line-height: 25px;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
  word-break: break-word;
}

.jyxw-channel-first-content {
  padding: 0 15px;
  text-indent: 2em;
  font-size: 12px;
  color: #555;
  padding-bottom: 20px;
  word-break: break-word;
}

.jyxw-channel-first-content a {
  color: #0163d1
}

.jyxw-channel-left-second {
  padding-bottom: 15px;
  border-bottom: 1px dashed #0163d1;
}

.jyxw-channel-left-second li,
.jyxw-channel-left-third li,
.jyxw-channel-right-first li,
.jyxw-channel-right-second li {
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
}

.jyxw-channel-left-second li i,
.jyxw-channel-left-third li i,
.jyxw-channel-right-first li i,
.jyxw-channel-right-second li i {
  font-size: 45px;
  margin-right: 5px;
  margin-top: -3px;
  color: #a1d9f7;
}

.jyxw-channel-left-second li a,
.jyxw-channel-left-third li a,
.jyxw-channel-right-first li a,
.jyxw-channel-right-second li a {
  width: 80%;
  color: #555;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jyxw-channel-left-second li a:hover,
.jyxw-channel-left-third li a:hover,
.jyxw-channel-right-first li a:hover,
.jyxw-channel-right-second li a:hover {
  color: #0163d1;
  text-decoration: underline;
  text-decoration-color: #0163d1;
}

.jyxw-channel-left-second li p,
.jyxw-channel-left-third li p,
.jyxw-channel-right-first li p,
.jyxw-channel-right-second li p {
  color: #aaa;
}

.jyxw-channel-right-bottom {
  margin-top: 20px;
}

/* 02-END */

/* 03-START */
.zwgk-channel-content {
  padding: 20px 20px 10px 20px;
}

.zwgk-first-content {
  width: 565px;
}

.zwgk-first-content:nth-of-type(1) {
  margin-right: 30px;
}

.zwgk-title1,
.zwgk-title2 {
  margin-bottom: 10px;
  border-bottom: 1px solid #c6dcf5;
}

.zwgk-title1 p {
  width: 150px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #0163d1;
}

.zwgk-channel-list-first li {
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
}

.zwgk-channel-list-first li i {
  font-size: 45px;
  color: #a1d9f7;
  margin-top: -3px;
  margin-right: 5px;
}

.zwgk-channel-list-first li a {
  width: 70%;
  cursor: pointer;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zwgk-channel-list-first li a:hover {
  color: #0163d1;
  text-decoration: underline;
  text-decoration-color: #0163d1;
}

.zwgk-channel-list-first li p {
  color: #aaa;
}

.zwgk-title2 li {
  box-sizing: border-box;
  float: left;
  height: 28px;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

.zwgk-title2 li a {
  color: inherit;
  padding-right: 10px;
  padding-left: 10px;
}

.zwgk-title2 li:hover {
  font-weight: bold;
  border-bottom: 3px solid #0163d1;
}

.zwgk-title2 li.zwgk-litwo {
  margin-left: 30px;
}

/* .zwgk-title2 li:nth-of-type(n+2)::before {
  content: "|";
  position: relative;
  top: 0px;
  left: -15px;
  color: #aaaaaa;
} */

.zwgk-channel-second {
  margin-top: 30px;
}

.zwgk-title3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.zwgk-title3 p img {
  margin-left: 10px;
  margin-right: 5px;
}

.zwgk-second-left {
  width: 280px;
  margin-right: 28px;
}

.zwgk-second-left img {
  margin-bottom: 6px;
}

.zwgk-second-center {
  width: 565px;
  margin-right: 28px;
}

.zwgk-second-right {
  width: 256px;
}

.zwgk-second-right img {
  margin-bottom: 15px;
}

.zwgk-second-right li {
  box-sizing: border-box;
  height: 75px;
  margin-top: 16px;
  line-height: 75px;
  font-size: 16px;
  float: left;
  padding-left: 50px;
}

.zwgk-second-right li.zwgk-short {
  width: 123px;
}

.zwgk-second-right li.zwgk-long {
  width: 255px;
  color: #1682f5;
  padding-left: 100px;
  background: url(02-right-img5.png) no-repeat center;
}

.zwgk-first {
  margin-right: 9px;
  color: #f79e02;
  background: url(02-right-img1.png) no-repeat center;
}

.zwgk-second {
  color: #0091d2;
  background: url(02-right-img2.png) no-repeat center;
}

.zwgk-third {
  color: #45c883;
  margin-right: 9px;
  background: url(02-right-img3.png) no-repeat center;
}

.zwgk-forth {
  color: #6a8df6;
  background: url(02-right-img4.png) no-repeat center;
}

.zwgk-second-right li a {
  display: block;
  color: inherit;
}

.zwgk-channel-third {
  margin-top: 10px;
}

.zwgk-channel-third li {
  float: left;
  width: 126px;
  height: 112px;
  margin-right: 19px;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  color: #000;
  position: relative;

}

.zwgk-channel-third li:hover {
  color: #fff;
}

.zwgk-channel-third a {
  display: block;
  position: absolute;
  width: 100%;
  top: 60px;
}
.zwgk-channel-third li img {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.zwgk-channel-third li img.showimg {
  display: block;
}
.zwgk-channel-third li:hover img.showimg {
  display: none;
}
.zwgk-channel-third li:hover img.hideimg {
  display: block;
}
.zwgk-channel-third li:hover a {
  color: #fff;
}


/* 03-END */

/* 09-é€šç”¨å†…å®¹é¡µ */
.common-content {
  width: 1120px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.common-content-title {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #0262d2;
  margin-bottom: 30px;
  word-break: break-word;
}

.common-content-top-date {
  width: 100%;
  height: 36px;
  background: #f3f3f3;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.qt-print_area {
  display: block;
  float: right;
}

.qt-print_area p {
  margin-top: 5px;
  margin-right: 10px;
}

.common-content-top-date span:nth-of-type(1) {
  margin-right: 115px;
}

.common-content-main {
  margin-top: 25px;
  word-wrap: break-word;
}

.srevice-icon .active a {
  color: #fff;
  background-color: #0163d1;
  border: 1px solid #0163d1;
}

.common-content-main p {
  font-size: 16px;
  line-height: 36px;
  /* text-align: right; */
}

.common-content-main img {
  margin: 25px 0;
}

.common-content-bottom-share {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background: #f3f3f3;
  line-height: 40px;
}

/* .common-content-bottom-share span{
  cursor: pointer;
} */
.common-content-bottom-share span:nth-of-type(1) {
  margin-left: 10px;
}

.common-content-bottom-share a:nth-of-type(1) {
  margin-right: 10px;
}

.common-content-bottom-share a:nth-of-type(2) {
  margin-right: 40px;
}

.common-content-bottom-share a {
  float: right;
}

/* åˆ†äº«  */
.common-content-bottom-share a.share-btn {
  margin-right: 0px;
  margin-top: 10px;
}

.bshare-custom {
  padding: 15px 5px;
}

.share {
  float: right;
  padding-left: 0px;
  width: auto;
  margin: 0;
  color: #898989;
  margin-top: -17px;
  position: relative;
}

.share span {
  margin-top: -10px;
}


.common-box .current-location span:last-child {
  color: #0163d1;
  border-bottom: 0.5px solid #0163d1;
}

.mainShareDiv_24 {
  background: url(icon_16.jpg) no-repeat 0 0;
  width: 125px;
  height: 32px;
}

#gwdShare_con_1 {
  position: relative;
  float: right;
  top: -10px;
}

#gwdshare {
  z-index: 9999;
  float: left;
  text-align: left !important;
  zoom: 1;
}

.gwds_tools_24 a {
  width: 28px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  padding: 3px 2px 3px 2px;
}

#gwdshare a,
#gwdshare_s a,
#gwdshare_pop a {
  text-decoration: none;
  cursor: pointer;
}

#gwdshare a:nth-child(1) {
  margin: -1px 3px 0px 3px;
  background: url(share.png) no-repeat;
  background-position: 2px -33px !important;
}

#gwdshare a:nth-child(2) {
  margin: -1px 3px 0px 3px;
  background: url(share.png) no-repeat;
  background-position: 2px 5px !important;
}

.service-tablebox {
  display: none;
}

.service-tablebigbox .active {
  display: block;
}

.service-news {
  width: 336px;
  height: 244px;
  margin-left: 12px;
}

#gwdshare span:nth-child(3) {
  width: 32px;
  height: 32px;
  margin: 10px 0px 0px 6px;
  background: url(icon_17.jpg) no-repeat 0 0;
  overflow: hidden;
}


div#share {
  display: inline-block;
  position: relative;
  /* float: left; */
}

.share * {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.share-icon {
  display: inline-block;
  width: 14px;
  height: 24px;
  line-height: 24px;
  background: url(icon_16.jpg) no-repeat center;
  vertical-align: -25%;
  *float: left;
}

.share-box {
  display: inline-block;
  *margin-top: -4px;
}

.share-box a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url(share.png) no-repeat;
  margin-left: 7px;
  cursor: pointer;
}

.share-box a:hover {
  opacity: .8;
}

.share-box a.gwds_weixin {
  background-position: 0 -38px !important;
}

.share-box a.gwds_tsina {
  background-position: 0 0 !important;
}

.share .gwds_more {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  font-size: 20px;
  *background-position: left 8px;
}

.share-popup {
  width: 212px !important;
  -webkit-box-shadow: 0 0 7px #eee;
  -moz-box-shadow: 0 0 7px #eee;
  z-index: 1000000;
  position: absolute;
  border: 1px solid #e9e9e9;
  position: absolute;
  display: none;
  background-color: #fff;
}

.share-popup h6 {
  height: 34px;
  background-color: rgb(246, 246, 246);
  font: 700 14px/32px 'microsoft yahei';
  padding: 0 3px;
  margin: 0;
  text-align: left;
}

.share-popup h6 b {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 23px;
  background: url(pop_c.gif) no-repeat 0 0;
  cursor: pointer;
}

.share-popup ul {
  /*width: 99%;*/
  padding: 8px 6px;
  overflow: hidden;
  background-color: #fff;
}

.share-popup li {
  width: 98px;
  margin: 0;
  float: left;
}

.share-popup li a {
  display: block;
  line-height: 20px;
  border: 1px solid transparent;
  padding: 5px 0;
  font-size: 14px;
  color: #565656;
  text-indent: 34px;
  background: url(is_24.png) no-repeat;
  cursor: pointer;
  height: 30px;
  text-align: left;
}

.share-popup li a:hover {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.share-popup.share_top {
  bottom: 130%;
}

.share-popup.bottom {
  top: 130%;
}

.share-popup.left {
  right: 0px;
}

.share-popup.right {
  left: 100%;
  margin-left: -20px;
}

.share-popup li a.gwds_qzone {
  background-position: 0 -237px
}

.share-popup li a.gwds_douban {
  background-position: 0 -357px
}

.share_clear {
  clear: both;
}


/* 09-é€šç”¨å†…å®¹é¡µ  END */

/* 07-é€šç”¨åˆ—è¡¨é¡µ START */
.common-list-content {
  padding: 20px 20px 0 20px;
}

.common-list-content-title {
  width: 190px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: url(07-nav-title.png) no-repeat;
  background-size: cover;
}

.common-list-content-title img {
  margin-top: 18px;
  margin-right: 5px;
}

.common-list-content-nav {
  display: block;
  width: 190px;
}

.service-jihe-take .active {
  background-color: #4e9af0;
}

.common-list-content-nav .click {
  background: url(07-nav-click.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.common-list-content-nav li {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 47px;
  margin-top: 10px;
  text-align: center;
  background: #f1f1f1;
  color: #262626;
  cursor: pointer;
  background: url(07-nav-noclick.png) no-repeat;
  background-size: cover;
}

.common-list-content-nav li p {
  background: url(07-nav-noclick.png) no-repeat;
  background-size: cover;
}

.common-list-content-nav .select-img {
  margin-top: -40px;
  /* margin-left: 80px; */
  float: right;
  margin-right: 20px;
}

/* .common-list-content-nav .select-nav{
  border-bottom: 1px solid #d2d2d2;
} */
.common-list-content-nav .select-nav li {
  background: #eaf4ff;
  height: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  margin-top: 0;
}

.common-list-content-nav .select-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.common-list-content-nav .select-nav li:hover {
  background: #75abe8;
  color: white;
}

.common-list-content-nav .select-nav li img {
  margin: 19px 5px 0 40px;
}

.common-list-right-content {
  width: 937px;
  margin-left: 30px;
}

.common-list-right-title {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  background: #eff7ff;
}

.common-list-right-title img {
  margin: 16px 10px 0 15px;
}

.common-list-right-title span {
  color: #1c1c1c;
  padding-bottom: 13px;
}

.common-list-right-list {
  margin-top: 10px;
}

.common-list-right-list li {
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;

}

.common-list-right-list li:hover {
  color: #1f7ed1;
}

.common-list-right-list li i {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #ccc;
  margin-left: 18px;
  margin-right: 10px;

}

.common-list-right-list .list-content {
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4e4e4e;
  cursor: pointer;

  /* margin-left: 30px; */
}

.common-list-right-list .list-content a {
  color: inherit;
}

.common-list-right-list .list-date {
  float: right;
  margin-right: 15px;
  color: #a6a6a6;

}

.common-list-mobile-nav {
  display: none;
}

.common-list-mobile-pages {
  display: none;
}

.common-list-right-pages {
  display: block;
  width: 750px;
  margin: 40px auto;
}

.common-list-right-pages .btn {
  border: 1px solid #dce0e0;
  background: #fff;
  font-size: 12px;
  height: 28px;
  padding: 0 7px;
  margin-right: 5px;
}

.common-list-right-pages input {
  width: 30px;
  height: 26px;
  border: 1px solid #dce0e0;
}

.common-list-right-pages .str1 {
  padding: 0 12px;
}

.common-list-right-pages .str2 {
  padding: 0 17px;
}

.common-list-right-pages .num {
  width: 30px;
}

.common-list-right-pages span {
  font-size: 12px;
  line-height: 28px;
}

.common-list-right-pages .active {
  background: #0168b7;
  color: #fff;
}

/* 01-07é€šç”¨å†…å®¹æ–‡ç« é¡µ */
.common1-content-text {
  width: 1100px;
  padding: 0 50px;
}

.common1-content-text .common1-content-title {
  font-size: 22px;
  line-height: 70px;
  font-weight: bold;
  color: #0168b7;
  text-align: center;
}

.common1-content-date {
  font-size: 14px;

  text-align: center;
}

.common1-content-date span {
  margin-right: 50px;
  color: #505050;
}

.common1-content-main-content {
  margin-top: 50px;
}

.common1-content-main-content p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 26px;
  color: #505050;
}

.common1-content-main-content .text-Int {
  text-indent: 5em;
}

.common1-content-main-content img {
  width: 60%;
  margin-left: 20%;
  margin-top: 20px;
}

.common-content-bottom-title {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 50px 0 20px 0;
  /* text-align: 40px; */
  font-size: 14px;
  color: #2d7fc4;
  background: #edf0f2;
}

.common-content-bottom-title span {
  margin-left: 20px;
}

/* 11-ç½‘ç«™åœ°å›¾ */
.map-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 10px;
  z-index: 10;
}

.map-title {
  width: 100%;
  padding-top: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

.map-title p {
  width: 115px;
  font-family: SimHei;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  margin-bottom: -2px;
  border-bottom: 3px solid #0163d1;
}

.map-title p img {
  margin-top: 7px;
}

.map-content .map-small-content::after {
  clear: both;
  content: "";
  display: block;
}

.map-content .map-small-content li {
  float: left;
  width: 208px;
  height: 46px;
  margin-top: 20px;
  margin-right: 25px;
  background: #f8f8f8;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  color: #0163d1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.map-content .map-small-content li a {
  display: block;
  color: inherit;
}

.map-content .map-small-content li:hover {
  background: #dbecff;
}

/* .map-content .map-small-content li:nth-of-type(1),
.map-content .map-small-content li:nth-of-type(2),
.map-content .map-small-content li:nth-of-type(3){
  margin-right: 29px;
} */
.map-content .map-small-content li:nth-of-type(5n) {
  margin-right: 0;
}

.map-small-content .add::before {
  content: "+";
  position: relative;
  right: -115px;
}

.map-small-content .add li {
  width: 208px;
  height: 46px;
  background: #fff;
  color: #2e2e2e;
  margin: 0;
  border: 0;
  position: relative;
}

.map-small-content .add .select-list {
  width: 208px;
  border: 1px solid #f4f4f4;
  display: none;
  z-index: 100;
  position: absolute;
  /* transition: all 1s; */
}

.map-small-content .add li:hover {
  background: #dbecff;
  color: #0163d1;

}

/* æ”¿åŠ¡è®¿è°ˆæ ·å¼   END */

/* é¢†å¯¼å†…å®¹é¡µ START */
.clear {
  clear: both;
}

.disblock {
  display: inline-block;
}

.leader-main {
  min-height: 750px;
  padding: 19px 22px 19px 22px;
}

.leader-part-left {
  width: 600px;
  float: left;
  margin-right: 30px;
}

.leader-part-right {
  width: 521px;
  float: left;
}

.leader-main-content {
  width: 415px;
  float: right;
}

.leader-main-content img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  margin-top: 6px;
}

.leader-main-content p {
  display: inline-block;
  width: 92%;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.leader-main-content p span {
  font-size: 16px;
  color: #0262d2;
}

.leader-main-content .leader_Name p {
  margin-left: 1px;
}

.leader-title {
  margin: 30px 0 30px 0;
  border-bottom: 2px solid #ECECEC;
}

.leader-title p {
  border-bottom: 2px solid #0262D2;
  padding-bottom: 9px;
  width: 180px;
  position: relative;
  top: 2px;
  padding-left: 6px;
}

.leader-title p img {
  vertical-align: bottom;
  margin-right: 7px;
}

.leader-title p span {
  font-size: 20px;
  color: #3260a4;
}

.leader-mainP p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 35px;
}

.leader-activity {
  margin-top: 0;
  margin-bottom: 10px;
}

.leader-activity p {
  width: 115px;
}

.leader-images img {
  width: 164px;
  height: 205px;
}

.leader-newsLi {
  border-bottom: 1px dashed #DADADA;
  padding-bottom: 17px;
}

.leader-newsLi div {
  padding-top: 13px
}

.leader-newsLi div a {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leader-newsLi div a:hover {
  color: #0163d1
}

.leader-newsLi div span {
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 32px;
}

.leader-newsLi p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.leader-page {
  padding: 15px;
}

.leader-main-content .m-leaderName {
  display: none;
}

/* é¢†å¯¼å†…å®¹é¡µ END */

/* é¦–é¡µ START */
/* é¦–é¡µè½®æ’­å›¾æ ·å¼ START */
.slide {
  display: inline-block;
  width: 601px;
  height: 397px;
  overflow: hidden;
  position: relative;
}

.box_img {
  width: 601px;
  height: 397px;
  overflow: hidden;
}

.box_img ul li {
  position: absolute;
  display: none;
}

.box_img ul li a>img {
  display: block;
  width: 601px;
  height: 397px;
}

.box_tab {
  display: block;
  width: 601px;
  height: 44px;
  box-sizing: border-box;
  padding-right: 15px;
  margin-top: -44px;
  z-index: 999;
  text-align: right;
  background: rgba(0, 0, 0, .7);
  position: relative;
  font-size: 0;
}

.box_tab a {
  display: inline-block;
  line-height: 54px;
  margin-right: 13px;
  overflow: hidden;
}

.box_tab a>i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 99;
}

.box_tab a>i:hover {
  background: #DD0000;
}

.box_tab a>span {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_tab a.active {}

.box_tab a.active>span {
  display: block;
}

.box_tab a.active>i {
  background: #cc3333;
}

/* é¦–é¡µè½®æ’­å›¾æ ·å¼ END */
.index-hotNews {
  width: 570px;
  height: 397px;
}

.index-hotNews .index-hotTop {
  display: inline-block;
  width: 42px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  background: url(01-indexdot_03.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.index-hotNews .index-hotTitle {
  display: inline-block;
  font-size: 20px;
  color: #000000;
}

.index-hotNewsp {
  font-size: 12px;
  color: #555555;
  line-height: 20px;
  text-indent: 2em;
  padding: 0 8px 0 8px;
}

/* é¦–é¡µå³ä¾§æ–°é—»ï¼Œé è¿‘è½®æ’­å›¾ START*/
.yw-box {
  margin-left: 20px;
  position: relative;
}

.tab-title {
  height: 50px;
  border-bottom: 1px solid #BFE5FA;
  font-size: 18px;
  text-align: left;
  width: 96%;
}

.tab-pc-block {
  display: block;
}

.tab-mobile-block {
  display: none;
}

.tab-title>div {
  display: inline-block;
  line-height: 60px;
  /* margin-right: 26px; */
  height: 50px;
  margin-right: 0;
  padding-right: 4px;
  position: relative;
}

.tab-title>div .index-imgNews {
  display: none;
}

.tab-title>div.active .index-imgNews {
  display: block;
}

.tab-title>div img {
  vertical-align: middle;
  margin: 0 7px 0 22px;
  margin-top: -4px;
  display: inline-block;
  width: 19px;
}

.tab-title>div a {
  color: #000000;
  padding: 0 22px 0 22px;
  font-weight: bold;
}

.tab-title>div.active {
  /* border-bottom: 1px solid #0168b7; */
}

.tab-title>div.active a {
   color: #0168b7;
   display: block;
   height: 95%;
   padding: 0 22px 0 22px;
   font-weight: bold;
   border-bottom: 3px solid #0168b7;
}

.tab-title>div.active .yw-img1 {
  display: none;
}

.tab-title>div img.yw-img2 {
  display: none;
}

.tab-more {
  position: absolute;
  height: 50px;
  line-height: 50px;
  right: 20px;
  top: 5px;
  font-size: 14px;
  color: #999999;
}

.pub-table-box {
  display: none;
  margin-top: 6px;
}

.pub-table-box.active {
  display: block;
}

.pub-table-box li {
  font-size: 16px;
  padding-left: 12px;
  padding-right: 20px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  height: 36px;
  color: #3A3A3A;
}

.pub-table-box li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  color: #1a1a1a;
}

.pub-table-box li span {
  float: right;
  font-size: 14px;
}

.pub-table-box li i {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 25px;
  background: #0168b7;
  margin-top: -2px;
}

.wsbsdt {
  width: 1160px;
  height: 99px;
  margin: 0 auto;
  overflow: hidden;
}

.dt-box {
  margin-left: 20px;
  height: 274px;
}

.dt-box .tab-title>div img {
  position: absolute;
  bottom: 10px;
  left: -22px;
}

.pub-table-box-c {
  margin-top: 15px;
}

.pub-table-box-c li {
  font-size: 14px;
  padding-right: 24px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  height: 30px;
  color: #555555;
}

.pub-table-box-c li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  color: #555555;
}

.pub-table-box-c li a:hover {
  color: #0168b7;
}

.pub-table-box-c li span {
  float: right;
  font-size: 14px;
  color: #aaaaaa;
}

.pub-table-box-c li i {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #A1D9F7;
  margin-top: -2px;
  border-radius: 50%;
}

.m-tab-more {
  display: none;
}

.index-tzgg {
  width: 600px;
  height: 244px;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px;
}


.index-tjjy {
  width: 570px;
  height: 244px;
  overflow: hidden;
  margin-top: 20px;
}

/* é¦–é¡µå³ä¾§æ–°é—»ï¼Œé è¿‘è½®æ’­å›¾ END */
.index-zwgk {
  width: 600px;
  height: 638px;
}

.index-zmhd {
  width: 570px;
  height: 638px;
  margin-top: -2px;
}

.index-zwgk-title {
  text-align: center;
  border-bottom: 3px solid #A1D9F7;
  padding-bottom: 8px;
  font-weight: bold;
}

.index-zwgk-title img {
  display: inline-block;
  margin-right: 9px;
  vertical-align: text-bottom;
}

.index-zwgk-title p {
  display: inline-block;
  font-size: 18px;
  color: #003399;
}

.index-box {
  position: fixed;
  right: 5%;
  top: 205px;
}

.index-box li {
  width: 64px;
  height: 70px;
  margin-bottom: 20px;
}

.index-box p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}

.index-zwgk-content {
  margin-top: 16px;
  margin-bottom: 22px;
  height: 382px;
}

.index-zwgk-left {
  width: 303px;
  height: 381px;
  float: left;
}

.index-zwgk-left ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-zwgk-left ul li a p {
  font-size: 14px;
  color: #000000;
}

.index-zwgk-left ul li:nth-child(1) {
  border-right: none;
  border-bottom: none;
}

.index-zwgk-left ul li:nth-child(2) {
  border-bottom: none;
}

.index-zwgk-left ul li:nth-child(3) {
  border-right: none;
}

.index-zwgk-left ul li {
  float: left;
  width: 151px;
  height: 136px;
  text-align: center;
  border: 1px solid #A1D9F7;
  box-sizing: border-box;
}

.index-zwgk-left ul li img {
  margin-bottom: 10px;
  margin-top: 26px;
}

.index-xxgknb img {
  margin-left: 20px;
}

.index-zwgk-right {
  width: 282px;
  height: 381px;
  float: right;
}

.index-xxgklink {
  margin-top: 15px;
}

.index-zwgk-right ul li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  height: 83px;
}

.index-zwgk-right ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-zwgk-right ul li p {
  text-align: center;
  margin-top: -30px;
  font-size: 14px;
  color: #000000;
}

.index-zwgk-right ul li:nth-child(2n) {
  margin-right: 0;
}

.index-bmfw-content ul li {
  float: left;
  width: 300px;
  height: 136px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #C1E6FA;
}

.index-bmfw-content ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-bmfw-content ul li img {
  margin-top: 26px;
  margin-bottom: 12px;
}

.index-bmfw-content ul li p {
  font-size: 14px;
  color: #000000;
}

.index-bmfw-content {
  margin-top: 12px;
}

.index-bmfw-content ul li:nth-child(1) {
  border-right: none;
}

.index-zmhd-content {
  margin-top: 16px;
}

.index-zmhd-content ul li {
  float: left;
  width: 278px;
  height: 125px;
  background: #A1D9F7;
  margin-right: 14px;
  margin-bottom: 12px;
}

.index-zmhd-content ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40px;
}

.index-zmhd-content ul li:nth-child(2n) {
  margin-right: 0;
}

.index-zmhd-content ul li a img {
  display: inline-block;
  vertical-align: middle;
}

.index-zmhd-content ul li a p {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 12px;
}

.index-zmhd-content .index-zmhdImg {
  margin-right: 10px;
}

.index-indexImg {
  margin-bottom: 14px;
}

.index-indexImg .index-newlink {
  margin-right: 8px;
}

.ove {
  overflow: hidden;
}

/* åº•éƒ¨ç„¦ç‚¹å›¾ START */
.five_banner {
  height: 99px;
  position: relative;
  margin: 20px auto 15px;
  box-sizing: border-box;
  width: 1175px;
  padding-left: 26px;
  margin: 10px;
  margin-left: 12px;
}

.fiveleft {
  position: absolute;
  left: 0;
  width: 16px;
  height: 99px;
  z-index: 99;
  cursor: pointer;
}

.fiveright {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 99px;
  z-index: 0;
  cursor: pointer;
}

.fivebanner {
  width: 1138px;
  white-space: nowrap;
  overflow: hidden;
}

.fivebanner div {
  width: 365px;
  height: 99px;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-right: 14px;
}

.fivebanner div img {
  width: 365px;
  height: 99px;
  margin-right: 10px;
}

.select-box {
  height: 40px;
  font-size: 0;
}

.select-box select {
  width: 372px;
  height: 40px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-left: 22px;
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  text-align-last: center;
}

.select-box select:first-child {
  margin-left: 0;
}

.hei-110 {
  height: 115px;
}

.index-bottomBox {
  background: #E3F1F8;
  margin-top: 25px;
  border: 1px solid #ABDDF8;
}

.index-bottomBox a {
  display: inline-block;
}

/* åº•éƒ¨ç„¦ç‚¹å›¾ END */
.toTop {
  display: none !important;
}

/* é¦–é¡µ END */

/* ä¾¿æ°‘æœåŠ¡æ ·å¼  START */

.service-header {
  width: 100%;
  height: 38px;
  background-color: #c6dcf5;
}

.service-header .number1 {
  margin-left: 20px;
}

.service-header a {
  font-size: 14px;
  line-height: 38px;
}

.service-header a:hover {
  color: #5289db;
}

.service-title {
  height: 32px;
  width: 96%;
  margin: 20px auto;
  border-bottom: 1px solid #c6dcf5;
}

.service-list .ttb-list {
  width: 568px;
}

.service-title a {
  font-size: 18px;
  display: block;
  width: 100px;
  line-height: 30px;
  border-bottom: 3px solid #0163d1;
  font-weight: bold;
}

.service-title a img {
  height: 18px;
  width: 18px;
  margin-top: 8px;
}

.service-list .service-title-2n a {
  border-bottom: none;
}

.service-list {
  width: 50%;
  margin: 0 auto;
}

.service-list ul {
  margin-bottom: 16px;
}

.service-list ul li {
  width: 558px;
  height: 30px;
  margin-left: 20px;
}

.service-list .ttb-list {
  width: 578px;
  margin-left: 10px;
}

.service-list ul li img {
  margin-top: 11px;
}

.service-list ul li a {
  margin-left: 5px;
  line-height: 30px;
  font-size: 14px;
}

.service-list ul li .service-list-math-pc {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #aaaaaa;
  float: right;
}

.service-list ul li .service-list-math-mobile {
  display: none;
}

.service-list ul li a:hover {
  color: #0163d1;
  border-bottom: 1px solid #064b9b;
}

.service-banner {
  margin: 0 auto;
  width: 96%;
  border: 1px solid #99d3f0;
}

.service-banner .pc-banner {
  display: block;
}

.service-banner .mobile-banner {
  display: none;
}

.service-banner img {
  width: 100%;
  height: 100%;
}

.srevice-icon {
  width: 98%;
}

.srevice-icon ul {
  margin-left: 23px;
}

.srevice-icon li {
  height: 30px;
  margin-right: 3.6px;
  float: left;
  position: relative;

}

.srevice-icon li a {
  display: inline-block;
  background-color: #daebfe;
  border: 1px solid #b9d6f5;
  line-height: 30px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  margin: 0 auto;
}

.srevice-icon .active a {
  color: #fff;
  background-color: #0163d1;
  border: 1px solid #0163d1;
}

.srevice-icon li img {
  display: none;
}

.srevice-icon .active img {
  display: block;
  position: absolute;
  left: 40%;
  bottom: -10px
}

.srevice-ddbox {
  display: none;
  margin: 20px auto;
  width: 96%;
  height: 196px;
  border: 1px solid #c6dcf5;
}

.srevice-dbox .active {
  display: block;
  margin: 20px auto;
  width: 96%;
  height: 196px;
  border: 1px solid #c6dcf5;
}

.srevice-box {
  margin-top: 20px;
  width: 228px;
  height: 150px;
  float: left;
  border-right: 1px dashed #ccc;
}

.srevice-box ul {
  margin: 0 auto;
  text-align: center;
}

.srevice-box ul li {

  line-height: 26px;
}

.srevice-box ul li a {
  font-size: 14px;
}

.srevice-box ul li a:hover {
  color: #0163d1;
  border-bottom: 0.5px solid #0163d1;
}

.srevice-box-lastone {
  border-right: none;
}

/* ä¾¿æ°‘æœåŠ¡æ ·å¼  END */


/* å…¬ä¼—å‚ä¸Žæ ·å¼  START */

.service-tablebox {
  display: none;
}

.service-tablebigbox .active {
  display: block;
}

.service-news {
  width: 336px;
  height: 244px;
  margin-left: 12px;
}

.service-news img {
  max-width: 336px;
  max-height: 244px;
  width: 100%;
  height: 100%;
}

.service-texts {
  width: 330px;
  margin-right: 10px;
}

.service-texts p {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
}

.service-texts .service-texts-fistr a {
  font-size: 16px;
  color: #0163d1;
  border-bottom: 0.5px solid #0163d1;
}

.service-news-zuo {
  width: 60%;
}

.service-news-you {
  width: 40%;
}

.service-news-you-title {
  border-bottom: none;
  margin-bottom: 4px;

}

.service-jihe img {
  margin-top: -3px;
  margin-left: 3px;
}

.service-jihe-take div {
  margin-top: 10px;
  width: 422px;
  height: 80px;
  background-color: #c6dcf5;
  border-radius: 10px;
}

.service-jihe-take div p {
  display: block;
  height: 30px;
  line-height: 50px;
  font-size: 14px;
  text-indent: 20px;
}
.service-jihe-take div:hover p {
  color: #fff;
}

.service-jihe-take .active {
  background-color: #4e9af0;
}
.service-jihe-take .active p {
  color: #fff;
}

/* å…¬ä¼—å‚ä¸Žæ ·å¼  END */


/* ä¸“é¢˜ä¸“æ æ ·å¼  START */
.special-header {
  display: none;
  width: 96%;
  height: 38px;
  background-color: #c6dcf5;
}

.special-header .number1 {
  margin-left: 20px;
}

.special-header a {
  font-size: 14px;
  line-height: 38px;
  color: #5289db;
}

.special-list {
  width: 100%;
  margin: 0 auto;
}

.special-list .special-title2 {
  margin-bottom: 20px;
}

.special-title {
  height: 44px;
  width: 96%;
  margin: 20px auto;
  border-bottom: 1px solid #c6dcf5;
}

.special-title a {
  font-size: 20px;
  display: block;
  width: 114px;
  line-height: 42px;
  border-bottom: 3px solid #0163d1;
  font-weight: bold;
}

.special-title a img {
  height: 22px;
  width: 24px;
  margin-top: 10px;
}

.section-1 {
  width: 96%;
  margin: 0 auto;
}

.section-1fool-left {
  width: 335px;
  height: 248px;
  text-align: center;
  background-color: #fbfbfb;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  margin-right: 97px;
}

.section-1fool-left-1 {
  width: 313px;
  padding: 10px;
  height: 188px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.section-1fool-left-1 img {
  max-width: 313px;
  max-height: 188px;
  height: 188px;
  width: 313px;
}

.section-1fool-left span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.section-1fool-left p {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.sectionright {
  margin-right: 0px;
}



/* ä¸“é¢˜ä¸“æ æ ·å¼  END */

/* æ”¿åŠ¡è®¿è°ˆæ ·å¼  START */

.taking-header {
  width: 96%;
  height: 38px;
  background-color: #c6dcf5;
  margin: 0 auto;
}

.taking-header .number1 {
  margin-left: 20px;
}

.taking-header a {
  font-size: 14px;
  line-height: 38px;
}

.taking-header a:hover {
  color: #0163d1;
  font-weight: bold;
}

.taking-list {
  width: 96%;
  margin: 0 auto;
}

.taking-title {
  height: 46px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}

.taking-title a {
  font-size: 20px;
  display: block;
  width: 154px;
  line-height: 44px;
  color: #0262d2;
  border-bottom: 3px solid #0262d2;
}

.taking-title a img {
  height: 22px;
  width: 24px;
  margin-top: 10px;
}

.taking-box {
  width: 96%;
  height: 228px;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
}

.taking-box-img {
  margin: 13px;
}

.taking-box-img img {
  width: 292px;
  height: 204px;
}

.taking-box-text {
  width: 802px;
  height: 196px;
  margin: 16px;
  position: relative;
}

.taking-box-text p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}

.taking-box-text .taking-box-text-1 {
  color: #0262d2;
}

.taking-box-text .taking-box-text-1 a {
  color: #0262d2;
  font-weight: 500;
}

.taking-box-text .taking-box-text-2 {
  font-weight: 700;
  line-height: 30px;
}

.taking-box-text .taking-box-text-2 a {
  font-weight: 500;
}

.taking-box-text span {
  position: absolute;
  bottom: 18px;
  right: -5px;
}

.taking-box-text span a {
  color: #0262d2;
  font-size: 16px;
}



/* æ”¿åŠ¡è®¿è°ˆæ ·å¼   END */