/* é€šç”¨åˆå§‹åŒ–æ ·å¼ 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
}

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: inherit;
  text-decoration: none
}

a:hover {
  color: #02487c;
  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;
  clear: both;
}

.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
}

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

/* é€šç”¨åˆå§‹åŒ–æ ·å¼ END*/
.header {}

.header .ht {
  height: 30px;
  background: #f4f4f4;
  text-align: right;
}

.header .ht a {
  vertical-align: -5px;
  padding: 0 5px;
  color: #666
}

.header .hc {
  width: 100%;
  height: 280px;
  background: url(header-bg.png) no-repeat bottom;
  background-size: cover;
}

.header .hc .con-box {
  position: relative;
  height: 100%;
}

.header .hc .con-box .text {
  text-align: right;
  font-size: 16px;
  color: #fff;
  padding-top: 25px;
  padding-right: 10px;
}

.header .hc .con-box .logo {
  position: absolute;
  top: 90px;
  /* padding: 80px 0 40px; */
  /* text-align: center; */
}

.header .hc .con-box .search {
  position: relative;
  top: 115px;
  display: block;
  width: 400px;
  height: 43px;
  /* margin: 0 auto; */
  margin-left: 790px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 43px;
}

.header .hc .con-box .search .search-text {
  float: left;
  height: 100%;
  width: 360px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 43px;
}

.header .hc .con-box .search .search-btn {
  display: block;
  position: absolute;
  top: 12px;
  right: 23px;
  width: 20px;
  height: 20px;
  background: url(header-search.png) no-repeat;
}

.header .hc .con-box .search .mobile-search {
  display: none;
}

.header .hb {
  /* border-top: 1px solid #4dadd9; */
  background: #0168b7;
}

.header .hb .menu {
  font-size: 0;
}

.header .hb .menu li {
  width: 198px;
  height: 52px;
  line-height: 52px;
  margin: 0 1px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}

.header .hb .menu li a {
  display: block;
  color: #fff
}

.header .hb .menu li:hover {
  background: #0d7cdd;
}

.header .hb .menu .active {
  background: #0d7cdd;
}

.cur {
  cursor: pointer;
}

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

.content {
  padding-bottom: 20px;
}

.common-content {
  width: 1200px;
  margin: 0px auto;
  padding-top: 20px;
}

/* å½“å‰ä½ç½® */
.common-content .current-location {
  width: 100%;
  height: 45px;
  background: #f3f3f3;
  /* margin-top: 20px; */
  color: #0078b4;
  font-size: 14px;
  line-height: 45px;
}

.common-content .current-location img {
  margin-left: 18px;
  margin-top: 14px;
}

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

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

.footer {
  display: block;
  background: #0168b7;
  padding: 20px 0;
}

.footer .link {
  font-size: 0;
}

.footer .link li {
  width: 214px;
  height: 30px;
  padding-right: 30px;
  display: inline-block;
  color: #fff;
}

.footer .link li select {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 0 10px;
  background: #0077d2;
  border: 1px solid #7cc6ff;
  color: #fff;
}

.footer .link li .option {
  color: #fff
}

.footer .link .last-li {
  padding-right: 0;
}

.footer .copyright {
  float: left;
  width: 460px;
  display: block;
  color: #afcbe4;
  padding-top: 20px;
  line-height: 30px;
}

.footer .copyright span {
  padding: 0 10px;
}

.footer .copyright span a {
  color: #afcbe4
}

.footer .copyright img {
  margin-top: 10px;
}

.footer .copyright .copyright-left {
  margin-left: 40px;
}

.footer .record {
  width: 545px;
  float: right;
  color: #afcbe4;
  padding: 20px 0 0 85px;
  line-height: 30px;
  /* text-align: right; */
}

.footer .record div {
  display: inline-block;
  /* padding-right: 35px; */
}

.footer .record img {
  vertical-align: 2px;
  display: inline-block;
}

.footer .record span {
  display: inline-block;
  padding: 0 10px;
}

.footer .record span img {
  vertical-align: -5px;
  padding-right: 5px;
}

