﻿@charset "UTF-8";

/**
 *
 * @authors @silentblue
 * @date    2020-04-24 10:15:15
 * @version 1.0
 */
body {
    background-color: #f5f5f5;
}

.toolbar-wrap {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    box-shadow: 1.5px 2.598px 3px 0px #cacaca;
    box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.toolbar-box {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0;
    font-size: 16px;
}

.toolbar-left>li {
    display: inline-block;
    margin-right: 10px;
}

.toolbar-left>li:before {
    content: '';
    border-left: 1px solid #000;
    margin-right: 10px;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.toolbar-left>li:first-child:before {
    display: none;
}

.toolbar-right>dt {
    float: right;
    margin-left: 15px;
}

.jctjj_search_box {
    width: 160px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}



.search-input-inner {
    width: 120px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #b9a272;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #a9a9a9;
    padding-left: 9px;
}

.search-input-focus>.search-input-inner {
    color: #000;
}

.search-input-btn {
    width: 30px;
    height: 30px;
    background: #b9a272 url(icon-search.png) center center no-repeat;
    border: 0;
    margin-top: 2px;
}

.search-input-btn:hover {
    background-color: #af9868;
    cursor: pointer;
}

.toolbar-right>dd {
    float: left;
    margin-left: 10px;
}

.toolbar-right>dd img {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 260px;
    background: url(img-banner.png) center top no-repeat;
}

.header>h2 {
    width: 1200px;
    margin: 56px auto 0;
}

.nav-wrap {
    height: 55px;
    border-top: 5px solid #3780d3;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;

    box-shadow: 1.5px 2.598px 3px 0px #cacaca;
    box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.nav-wrap>ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.nav-wrap>ul>li {
    float: left;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
}

.nav-wrap>ul>li>a {
    display: block;
    padding: 0 20px;
}

.nav-wrap>ul>.cur>a,
.nav-wrap>ul>li>a:hover {
    background-color: #3780d3;
    color: #fff;
}

.content-wrap {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.big-news {
    width: 1200px;
    height: 133px;
    background: url(icon-guanzhu.png) left top no-repeat;
    position: relative;
}

.big-news>dl {
    height: 98px;
    overflow: hidden;
    margin: 0 auto;
    width: 1010px;
}

.big-news>dl dt {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.big-news>dl dt a {

    color: #004da5;
}



.big-news>dl dd {
    height: 40px;
    line-height: 30px;
    overflow: hidden;
}

.big-news>dl dd a {
    font-size: 16px;
    margin: 0 59px;
}

.big-news-bg {
    width: 1195px;
    height: 128px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: -1;
}

.notice-wrap {
    height: 56px;
    background-color: #eef5fc;
    margin-top: 10px;
}

.notice-more {
    width: 54px;
}


.intranet-notifi-box {
    line-height: 42px;
    height: 42px;
    margin: 6px 0;
    width: 1146px;
}

.intranet-notifi-box>dt {
    font-size: 20px;
    font-weight: 700;
    float: left;
    padding-left: 60px;
    background: url(icon-notice.png) 12px center no-repeat;
    color: #888;
}

.intranet-notifi-box>dt>a {
    color: #888;
}

.intranet-notifi-box>dd {
    float: right;
    width: 960px;
    margin-right: 20px;
}

.notice-box_items {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 42px;
}

.notice-box_items>ul>li {
    width: 890px;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    overflow: hidden;
}

.notice-box_items>ul>li>i {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #3780d3;
    vertical-align: 2px;
    margin-right: 5px;
}

/* .notice-box_items>ul>li>a {
    color: #545454;
}

.notice-box_items>ul>li>a:hover {
    color: #343434;
    border-bottom-color: #cdcdcd;
} */

.notice-box_items>ul>li>span {
    color: #9ba9b8;
    font-size: 14px;
    margin-left: 30px;
}

.notice-box_arrows {
    position: absolute;
    top: 8px;
    right: 0;
    overflow: hidden;
    width: 62px;
    height: 26px;
}

.notice-box_items>.notice-box_arrows span {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    border-radius: 3px;
    cursor: pointer;
    background: #e8e8e8 url(icon-narrow.png) 0 0 no-repeat;
}

.notice-box_items>.notice-box_arrows .notice-box_arrows-right {
    background-position: -28px 0px;
}

.notice-box_items>.notice-box_arrows .notice-box_arrows-left:hover {
    background-color: #e0e0e0;
    background-position: 0 -28px;
}

.notice-box_items>.notice-box_arrows .notice-box_arrows-right:hover {
    background-color: #e0e0e0;
    background-position: -28px -28px;
}

.news-wrap {
    margin-top: 10px;
    height: 644px;
    overflow: hidden;
}

.news-wrap>dt {
    width: 850px;
    background-color: #fff;
    float: left;
    padding: 10px;
    height: 624px;
}

.news-wrap>dd {
    width: 316px;
    float: right;
}

.main-topslide {
    height: 305px;
    width: 420px;
    overflow: hidden;
    float: left;
}

.main-topslide .content-imgs-slide-item {
    height: 305px;
    width: 420px;
    overflow: hidden;
}

.main-topslide .content-imgs-slide-item img {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    /* transition: all .5s; */
}

/*
.main-topslide .content-imgs-slide-item:hover img {
    transform: scale(1.1);
}
 */
.main-topslide .content-imgs-slide-item b {
    height: 36px;
    opacity: .55;
    /* background-color: #000; */
    filter: alpha(opacity=55);
    background-image: linear-gradient(to bottom,
        rgba(25, 25, 25, 1) 100%,
        rgba(25, 25, 25, 0.9) 90%,
        rgba(25, 25, 25, 0.8) 80%,
        rgba(25, 25, 25, 0.7) 70%,
        rgba(25, 25, 25, 0.6) 60%,
        rgba(25, 25, 25, 0.5) 50%,
        rgba(25, 25, 25, 0.4) 40%,
        rgba(25, 25, 25, 0.3) 30%,
        rgba(25, 25, 25, 0.2) 20%,
        rgba(25, 25, 25, 0.1) 10%,
        rgba(25, 25, 25, 0) 0%);
}

.main-topslide .content-imgs-slide-item span {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding: 0 16px;
    color: #fff;
    width: 468px;
    overflow: hidden;
}

.main-topslide .content-imgs-slide-item span a {
    color: #fff;
}


.main-topslide .shxidx-pagination {
    bottom: 0;
    text-align: right;
    /* width: 186px; */
    right: 10px;
}

/* .main-topslide .shxidx-pagination:hover {
    opacity: .7;
    background-color: #000;
    filter: alpha(opacity=70);
    background-image: linear-gradient(to bottom,
        rgba(55, 55, 55, 1) 100%,
        rgba(55, 55, 55, 0.9) 90%,
        rgba(55, 55, 55, 0.8) 80%,
        rgba(55, 55, 55, 0.7) 70%,
        rgba(55, 55, 55, 0.6) 60%,
        rgba(55, 55, 55, 0.5) 50%,
        rgba(55, 55, 55, 0.4) 40%,
        rgba(55, 55, 55, 0.3) 30%,
        rgba(55, 55, 55, 0.2) 20%,
        rgba(55, 55, 55, 0.1) 10%,
        rgba(55, 55, 55, 0) 0%);
} */

.main-topslide .shxidx-pagination .shxidx-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    border-radius: 10px;
    background-color: #ededed;
}

.main-topslide .shxidx-pagination .active {
    border: 1px solid #fff;
    background-color: transparent;
    width: 8px;
    height: 8px;
}

/* .shxidx-buttons {
    display: block;
}
 */
.main-topslide .shxidx-buttons div {
    width: 30px;
    height: 54px;
    margin-top: -40px;
}

.main-topslide .shxidx-buttons .shxidx-prev {
    background-position: 0 -200px;
}

.main-topslide .shxidx-buttons .shxidx-prev:hover {
    background-position: 0 -254px;
}

.main-topslide .shxidx-buttons .shxidx-next {
    background-position: -30px -200px;
}

.main-topslide .shxidx-buttons .shxidx-next:hover {
    background-position: -30px -254px;
}

.common-block-item {
    height: 305px;
    width: 420px;
    overflow: hidden;

}

.common-block_tabs_title {
    height: 36px;
    line-height: 36px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.common-block_tabs_title>li {
    float: left;
    font-size: 20px;
    padding: 0 15px;
}

.common-block_tabs_title>.tab-current {
    background-color: #3780d3;
}

.common-block_tabs_title>.tab-current a {
    color: #fff;
}

.submenu-dropbox_tabs_content {
    height: 252px;
    margin-top: 12px;
    overflow: hidden;
}

.submenu-dropbox_subtabs_content>li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
}

.submenu-dropbox_subtabs_content>li i {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #3780d3;
    vertical-align: 2px;
    margin-right: 5px;
}

.submenu-dropbox_subtabs_content>li em {
    color: #9ba9b8;
    font-size: 14px;
    float: right;
    font-weight: 500;
}

.mt20 {
    margin-top: 20px;
}

.common-topic-wrap {
    height: 315px;
    overflow: hidden;
    position: relative;
}

.common-block_topic_title {
    height: 42px;
    background-color: #3780d3;
    overflow: hidden;
}

.common-block_topic_title>li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 38px;
    line-height: 38px;
    margin-top: 1px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

.common-block_topic_title>li a {
    color: #fff;
    margin-left: 15px;
}

.topic-cnt-box {
    height: 300px;
    overflow: hidden;
    margin-top: 8px;
}

.index-topic-main>.index-topic-list {
    overflow: hidden;
    width: 316px;
    height: 265px;
}

.index-topic-list>li {
    width: 314px;
    height: 83px;
    margin-bottom: 5px;
    border: 1px solid #d1d6dc;
}

.index-topic-list>li img {
    width: 100%;
    height: 100%;
}

.topic-cnt-box>.topic-button {
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 15px;
}

.topic-cnt-box>.topic-button-left {
    right: 37px;
    background: url(icon-up.png) 0 0 no-repeat;
}

.topic-cnt-box>.topic-button-right {

    background: url(icon-down.png) 0 0 no-repeat;
}

/*
.topic-cnt-box>.topic-button-left:hover {
    margin-bottom: 6px;
    background-position: 0 -313px;
}

.topic-cnt-box>.topic-button-right:hover {
    margin-top: 6px;
    background-position: 0 -338px;
} */
.icon-write {
    height: 20px;
    width: 105px;
    background: #dfdfdf url(icon-pen.png) 10px center no-repeat;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 14px;
    border-radius: 5px;
}

.icon-write>a {
    margin-left: 36px;
}

.icon-mainbox {
    margin-top: 8px;
    height: 260px;
    width: 316px;
    overflow: hidden;
}

.icon-mainbox>li {
    float: left;
    overflow: hidden;
    width: 152px;
    margin: 0 3px 10px;
    height: 125px;
    text-align: center;
    border-radius: 10px;
    line-height: 180px;
    font-size: 16px;
    font-weight: 600;
}

.icon-mainbox>li>a {
    color: #fff;
}

.icon-mailbox_1 {
    background: #68a5e1 url(icon-m1.png) center 24px no-repeat;
}

.icon-mailbox_2 {
    background: #f5c464 url(icon-m2.png) center 24px no-repeat;
}

.icon-mailbox_3 {
    background: #a1d145 url(icon-m3.png) center 24px no-repeat;
}

.icon-mailbox_4 {
    background: #84ccc9 url(icon-m4.png) center 24px no-repeat;
}

.status-wrap {
    margin-top: 20px;
    overflow: hidden;
    width: 1200px;
}

.status-wrap>dt {
    height: 30px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.status-media {
    height: 320px;
}

.status-media .shxidx-wrapper-outer {
    overflow: visible;
}

.status-media .content-imgs-slide-item {
    width: 290px !important;
    height: 295px;
    margin: 0 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 5px 0px #cacaca;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .2);

}

.status-media .content-imgs-slide-item .content-imgs-slide-item {
    margin: 0;
    box-shadow: none;
}

.status-media .content-imgs-slide-item img {
    width: 100%;
    height: 215px;
    /* height: 100%; */
    margin: 0 auto;
    transition: all .5s;
}


.status-media .content-imgs-slide-item:hover img {
    transform: scale(1.1);
}

.status-media .content-imgs-slide-item b {
    display: none;
    height: 36px;
    opacity: .55;
    /* background-color: #000; */
    filter: alpha(opacity=55);
    background-image: linear-gradient(to bottom,
        rgba(25, 25, 25, 1) 100%,
        rgba(25, 25, 25, 0.9) 90%,
        rgba(25, 25, 25, 0.8) 80%,
        rgba(25, 25, 25, 0.7) 70%,
        rgba(25, 25, 25, 0.6) 60%,
        rgba(25, 25, 25, 0.5) 50%,
        rgba(25, 25, 25, 0.4) 40%,
        rgba(25, 25, 25, 0.3) 30%,
        rgba(25, 25, 25, 0.2) 20%,
        rgba(25, 25, 25, 0.1) 10%,
        rgba(25, 25, 25, 0) 0%);
}

.status-media .content-imgs-slide-item span {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin: 0 15px;
    width: 265px;
    overflow: hidden;
    bottom: 36px;
    border-bottom: 1px solid #dfdfdf;
}

.status-media .content-imgs-slide-item span a {
    color: #fff;
}

.status-media .content-imgs-slide-item em {
    font-weight: 400;
    font-size: 14px;
    color: #888;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.status-media .shxidx-pagination {
    bottom: -10px;
    text-align: center;
    /* width: 186px; */
    /* right: 10px; */
    width: 100%;
}

/* .status-media .shxidx-pagination:hover {
    opacity: .7;
    background-color: #000;
    filter: alpha(opacity=70);
    background-image: linear-gradient(to bottom,
        rgba(55, 55, 55, 1) 100%,
        rgba(55, 55, 55, 0.9) 90%,
        rgba(55, 55, 55, 0.8) 80%,
        rgba(55, 55, 55, 0.7) 70%,
        rgba(55, 55, 55, 0.6) 60%,
        rgba(55, 55, 55, 0.5) 50%,
        rgba(55, 55, 55, 0.4) 40%,
        rgba(55, 55, 55, 0.3) 30%,
        rgba(55, 55, 55, 0.2) 20%,
        rgba(55, 55, 55, 0.1) 10%,
        rgba(55, 55, 55, 0) 0%);
} */

.status-media .shxidx-pagination .shxidx-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    border-radius: 10px;
    background-color: #3780d3;
    bottom: 0;
}

.status-media .shxidx-pagination .active {
    border: 1px solid #3780d3;
    background-color: transparent;
    width: 8px;
    height: 8px;
}

/* .shxidx-buttons {
    display: block;
}
 */
.status-media .shxidx-buttons div {
    width: 30px;
    height: 54px;
    margin-top: -40px;
}

.status-media .shxidx-buttons .shxidx-prev {
    background-position: 0 -200px;
}

.status-media .shxidx-buttons .shxidx-prev:hover {
    background-position: 0 -254px;
}

.status-media .shxidx-buttons .shxidx-next {
    background-position: -30px -200px;
}

.status-media .shxidx-buttons .shxidx-next:hover {
    background-position: -30px -254px;
}

/* frdlinks */
.status-frdlink {
    background-color: #fff;
}

.footer-textlinks {
    margin: 20px 0 0;
    /* padding-top: 5px; */
    /* border-top: 3px solid #fbfbfb; */
}

.footer-textlinks_tabmenus {
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #fbfbfb;
}

.footer-textlinks_tabmenus>li {
    font-size: 16px;
    position: relative;
    float: left;
    padding: 0 30px 0 0;
    cursor: pointer;
    margin: 0 20px;
    /* color: #2e2f31; */
}

.footer-textlinks_tabmenus>.current {
    /* font-weight: 700; */
    color: #3780d3;
    /* background-color: #f5f5f5; */
}

.footer-textlinks_tabmenus>li i {
    position: absolute;
    top: 21px;
    right: 15px;
    width: 8px;
    height: 5px;
    transition: all .3s linear;
    background: url(sprites.png) -310px 0 no-repeat;
}

.footer-textlinks_tabmenus>.current i {
    background-position: -310px -6px;
}

.footer-textlinks_tabmenus>li:hover i,
.footer-textlinks_tabmenus>.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%;
}

.footer-textlinks_content {
    display: none;
    margin: 5px 0;
    background-color: #fafafa;
}

.friend-link-submenu {
    overflow: hidden;
    width: 96%;
    padding: 15px 2%;
    background-color: #fff;
}

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

.friend-link-submenu>li a:hover {
    text-decoration: underline;
}

.footer-textlinks_inner>b {
    float: left;
    margin: 0 10px 0 30px;
    color: #3780d3;
    margin-top: 12px;
}

/* frdlinks */
.status-copyright {
    width: 100%;
    min-width: 1200px;
    border-top: 5px solid #3780d3;
}

.status-copybox {
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
    font-size: 14px;
}

.status-copybox>li {
    float: left;
    overflow: hidden;
    width: 220px;
}

.status-copybox>.status-copybox_center {
    width: 760px;
    text-align: center;
    line-height: 24px;
}

.status-copybox_left {
    text-align: right;

}

.status-copybox_left img,
.status-copybox_right img {
    margin-top: 5px;
}

.status-copybox>.status-copybox_center dt {
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 5px;
    width: 286px;
    border: 1px solid #dfdfdf;
    margin: 0 auto 15px;
}

.status-copybox>.status-copybox_center dt em {
    color: #bf0103;
}

.status-copybox>.status-copybox_center dd p a {
    font-weight: 600;
}


/* mod */

.breadcrumb {
    line-height: 16px;
    height: 16px;
    padding: 10px 0 10px 21px;
    background-color: #fff;
}

.breadcrumb>li {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    color: #8d8d8d;
}

/* mod */


/* List */

.list-aside-wrap {
    background-color: #fff;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    overflow: hidden;
    width: 240px;
    float: left;
    margin-right: 10px;
    background-color: #ebeef3;
    border-radius: 5px 0 0;
}

.list-aside-title {
    height: 46px;
    line-height: 46px;
    background-color: #375297;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

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

.list-aside-title>i {
    float: left;
    width: 32px;
    height: 32px;
    margin: 7px 8px 0 60px;
    background-image: url(sprites.png);
}

.list-aside-title>.main-nav_icon-1 {
    background-position: -325px 0;
}

.list-aside-title>.main-nav_icon-2 {
    background-position: -358px 0;
}

.list-aside-title>.main-nav_icon-3 {
    background-position: -424px 0;
}

.list-aside-title>.main-nav_icon-4 {
    background-position: -457px 0;
}

.long-txt-tit>i {
    margin: 7px 8px 0 30px;
}

.list-block-wrap {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    width: 930px;
    float: left;
}

.list-aside-submenus {
    margin: 10px;
}

.list-aside-submenus>li {
    border-top: 1px solid #dfe4ed;
    cursor: pointer;
    line-height: 46px;
    padding-left: 40px;
    padding-right: 10px;
    background: url(fgwj_icon.png) 10px 13px no-repeat;
    font-size: 16px;
}

.list-aside-submenus>li>a {
    color: #333;
    display: block;
    background: url('list_arrow_normal.png') right 15px no-repeat;
}

.list-aside-submenus>.current>a {
    background: url('list_arrow_hover.png') right 20px no-repeat;
    /* color: #3780d3; */
}

.list-aside-submenus>li>.list-aside_subitem {
    display: none;
}

.list-aside-submenus>.current>.list-aside_subitem {
    display: block;
}

.list-aside-submenus>li>.list-aside_subitem>li {
    background: url(xxgklistl.jpg) left center no-repeat;
    line-height: 30px;
    padding-left: 18px;
    border: 0px;
    margin: 0;
    font-size: 14px;
}

.list-mainbox-title {
    color: #3780d3;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    border-bottom: 1px solid #ebeef3;
    padding-left: 10px;
    position: relative;
}

.fixmt10 {
    margin-top: 10px;
}

.shanxi-gov-list-filter {
    border-top: 1px dashed #ebeef3;
    margin: 8px 0;
}

/* List */


/* Common-detail */

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

.detail-article-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

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

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

.detail-article-infos {
    padding: 18px 0 12px;
    font-size: 14px;
    color: #7a7a7a;
    border-bottom: 1px solid #eaeaea;
}

.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;
    color: #7a7a7a;
    border-left: 1px solid #eaeaea;
}

.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;
    color: #7a7a7a;
}

.article-infos-func .article-share {
    cursor: pointer;
    font-weight: 700;
    color: #2f5398;
}

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

.article-share-cnt {
    position: absolute;
    right: 30px;
    overflow: hidden;
    width: 60px;
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .97);
}

.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: #2f5398;
}

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

