/*进行样式初始化的操作*/
html,body, h1, h2, h3, h4, h5, h6, hr, p, button, input, textarea, th, td { margin:0;padding:0;font-family: '微软雅黑 Regular', '微软雅黑'; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
ul, ol { list-style:none; margin: 0;}
a { text-decoration:none; }
.nb-list a:hover { text-decoration:none; }     
fieldset, img { border:0; }
  


/*年报指导说明页面样式开始*/
.nb-container{
  margin: 22px auto;
    width: 1120px;
    min-height: 630px;
    border: 5px solid #ca9a37;
    background-color: #fff;
    box-shadow: 2px 3px 5px #ccc;
}

.nb-info{
  width: 970px;
  margin: 0 auto;
}
/*大标题样式*/
.nb-container>h2{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 70px 0 55px 0;
    color: #000;
}
.nb-container>h2 span{
  color: #ca9a37;
}

/*通用标题样式开始*/
.nb-title {
  background: url(../images/apptbsm/tbg.png);
  width: 250px;
  height: 40px;
}
.nb-title div{
  width: 205px;
  height: 40px;
  margin-left: 22px;
}
.nb-title div span{
  float: left;
  display: block;
  
}
.nbt-left{
  width: 15%;
  height: 36px;
  margin-top: 4px;
}
.nbt-left img{
  width: 16px;
  height: 14px;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}
.nbt-right{
  width: 85%;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}
/*通用标题样式结束*/

/*通用列表样式开始*/
.nb-list ul{
  padding-top: 30px;
  padding-bottom: 10px;
}
.nb-list ul li{
  list-style-type: square;
  margin-bottom: 20px;
  font-size: 14px;
}
.subnb-list{
  margin: 30px 0;
  padding: 0 20px;
}
.subnb-list p{
  margin-bottom: 10px;
  font-size: 14px;  
}
.subnb-list img{
  margin: 0 10px;
  width: 18px;
}

/*通用列表样式结束*/

.nb-link{
  color: #185fee;
  text-decoration: none;
}  
.nb-link:visited{
  color: #185fee;
}
/*二维码样式开始*/
.qrcode{
  width: 800px;
  margin: 0 auto;
  height: 278px;
  padding-top: 40px;
}
.qrcode p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.qrcode-left{
  float: left;
  width: 360px;
  margin-left: 40px;
}
.qrcode-right{
  width: 360px;
  float: left;
}
.qr-img img{
  width: 160px;
  height: 160px;
}
/*二维码样式结束*/

/*年报指导说明页面样式结束*/