.footer .record ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
}

.footer .record ul li:nth-of-type(n+2)::before {
  content: "|";
  position: relative;
  top: 0;
  left: -15px;
}

.footer .record .right-width {
  width: 435px;
}

.mobile-footer {
  display: none;
}

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

/* é¦–é¡µæ ·å¼ START*/

.index-advert {
  margin: 10px auto 0;
  width: 1200px;
}

.index-advert img {
  width: 100%;
}

.index-rotation1 {
  float: left;
  width: 640px;
  padding-top: 30px;
  position: relative;
}

.index-news1 {
  float: left;
  width: 530px;
  padding-left: 29px;
  padding-top: 30px;
  position: relative;
}

.index-fitness {
  font-size: 0;
  padding-top: 30px;
}

.index-fitness a {
  margin-right: 24px;
}

.index-fitness .last-a {
  margin-right: 0;
}

.index-news2 {
  float: left;
  width: 385px;
  padding-right: 22px;
  padding-top: 30px;
}

.index-news2 .index-news-content li p:nth-of-type(1) {
  width: 95%;
}

.index-special {
  float: left;
  width: 793px;
  padding-top: 30px;
  position: relative;
}

.index-masses {
  font-size: 0;
  padding-top: 30px;
}

.index-masses img {
  padding-right: 21px;
}

.index-masses .last-img {
  padding-right: 0;
}

.index-overt {
  float: left;
  width: 775px;
  padding-top: 30px;
}

.index-online {
  float: left;
  width: 386px;
  padding-left: 39px;
  padding-top: 20px;
  font-size: 0;
}

.index-online .top-img {
  padding-bottom: 18px;
}

.index-online .img {
  margin-right: 19px;
}

.index-online .last-img {
  margin-right: 0px;
}

.slideBox {
  width: 580px;
  height: 300px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: auto;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 580px;
  height: 300px;
  display: block;
}

.slideBox .prev {
  position: absolute;
  left: 0;
  top: 56%;
  margin-top: -25px;
  display: block;
  width: 15px;
  height: 26px;
  background: url(01-indexdot_03.png);
}

.slideBox .next {
  position: absolute;
  right: 0;
  top: 56%;
  margin-top: -25px;
  display: block;
  width: 15px;
  height: 26px;
  background: url(01-indexdot_05.png);
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/* é¦–é¡µè½®æ’­å›¾ END */

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

.tab-title {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
}

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

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

.tab-title>div {
  display: inline-block;
  line-height: 50px;
  /* margin-right: 26px; */
  height: 50px;
  margin-right: 42px;
  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: #3A3A3A;
}

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

.tab-title>div.active a {
  color: #0168b7;
  display: block;
  height: 100%;
}

.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: 20px;
  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: 0;
  /* margin-top: 20px; */
  height: 274px;
}

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

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

.pub-table-box-c li {
  font-size: 16px;
  padding-right: 10px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  height: 40px;
  color: #999999;
}

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

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

.pub-table-box-c li i {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 8px;
  background: #3C78B4;
  margin-top: -2px;
  border-radius: 50%;
}

/* é¦–é¡µå³ä¾§æ–°é—»ï¼Œé è¿‘è½®æ’­å›¾ END */

.index-hideImg {
  display: none;
  margin: auto;
}

.index-online .index-onlineLink {
  margin-right: 19px;
  display: inline-block;
  width: 116px;
  height: 144px;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  background-color: #F0F0F0;
  text-align: center;
  float: left;
}

.index-online .index-onlineLink:nth-child(2) img {
  margin-top: 42px;
}

.index-online .index-onlineLink:nth-child(3) img {
  margin-top: 34px;
}

.index-online .index-onlineLink:nth-child(4) {
  margin-right: 0;
}

.index-online .index-onlineLink:nth-child(4) img {
  margin-top: 40px;
}

.index-online .index-onlineLink p {
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 28px;
}

.index-online .index-onlineLink:hover {
  background-color: #18A3B6;
}

.index-online .index-onlineLink:hover p {
  color: #FFFFFF;
}

