/* 页面自定义css样式 */
li a:hover{
  color: #3366CC !important;
}
h2 {
  line-height: 45px;
  height: auto;
}
body {
  color: #333;
  width: 100%;
  height: 100%;
  /*background: url(hearbg.jpg) no-repeat center top #fff !important;*/
}
#barrierfree_container{
  background: url(hearbg.jpg) no-repeat center top #fff !important;
}
#zoom{
  font-size: 18px;
}
/* 内容样式 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1200px;
  background: #fff;
  min-height: 100px;
  padding: 16px 40px 40px 40px;
  border: 1px solid #D0DDFF;
  border-top: none;
  margin-bottom: 40px;
}
.lmy_dqwz_box{
  width: 100%;
  height: 60px;
  background: url("fgt.png") left bottom no-repeat;
}
.lmy_dqwz_wz{
  float: left;
  padding-left: 40px;
  background: url("wz_icon.png") left center no-repeat;
  line-height: 32px;
  font-size: 16px;
}
.lmy_dqwz_box table{
  height: 32px;
  line-height: 32px;
  color: #CCCCCC;
}
.cont_box{
  width: 100%;
  margin-top: 40px;
}
.cont_zw{
  width: 1040px;
  margin: 0 auto;
}
.zw_tit{
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 48px;
  width: 100%;
}
.zw_bq{
  width: 100%;
  height: 72px;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  line-height: 32px;
}
.zw_bq span{
  color: #666666;
  font-size: 16px;
}
.zw_bq span a{
  color: #666666;
  font-size: 16px;
}
.zw_bq>div>span:first-child{
  margin-right: 33px;
}
.zw_cont{
  margin-top: 20px;
  padding-bottom: 40px;
}
.zw_cont p{
  line-height: 36px;
  /*font-size: 18px;*/
  color: #333;
  text-align: justify;
  word-wrap: break-word;
}
.zw_cont span{
  /*display: inline-block;*/
  line-height: 36px;
  /*font-size: 18px;*/
  color: #333;
}
.zw_cont img{
  max-width: 100% !important;
  height: auto !important;
}
.zw_fenxiang{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F3F7FE;
}
.zw_fenxiang>a{
  float: right;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  margin-right: 20px;
}
#bt-share{
  float: left;
  height: 60px;
  padding-left: 68px;
  background: url("fx_icon.png") 24px center no-repeat;
}
#bt-share>a{
  margin-right: 20px;
}
.social-share .icon-weibo{
  background: url("wb_icon.png") center no-repeat;
}
.social-share .icon-wechat{
  background: url("wx_icon.png") center no-repeat;
}
.social-share .icon-qzone{
  background: url("kj_icon.png") center no-repeat;
}
 .sxp_box>div{
/*  width: 96px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #3366CC;
  text-align: center;
  background: url("sxp_bg.png") center no-repeat;*/
       line-height: 45px;
} 
.syp{
  margin-top: 40px;
}
.xyp{
  margin-top: 20px;
}
.sxp_box>p{
  width: 100%;
  height: 57px;
  line-height: 36px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #D0D4E3;
  margin-top: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sxp_box>p a{
  font-size: 16px;
  color: #333;
}
/**
**
*分辨率1366媒体查询
**
**/
/*主题内容*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .container{
    width: 1200px;
  }


}