
.typo p:before, .typo div:before {
    content: '\3000\3000';
    display: inline;
}
.typo {
    font-size: 16px;
}
.docs .typo {
    margin: 0 30px;
}
.docs, .infos {
  border: 1px solid #aaa;
  padding: 30px 60px;
  background-color: #fcfcfc;
}

.doctable th {
    background-color: #f0eded;
    text-align: right;
    width: 8em;
}
.info-date-print span {
    padding: 0px 15px;
}

.h36{ height:36px;}
.b12 {
    line-height: 22px;
    color: #686868;
}
.b12c {
    font-size: 16px;
    line-height: 180%;
}
.b12c p {
    margin-bottom: 12px;
}
.bd1 td {
    line-height: 20px;
    padding-left: 5px;
}
.bd1 {
    font-size: 12px;
}
.crumbs {
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 24px;
}
.nav {
    font-family: "微软雅黑";
}
ul {
    list-style-type: none;
}
.bt11 {
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 32px;
    color: #0063c6;
    font-weight: bold;
}
.bt12 {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    color: #636363;
    margin-bottom: 12px;
    width: 230px;
}
.bt12 li {
    background: url(http://www.gov.cn/2014xinban/static/images/arrow_03.jpg) no-repeat left 11px;
    padding-left: 12px;
    margin-bottom: 4px;
}
.bt12 li a {
    color: #636363;
    text-decoration: none;
}

#div_div {
width: 132px;
margin:20px auto 0;
}
#qr_container {
color: #b5b5b5;
font-size: 12px;
line-height: 26px;
position: relative;
}
.de_bannerS{ width:842px; margin:38px auto;}
.w1100{ position:relative}
.share{position: absolute;right: 25px;top:15px}


#qrcode img {
    margin: 8px auto;
}
.infocode{
margin:15px auto;
width:256px;
height:256px;
text-align: center;
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 992px) { 
.docs, .infos {
    border: 1px solid #aaa;
    padding: 15px;
    background-color: #fcfcfc;
}
.typo {
    font-size: 14px;
}
.titles > h1 {
    font-size: 1.8em;
}
.info-date-print span {

    padding: 0px 5px;
    font-size: 0.9em;

}
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {  }

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {  }