.index-online .index-onlineLink:hover .index-hideImg {
  display: block;
}

.index-online .index-onlineLink:hover .index-showImg {
  display: none;
}

.index-overt-body {
  width: 790px;
  height: 232px;
}

.index-overt-body .index-overt-r {
  width: 675px;
  height: 232px;
  display: inline-block;
}

.index-overt-body .index-overt-r ul li {
  width: 160px;
  height: 118px;
  box-sizing: border-box;
  float: left;
  margin-right: 11px;
  text-align: center;
  border: 1px solid transparent;
}

.index-overt-body .index-overt-r ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-overt-body .index-overt-r ul li img {
  margin-top: 15px;
}

.index-overt-body .index-overt-r ul li a p {
  font-size: 16px;
  color: #225386;
  margin-top: 17px;
}

.index-overt-body .index-overt-r ul li:nth-child(4n) {
  margin-right: 0;
}

.index-overt-body .index-overt-r ul li:hover {
  border: 1px solid #B2E0FD;
  background-color: #EDF9FF;
}

.index-overt-body .overtImg {
  display: inline-block;
}

/* é¦–é¡µç„¦ç‚¹å›¾ START */
.slideBoxnew {
  width: 603px;
  height: 286px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: auto;
  float: right;
}

.slideBoxnew .hd {
  height: 190px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
}

.slideBoxnew .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBoxnew .hd ul li {
  background-color: #F0F0F0;
  margin-right: 2px;
  width: 189px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 18px;
}

.slideBoxnew .hd ul li.on {
  background: url(01-indexjdtbg.jpg) no-repeat;
  background-size: contain;
  color: #fff;
}

.slideBoxnew .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBoxnew .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBoxnew .bd img {
  width: 603px;
  height: 286px;
  display: block;
}

.slideBoxnew .prev {
  position: absolute;
  left: 0;
  top: 56px;
  margin-top: -25px;
  display: block;
  width: 189px;
  height: 46px;
  background: url(01-indexjdttop.jpg);
}

.slideBoxnew .next {
  position: absolute;
  left: 0;
  bottom: 0px;
  margin-top: -25px;
  display: block;
  width: 189px;
  height: 46px;
  background: url(01-indexjdtbottom.jpg);
}

.slideBoxnew .prev:hover,
.slideBoxnew .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBoxnew .prevStop {
  display: none;
}

.slideBoxnew .nextStop {
  display: none;
}

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

.m-index-time {
  display: none;
}

.m-indexJDT {
  display: none;
}

/* é¦–é¡µç„¦ç‚¹å›¾ END */

/* é¦–é¡µæ ·å¼ END*/

/* 01-05-é€šç”¨åˆ—è¡¨é¡µ  start */
.common-list-content {
  margin-top: 20px;
}

.common-list-content .common-list-left-nav {
  width: 250px;
  height: auto;
}

.common-list-content .common-list-top-nav {
  display: none;
}

/* å·¦ä¾§å¯¼èˆªå›¾ç‰‡ */
.common-list-left-images {
  position: relative;
  width: 100%;
}

.common-list-left-images span {
  position: absolute;
  color: #8290a6;
}

.common-list-Chinese {
  top: 45px;
  left: 110px;
  font-size: 30px;
}

.common-list-English {
  top: 80px;
  left: 115px;
  font-size: 16px;
}

/* å¯¼èˆªåˆ—è¡¨ */
.common-list-left-list {
  width: 250px;
  height: auto;
  background: #f1f1f1;
}

.common-list-left-list>li {
  width: 220px;
  margin: 0 15px;
  background: url("01-05-leftNavJt.png") no-repeat;
  background-size: cover;
  border-bottom: 1px solid #d3d3d3;
  color: #666666;
  font-size: 24px;
  line-height: 80px;
  text-align: left;
  cursor: pointer;
}

.common-list-left-list>li span {
  margin-left: 20px;
}

.common-list-left-list .select-list li {
  width: 220px;
  font-size: 16px;
  line-height: 35px;
  margin-left: 35px;

}

