﻿/* * @authors @SilentBlue * @date 2019-10-23 10:04:41 * @version lcj.shanxi.gov.cn-base.version.1.0 * * */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', sans-self;
}

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;
    /* color: #4a4a4a; */
    outline-style: none;
}

a:hover {
    text-decoration: none;
    /* color: #000;
color: #2f5398; */
}

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

.group {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    clear: both !important;
}

.clear.both {
    height: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* 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: 20px;
}

.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, .75);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 5px 5px 0 rgba(246, 246, 246, .75);
}

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

/* sprites */
.toolbar-wrap dd span i,
.copyright-fdl_nav>li i {
    background: url('../sprites.png');
}

/* sprites */
/* toolbar */
.toolbar {
    height: 30px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.toolbar-wrap {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #60636d;
}

.toolbar-wrap dt {
    float: left;
    height: 30px;
    overflow: hidden;
}

.toolbar-wrap dt a,
.toolbar-wrap dd a {
    color: #60636d;
    margin-right: 24px;
}

.toolbar-wrap dt a:hover,
.toolbar-wrap dd a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.toolbar-wrap dd {
    float: right;
    height: 30px;
    overflow: hidden;
}

.toolbar-wrap dd span {
    display: inline-block;
    overflow: hidden;
}

.toolbar-wrap dd span i {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    float: left;
    overflow: hidden;
    margin-right: 6px;

}

.toolbar-wrap dd span .toolbar-smi1 {
    background-position: 0 0;
}

.toolbar-wrap dd span .toolbar-smi2 {
    background-position: -18px 0;
}

.toolbar-wrap dd span .toolbar-smi3 {
    background-position: -36px 0;
}

.toolbar-wrap dd span .toolbar-smi4 {
    background-position: -54px 0;
}

.toolbar-wrap dd span .toolbar-smi5 {
    background-position: -72px 0;
}

.toolbar_bg {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 30px;
    opacity: .81;
    background-color: #dadce4;
    filter: alpha(opacity=81);
    transition: right .8s;
}

/* toolbar */
.breadcrumb {
    line-height: 30px;
    height: 30px;
    /* color: #008843; */
}

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

.breadcrumb li a:hover {
    text-decoration: underline;
}

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

/* 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 */
/* footer */
.footer-nav {
    width: 100%;
    min-width: 1340px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background-color: #3b60a3;
    text-align: center;
}

.footer-nav>li {
    display: inline-block;
    font-size: 14px;
}

.footer-nav>li>b {
    width: 1px;
    height: 16px;
    float: right;
    background-color: #e5e5e5;
    margin: 10px 16px;
    transform: skew(155deg, 0);
}

.footer-nav>li a {
    color: #e5e5e5;
}

.footer-nav>li a:hover {
    color: #fff;
}

.copyright-wrap {
    width: 100%;
    min-width: 1340px;
    /* height: 286px; */
    overflow: hidden;
    background: url('../common-bg_footer.png') center bottom no-repeat;
    background-size: cover;
}

.copyright-fdl {
    /* line-height: 58px; */

    width: 100%;
    min-width: 1340px;
    /* height: 58px; */
    /* overflow: hidden; */
    border-top: 1px solid #e5e8ef;
    border-bottom: 1px solid #e5e8ef;
    margin: 20px auto;
}

.copyright-fdl_tit {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 15px 0;
    font-size: 14px;
}

.copyright-fdl_tit>b {
    color: #65aa2f;
    margin: 0 14px;
    float: left;
}

.copyright-fdl_nav {
    width: 1000px;
    float: left;
    overflow: hidden;
}

.copyright-fdl_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 15px;
    cursor: pointer;
    color: #4a4a4a;
}

.copyright-fdl_nav>.current {
    color: #65aa2f;
}

.copyright-fdl_nav>li i {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 8px;
    height: 8px;
    transition: all .3s linear;
    background-position: -300px 0px;
}

.copyright-fdl_nav>.current i {
    background-position: -300px -8px;
}

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

/* .copyright-fdl_tit:after {
    content: " ";
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    padding-bottom: 9px;
    border-top: 1px solid #e5e8ef;
}
 */
.copyright-fdl_cntbox {
    display: none;
    width: 1200px;
    margin: 10px auto;
    background-color: #e6f6f0;
    overflow: hidden;
}

.copyright-fdl_items {
    overflow: hidden;
    width: 96%;
    padding: 20px 2%;
}

.copyright-fdl_items li {
    line-height: 24px;
    float: left;
    margin: 10px;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
}

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


.copyright-fdl_items .cc-section-title a {
    color: #65aa2f;
    font-weight: 700;
}

.copyright-infos {
    overflow: hidden;
    width: 1200px;
    margin: 50px auto;
    text-align: center;
}

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

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

.copyright-info {
    line-height: 30px;
    margin: 0 20px;
    width: 550px;
    display: inline-block;
    font-size: 12px;
    color: #4a4a4a;
    text-align: left;
}

.copyright-info span,
.copyright-info a {
    margin-right: 12px;
}

.footer-sitecode {
    background-color: #ebecf0;
    padding-left: 6px;
}

.footer-declare {
    color: #6ab76b;
}

.site-feature {
    width: 110px;
    display: inline-block;
}

/* 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(.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: 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-3: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-3:hover+.float-tools-qcode {
    right: 100px;
    bottom: 100px;
}

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



/* pageion */

.shanxi-gov-page-box {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 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: #e7eefb;
}

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

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

.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: #2f5398;
    background-color: #496db1;
    cursor: pointer;
}

/* /Common List*/


/* 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%;
}


/* /Affairs Detail