﻿/* *
* @authors @SilentBlue
* @date 2017-10-23 10:04:41
* @version zjl3653.com-base.version.2.0
*
* */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: url(bg1.png) center top no-repeat;
}

body > div {
  margin-right: auto;
  margin-left: auto;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

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

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: none;
}

select:focus,
input:focus,
textarea:focus {
  outline: none;
}

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

th,
td {
  font-size: 12px;
  padding: 0;
}

img,
a img {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: none;
}

strong,
em {
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
  outline-style: none;
}

a:hover {
  text-decoration: none;
}

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

.group {
  zoom: 1;
}

.clear {
  font-size: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* Base Addition */

.ftsz-14 {
  font-size: 14px;
}

.ftsz-16 {
  font-size: 16px;
}

.ftsz-18 {
  font-size: 18px;
}

.font-coff {
  color: #fff;
}

.bgc-fff {
  background-color: #fff;
}

.bgc-thin-blue {
  background-color: #dfeaf7;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.padding10 {
  padding: 10px 10px 0;
}

.pad4ing10 {
  padding: 10px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.mg-ltrb-auto {
  margin: auto;
}

.mg-ltrb-center {
  margin: 0 auto;
}

.oflow-hd {
  overflow: hidden;
}

.oflow-x-hd {
  overflow-x: hidden;
}

.oflow-y-hd {
  overflow-y: hidden;
}

.circular-bl {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.circular-tr10 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.box-shadow-com {
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-bottom: 5px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, 0.75);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, 0.75);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 5px 5px 0 rgba(246, 246, 246, 0.75);
}

.triangle {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* topBar */

.topbar {
  width: 100%;
  min-width: 1200px;
  height: 36px;
  background-color: #9b0001;
  font-size: 16px;
  color: #fff;
}

.topbar-inner {
  line-height: 36px;
  width: 1200px;
  height: 36px;
}

.topbar-inner a {
  margin-right: 8px;
  padding-right: 8px;
  color: #fff;
}

.topbar-nav li {
  float: left;
  margin: 0 8px;
}

.topbar-nav li i {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  /* transition: all .5s linear; */
  cursor: pointer;
  margin-right: 5px;
}
.topbar-nav li i img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(306deg)
    brightness(108%) contrast(102%);
}
.topbar a:hover {
  color: #ebf1fd;
}

/* .topbar-nav .topbar-nav--language {
    margin-right: 8px;
} */

/* /topBar */

/* Header */

.header {
  width: 1200px;
  height: 240px;
}

.logo {
  margin-top: 25px;
}

.logo a {
  display: block;
  width: 475px;
  height: 100px;
  background: url(logo.png) left center no-repeat;
}

.search {
  width: 530px;
  padding: 40px 0 0;
}

.search-box {
  height: 36px;
}

.search-input {
  width: 458px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  transition: border 0.3s linear;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.search-input-inner {
  line-height: 22px;
  width: 440px;
  height: 22px;
  margin: 6px 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.search-input.search-input-hover {
  border: 1px solid #d3d3d3;
}
.search-input.search-input-focus {
  border: 1px solid #397ab9;
}
.search-input-inner {
  font-size: 14px;
  color: #ced2da;
}
.search-input.search-input-focus .search-input-inner {
  color: #333;
}
.search-input-btn {
  width: 60px;
  height: 36px;
  cursor: pointer;
  border: none;
  background: url(icon-search.png) 0 0 no-repeat;
}

.search-input-btn:hover {
  background-position: -61px 0;
}

.search-hotwd {
  line-height: 18px;
  height: 18px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #667f97;
}

.search-hotwd a {
  padding: 0 5px;
  font-weight: 400;
  color: #667f97;
}
.search-hotwd a:hover {
  color: #397ab9;
}

/* /Header */

/* Footer */

.footer {
  width: 100%;
  /* min-width: 1200px; */
  margin-top: 25px;
}

/* ðŸ‘‡ */

.footer-nav-wrap {
  width: 1200px;
  border-bottom: 2px solid #f5f5f5;
}

.footer-nav-inner {
  margin: 20px 15px;
}

.footer-nav-itembox {
  width: 140px;
  overflow: hidden;
  padding-right: 16px;
  font-size: 14px;
}

.footer-nav-itembox > p {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}

.footer-nav-itembox > ul > li {
  line-height: 30px;
}

.footer-nav-itembox > ul > li > a {
  color: #757575;
  font-size: 13px;
}

.footer-nav-itembox > ul > li > a:hover {
  color: #333;
}

/*ðŸ‘†*/

.friend-link {
  line-height: 43px;
  width: 1200px;
  height: 43px;
  text-align: center;
}

.friend-link-menu li {
  position: relative;
  float: left;
  padding: 0 30px 0 15px;
  cursor: pointer;
}

.friend-link-menu li i {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 8px;
  height: 5px;
  transition: all 0.3s linear;
  background-position: -492px -22px;
}

.friend-link-menu .current i {
  background-position: -492px -28px;
}

.friend-link-menu li:hover i,
.friend-link-menu .current i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.friend-link-inner {
  display: none;
  width: 1200px;
  margin: 5px auto;
}

.friend-link-submenu {
  overflow: hidden;
  width: 96%;
  padding: 20px 2%;
}

.friend-link-submenu li {
  line-height: 24px;
  float: left;
  margin: 10px;
  white-space: nowrap;
}

.friend-link-submenu-loop {
  overflow: hidden;
}

/*copyright*/

.copyright {
  width: 1200px;
  padding: 20px 0;
}

.inspection-id {
  width: 80px;
  height: 80px;
}

.inspection-id img {
  width: 100%;
}

.copyright-info {
  line-height: 30px;
  margin: 0 10px;
}

.footer-nav a {
  padding-right: 5px;
}

.site-feature a {
  margin: 0 8px;
}

/* /Footer */

/* MainNav */

.main-nav-box {
  width: 100%;
  min-width: 1200px;
  height: 56px;
  background-color: #f4e5d1;
}

.main-nav-home {
  line-height: 58px;
  width: 150px;
  height: 55px;
  background: url(icon-nav.png) 0 0 no-repeat;
}

.main-nav-home dt {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 30px;
  background-position: -292px -165px;
  display: none;
}

.main-nav-home dd a {
  display: block;
  text-align: center;
}

.main-nav {
  width: 1200px;
  height: 50px;
  margin:0 auto;
}
.main-nav-home dd {
  font-size: 18px;
  font-weight: 700;
}
.main-nav-home dd a {
  display: block;
  color: #fff;
}

.main-nav > li {
  line-height: 50px;
  float: left;
  width: 170px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.main-nav > li:hover {
  background-color: #edc1a1;
}

.main-nav > li > a {
  display: block;
  color: #c21408;
}

/* /MainNav*/

/* Main Content */

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

.headline {
  height: 120px;
  padding: 0 10px;
  text-align: center;
  background-color: #fff;
}
.headline-list span {
  font-size: 16px;
  color: #dedede;
}

.headline-big {
  line-height: 60px;
  overflow: hidden;
  height: 60px;
  padding-top: 10px;
  font-size: 34px;
  font-weight: 700;
}

.headline-big a {
  /* color: #d10101; */
  color: #0a2167;
}
.headline-list {
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  font-size: 18px;
}

.headline-list a {
  /* color: #d10101; */
  color: #0a2167;
}
.headline-list span {
  padding: 0 5px;
}

.slidebox-news {
  height: 740px;
  padding: 10px;
  background-color: #fff;
}

/* /Main Content */

/* Common Slide */

.shxidx-carousel .shxidx-wrapper::after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.shxidx-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.shxidx-carousel .shxidx-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.shxidx-carousel .shxidx-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.shxidx-carousel .shxidx-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.shxidx-carousel .content-imgs-slide-item {
  float: left;
}

.shxidx-controls .shxidx-page,
.shxidx-controls .shxidx-buttons div {
  cursor: pointer;
}

.shxidx-controls {
  /* position: relative; */
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shxidx-carousel img {
  display: block;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.shxidx-carousel .shxidx-wrapper,
.shxidx-carousel .shxidx-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.shxidx-carousel .content-imgs-slide-item {
  position: relative;
  display: block;
}

.shxidx-carousel b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.shxidx-carousel span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* width: 100%; */
}

.shxidx-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.shxidx-pagination .shxidx-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 5px;
}

.shxidx-pagination .active {
  width: 25px;
}

.shxidx-buttons {
  display: none;
}

.shxidx-buttons div {
  position: absolute;
  top: 50%;
}

.shxidx-prev {
  left: 0;
}

.shxidx-next {
  right: 0;
}

/* Common Slide */

/* Text News */
.sxxczx-block {
  overflow: hidden;
  margin-top: 15px;
}
.sxxczx-block-left {
  width:100%;
}
.sxxczx-block-right {
  width: 400px;
}
.tabcnt-img {
  height: 100px;
  margin-top: 5px;
  overflow: hidden;
}
.tabcnt-img img {
  height: 100px;
  width: 100%;
}
.common-text-title-box {
  height: 34px;
  overflow: hidden;
}

.common-text-title-bar {
  display: block;
  overflow: hidden;
  height: 32px;
  padding-right: 21px;
  /* background: url('../bg-textbar-ul.png') right 0 no-repeat; */
  border: 0;
  border-bottom: 2px solid #c21408;
}

.common-text-title-bar li {
  line-height: 32px;
  float: left;
  height: 32px;
  padding: 0 20px;
  transition: all 0.2s linear;
  text-align: center;
}
.common-twowords-title-bar li {
  padding: 0 40px;
}

.common-text-title-bar li a {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.common-text-title-bar .tab-current {
  line-height: 32px;
  height: 32px;
  margin-top: 0;
  background-color: #c21408;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
}
.common-text-title-bar .tab-current a {
  color: #fff;
}
.common-tab-content-box {
  overflow: hidden;
  margin: 5px 0;
}

.common-tab-content-box > li {
  line-height: 34px;
  overflow: hidden;
  height: 34px;
}
.common-tab-content-box > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9b0001;
  border-radius: 4px;
  float: left;
  margin-right: 8px;
  margin-top: 14px;
}
.common-tab-content-box > li a {
  font-size: 16px;
  color: #000;
}
.common-tab-content-box li a:hover {
  color: #9b0001;
}
.common-tab-content-box li span {
  float: right;
  font-size: 14px;
  color: #8d8d8d;
}
.common-tab-content-box li em {
  margin-left: 6px;
}

.common-tab-content-box li em a {
  margin-left: 6px;
}

.common-tab-content-box li span {
  margin-left: 6px;
}

.conmon-tab-department li {
  padding-left: 0;
  background: none;
}

.common-text-blucle-title-bar {
  padding-right: 0;
}

.common-text-blucle-title-bar li {
  padding: 0 8px;
  transition: none;
  background-position: 0 -384px;
}

.common-text-blucle-title-bar .bg-img-none {
  background: none;
}

.common-text-blucle-title-bar .tab-current {
  line-height: 40px;
  height: 40px;
  margin-top: 5px;
}

/* /Text News */
.discl-show {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 10px;
}
.discl-show img {
  height: 100px;
  width: 100%;
}
/* executive meeting */

.executive-meetings {
  height: 140px;
  padding: 60px 15px 0;
  background-position: 0 -450px;
}

.executive-meetings dt {
  line-height: 35px;
  overflow: hidden;
  height: 35px;
  text-align: center;
}

.executive-meetings dt a span {
  margin-right: 8px;
}

.executive-meetings dd {
  line-height: 24px;
  overflow: hidden;
  height: 96px;
}

/* /executive meeting */

/* Gov Info */

.government-information-publicity {
  overflow: hidden;
  margin: 5px 0;
  padding: 0 10px;
}

.government-information-publicity li {
  line-height: 35px;
  float: left;
  overflow: hidden;
  width: 130px;
  height: 35px;
  margin-left: 10px;
  padding-left: 20px;
  background-position: 0 -668px;
}

.government-information-publicity li:hover {
  background-position: 0 -719px;
}

.government-information-publicity .reset-mglf {
  margin-left: 0;
}

.government-information-publicity .res-width {
  width: auto;
}

/* /Gov Info */

/* Float Tools */

.float-tools-innder .float-tools-qcode {
  position: absolute;
  z-index: 2;
  bottom: 200px;
  height: auto;
  right: 1px;
  width: 90px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  transform-origin: 95% 95%;
  opacity: 0;
  /* background: url(icon-common-sprites.png) -180px -1070px no-repeat; */
  filter: alpha(opacity=0);
  background-color: #fff;
  text-align: center;
  color: #3664b9;
  font-size: 14px;
  padding: 5px;
}

.float-tools-innder .float-tools-qcode > img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.float-tools-icon-1:hover + .float-tools-qcode,
.float-tools-icon-2:hover + .float-tools-qcode {
  right: 1px;
  bottom: 200px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.float-tools-icon-2:hover + .float-tools-qcode {
  right: 70px;
  bottom: 170px;
}

.float-tools {
  position: fixed;
  top: 60%;
  right: 0;
  width: 97px;
  height: 197px;
  background-position: -403px -450px;
}

.float-tools a,
.float-tools-innder a i {
  display: block;
}

.float-tools-innder {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 197px;
}

.float-tools-innder a {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 3;
}

.float-tools-innder a i {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.4s none;
  background-position: -372px -125px;
}

.float-tools-innder a:hover i {
  /* -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; */
  transform: scale(1.1);
}

.float-tools-innder .float-tools-icon-1 {
  top: 18px;
  right: 10px;
}

.float-tools-innder .float-tools-icon-1 i {
  background-position: -372px -125px;
}

.float-tools-innder .float-tools-icon-1:hover i {
  background-position: -372px -162px;
}

.float-tools-innder .float-tools-icon-2 {
  /*+6*/
  top: 58px;
  right: 48px;
  /*-2*/
}

.float-tools-innder .float-tools-icon-2 i {
  background-position: -404px -125px;
}

.float-tools-innder .float-tools-icon-2:hover i {
  background-position: -404px -162px;
}

.float-tools-innder .float-tools-icon-3 {
  /*+6*/
  top: 108px;
  right: 48px;
  /*-2*/
}

.float-tools-innder .float-tools-icon-3 i {
  background-position: -436px -125px;
}

.float-tools-innder .float-tools-icon-3:hover i {
  background-position: -436px -162px;
}

.float-tools-innder .float-tools-icon-4 {
  /*+6*/
  top: 150px;
  right: 12px;
  /*-2*/
}

.float-tools-innder .float-tools-icon-4 i {
  background-position: -468px -125px;
}

.float-tools-innder .float-tools-icon-4:hover i {
  background-position: -468px -162px;
}

.float-tools-top,
.float-tools-close {
  position: absolute;
  z-index: 5;
  top: 59px;
  right: 0;
  width: 38px;
  height: 79px;
  background-position: -332px -125px;
}

.float-tools-close {
  background-position: -332px -450px;
}

.float-tools-top a,
.float-tools-close a {
  width: 100%;
  height: 100%;
}

/* /Float Tools */

/* Common Page */

.breadcrumb {
  line-height: 30px;
  height: 30px;
  padding: 10px 0 10px 30px;
}

.breadcrumb li {
  float: left;
  margin-right: 8px;
}

.breadcrumb li span,
.breadcrumb .path-cur span {
  padding-right: 5px;
}

.main-content-left {
  width: 840px;
}

.main-content-right {
  width: 400px;
  height: 100%;
  margin-bottom: -8889px;
  padding-bottom: 8889px;
}

.aside-executive-meetings {
  position: relative;
  width: 400px;
  height: 120px;
  background-position: 0 -780px;
}

.aside-executive-content {
  line-height: 24px;
  position: absolute;
  top: 75px;
  left: 50px;
  overflow: hidden;
  height: 24px;
}

.aside-executive-content i {
  font-style: normal;
  margin-right: 14px;
}

.aside-executive-content span {
  margin-left: 14px;
}

/* /Common Page */

/* Common List */

.resp-height {
  height: 100%;
  margin-bottom: -8889px;
  padding-bottom: 8889px;
}

.list-subnavs-wrap {
  width: 230px;
}

.line-file-10 {
  height: 10px;
}

.list-subnavs-title {
  line-height: 50px;
  height: 50px;
}

.list-subnavs-title dt {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-position: -15px -2260px;
}

.list-subnavs-name {
  line-height: 49px;
  height: 49px;
  padding-left: 32px;
  background-position: -390px -1419px;
}

.current {
  background-position: -390px -1491px;
}

.list-subnavs-box li {
  line-height: 36px;
  height: 36px;
  padding-left: 35px;
}

.list-subnavs-main {
  width: 1020px;
}

.list-full-main {
  width: 100%;
}

.shanxi-gov-list-filter {
  height: 1px;
  margin: 18px 0;
}

/* pageion */

.shanxi-gov-page-box {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.shanxi-gov-page-box a {
  line-height: 42px;
  display: inline-block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-left: 5px;
  text-align: center;
}

.shanxi-gov-page-box .shanxi-gov-page-button {
  padding: 0 6px;
}

.shanxi-gov-page-hide {
  display: inline-block;
  text-align: center;
}

.shanxi-gov-page-hide .shanxi-gov-page-current,
.shanxi-gov-page-hide .shanxi-gov-page-current:hover {
  line-height: 42px;
  display: inline-block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  text-align: center;
}

.shanxi-gov-page-form {
  line-height: 42px;
  display: inline-block;
  overflow: hidden;
  height: 42px;
  margin-left: 5px;
}

.shanxi-gov-page-form-text {
  line-height: 32px;
  width: 40px;
  height: 32px;
  margin-right: 5px;
  text-align: center;
}

.shanxi-gov-page-form-btn {
  line-height: 42px;
  width: 42px;
  height: 42px;
  border: none;
}

/* /Common List*/

/* Common-detail */

.common-detail-page-printer {
  position: relative;
  padding: 18px 10px;
}

.detail-article-title {
  line-height: 50px;
  text-align: center;
}

.detail-article-title h2 {
  font-weight: 700;
  font-size: 34px;
}

.detail-article-title h3 {
  font-weight: 500;
  font-size: 24px;
}

.detail-article-title h4 {
  font-weight: 500;
  font-size: 24px;
  font-family: "æ¥·ä½“";
}

.detail-article-title h5 {
  font-weight: 500;
  font-size: 32px;
}

.detail-article-infos {
  padding: 18px 0 12px;
}

.detail-article-infos .article-infos-source span {
  margin-right: 14px;
}

.detail-article-infos .article-infos-source i {
  font-style: normal;
}

.article-infos-func span {
  display: inline-block;
  padding: 0 7px;
}

.article-infos-func .article-priter {
  cursor: pointer;
  border-left: none;
}

.article-infos-func .article-priter i {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-position: -327px -1782px;
}

.article-infos-func .article-zoom i {
  font-style: normal;
}

.article-infos-func .article-zoom a {
  margin: 0 2px;
}

.article-infos-func .article-share {
  cursor: pointer;
}

.article-infos-func .article-share i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background:url(icon-share.png) 0 0 no-repeat;
}

.article-share-cnt {
  position: absolute;
  right: 30px;
  overflow: hidden;
  width: 60px;
  padding-top: 10px;
  text-align: center;
}

.article-share-cnt a {
  display: block;
  margin: 4px auto;
}

.article-body {
  margin-top: 10px;
}

.article-body a {
  display: inline-block;
  color: #3563b8;
  border-bottom: 1px solid #3563b8;
}

.article-body a:hover {
  color: #9b0001;
}

.rendering-ie7 .article-share-cnt {
  margin-top: 10px;
}

.article-edit {
  line-height: 30px;
  margin-top: 10px;
  text-align: right;
}

.article-edit a {
  margin-left: 7px;
}

/* Common-detail */

/* Relation */

.relatived-articles {
  padding: 10px 40px;
}

.relatived-articles-title {
  line-height: 42px;
}

.shanxi-social-tools {
  padding: 10px 0;
}

.shanxi-social-tools li {
  float: left;
  overflow: hidden;
  width: 186px;
  height: 150px;
  margin-left: 20px;
}

.shanxi-social-tools .shanxi-social-mailbox {
  width: 536px;
}

.shanxi-social-tools li span {
  line-height: 20px;
  display: block;
  float: left;
  width: 20px;
  height: 100%;
  padding: 16px 8px;
  text-align: center;
}

.shanxi-social-tools li img {
  height: 100%;
}

/* /Relation */

/* Affairs Detail */

.affairs-detail-box {
  width: 796px;
  margin: 16px auto;
}

.affairs-detail-inner {
  padding: 15px 19px;
}

.affairs-detail-head {
  width: 756px;
  margin: 0 auto;
  margin-top: 10px;
}

.affairs-detail-head td {
  line-height: 24px;
  height: 24px;
}

.affairs-detail-head-tit {
  width: 10%;
}

.affairs-detail-head-cnt {
  width: 45%;
}

.affairs-detail-inner-cnt {
  margin-top: 19px;
  padding: 15px 19px;
}

.affais-detail-buttons {
  width: 200px;
  height: 24px;
  margin: 20px auto;
}

.affais-detail-buttons li {
  float: left;
  width: 78px;
  height: 24px;
  margin: 0 10px;
}

.affais-detail-buttons li input {
  height: 22px;
}

.affairs-detail-qcode {
  width: 796px;
  height: 180px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.affairs-detail-qcode dt {
  line-height: 30px;
  overflow: hidden;
  width: 150px;
  height: 30px;
  margin: 0 auto;
}

.affairs-detail-qcode dd {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.affairs-detail-qcode dd img {
  width: 100%;
  height: 100%;
}

/* /Affairs Detail */

/* Images-Text List */

.img-text-list-item {
  width: 505px;
  height: 150px;
  margin-bottom: 10px;
  padding: 15px 0;
}

.img-text-list-item dt {
  float: left;
  overflow: hidden;
  width: 250px;
  height: 100%;
  text-align: center;
}

.img-text-list-box dt img {
  /* width: 100%; */
  height: 100%;
  transition: transform 1s;
}

.img-text-list-box dl:hover img {
  transform: scale(1.05);
}

.img-text-list-item dd {
  float: right;
  width: 240px;
  margin-right: 5px;
}

.shanxi-travel-spots-title {
  line-height: 30px;
  height: 30px;
}

.shanxi-travel-spots-desc {
  line-height: 26px;
}

.img-media-list-item {
  position: relative;
  width: 245px;
  margin-bottom: 12px;
  margin-left: 13px;
}

.reset-mglf {
  margin-left: 0;
}

.img-media-list-item dt {
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.img-media-list-item dd {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}

.img-media-list-item dd b {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.img-media-list-item dd span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}

.img-media-list-item dd span a {
  display: block;
}

/* /Images-Text List

/* data slide */
.slide-news-wrap {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.slidebox-news-bg {
  height: 450px;
  width: 100%;
  min-width: 1200px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sxxc-slidetop {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
}

.sxxc-slidetop .content-imgs-slide-item {
  overflow: hidden;
}

.sxxc-slidetop .slide-item-pics {
  width: 800px;
  height: 450px;
  overflow: hidden;
  background-color: #ededed;
  /* -webkit-box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30);
    -moz-box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30);
    box-shadow: 0px 0px 3px 3px rgba(181, 181, 181, 0.30); */
  float: left;
  /* margin: 6px 6px 6px 0; */
}

.sxxc-slidetop .slide-item-pics img {
  width: 800px;
  height: 450px;
  /* width: auto;
    margin: 0 auto; */
  /* margin: 10px; */
}

.sxxc-slidetop .slide-item b {
  height: 36px;
  opacity: 0.88;
  background-color: #c50001;
  filter: alpha(opacity=88);
  right: 16px;
  bottom: 30px;
  width: 760px;
  display: none;
}

.sxxc-slidetop span {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  color: #000;
}

.sxxc-slidetop .news-text {
  width: 360px;
  float: right;
  margin: 20px;
  height: 410px;
  overflow: hidden;
}

.sxxc-slidetop .news-title {
  font-size: 24px;
  color: #333;
  /* font-weight: 600; */
  /* font-style: italic; */
  line-height: 1.5;
  margin: 0 20px;
  display: block;
}

.sxxc-slidetop .news-more {
  display: block;
  width: 100px;
  height: 35px;
  border-bottom: 1px solid #c21408;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #0f172b;
  float: right;
  margin-top: 10px;
  display: none;
}

.sxxc-slidetop .news-more:hover {
  color: #c21408;
}

.sxxc-slidetop .news-text ul {
  margin: 30px 0 16px;
  color: #c21408;
  padding: 0 20px;
}

.sxxc-slidetop .news-text li {
  line-height: 32px;
  font-size: 18px;
}

.sxxc-slidetop .news-text div {
  border-top: 1px solid #cfcfcf;
  padding: 0 10px;
  margin-top: 10px;
}

.sxxc-slidetop .news-text div ol {
  overflow: hidden;
  height: 25px;
  margin-top: 10px;
}

.sxxc-slidetop .news-text div ol li {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 25px;
}
.sxxc-slidetop .news-text div ol li:last-child {
  float: right;
}
.sxxc-slidetop .news-text div p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  text-indent: 2em;
  margin-top: 8px;
  height: 234px;
  overflow: hidden;
}

.sxxc-slidetop .news-title:hover {
  color: #9b0001;
}

.sxxc-slidetop .shxidx-pagination {
  height: 30px;
  text-align: center;
  /* background-color: #f7f5f4; */
  right: 180px;
  width: 40px;
  bottom: 44px;
}

.sxxc-slidetop .shxidx-buttons {
  display: block;
}

.sxxc-slidetop .shxidx-page {
  display: inline-block;
  /* width: 10px; */
  height: 30px;
  line-height: 30px;
  /* margin: 10px 5px;
    border-radius: 10px; */
  /* background-color: #f6ba95; */
  font-size: 22px;
  color: #769fc6;
  padding-left: 10px;
}

.sxxc-slidetop .shxidx-pagination .active {
  /* width: 20px; */
  /* background-color: #fff; */
}

.sxxc-slidetop .shxidx-pagination .shxidx-numbers {
  font-size: 24px;
  color: #000;
  top: 0;
}
.sxxc-slidetop .shxidx-buttons div {
  width: 17px;
  height: 33px;
  margin-top: 160px;
  opacity: 0.55;
  filter: alpha(opacity=55);
  transition: all 0.2s;
}

.sxxc-slidetop .shxidx-buttons .shxidx-prev {
  background: url(icon-lnar.png) 0 0 no-repeat;
  margin-left: 820px;
}

.sxxc-slidetop .shxidx-buttons .shxidx-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sxxc-slidetop .shxidx-buttons .shxidx-next {
  background: url(icon-rnar.png) 0 0 no-repeat;
  margin-right: 16px;
}

.sxxc-slidetop .shxidx-buttons .shxidx-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sxxc-slidetop .shxidx-controls {
  display: block;
}
/* 2021 */
.sxxc-slidetop span {
  padding: 0;
}
.sxxc-slidetop .shxidx-pagination .shxidx-page {
  display: none;
}
.sxxc-slidetop .shxidx-pagination .active {
  display: block;
}
.sxxczx-infopub {
  margin-top: 5px;
}
.sxxczx-infopub > li {
  width: 122px;
  height: 32px;
  border: 2px solid #9b0001;
  text-align: center;
  line-height: 32px;
  border-radius: 10px;
  float: left;
  margin-left: 11px;
  margin-top: 15px;
}
.sxxczx-infopub > li:nth-child(3n + 1) {
  margin-left: 0;
}
.sxxczx-infopub > li::before {
  display: none;
}

.sxxczx-intrac {
  margin-top: 5px;
}
.sxxczx-intrac > li {
  width: 186px;
  height: 56px;
  border: 2px solid #9b0001;
  line-height: 56px;
  border-radius: 10px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
.sxxczx-intrac > li img {
  width: 36px;
  height: 36px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.sxxczx-intrac > li:nth-child(2n + 1) {
  margin-left: 0;
}
.sxxczx-intrac > li::before {
  display: none;
}
.footer {
  width: 100%;
  min-width: 1200px;
  border-top: 2px solid #9b0001;
  background-color: #efedee;
  margin-top: 10px;
  padding-bottom: 15px;
}
.footer-inner {
  width: 1200px;
  margin: 0 auto;
}
.footer-inner > dl {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}
.footer-inner > dl > dt {
  float: left;
  width: 110px;
  height: 30px;
  background-color: #9b0001;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}
.footer-inner > dl > dd {
  float: left;
}
.footer-inner > dl > dd a{
  font-size: 14px;
  color: #000;
  margin:0 15px;
}.footer-inner > dl > dd a:hover{
  color: #9b0001;
}
.footer-inner > dl > dd select {
  width: 240px;
  height: 30px;
  font-size: 14px;
  padding-left: 10px;
  margin: 0 10px;
  border: 1px solid #dcdcdc;
}
.footer-txt {
  overflow: hidden;
  margin-top: 10px;
}
.footer-txt > li {
  float: left;
  margin-left: 20px;
}
/* .footer-txt > li:first-child {
  width: 82px;
  height: 82px;
  overflow: hidden;
}
.footer-txt > li:first-child img {
  width: 100%;
  height: 100%;
} */
.footer-txt > li,
.footer-txt > li a {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.footer-txt > li:nth-child(3) {
  font-size: 16px;
  line-height: 28px;
}
.footer-txt > li:nth-child(3) a {
  color: #c21408;
}
.footer-txt > li:nth-child(3) i img {
  filter: invert(25%) sepia(50%) saturate(1252%) hue-rotate(190deg)
    brightness(94%) contrast(87%);
}
.footer-txt > li:nth-child(4) img {
  height: 55px;
  margin: 0 5px;
}
/* list */

.main-breadcrumb {
  /* -webkit-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    -moz-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75); */
  position: relative;
  width: 1200px;
  margin:0 auto;
}

.main-breadcrumb .breadcrumb {
  /* margin: 7px 14px; */
  font-size: 14px;
  padding: 6px 0 6px 45px;
  border-bottom: 2px solid #e5e5e5;
  background: url(icon-loca-1.png) 20px center no-repeat;
}
.main-breadcrumb .breadcrumb > li>a{
    color: #000;
}
.main-breadcrumb .breadcrumb > li > b {
  /* font-weight: 500; */
  color: #c21408;
}

.main-breadcrumb .breadcrumb > .path-cur {
  color: #c21408;
}

.main-breadcrumb .breadcrumb > .path-dsc:before,
.main-breadcrumb .breadcrumb > .path-dsc::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 24px;
  border-left: 5px solid #c21408;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: rotate(180deg);
  pointer-events: none;
  display: none;
}
.mgt20{
    margin-top: 20px!important;
}
.main-listcon-left {
    float: left;
    width: 276px;
    /* margin-left: 8px; */
    margin-bottom: 8px;
    -webkit-box-shadow: 0 0 8px 0 rgba(225, 225, 225, .75);
    -moz-box-shadow: 0 0 8px 0 rgba(225, 225, 225, .75);
    box-shadow: 0 0 8px 0 rgba(225, 225, 225, .75);
    border-left: 1px solid #fbfbfb;
    /* background-color: #fefefe; */
    margin-left: 20px;
}

.main-listcon-left h5 {
    height: 110px;
    background: #c21408;
    line-height: 80px;
    /* border-radius: 0 8px; */
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.main-listcon-left h5 i {
    display: block;
    /* padding-left: 34px; */
    width: 25px;
    height: 27px;
   position: absolute;
    top: 15px;
    right: 15px;
    background: url(icon-listbg-1.png) 0 0 no-repeat;
}
.main-listcon-left h5 span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ed3b2e;
    margin-top: -45px;
}
.main-listcon-left>ul>li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
    transition: all .3s;
}

.main-listcon-left>ul>li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* background-position: -120px -65px; */
    vertical-align: 0;
    margin: 4px 20px 0 20px;
    /* transition: all .3s; */
    background: url(nav-circle-n.png) 0 0 no-repeat;
}


.main-listcon-left>ul>li:hover,
.main-listcon-left>ul>.current {
    background-color: #f4e5d1;
}
.main-listcon-left>ul>li  a,
.main-listcon-left>ul>li:hover a,
.main-listcon-left>ul>.current a {
    color: #000;
    /* font-weight: 600; */
}

.main-listcon-left>ul>li:hover i,
.main-listcon-left>ul>.current i {

    background: url(nav-circle-n.png) 0 0 no-repeat;
}

.main-listcon-right {
    width: 858px;
    position: relative;
    margin-right: 20px;
}

.main-listcon-right .trans-bg {
    background-color: #fff;
    opacity: .55;
    filter: alpha(opacity=55);
}

.listcon-right_title {
    height: 60px;
    line-height: 60px;
    text-indent: 18px;
    color: #c21408;
    font-weight: bold;
    font-size: 20px;
    background-color: #eee;
}
.listcon-right_title img{
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.main-listcon-items_box {
    margin-left: 36px;
}
.sxxczx-leader{
    margin:0 15px;
}
.sxxczx-leader>li{
    margin-top: 30px;
    height: 180px;
    overflow: hidden;
}
.sxxczx-leader>li img{
    float: left;
    width: 130px;
    height: 180px;
    margin-right: 25px;
}.sxxczx-leader>li p{
    float: right;
    width: 670px;
    font-size: 16px;
    color: #000;
}.sxxczx-leader>li p a{
    display: block;
    color: #000;
    font-size: 20px;
    margin:10px 0;
}
/* pageion */

.shanxi-gov-page-box {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin:30px auto 10px auto;
    font-size: 14px;
}

.shanxi-gov-page-box a {
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    text-align: center;
    color: #666;
    background-color: #f2e5e4;
}

.shanxi-gov-page-box a:hover {
    background-color: #f0dad9;
}

.shanxi-gov-page-box .shanxi-gov-page-button {
    padding: 0 6px;
    color: #000;
}

.shanxi-gov-page-hide {
    display: inline-block;
    text-align: center;
}

.shanxi-gov-page-hide .shanxi-gov-page-current,
.shanxi-gov-page-hide .shanxi-gov-page-current:hover {
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    background: #9b0001;
    background: #c21408;
}

.shanxi-gov-page-form {
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    height: 32px;
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}

.shanxi-gov-page-form-text {
    font-size: 14px;
    border: 1px solid #e7eefb;
    line-height: 32px;
    width: 40px;
    height: 28px;
    margin-right: 5px;
    text-align: center;
}

.shanxi-gov-page-form-btn {
    line-height: 32px;
    width: 32px;
    height: 32px;
    border: none;
    font-size: 14px;
    color: #666;
    background-color: #f0f0f0;
}

.shanxi-gov-page-form-btn:hover {
    color: #fff;
    background-color: #9b0001;
    background-color: #496db1;
    cursor: pointer;
}

/* Common-detail */

.detail-article-infos {
    font-size: 14px;
    color: #7a7a7a;
    border-bottom: 1px solid #eaeaea;
}
.article-infos-func span {
    color: #7a7a7a;
    border-left: 1px solid #eaeaea;
}
.article-infos-func .article-zoom a {
    color: #7a7a7a;
}
.article-infos-func .article-share {
    font-weight: 700;
    color: #9b0001;
}
.article-share-cnt {
    background-color: rgba(255, 255, 255, .97);
}
.rendering-ie7 .article-share-cnt, .rendering-ie8 .article-share-cnt {
    background-color: #fff;
}
.article-edit {
    font-size: 14px;
    color: #7a7a7a;
}
.article-edit a {
    color: #9b0001;
}

/* Common-detail */
.common-list-box{
    margin:0 10px;
}
.common-list-box>li:nth-child(5n){
    margin-bottom: 15px;
}

.interview-online-desc-inner {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #efefef;
}
.interview-online-desc-inner dt {
    font-size: 18px;
    line-height: 36px;
    color: #3563b8;
    font-weight: 600;
    margin-bottom: 10px;
}.interview-online-desc-inner dt a{
    color: #000;
    font-size: 20px;
}
.interview-online-desc-inner dt .view-status {
    font-size: 16px;
    margin-right: 5px;
    cursor: default;
    font-weight: 400;
}
.interview-online-desc-inner dt .view-notstart {
    color: #ccc;
}
.interview-online-desc-inner dt .view-ongoing {
    color: #3563b8;
}
.interview-online-desc-inner dt .view-finished {
    color: #f00;
}
.interview-online-list-image {
    overflow: hidden;
    height: 160px;
    width: 220px;
    float: left;
    margin-right: 15px;
}
.interview-online-list-image img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.interview-online-list-image:hover img {
    transform: scale(1.05);
}
.interview-online-desc-fileds {
    border-spacing: 0 2px;
    border-collapse: separate;
    width: 580px;
    float: left;
}
.interview-online-desc-fileds td {
    font-size: 14px;
    line-height: 26px;
    padding: 8px;
}
.interview-online-desc-fileds .interview-online-files-bg {
    font-size: 14px;
    font-weight: 700;
    width: 70px;
    color: #9b0001;
    background-color: #dfeaf7;
}
.interview-online-desc-fileds .interview-online-files-txt {
    color: #617486;
    /* border: 1px solid #dfeaf7; */
    background-color: #fcfcfc;
}
.interview-online-desc-fileds .color-time {
    color: #555;
}
.interview-online-desc-fileds .color-postit {
    color: #555;
}
/*  */
.application-box_ident{
    margin:0 6px;
}
.application-box_ident_con {
    border: 1px solid #e9e9e9;
    border-top: 0;
    overflow: hidden;
}

.application-box_ident_con:first-child {
    border-top: 1px solid #e9e9e9;
}

.application-box_ident_con>li {
    float: left;
    height: 50px;
    line-height: 50px;
}

.form-tit {
    width: 122px;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 15px;
}

.form-input {
    width: 300px;
}

.sxrta_text_input,
.sxrta_text_selec {
    width: 270px;
    height: 34px;
    border: 0;
    background-color: #ededed;
    line-height: 35px;
    margin: 8px 9px;
    font-size: 15px;
    color: #333;
    padding: 0 5px;
}

.sxrta_text_selec {
    width: 304px;
}

.icon-necessary {
    background: #f7f7f7 url(bt_must.png) 10px 22px no-repeat;
}

.icon-necessary-l {
    background-position: 2px 22px;
}

.form-input-col>input {
    margin-left: 10px;
}

.form-input-col>input:first-child+span {
    color: #194f9b;
}

.sxrta-form-secd {
    height: 67px;
    line-height: 67px;
    font-size: 17px;
    color: #194f9b;
    font-weight: bold;
}

.sxrta-need-info {
    font-size: 15px;
    color: #333;
    overflow: hidden;
}

.sxrta-need-info>li {
    float: left;
    border-top: 0;
}

.sxrta-need-info:first-child {
    border-top: 1px solid #e9e9e9;
}

.xrta-need-info_tit {
    width: 80px;
    height: 98px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    line-height: 30px;
    padding: 50px 20px 0;
}

.icon-necessary-sec {
    background-position: 10px 60px;
    background-color: transparent;
}


.xrta-need-info_col {
    width: 703px;
    height: 128px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    padding: 10px;
    border-left: 0;
    position: relative;
}

.textlimit {
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #333;
    display: none;
}

.textlimit>em {
    color: #cb3520;
    font-weight: 500;
}

.xrta-need-info_col textarea {
    font-size: 15px;
    width: 694px;
    height: 130px;
    line-height: 30px;
    padding-left: 10px;
    background: #ededed;
    border: 0;
}

.reveice-code {
    padding-left: 5px;
    font-size: 15px;
    color: #333;
    background: url(bt_must.png) no-repeat 5px 11px;
    padding-left: 14px;
    margin-top: 20px;
}

.reveice-code-text {
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #ededed;
    border: 0;
}

.reveice-code-rnl {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
}

.reveice-submit {
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e9e9e9;
}

.reveice-submit-btn {
    width: 160px;
    height: 45px;
    background: #3d71bb url(sureLast.png) no-repeat 40px center;
    padding-left: 40px;
    color: #fff;
    line-height: 45px;
    font-size: 17px;
    border: 0;
    transition: all .2s;
}

.reveice-submit-btn:hover {
    cursor: pointer;
    background: #194f9b url(sureLast.png) no-repeat 40px center;
}

.reveice-submit-back {
    width: 160px;
    height: 45px;
    background: url(backLat.png) no-repeat 30px center;
    padding-left: 72px;
    color: #333333;
    line-height: 45px;
    font-size: 17px;
    border: 2px solid #3d71bb;
}
.mgb20{
    margin-bottom: 20px;
}
.wzdt {line-height:35px;padding:15px 20px;font-size:18px;color:#9b0001;}
.wzdt span {font-weight:bold;font-size:18px;line-height: 32px;
    height: 32px;
    margin-top: 0;
    background-color: #9b0001;
    margin-top: 0;
    border-radius: 8px 8px 0 0;padding: 0 20px;text-align: center;display: inline-block;color: #fff;}
    .wzdt-z{
        width: 100%;
        border-top:2px solid  #9b0001;
        margin-top: -2px;
    }
.wzdt-z {padding-top:10px;}
.wzdt-z a {display:inline-block;color:#666;font-size:16px;margin-right:20px;}  

/* å…šåŠ¡å…¬å¼€ */
.logo-txt{
font-weight: 600;
  text-align: center;
  width: 100%;
}
.logo-txt a{
font-size: 26px;
color: #fff;
top: 155px;
position: relative;
}

.slide-news {
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
}

.slide-news>dt {
  width: 600px;
  height: 400px;
  overflow: hidden;
  float: left;
  background-color: #f0f0f0;
  position: relative;
}

.slide-more {
  position: relative;
}

.slidebox-news-more {
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 15px;
  width: 60px;
  height: 30px;
  text-align: center;
}

.slidebox-news-more>b {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 35px;
  opacity: .6;
  background-color: #375297;
  filter: alpha(opacity=60);
}

.slidebox-news-more:hover>b {
  opacity: .8;
  filter: alpha(opacity=80);
}

.slidebox-news-more>a {
  position: relative;
  z-index: 2;
  color: #fff;
  top: -2px;
}

.slidebox-news-more>a>i {
  line-height: 12px;
  display: inline-block;
  width: 0;
  width: 0;
  height: 0;
  height: 0;
  margin-left: 4px;
  border-width: 4px 4px 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.sxrta-idxnews {
  width: 600px;
  height:400px;
  overflow: hidden;
  margin: 10px;
}

.sxrta-item {
  width: 600px;
  height:400px;
  overflow: hidden;
}

.sxrta-item img {
  width: auto;
  max-width: 600px;
  height:400px;
  margin: 0 auto;
}

.sxrta-item b {
  height: 36px;
  opacity: .5;
  background-color: #000;
  filter: alpha(opacity=50);
  bottom:0;
}

.sxrta-item span {
  font-size: 18px;
  line-height: 30px;
  height: 36px;
  padding: 0 36px;
  color: #fff;
  bottom: 0;
  font-weight: 500;
}

.shxidx-pagination {
  height: 30px;
  text-align: right;
  /* background-color: #f7f5f4; */
  margin-right: 36px;
  bottom: 0;
}

.shxidx-page {
  background-color: #b3b3b3;
  border-radius: 10px;
}

.shxidx-pagination .active {
  background-color: #c21408;
}

.shxidx-buttons div {
  width: 25px;
  height: 36px;
  margin-top: 150px;
  transition: all 1s;
}

.shxidx-buttons .shxidx-prev {
  background: url('bg-slidenews-left.png') 0 0 no-repeat;
}

.shxidx-buttons .shxidx-prev:hover {
  background: url('bg-slidenews-hleft.png') 0 0 no-repeat;
}

.shxidx-buttons .shxidx-next {
  background: url('bg-slidenews-right.png') 0 0 no-repeat;
}

.shxidx-buttons .shxidx-next:hover {
  background: url('bg-slidenews-hright.png') 0 0 no-repeat;
}

.slide-news>dd {
  width: 580px;
  float: right;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.dw-item-list{
  height: 80px;
  overflow: hidden;
  margin-top: 10px;
}
.dw-item-list>dt{
  float: left;
  width: 86px;
  background-color: #f2f2f2;
  height: 80px;
  text-align: center;
  font-size: 14px;
  color: #555;
  border-radius: 10px;
  margin-right: 15px;
}
.dw-item-list>dt p{
  font-size: 32px;
  line-height: 48px;
  margin-top: 4px;
}
.dw-item-list>dd{
  height: 80px;
  overflow: hidden;
  float: right;
  width: 474px;
}
.dw-item-list>dd a{
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #555;
  display: inline-block;
  margin-top: 10px;
}.dw-item-list>dd a:hover{
  color: #c21408;;
}
.dw-item-list>dd{
  font-size: 14px;
  color: #555;
}