.common-list-left-list .click {
  width: 266px;
  margin: 0;
  border: none;
  background: url("01-05-leftNavClick.png") no-repeat;
  background-size: 100%;
}

.common-list-left-list .click span {
  color: #fff;
}

.common-list-left-list .click .select-list {
  width: 250px;
  font-size: 16px;
  border-bottom: 2px solid #0093d6;
  color: #495d73;
  background: #e6eff7;
  /* list-style: disc; */
  list-style-image: url('01-05-list-style.jpg');
  padding: 15px 0;
}

.common-list-left-list .click .select-list li::before {
  position: relative;
  top: 9px;
  left: -6%;
  width: 1px;
  font-size: 35px;
  border-left: 2px solid #a4c7e4;
  content: "";
}

/* å·¦ä¾§å¯¼èˆª  end */

/* å³ä¾§å†…å®¹  start */
.common-list-right-content {
  width: 880px;
  margin-left: 70px;
}

/* å³ä¾§title */
.common-list-right-title {
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  font-size: 20px;
  line-height: 35px;
  color: #00699d;
}

.common-list-right-title span {
  padding-bottom: 10px;
  border-image: url('01-05-right-title.png');
  -webkit-border-image: url('01-05-right-title.png');
  -moz-border-image: url('01-05-right-title.png');
  -o-border-image: url('01-05-right-title.png');

}

/* åˆ—è¡¨ */
.common-list-right-listContent li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: pre-line; */
}

.common-list-right-listContent li:nth-of-type(odd) {
  margin-top: 30px;
  overflow: hidden;
}

.common-list-right-listContent li:nth-of-type(odd) p:nth-of-type(1) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

.common-list-right-listContent li:nth-of-type(odd) p:nth-of-type(2) {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}

.common-list-right-listContent li:nth-of-type(even) {
  padding-bottom: 30px;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 14px;
  color: #999999;
  line-height: 36px;

}

/* é¡µç  */
.common-list-pages {
  /* padding-top: 30px; */
  width: 53%;
  margin: 30px 430px
}

.common-list-pages .page {
  width: 90px;
  height: 36px;
  font-size: 16px;
  color: #000;
  margin-right: 5px;
}

.common-list-pages span {
  font-size: 16px;
  color: #000;
}

/* .common-list-pages span:nth-of-type(3){
  padding: 5px 10px;
  /* border: 1px solid #e3e3e3; 
} */
.common-list-pages input {
  width: 50px;
  height: 30px;
  border: 1px solid #e3e3e3;
}

.common-list-bottom-content {
  display: none;
}

/* .common-list-pages{
  display: none;
} */
/* 01-05-é€šç”¨åˆ—è¡¨é¡µ */

/* 01-06-å›¾ç‰‡åˆ—è¡¨é¡µ */
.media-list-content {
  width: 1200px;
  margin-top: 50px;
}

.media-list-top-image img {
  width: 490px;
}

.media-list-top-text {
  width: 690px;
  margin-left: 20px;
}

.media-list-top-text .media-list-top-title::before {
  position: relative;
  top: 15px;
  left: 0;
  content: "";
  width: 1px;
  font-size: 60px;
  border: 3px solid #16a0b6;
}

.media-list-top-text .media-list-top-title .big-title {
  margin-left: 25px;
  margin-top: -40px;
  font-size: 22px;
  line-height: 36px;
  color: #0078b4;
}

.media-list-top-text .media-list-top-title .small-title {
  margin-left: 30px;
  font-size: 14px;
  line-height: 36px;
  color: #999999;
}

.media-list-top-text .media-list-top-textContent {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px 70px 20px;
  background: #ebfdff;
  font-size: 14px;
  line-height: 34px;
}

.media-list-top-text .media-list-top-textContent a {
  color: #008ac8;
}

.media-list-bottom-img {
  margin-top: 15px;
}

.media-list-bottom-img li {
  float: left;
  margin-top: 35px;
}

.media-list-bottom-img li:nth-of-type(1),
.media-list-bottom-img li:nth-of-type(2),
.media-list-bottom-img li:nth-of-type(4),
.media-list-bottom-img li:nth-of-type(5) {
  margin-right: 25px;
}