.article-edit {
    line-height: 30px;
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    color: #7a7a7a;
}

.article-edit a {
    color: #2f5398;
    margin-left: 7px;
}

/* Common-detail */

/* pageion */

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

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

.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: 36px;
    display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #3780d3;
}

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

.shanxi-gov-page-form-text {
    line-height: 24px;
    width: 40px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ddd;
}

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

/* 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-inner {
    border: 1px solid #eaeaea;
}

.affairs-detail-head td {
    font-size: 14px;
    color: #7a7a7a;
}

.affairs-detail-head-tit {
    font-weight: bold;
}

.affairs-detail-inner-cnt {
    border: 1px solid #eaeaea;
}

.affairs-detail-qcode {
    border-bottom: 1px solid #eaeaea;
}

.affairs-detail-qcode dt {
    font-size: 12px;
    color: #7a7a7a;
}

/* /Affairs Detail */


/* Search */

.affairs-list-search {
    height: 50px;
    background-color: #f5f5f5;
}

.affairs-list-search-inner {
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    margin: 10px;
}

.affairs-list-search-title {
    line-height: 30px;
    float: left;
    height: 30px;
}

.affairs-list-search-inner input,
.affairs-list-search-inner select {
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.affairs-list-search-keyword {
    width: 286px;
    height: 28px;
    padding: 0 7px;
}

.files_search_select {
    width: 100px;
    height: 30px;
    padding-left: 7px;
}

.affairs-list-search-inner .btn-submit {
    width: 98px;
    cursor: pointer;
    color: #fff;
    background-color: #2f5398;
}

.affairs-list-search-inner .btn-submit:hover {
    background-color: #20407d;
}

.btn-advance-search {
    font-size: 14px;
    line-height: 28px;
    float: left;
    width: 88px;
    height: 28px;
    text-align: center;
    color: #fff;
    border: 1px solid #e5e5e5;
    background-color: #acacac;
}

.btn-advance-search:hover {
    color: #fff;
    background-color: #999;
}

.tree-menus-itembox {
    background-color: #fff;
    line-height: 1.4;
}

.tree-menus-itembox-cnt {
    font-size: 14px;
}

ul,li{list-style: none;}
/*.level>li{float: left;width: 100%;text-align: center;background: bisque;padding: 10px 0;font-size: 16px;transition: .4s;}*/
.level>li a{color: black;}
#net:hover{background:  #3780d3;}  /* 设置鼠标滑过后的样式 */
.zq{position: absolute; margin-top: 10px;display: none;z-index:99;top:360px;background-color:#fff;}  /* 先使二级菜单的内容隐藏 */
#net:hover .zq{display: block;}   /* 鼠标滑过一级菜单后的显示二级菜单 */
.zq li{padding: 5px 0;transition: .4s;cursor: pointer;width：162.8px}
.zq li:hover{background:  #3780d3;;color: #fff;}
.zq li a:hover{color: #fff;}
/* -search */