@charset 'UTF-8';
html {
    overflow-y: scroll;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
input, select, textarea {
    font-size: 100%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset, img {
    border: 0;
}
abbr, acronym {
    font-variant: normal;
    border: 0;
}
del {
    text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: 500;
    font-style: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}
q:before, q:after {
    content: '';
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
ins, a {
    text-decoration: none;
}
html, body {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    height: 100vh;
    background-color: #f5f5f5;
    -webkit-overflow-scrolling: touch;
}
img {
    display: block;
}
.group:before, .group:after {
    display: table;
    content: '';
}
.group:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.oflow-hd {
    overflow: hidden;
}
.position-relative {
    position: relative;
}

/* header */

.common-header {
    position: relative;
    padding: .266666rem .133333rem;
    background: #fff;
}
.mobile-logo {
    /* width: 7.35rem; */
    width: 80%;
	max-width: 7.35rem;
	margin: 0 auto;
}
.mobile-tool-toggle {
    position: absolute;
    z-index: 8;
    top: .9rem;
    right: .133333rem;
    box-sizing: border-box;
    width: .6rem;
    height: auto;
    transition: transform .4s;
    background-color: #f00;
}
.mobile-tool-toggle span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #002b45;
}
.mobile-tool-toggle span:first-child {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
}
.mobile-tool-toggle span:last-child {
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
}
.mobile-tool-toggle span:first-child {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
}
.is-showNavMob .mobile-tool-toggle {
    position: fixed;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.is-showNavMob .mobile-tool-toggle span {
    background-color: #fff;
}
.is-showNavMob .mobile-tool-toggle span:first-child {
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    -o-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:last-child {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.mobile-logo img, .mobile-tool-toggle img {
    width: 100%;
}

/* nav */

.mobile-nav {
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    /* height: 100vh; */
    height: 200%;
    /*防止页面被挤压*/
    padding: 1.28rem .533332rem;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff;
    background: -webkit-linear-gradient(bottom, #0a2650, #5a779d);
    background: -moz-linear-gradient(bottom, #0a2650, #5a779d);
    background: -o-linear-gradient(bottom, #0a2650, #5a779d);
    background: linear-gradient(to bottom, #0a2650, #5a779d);
    will-change: transform;
}
.is-showNavMob .mobile-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobile-nav-logo {
    position: absolute;
    top: .266666rem;
    left: .133333rem;
    width: 7.35rem;
}
.mobile-nav-logo img {
    width: 100%;
}
.mobile-nav-content {
    position: absolute;
    top: 2.07391rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    /* padding: .266666rem 0 .533332rem 0; */
    border-top: 1px solid rgba(255, 255, 255, .15);
    -webkit-overflow-scrolling: touch;
    /*惯性滑动*/
}
.search-col-box {
    position: relative;
    height: 1.733332rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.search-form {
    font-size: .25rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - .5rem);
    height: 1rem;
    margin: .366666rem .25rem;
    -webkit-transition: max-height, .5s;
    -moz-transition: max-height, .5s;
    -o-transition: max-height, .5s;
    transition: max-height, .5s;
    background-color: #f00;
    background-color: #e1e4e7;
}
.search-form input[type='text'] {
    line-height: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1rem;
    padding: 0 .5em;
    color: #5a779d;
    border: none;
}
.search-form fieldset {
    position: relative;
    margin: 0 1.6rem 0 0;
    padding: 0;
    border: none;
}
.search-form fieldset .search-clear {
    font-weight: 500;
    line-height: 50%;
    position: absolute;
    top: .275rem;
    right: .133333rem;
    width: .25rem;
    height: .25rem;
    padding: .1rem;
    text-align: center;
    opacity: .5;
    color: #fff;
    border-radius: 50%;
    background-color: #aaa;
    will-change: opacity;
}
.search-form fieldset .search-clear:hover {
    opacity: 1;
}
.search-form input[type='submit'] {
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.6rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #002b45;
    border: none;
    background: #c6cacd;
}
.ul-col-box {
    overflow: hidden;
    padding: .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.ul-col-box h5 {
    font-weight: 700;
    margin: .5em 0;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .96);
}
.mobile-nav-menus li {
    line-height: 2.4;
    height: 2.4em;
    margin: .3em 0;
}
.mobile-nav-menus li a {
    position: relative;
    display: block;
    padding-left: 1.5em;
    color: rgba(255, 255, 255, .62);
    /* border-bottom: 1px solid rgba(255, 255, 255, .05); */
}
.mobile-nav-menus li:active a {
    color: rgba(255, 255, 255, .86);
    background-color: rgba(10, 38, 80, .62);
}
.mobile-nav-menus li a::before {
    position: absolute;
    top: 1.1em;
    left: .5em;
    display: inline-block;
    width: .3em;
    height: .3em;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
.mobile-nav-version {
    line-height: 1rem;
    /* color: rgba(236, 209, 24, .65); */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1rem;
    padding: .26rem 0 .13rem;
    color: rgba(18, 39, 80, .65);
    border-bottom: 1px dotted rgba(255, 255, 255, .15);
}
.mobile-nav-version li {
    /* font-weight: 700; */
    text-align: center;
    width: 33%;
    -webkit-flex: 1;
    flex: 1;
}
.mobile-nav-version li a {
    font-weight: 500;
    color: rgba(255, 255, 255, .96);
}
.mobile-nav-version li a:active {
    color: rgba(255, 255, 255, .8);
}

/* /header */


/* Nav */

.common-nav-bar {
    width: 100%;
    color: #fff;
    background-color: #375297;
}
.common-nav-left {
    line-height: 3.6em;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    height: 3.6em;
    margin-bottom: -10rem;
    padding-bottom: 10rem;
    text-align: center;
    background-color: #273f7c;
}
.common-nav-left a img {
    height: 2em;
    margin: .8em auto;
}
.common-nav-right {
    box-sizing: border-box;
    padding: .6em .2em;
	overflow: hidden;
}
.common-nav-right li {
    line-height: 1.8em;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 1.8em;
    text-align: center;
}
.common-nav-right li a {
    color: rgba(255, 255, 255, .86);
	display: block;
}
.common-nav-right li a:active {
    padding: .25em .5em;
    color: rgba(255, 255, 255, .56);
    background-color: rgba(45, 62, 123, .56);
}
.common-nav-right li .nav-actived {
    /* padding: .25em .5em; */
    display: block;
    /* background-color: rgba(45, 62, 123, .86); */
    border-radius: 5px;
}

/* Nav */


/* Slide */

.common-slide {
    overflow: hidden;
    width: 100vw;
    height: 56.25vw;
}

/* Common Slide */

.shxidx-carousel {
    position: relative;
    display: none;
    width: 100%;
    height: 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::after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.shxidx-carousel .shxidx-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 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;
}
.grabbing {
    cursor: url(http://wap.shanxi.gov.cn/images/grabbing.png) 8 8, move;
}
.shxidx-carousel .shxidx-wrapper, .shxidx-carousel .content-imgs-slide-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 {
    float: left;
}
.shxidx-carousel .content-imgs-slide-item img {
    display: block;
    width: 10rem;
    height: 5.625rem;
    width: 100vw;
    height: 56.25vw;
    overflow: hidden;
}
.shxidx-carousel b {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 1.25em;
    /* padding-top: .3rem; */
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #fff;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%); */
    /* background: rgba(0, 0, 0, .6); */
    -webkit-text-overflow: ellipsis;
}
.shxidx-carousel span {
    width: calc(100% - 1em);
    line-height: 1.25;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* height: 1.5rem; */
    padding: .5em .5em 1.25em;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

/* .shxidx-carousel .shxidx-wrapper-outer:focus b, .shxidx-carousel .shxidx-wrapper-outer:active b {
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .2) 100%);
} */

.shxidx-controls {
    /* position: relative; */
    -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-pagination {
    position: absolute;
    right: 0;
    bottom: 1em;
    width: 100%;
    height: .5em;
    text-align: center;
}
.shxidx-pagination .shxidx-page {
    display: inline-block;
    width: .5em;
    height: .25em;
    margin: 0 .25em;
    background-color: #fff;
}
.shxidx-pagination .shxidx-page span {
    display: none;
}
.shxidx-pagination .active {
    width: 1em;
    background-color: #375297;
}
.shxidx-buttons {
    display: none;
}

/* Common Slide */


/* Slide */


/* BreadCrumb */

.breadcrumb {
    position: relative;
    overflow: hidden;
    height: 2.4em;
    background-color: #e1eaf7;
    text-align: center;
    line-height: 2.4em;
}

/* .breadcrumb em {
    display: block;
    height: 1.6em;
    overflow: hidden;
    line-height: 1.6em;
    background-color: #eceff4;
    width: 6em;
    border-radius: .25em;
    margin: .4em auto;
} */


/* .breadcrumb::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    background: #e0e0e0;
} */

.breadcrumb li {
    float: left;
    margin-left: .5em;
}
.breadcrumb li>a {
    color: #375297;
    font-weight: 700;
    /* padding-bottom: 1px;
border-bottom: 1px dashed rgba(55, 82, 151, .3); */
}
.breadcrumb .path-cur {
    color: #000;
}
.breadcrumb li span, .breadcrumb .path-cur span {
    padding-right: .5em;
    color: #000;
}

/* BreadCrumb */


/* Column */

.c-titop {
    font-size: 0;
    position: relative;
    display: block;
    min-height: 9px;
    background-color: #f5f5f5;
}
.c-titop::before, .c-titop::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #e0e0e0;
}
.c-titop::before {
    top: 0;
    height: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.c-titop::after {
    bottom: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.gradient-blue {
    background: -webkit-linear-gradient(bottom, #2d3e7b, #375297);
    background: -moz-linear-gradient(bottom, #2d3e7b, #375297);
    background: -o-linear-gradient(bottom, #2d3e7b, #375297);
    background: linear-gradient(to bottom, #2d3e7b, #375297);
}
.gradient-blue::after {
    height: 0;
}
.common-column-box {
    box-sizing: border-box;
    background-color: #fff;
    /* padding: 8px 6px; */
}
.common-column-title {
    font-weight: 700;
    padding: .4em .2rem;
    border-bottom: 1px solid #d1d6dc;
    background-color: #2f5398;
    color: #fff;
}
.common-column-title a {
    color: #fff;
}
.common-column-subtit {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.common-column-subtit li {
    margin: 0 .5em;
    line-height: 2.5;
}
.common-column-subtit a {
    color: #aaa;
}
.common-column-content {
    padding: .1rem .2rem 0;
}
.common-column-cntbox {
    padding: .1rem .2rem;
}
.common-column-burbox {
    padding: .2rem;
}
.common-article-item {
    overflow: hidden;
    padding: .3rem 0;
    border-bottom: 1px solid #f5f5f5;
}
.common-list-item {
    padding: 0;
    border-bottom: none;
}
.common-article-item>dt {
    line-height: 1.6;
}
.common-article-item>dt>a {
    font-weight: 500;
    color: #000;
}
.common-article-item>dt>a:focus {
    padding-bottom: 1px;
    color: #2f5398;
    border-bottom: 1px dotted rgba(47, 83, 152, .3);
}
.common-article-item>dt>.article-orgin-link {
    font-weight: 500;
    padding: 0 .15rem;
    color: #2f5398;
    border-left: 1px solid #8498ad;
}
.common-article-item>dt>span {
    margin-left: .1rem;
    color: #8498ad;
}
.common-article-item>dd {
    line-height: 1.6;
}
.common-article-item>dd>.common-article-time , .common-article-item>dt>.common-article-time {
    line-height: 2;
    color: #acacac;
}

/* .common-article-item>dd>.common-article-time>span {
    color: #8498ad;
} */

.common-article-item>dd>.common-article-time>.common-article-line {
    /* color: #74777b; */
    padding: 0 .15rem;
}
.common-article-item>dd>.common-article-desc {
    margin-top: .05rem;
    color: #7a7a7a;
}
.common-article-item>dd>.common-article-desc>a {
    display: block;
    float: left;
    overflow: hidden;
    width: 3.5rem;
    max-height: 3.5rem;
    margin-right: .3rem;
}
.common-article-item>dd>.common-article-desc>.common-article-nodesc {
    width: 100%;
    margin-right: 0;
}
.common-article-item>dd>.common-article-desc>a>img {
    width: 100%;
}
.fixed-topic-item {
    width: 100%;
}
.fixed-topic-item img {
    width: 100%;
    display: block;
}

/* artpic item */

.common-artpic-item {
    width: 100%;
    overflow: hidden;
}
.common-artpic-item dt {
    width: 100%;
    position: relative;
    text-align: center;
}
.common-artpic-item dt img {
    width: 100%;
}
.common-artpic-item dt .hover-mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
}
.common-artpic-item:focus .hover-mask {
    background: rgba(255, 255, 255, 0.15);
}
.common-artpic-item dd {
    overflow: hidden;
    padding: .5em;
    line-height: 1.6em;
    text-align: center;
}
.common-artpic-item dd a {
    color: #000;
}
.common-artpic-item:active a {
    color: #3c6aaa;
}
.common-newspub-item {
    width: 100%;
    overflow: hidden;
}
.common-newspub-item dt img {
    width: 100%;
}
.common-newspub-topic {
    width: 100%;
    overflow: hidden;
    padding: .2em .1em;
    line-height: 1.6em;
    color: #7a7a7a;
}
.common-newspub-topic span {
    float: left;
    width: 3em;
    background-color: #b5c7d9;
    margin-right: .25em;
    padding: 0 .375em;
    text-align: center;
    color: #000;
}
.common-newspub-topic a {
    color: #2f5398;
}
.common-newspub-topic a:focus {
    padding-bottom: 1px;
    border-bottom: 1px dotted rgba(47, 83, 152, .3);
}

/* Column */


/* footer */

.footer {
    line-height: 2em;
    position: relative;
    padding: 1em 0;
    text-align: center;
    color: #888;
    -webkit-text-align: center;
	background: #272727;
}
.footer .links a {
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #888;
    -webkit-text-decoration: none;
}
.footer .copyright a {
    color: #888;
}
.footerbottom {
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #888;
    border-right: 1px solid #666;
    -webkit-text-decoration: none;
}

/* footer */


/* Float */

.float-tools-top {
    position: fixed;
    z-index: 6;
    right: 0;
    bottom: 5.5em;
    width: .8rem;
}
.float-tools-top img {
    width: 100%;
}
.float-tools {
    position: fixed;
    z-index: 6;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.float-tools-innder {
    margin: .5em;
}
.float-tools-close {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: 1em;
}
.float-tools-close img {
    width: 100%;
}
.float-tools-innder>a {
    display: block;
    overflow: hidden;
    height: 3.5em;
    color: #cdcdcd;
}
.download-left img {
    display: block;
    float: left;
    width: 3.5em;
    margin: 0 auto;
}
.download-info {
    line-height: 1.6;
    display: block;
    float: left;
    overflow: hidden;
    width: 5rem;
    width: 50vw;
    margin: .15em auto;
    padding-left: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.download-right {
    line-height: 2em;
    display: block;
    width: 2.2rem;
    width: 22vw;
    height: 2em;
    margin: .75em auto;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}




/* ************************ */
.m_index_gov .index-service-items li a { font-size: 0.3rem; }

.m_index_service .common-column-box .common-column-content dl { float: left; text-align: center; }
.m_index_service .items-3 dl { width: 33.33%; }
.m_index_service .items-2 dl { width: 50%; }