﻿/**
 *
 * @authors @silentblue.top
 * @date    2020-06-08 14:46:26
 *
 */
body {
    background: url("bg-sxmap.png") center 303px no-repeat;
}

.trans-bg {
    opacity: .80;
    filter: alpha(opacity=80);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.toolbar-box {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.toolbar-inner {
    width: 1260px;
    height: 40px;
    margin: 0 auto;
}

.toolbar-inner>li {
    display: block;
}

.toolbar-inner>.toolbar-left {
    font-size: 13px;
    line-height: 40px;
    float: left;
}

.toolbar-inner>.toolbar-center {
    position: relative;
    float: left;
    overflow: hidden;
    width: 300px;
    height: 25px;
    margin: 8px 270px 0;
}

.toolbar-center-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.toolbar-inner>.toolbar-right {
    position: relative;
    float: right;
    height: 16px;
    /* overflow: hidden; */
    margin: 12px auto 0;
}

.toolbar-inner>.toolbar-right a {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    margin-left: 16px;
    color: #194f9b;
}

.toolbar-inner>.toolbar-right img {
    width: 18px;
    height: 16px;
    transition: transform 1s;
}

.toolbar-inner>.toolbar-right img:hover {
    transform: scale(1.25);
}

.toolbar-inner>.toolbar-left a {
    margin-right: 16px;
    color: #194f9b;
}

/* 弹出二维码 */
.toolbar-layer {
    position: absolute;
    z-index: 5;
    top: 28px;
    left: 5px;
    width: 106px;
    height: 106px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -ms-transform: scale(.01);
    -o-transform: scale(.01);
    transform: scale(.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-color: #f5f5f5;
    filter: alpha(opacity=0);
}

.serweichat-qr:hover+.toolbar-layer {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #f5f5f5;
    filter: alpha(opacity=100);
}

.serweichat-qr+.toolbar-layer>img {
    width: 100px;
    height: 100px;
    margin: 3px;
}

.pubweichat-qr:hover+.toolbar-layer,
.serweichat-qr:hover+.toolbar-layer {
    left: 0;
    -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);
}

.banner-box {
    overflow: hidden;
    width: 100%;
    min-width: 1260px;
    height: 210px;
    background: url('bg-banner.png') center top no-repeat;
    background-size: cover;
}

.banner-inner {
    overflow: hidden;
    width: 1260px;
    height: 84px;
    margin: 63px auto;
}

.banner-inner h1 {
    float: left;
    width: 557px;
    height: 84px;
    text-align: left;
}

.banner-inner h1 img {
    height: 100%;
}

.banner-search {
    float: right;
    overflow: hidden;
    width: 504px;
    height: 84px;
}

.search-box {
    overflow: hidden;
    width: 504px;
    height: 42px;
}

.search-input {
    overflow: hidden;
    width: 420px;
    height: 42px;
    border-radius: 5px 0 0 5px;
}

.search-input-inner {
    font-size: 14px;
    line-height: 40px;
    width: 400px;
    height: 40px;
    margin: 0;
    padding: 0 9px;
    opacity: .8;
    color: #aaadb2;
    border: 0;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    filter: alpha(opacity=80);
}

.search-input-btn {
    width: 84px;
    height: 42px;
    cursor: pointer;
    transition: all .1s;
    border-radius: 0 5px 5px 0;
    background: #325baa url('icon-search.png') center center no-repeat;
}

.search-input-btn:hover {
    background: #2652a7 url('icon-search.png') center center no-repeat;
}

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

.search-hotwd a {
    font-weight: 400;
    padding: 0 5px;
    color: #d8d8d8;
}

.search-hotwd a:hover {
    color: #f5f5f5;
}

.nav-box {
    position: relative;
    top: -5px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    min-width: 1260px;
}

.nav-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #325baa;
}

.nav-inner {
    width: 1260px;
    height: 55px;
    margin: 5px auto 0;
}

.nav-list {
    float: left;
    width: 919px;
    border-right: 1px solid #2a4f95;
}

.nav-list>li {
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    float: left;
    width: 131px;
    height: 55px;
    transition: all .2s;
    text-align: center;
}

.nav-list>li:hover,
.nav-list>.cur {
    height: 60px;
    margin-top: -5px;
    background: url('bg-nav.png') center top no-repeat;
}

.nav-list>li>a {
    display: block;
    color: #e4ecf8;
}

.carlendar {
    font-size: 14px;
    line-height: 30px;
    float: right;
    width: 340px;
    width: 315px;
    height: 30px;
    margin: 13px 0 0 25px;
    text-align: center;
    color: #d8d8d8;
    border-radius: 15px;
    background-color: #2a4f95;
}

.header-line {
    width: 1260px;
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 1px 8px 0px rgba(211, 211, 211, 0.75);
    height: 120px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.header-line .trans-bg {
    background-color: #fff;
}

.header-line-news {
    height: 100px;
    width: 1200px;
    overflow: hidden;
    margin: 10px 25px;
}

.header-line-news>dt {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.header-line-news>dt a {
    color: #0d3472;
}

.header-line-news>dd {
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
}

.header-line-news>dd>a {
    color: #545454;
    margin-right: 10px;
}

.header-line-news>dd>a:hover {
    color: #0d3472;
}

.header-line-news>dd>a:before,
.header-line-news>dd>a::before {
    display: inline-block;
    content: '';
    height: 18px;
    border-left: 1px solid #eaeaea;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.header-line-news>dd>a:first-child:before,
.header-line-news>dd>a:first-child::before {
    display: none;
}

.header-line-news>dd>.header-more {
    color: #e00012;
    font-size: 14px;
}

.header-line-news>dd>.header-more:hover {
    text-decoration: underline;
    color: #e00012;
    font-weight: 600;
}

.main-news-box {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.slide-news {
    height: 415px;
    overflow: hidden;
}

.slide-news>dt {
    width: 720px;
    height: 415px;
    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: 700px;
    height: 395px;
    overflow: hidden;
    margin: 10px;
}

.sxrta-item {
    width: 700px;
    height: 395px;
    overflow: hidden;
}

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

.sxrta-item b {
    height: 36px;
    opacity: .9;
    background-color: #2f5398;
    filter: alpha(opacity=90);
    bottom: 12px;
}

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

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

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

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

.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: 540px;
    float: right;
    height: 415px;
    overflow: hidden;
    position: relative;
}

.slide-news>dd>.trans-bg {
    background-color: #fff;
}

.common-text-title-bar {
    height: 54px;
    margin-left: 10px;
    border-bottom: 1px solid #eaeaea;
    width: 520px;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}

.common-text-title-bar>li {
    float: left;
    line-height: 55px;
}

.common-text-title-bar>li a {
    color: #434343;
}

.common-text-title-bar>.tab-current a {
    color: #194f9b;
}

.slide-news-tabox {
    width: 520px;
    margin: 0 10px;
    overflow: hidden;
    height: 360px;
}

.slide-news-smtn {
    height: 100px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
}

.slide-news-smtn>dt {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.slide-news-smtn>dt a {
    color: #0d3472;
}

.slide-news-smtn>dd {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    text-indent: 2em;
}

.common-newslist {
    margin: 10px 0;
}

.common-newslist>li {
    /* height: 30px; */
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}

.common-newslist>li:before,
.common-newslist>li::before {
    width: 4px;
    height: 4px;
    background-color: #8498ad;
    float: left;
    content: "";
    margin-top: 16px;
    margin-right: 6px;
}

.common-newslist>li>a {
    color: #333;
    font-size: 18px;
}

.common-newslist>li>a:hover {
    color: #0d3472;
}

.common-newslist>li>span {
    /* margin-left: 6px; */
    font-size: 12px;
    color: #8498ad;
    float: right;
}

.notice-box {
    width: 1260px;
    margin: 10px 0;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    position: relative;
}

.notice-box>dt {
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
}

.notice-box>dt a {

    color: #194f9b;
}

.marquee-wrap {
    line-height: 46px;
    overflow: hidden;
    width: 1140px;
    height: 46px;
    margin: 0 15px 0 5px;
    float: right;
    overflow: hidden;
}

.fix-marquee-items {
    overflow: hidden;
    width: 100%;
    height: 46px;
    margin-top: 0;
}

.fix-marquee-items>li {
    /* width: 220px; */
    padding: 0 5px;
    float: left;
    font-size: 16px;
    margin-right: 16px;
}

.fix-marquee-items>li a {

    color: #333;
}

.fix-marquee-items>li a:hover {

    color: #0d3472;
}

.fix-marquee-items>li em {
    font-weight: 500;
    margin-left: 6px;
    font-size: 12px;
    color: #666;
}

.notice-box>.trans-bg {
    background-color: #dadfe7;
}

.sxrta-bigtopic .bigtopic-item img {
    width: 100%;
    height: 130px;
}

.sxrta-bigtopic .shxidx-pagination {
    width: 100%;
    text-align: center;
    bottom: 0;
}

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

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

.multi-blocks-box {
    height: 500px;
    width: 100%;
    min-width: 1260px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.multi-blocks-box>.trans-bg {
    opacity: .55;
    filter: alpha(opacity=55);
    background-color: #f2f2f2;
}

.multi-blocks-inner {
    width: 1260px;
    height: 420px;
    margin: 40px auto;
    overflow: hidden;
}

.multi-blocks-inner>dt {
    width: 700px;
    float: left;
    height: 400px;
    background-color: #fff;
    border: 10px solid #fff;
}

.blocks-1 {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.blocks-title-bar {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 44px;
    overflow: hidden;
}

.blocks-title-bar>li a {

    font-size: 20px;
    font-weight: 600;
    color: #194f9b;
    padding: 0 10px;
}

.flag-1 {
    margin-top: 10px;
    height: 110px;
    overflow: hidden;
}

.flag-1>li {
    height: 50px;
    width: 220px;
    float: left;
    margin: 0 0 10px 20px;
    background: url('bg-info.png') 0 0 no-repeat;
    background-size: cover;
}

.flag-1>li img {
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-left: 24px;
    margin-right: 10px;
    float: left;
}

.flag-1>li a {
    font-size: 16px;
    color: #666;
    line-height: 50px;
}

.flag-1>li a:hover {
    color: #0d3472;
}

.flag-1>.reset-mglf,
.flag-2>.reset-mglf {
    margin-left: 0;
}

.multi-blocks-inner>dd {
    width: 500px;
    float: right;
    height: 400px;
    background-color: #fff;
    border: 10px solid #fff;
}

.blocks-2 {
    width: 320px;
    height: 220px;
    margin-top: 15px;
    overflow: hidden;
}

.flag-2 {
    height: 175px;
    overflow: hidden;
    margin-top: 10px;
}

.flag-2>li {
    width: 148px;
    float: left;
    height: 68px;
    margin: 0 0 15px 20px;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    text-align: center;
}

.flag-2>li a {
    font-size: 16px;
    color: #828282;
}

.flag-2>li a:hover {
    color: #333;
}

.flag-2>li img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 10px auto;
}

.blocks-3 {
    width: 360px;
    height: 220px;
    margin-top: 15px;
    overflow: hidden;
}

.sxrta-intraction {
    height: 155px;
    margin-top: 10px;
    overflow: hidden;
    /* background-color: #f4f8f9; */
    /* width: 340px;
    margin-left: 10px; */
}

.sxrta-intrac-item {
    width: 160px;
    height: 155px;
    overflow: hidden;
    margin: 0 10px;
}

.sxrta-intrac-item>dt {
    background-color: #f4f8f9;
    width: 160px;
    height: 120px;
    overflow: hidden;
}

.sxrta-intrac-item>dt img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.sxrta-intrac-item>dt img:hover {
    transform: scale(1.1);
}

.sxrta-intrac-item>dd {
    width: 158px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-top: 0;
}

.sxrta-intrac-item>dd a {

    font-size: 16px;
    color: #828282;
    line-height: 34px;
    padding-left: 10px;
}

.sxrta-intrac-item>dd a:hover {
    color: #333;
}

.sxrta-intraction .shxidx-pagination {
    display: none;
}


.sxrta-intraction .shxidx-buttons div {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    transition: all 1s;
}

.sxrta-intraction .shxidx-buttons .shxidx-prev {
    background: url('bg-slideser-left.png') 0 0 no-repeat;
    margin-left: 10px;
}

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

.sxrta-intraction .shxidx-buttons .shxidx-next {
    background: url('bg-slideser-right.png') 0 0 no-repeat;
    margin-right: 10px;
}

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

.common-newslist.blocks-con-box {
    height: 342px;
    overflow: hidden;
}

.blocks-con-box>li>a {
    font-size: 16px;
}

.media-show-box {
    height: 380px;
    overflow: hidden;
    width: 100%;
    min-width: 1260px;
    position: relative;
}

.media-show-box .trans-bg {
    background-color: #d8d8d8;
    opacity: .55;
    filter: alpha(opacity=55);
}

.media-show-inner {
    width: 1260px;
    margin: 30px auto;
    height: 320px;
    overflow: hidden;
    /* padding: 10px 0; */
}

.media-show-box .blocks-title-bar {
    border-bottom-color: #dadde2;
}

.mayor-service-item-inner {
    position: relative;
}

.mayor-service-item {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-top: 15px;
}

.mayor-service-item>li {
    margin: 10px 15px;
    float: left;
    overflow: hidden;
    width: 283px;
    height: 235px;
    transition: all .5s;
    background-color: #fff;
    font-size: 16px;
    position: relative;
    box-shadow: 0px 0px 8px 0px #c1c1c1;
    /* margin-bottom: 5px; */
    border: 1px solid #fff;
    transition: all .3s;

}

.mayor-service-item>li a {
    color: #6d6d6d;
}

.mayor-service-item>li a:hover {
    color: #2f5398;
}

.mayor-service-item>li>img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 15px auto 12px;
}

.mayor-service-item>li>a {
    display: block;
}

.mayor-service-item>li>a:hover {
    border-bottom: none;
}

.mayor-service-item-inner .dropdown-topic-btn {
    position: absolute;
    z-index: 2;
    top: 90px;
    width: 30px;
    height: 80px;
    cursor: pointer;
    display: block !important;
}

.mayor-service-item-inner .dropdown-topic-btnl {
    left: 15px;
    background: url('icon-topic-l.png') 0 0 no-repeat;
}

.mayor-service-item-inner .dropdown-topic-btnr {
    right: 15px;
    background: url('icon-topic-r.png') 0 0 no-repeat;
}

.mayor-service-item-inner .dropdown-topic-btnl:hover {

    background: url('icon-topic-hl.png') 0 0 no-repeat;
}

.mayor-service-item-inner .dropdown-topic-btnr:hover {

    background: url('icon-topic-hr.png') 0 0 no-repeat;
}

.mayor-service-item>li:hover {
    box-shadow: 0px 0px 10px 0px #a1a1a1;
    margin: 5px 15px 15px;

}

.mayor-service-item>li span {
    padding: 0 10px;
    line-height: 30px;
}

.mayor-service-layer {
    display: none;
}

.mayor-service-item>li:hover .mayor-service-layer {
    display: block;
}


.mayor-service-layer,
.layer-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mayor-service-layer>a {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    height: 60px;
    width: 196px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    border: 10px solid transparent;
}

.mayor-service-temporary .mayor-service-item>li {
    width: 366px;
}

.mayor-service-temporary .mayor-service-layer>a {
    width: 346px;
}

.mayor-service-layer>a:hover {
    border-bottom: none;
}

.layer-mask {
    z-index: 0;
    opacity: .8;
    background-color: #4671c0;
    filter: alpha(opacity=80);
}

.sxrta-topic-box {
    height: 130px;
    overflow: hidden;
    margin: 25px auto;
    background-color: #f8f8f8;
    width: 1240px;
    border: 10px solid #f8f8f8;
}

.sxrta-topic-box>dt {
    float: left;
    width: 40px;
    height: 100px;
    background-color: #2f5398;
    font-size: 16px;
    overflow: hidden;
    border-radius: 5px;
}

.sxrta-topic-box>dt a {
    color: #fff;
    display: block;
    padding: 9px 10px;
}

.sxrta-topic-box>dd {
    width: 1190px;
    float: right;
    height: 130px;
    overflow: hidden;
    margin-left: 10px;
}

.sxrta-topic-box>dd .content-imgs-slide-item {
    width: 297px;
    /* margin-left: 7px; */
    overflow: hidden;
    height: 100px;
    border-radius: 5px;
}

.sxrta-topic-box>dd .content-imgs-slide-item img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.sxrta-topic-box>dd .content-imgs-slide-item img:hover {
    transform: scale(1.1);
}

.sxrta-topic-box>dd .sxrtatopic-item {
    width: 290px;
    margin: 0 2px 0 5px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.sxrta-topic-box>dd .shxidx-pagination {
    height: 30px;
    text-align: center;
    bottom: -35px;
    width: 100%;
}

.sxrta-topic-box>dd .shxidx-pagination .active {
    background-color: #2f5398;
}

.footer-box-top {
    padding-top: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    display: block;
    width: 100%;
    min-width: 1260px;

}

.footer-box {
    border-top: 3px solid #2f5398;
    border-bottom: 1px solid #2f5398;
    background-color: #fff;

    width: 100%;
    min-width: 1260px;

}

.footer-links {
    width: 1260px;
    margin: 15px auto;
}

.footer-links select {
    width: 290px;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
    margin: 0 10px;
    border: 1px solid #dcdcdc;
}

.copyright {
    border-top: 1px solid #f5f5f5;
    width: 100%;
    min-width: 1260px;
    background-color: #fff;
}

.copyright-info {
    font-size: 14px;
    color: #666;
}

.inspection-id {
    margin-top: 35px;
    margin-left: 250px;
    margin-right: 20px;
}

.footer-nav {
    color: #333;
}

.footer-nav a {
    font-size: 14px;
    color: #333;
}

.footer-nav a:hover {
    color: #2f5398;
}

.footer-text {
    padding-left: 12px;
    background-color: #f5f5f5;
}

.footer-text span,
.footer-text a {
    margin-right: 12px;
    color: #666;
}

.footer-text a:hover {
    color: #333;
}

.footer-declare {
    color: #667f97;
}

/* list page */

/* sprites */

.info-public-box>li i,
.main-site-adorn>dl>dt,
.mainr-topic-wrap .shxidx-buttons div,
.right-titlebar_conver>ul>li>i,
.talk-infos_tit>dd>ul>li i,
.float-tools,
.float-tools-innder a i,
.float-tools-top,
.float-tools-close,
.list-subnavs-title dt,
.list-subnavs-name>i,
.main-listcon-left h5 i,
.main-listcon-left>ul>li i,
.main-govinfo-left>li>i,
.files-search_btn,
.article-infos-func .article-priter i,
.article-infos-func .article-share i,
.main-medialist-box>li i {
    background: url('sprites.png') no-repeat;
}

.main-notice-wrap {
    width: 1260px;
    margin: 0 auto;
    height: 44px;
    background-color: #f3f3f3;
    overflow: hidden;
}

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

.main-breadcrumb .breadcrumb {
    /* margin: 7px 14px; */
    font-size: 14px;
    padding: 6px 0 10px 15px;
}

.main-breadcrumb .breadcrumb>li>b {
    font-weight: 500;
    color: #cb3520;
}

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

.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 #cb3520;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transform: rotate(180deg);
    pointer-events: none;
}

/* list-s */
.main-listcon-wrap {
    width: 1260px;
    margin: 15px auto 15px;
    overflow: hidden;
    /* padding: 0 0 5px 5px; */
}

.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; */

}

.main-listcon-left h5 {
    height: 60px;
    background: #325baa;
    line-height: 60px;
    text-align: center;
    border-radius: 0 8px;
    font-size: 20px;
    color: #fff;
}

.main-listcon-left h5 i {
    display: inline-block;
    /* padding-left: 34px; */
    width: 23px;
    height: 23px;
    vertical-align: -4px;
    margin-right: 8px;
    background-position: -242px -16px;
}

.main-listcon-left>ul>li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px dotted #f9f9f9;
    font-size: 15px;
    transition: all .3s;
}

.main-listcon-left>ul>li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -120px -65px;
    vertical-align: -2px;
    margin: 0 8px 0 36px;
    /* transition: all .3s; */
}

.main-listcon-left>ul>li:hover,
.main-listcon-left>ul>.current {
    background-color: #fcfcfc;
}

.main-listcon-left>ul>li:hover a,
.main-listcon-left>ul>.current a {
    color: #496db1;
    font-weight: 600;
}

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

    background-position: -136px -65px;
}

.main-listcon-right {
    width: 978px;
    min-height: 500px;
    position: relative;
}

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

.listcon-right_title {
    height: 55px;
    border-bottom: 5px solid #325baa;
    line-height: 60px;
    text-indent: 18px;
    color: #325baa;
    font-weight: bold;
    font-size: 20px;
}

.main-listcon-items_box {
    margin-left: 36px;
}

.main-listcon-items_box:before,
.main-listcon-items_box::before {
    content: '';
    width: 0;
    height: 16px;
    border-left: 1px dashed #e5e5e5;
    display: block;
}

.main-listcon-items_box>li {
    /* height: 50px; */
    line-height: 50px;
    /* overflow-y: hidden; */
    border-left: 1px dashed #e5e5e5;
    position: relative;
    padding-left: 16px;
    transition: all .3s;

}

.main-listcon-items_box>li>i {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    top: 20px;
    left: -6px;
    background-color: #fff;
    transition: none;
}

.main-listcon-items_box>li>span {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 500;
    margin: 0 28px 0 12px;
}

.main-listcon-items_box>li>a {
    color: #000;
}

.main-listcon-items_box>li:hover {
    background-color: #f9f9f9;
    border-radius: 0 25px 25px 0;
}

.main-listcon-items_box>li:hover>i {

    border: 1px solid #2f5398;
}

.main-listcon-items_box>li:hover a,
.main-listcon-items_box>li:hover span,
.main-listcon-items_box>li>a:hover {
    color: #2f5398;
}

.shanxi-gov-page-box {
    margin-top: 26px;
}

.main-filelistcon-items_box:before,
.main-filelistcon-items_box::before {
    display: none;
}

.main-filelistcon-items_box {

    margin-top: 16px;
}

.main-filelistcon-items_box>li {
    border-left: 0;
}

.main-filelistcon-items_box>li>i,
.main-filelistcon-items_box>li:hover>i {
    border-radius: 0;
    background-color: #e5e5e5;
    border: 0;
    width: 6px;
    height: 6px;
    top: 22px;
}

.main-filelistcon-items_box>li>span {
    position: absolute;
    right: 0;
}

.main-filelistcon-items_box>li:hover {
    background-color: transparent;
}

.main-sgllistcon-wrap {
    margin-top: 0;
}

.main-sgllistcon-wrap .main-listcon-right {
    width: 1260px;
}

.main-sgllistcon-wrap .main-listcon-right .main-filelistcon-items_box,
.main-sgllistcon-wrap .main-listcon-right .main-listcon-items_box {
    margin-left: 24px;
}

/* topic */
.multi-media-list {
    width: 286px;
    float: left;
    margin: 10px 0 10px 9px;
    height: 250px;
    overflow: hidden;
}

.multi-media-list a:hover {
    border-bottom: none;
}

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

.multi-media-list dt {
    width: 295px;
    height: 160px;
    /* padding: 5px; */
    background-color: #e8e8e8;
    overflow: hidden;
    position: relative;
}

.multi-media-list dt img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.multi-media-list dt:hover img {
    opacity: .85;
    filter: alpha(opacity=85);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.multi-media-list dd {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.topic-cnt_list {
    width: 100%;
}

.topic-cnt_list>h4 {
    height: 57px;
    border-bottom: 3px solid #2262c1;
    line-height: 65px;
    text-indent: 22px;
    color: #2262c1;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.topic-cnt_list .multi-media-list {
    width: 285px;
    /* height: 150px; */
    /* padding: 5px; */
    margin: 10px 5px 10px 5px;
    border: 10px solid #f6f6f6;
    background-color: #fff;
    height: auto;
}

.topic-cnt_list .multi-media-list:hover {
    background-color: #fcfcfc;
}

.topic-cnt_list .multi-media-list:hover>dd {
    cursor: default;
}

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

.topic-cnt_list .multi-media-list dt {
    background-color: transparent;
    height: 160px;
    /* line-height: 36px; */
    width: 305px;
    overflow: hidden;
}

.topic-cnt_list .multi-media-list dt h3 {
    font-size: 16px;
}

.topic-cnt_list .multi-media-list dd {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    text-align: left;
    overflow: hidden;
    padding: 0 10px;
    width: auto;
    padding: 0 10px 5px;
}

.topic-cnt_list .multi-media-list dd h3 {
    height: 32px;
    line-height: 36px;
}

/* detail */
.main-content-wrap {
    width: 1260px;
    overflow: hidden;
    min-height: 300px;
    margin: 15px auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(224, 224, 224, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(224, 224, 224, .75);
    box-shadow: 0 0 5px 0 rgba(224, 224, 224, .75);
    border: 1px solid #fbfbfb;
    position: relative;
}

/* Common-detail */

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

.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;
    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 {
    font-weight: 700;
    color: #2f5398;
    cursor: pointer;
}

.article-infos-func .article-share i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-position: -327px -1805px;
}

.article-share-cnt {
    position: absolute;
    right: 30px;
    overflow: hidden;
    width: 60px;
    padding-top: 10px;
    text-align: center;
    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;
}

.rendering-ie7 .article-share-cnt,
.rendering-ie8 .article-share-cnt {
    background-color: #fff;
}


.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 */


/* Relation */

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

.relatived-articles-title {
    line-height: 42px;
    font-size: 18px;
    color: #2f5398;
    border-bottom: 1px solid #eaeaea;
}

.shanxi-social-tools {
    padding: 10px 0;
    background-color: #e5e5e5;
}


.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;
    font-size: 16px;
    color: #fff;
    background-color: #2f5398;
}

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

/* /Relation */


/* Affairs Detail */

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

.affairs-detail-inner {
    padding: 15px 19px;
    border: 1px solid #eaeaea;
}

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

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

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

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

.affairs-detail-inner-cnt {
    margin-top: 19px;
    padding: 15px 19px;
    border: 1px solid #eaeaea;
}


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

.affairs-detail-qcode dt {
    font-size: 12px;
    color: #7a7a7a;
    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%;
}

/* article */

.detail-article-infos_lcj .article-infos-func .article-priter i,
.detail-article-infos_lcj .article-infos-func .article-share i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
}

.detail-article-infos_lcj .article-infos-func .article-priter i {
    background-position: 0 -54px;
}

.detail-article-infos_lcj .article-infos-func .article-share i {
    background-position: -16px -54px;
}

.detail-article-infos_lcj .article-infos-func .article-share {

    color: #3b60a3;
}

.relatived-articles {
    margin: 20px 30px 10px;
    border-top: 3px solid #3b60a3;
    padding: 0;
    margin-top: 0;
}

.relatived-articles_lcj .relatived-articles-title {
    font-size: 18px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
}

.relatived-articles_lcj .common-tab-content-box {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 8px;
}

.relatived-articles_lcj .common-tab-content-box>li {
    /* height: 32px; */
    line-height: 32px;
}

.relatived-articles_lcj .common-tab-content-box>li>i {
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: 4px;
    background-color: #e5e5e5;
    margin-right: 6px;
}

.relatived-articles_lcj .common-tab-content-box>li>b {
    font-weight: 500;
    margin-left: 5px;
    color: #dedede;
    font-size: 13px;
}

.relatived-articles_lcj .common-tab-content-box>li>b a {
    margin-left: 5px;
    color: #cb3520;
}

.relatived-articles_lcj .common-tab-content-box>li>b a:hover {
    font-weight: 600;
}

.relatived-articles_lcj .common-tab-content-box>li>b a:before,
.relatived-articles_lcj .common-tab-content-box>li>b a::before {
    content: '';
    display: inline-block;
    height: 15px;
    border-left: 1px solid #9d9d9d;
    width: 0;
    margin-right: 8px;
    vertical-align: -2px;
}

.relatived-articles_lcj .common-tab-content-box>li>span {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 500;
    margin-left: 14px;
}

.affairs-detail-qcode {
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    /* padding: 15px 0; */
    margin-bottom: 20px;
}

.affairs-detail-qcode dt {
    text-align: center;
}

.affairs-detail-lcjbox {
    width: auto;
    margin: 15px 30px;
    /* overflow: hidden; */
}

.affairs-detail-lcjbox .affairs-detail-head {
    width: 100%;
}

.affairs-detail-lcjbox .detail-article-title {
    margin: 15px auto;
}

.affairs-detail-lcjbox_left {
    width: 760px;
    border: 0;
}


.affairs-detail-lcjbox_right {
    width: 360px;
    margin: 20px 0 0;
    border-top: 0;
    padding: 15px 0 15px 25px;
    /* border-left: 1px solid #ededed; */
    -webkit-box-shadow: -5px 0 5px 0 rgba(225, 225, 225, .75);
    -moz-box-shadow: -5px 0 5px 0 rgba(225, 225, 225, .75);
    box-shadow: -5px 0 5px 0 rgba(225, 225, 225, .75);

}

.affairs-detail-lcjbox_right .common-tab-content-box {
    font-size: 14px;
}

.affairs-detail-lcjbox_right .common-tab-content-box>li {
    line-height: 24px;
    margin-bottom: 8px;
}

.affairs-detail-lcjbox_right .common-tab-content-box>li>span {
    font-size: 12px;
}

.affairs-filedetail-qcode {
    width: 1260px;
    height: 5px;
    margin: 0 30px;
    border-top: 1px solid #ededed;
}

@media print {
    .affairs-detail-lcjbox_left {
        width: 100%;
    }

    .detail-article-infos_lcj>li,
    .affairs-detail-lcjbox_right {
        display: none;
    }
}

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

/* /Affairs Detail