.media-list-bottom-img .media-list-first-text {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

.media-list-bottom-img .media-list-second-text {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.media-list-bottom-img .media-list-second-text p:nth-of-type(1) {
  float: left;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.media-list-bottom-img .media-list-second-text span:nth-of-type(1) {
  float: right;
  text-align: right;
}

/* é¡µç  */
.media-list-pages {
  width: auto;
  margin: 50px auto;
  padding: 0 280px;
}

.media-list-pages button {
  margin-right: 0px;
}

.media-list-pages .textPage {
  height: 28px;
  padding: 0 13px;
  border: 1px solid #0073a9;
  background: #fff;
  color: #0073a9;
}

.media-list-pages .number {
  width: 30px;
  height: 28px;
  border: 1px solid #dce0e0;
  color: #999;
  background: #fff;
}

.media-list-pages .click {
  background: #0073a9;
  color: #fff;
}

.media-list-pages .true {
  width: 50px;
  height: 30px;
  background: #008ac8;
  color: #fff;
}

.media-list-pages span {
  font-size: 14px;
  color: #008ac8;
}

.media-list-pages .pageNumber {
  /* padding: 5px 20px; */
  width: 50px;
  height: 30px;
  border: 1px solid #dce0e0;
}

/* 01-07-é€šç”¨å†…å®¹é¡µ */
.common-contents {
  width: 100%;
  /* background: #f2f2f2; */
}

.common-contents .current-location {
  width: 1200px;
  margin-top: -20px;
}

.common-content-content {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 90px 30px 90px;
  background: #fff;
}

.common-content-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.common-content-title .common-content-big-title {
  width: 700px;
  margin: 30px auto;
  font-size: 30px;
  color: #006eab;
  line-height: 65px;
}

.common-content-title .common-content-small-title {
  width: 550px;
  margin: 0 auto;
  font-size: 14px;
  color: #999999;
}

.common-bottom-content {
  width: 100%;
  margin-top: 30px;
}

.common-bottom-content p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
  color: #333;
}

.common-bottom-content img {
  width: 600px;
  margin: 0 0 20px 200px;
}

.common-content-bottom-title {
  margin-top: 25px;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.common-content-bottom-title .fr img {
  margin-top: 6px;
}

/* æ”¿åŠ¡å…¬å¼€ START */
.zh-jigaunjianjie {
  width: 830px;
  float: left;
  margin-right: 40px;
}

.zh-jgjj-title {
  width: 100%;
  background: #fff;
  font-size: 20px;
  color: #0d7cdc;
  line-height: 46px;
}

.zh-jgjj-title .before {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #0d7cdc;
  margin: 15px 10px 0;
}

.zh-jgjj-title .title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.zh-jgjj-title .more {
  display: none;
}

.zh-jgjj-content {
  padding: 10px 0;
}

.zh-jgjj-c-img {
  width: 114px;
  float: left;
}

.zh-jgjj-c-img img {
  display: block;
  width: 100%;
}

.zh-jgjj-c-text {
  width: 690px;
  float: left;
  padding: 0 10px;
  line-height: 32px;
}

.zh-jgjj-c-text .title {
  color: #0d7cdc;
  font-size: 16px;

}

.zh-jgjj-c-text .text {
  font-size: 14px;
  line-height: 26px;
}

.zh-jgjj-c-text .link {
  color: #0d7cdc;
  font-size: 14px;
  float: right;
  margin-top: -28px;
}

.zh-lingdaojianjie {
  width: 327px;
  float: left;
}

.zh-ldjj-text {
  padding-top: 10px;
}

.zh-ldjj-jz {
  width: 106px;
  float: left;
}

.zh-ldjj-jz img {
  display: block;
  width: 100%;
}

.zh-ldjj-jz .text {
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}

.zh-ldjj-jz .link {
  font-size: 14px;
  line-height: 32px;
  color: #0d7cdc;
}

.zh-ldjj-list {
  width: 200px;
  padding-left: 18px;
  float: left;
}

.zh-ldjj-list li {
  line-height: 32px;
  border: solid 1px #e9e9e9;
  background: #f0f8ff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}

.zh-ldjj-list li span {
  width: 118px;
  display: inline-block;
}

.zh-ldjj-list li .link {
  color: #0d7cdc;
  width: 80px;
  display: inline-block;
}

.zh-zhengfuxinxigongkai {
  padding-top: 30px;
}

.zh-zfxxgk-title {
  /* min-height: 60px; */
}

.zh-zfxxgk-title .bg {
  height: 14px;
  background: #f5f5f5;
}

.zh-zfxxgk-title .title-box {
  float: left;
  background: #FFFFFF;
  position: relative;
  top: -30px;
}

.zh-zfxxgk-title .title {
  font-size: 20px;
  color: #0d7cdc;
  line-height: 46px;
  font-weight: bold;
  display: inline-block;
  width: 140px;
  padding-left: 10px;
}

.zh-zfxxgk-title .after {
  vertical-align: top;
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #0d7cdc;
  margin: 15px 20px 0 30px;
}

.zh-zfxxgk-list {
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.zh-zfxxgk-list li {
  width: 208px;
  text-align: center;
  background: #e9eff5;
  border-radius: 4px;
  float: left;
  margin-right: 28px;
}

.zh-zfxxgk-list li.none {
  margin-right: 0;
}

.zh-zfxxgk-list li a {
  display: block;
  padding: 40px 0 30px;
}

.zh-zfxxgk-list li img {
  display: block;
  width: 44px;
  margin: 0 auto;
}

.zh-zfxxgk-list li .hover {
  display: none;
}

.zh-zfxxgk-list li .text {
  line-height: 40px;
  margin-top: 20px;
  font-size: 14px;
}

.zh-zfxxgk-list li:hover {
  background: #0d7cdd;
}

.zh-zfxxgk-list li:hover .hover {
  display: block;
}

.zh-zfxxgk-list li:hover .normal {
  display: none;
}

.zh-zfxxgk-list li:hover .text {
  color: #FFFFFF;
}

.zh-jianyitianbanli {
  width: 580px;
  float: left;
}

.zh-jytabl-list {
  padding: 10px 0;
}

.zh-jytabl-list li {
  padding: 0 10px;
}

.zh-jytabl-list li a {
  display: block;
  line-height: 30px;
  font-size: 14px;
}

.zh-jytabl-list li a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #adadad;
  vertical-align: top;
  margin-top: 12px;
  border-radius: 100%;
}

.zh-jytabl-list li a .title {
  display: inline-block;
  color: #333333;
  padding: 0 20px;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zh-jytabl-list li a .title:hover {
  color: #0d7cdc;
}

.zh-jytabl-list li a .time {
  display: inline-block;
  color: #808080;
  width: 80px;
  vertical-align: top;
}

.zh-jieduhuiying {
  margin-left: 40px;
}

.zh-zhidubiaozhun .new-box {
  width: 580px;
  float: left;
}

.zh-zhidubiaozhun .new-box .title-list {
  margin-bottom: 10px;
}

.zh-zhidubiaozhun .new-box .title-list li {
  float: left;
  font-size: 16px;
  line-height: 32px;
}

.zh-zhidubiaozhun .new-box .title-list .link {
  border-left: solid 1px #c9c9c9;
  padding: 0 14px;
}

.zh-zhidubiaozhun .new-box .title-list .link.first {
  border: none;
}

.zh-zhidubiaozhun .new-box .title-list .link.active {
  font-weight: bold;
  color: #0d7cdc;
}

.zh-zhidubiaozhun .new-list .item .more {
  display: none;
}

.zh-zhidubiaozhun .new-list .item {
  display: none;
}

.zh-zhidubiaozhun .new-list .item.active {
  display: block;
}


/* æ”¿åŠ¡å…¬å¼€ END */

/* æ”¿åŠ¡å…¬å¼€-æœºæž„ä¿¡æ¯ START */

.zh-lingdaoxinxi-box {
  border: solid 1px #f2f2f2;
  padding: 14px;
  margin-bottom: 20px;
}

.zh-ldxx-memu {
  float: left;
  width: 160px;
}

.zh-ldxx-memu.mobile {
  display: none;
}

.zh-ldxx-memu .title {
  background: #cfeaff;
  border-top: solid 2px #0168b7;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  font-weight: bold;
}

.zh-ldxx-menu-list {
  padding-top: 4px;
}

.zh-ldxx-menu-list li {
  border-bottom: dashed 1px #a2c3e5;
}

.zh-ldxx-menu-list li a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  padding-left: 20px;
  background: #f5f8fb;
}

.zh-ldxx-menu-list li img {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.zh-ldxx-info {
  width: 980px;
  float: left;
  padding-left: 30px;
  /* padding-right: 10px; */
}

.zh-ldxx-info .info {
  margin-bottom: 20px;
}

.zh-ldxx-info .info .img {
  width: 80px;
  float: left;
}

.zh-ldxx-info .info .img img {
  width: 100%;
  display: block;
}

.zh-ldxx-info .info .con {
  width: 870px;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  padding-top: 6px;
}

.zh-ldxx-title {
  /* padding: 10px 0 0; */
  margin-top: 40px;
  margin-bottom: 10px;
}

.zh-ldxx-title .bg {
  height: 10px;
  background: #f5f5f5;
}

.zh-ldxx-title .title-box {
  float: left;
  background: #FFFFFF;
  /* position: relative; */
  margin-top: -20px;
}

.zh-ldxx-title .title {
  font-size: 14px;
  color: #0d7cdc;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  width: 80px;
  padding-left: 10px;
}

.zh-ldxx-title .after {
  vertical-align: top;
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #0d7cdc;
  margin: 10px 10px 0;
}

.zh-ldxx-box .text {
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.zh-jigoushezhi {
  margin-bottom: 20px;
}

.zh-jgsz-list .title {
  width: 570px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #0d7cdd;
  text-align: center;
  margin: 20px auto 0;
}

.zh-jgsz-list .line {
  width: 1px;
  height: 34px;
  background: #0d7cdd;
  margin: 0 auto;
  position: relative;
  left: -0.1px;
}

.zh-jgsz-list .cells {
  border-top: solid 1px #0d7cdd;
  width: 1158px;
  margin: 0 auto;
}

.zh-jgsz-list .cells span {
  display: block;
  float: left;
  width: 51.64px;
  height: 34px;
  border-left: solid 1px #0d7cdd;
  border-right: solid 1px #0d7cdd;
  margin-left: -1px;
}

.zh-jgsz-list .list {
  width: 1200px;
}

.zh-jgsz-list .list li {
  float: left;
  margin-right: 6.4px;
  position: relative;
}

.zh-jgsz-list .list li.none {
  margin-right: 0;
}

.zh-jgsz-list .list a {
  display: block;
  width: 16px;
  height: 540px;
  border: solid 1px #0d7cdd;
  background: #d9edf8;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 12.6px;
  line-height: 26px;
}

.zh-jgsz-list .details {
  padding: 10px;
  width: 600px;
  border: solid 1px #0d7cdd;
  background: #FFFFFF;

  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -300px;
  z-index: 9;

  display: none;
}

.zh-jgsz-list .details .zh-jgsz-list-model-head {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-bottom: dashed 1px #e2e2e2;
  margin-bottom: 20px;
  line-height: 40px;
}

.zh-jgsz-list .details .zh-jgsz-list-model-body {
  font-size: 14px;
  line-height: 30px;
}

.zh-jgsz-list .details .zh-jgsz-list-model-body .zyzz-text {
  text-indent: 2em;
  margin-bottom: 6px;
}

.zh-jgsz-list .list li:hover .details {
  display: block;
}

.zh-jgsz-list .list li:hover a {
  background: #0d7cdd;
  color: #ffffff;
}


/* æ”¿åŠ¡å…¬å¼€-æœºæž„ä¿¡æ¯ END */