/* 页面自定义css样式 */
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;
}
/* 内容样式 */
.container {
  width: 1440px;
  margin: 0 auto;
  background: #fff;
  min-height: 100px;
  padding: 16px 40px 7px 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;
}
.wzdt_list_box{
  width: 100%;
  min-height: 500px;
}
.par_tit{
  width: 228px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 21px;
}
.par_tit:after{
  content: "";
  width: 36px;
  height: 1px;
  background: #3366CC;
  position: absolute;
  left: 0;
  top: 16px;
}
.par_tit:before{
  content: "";
  width: 36px;
  height: 1px;
  background: #3366CC;
  position: absolute;
  right: 0;
  top: 16px;
}
.first_list{
  width: 100%;
  margin-top: 20px;
}
.first_list li{
  float: left;
  width: 256px;
  height: 60px;
  background: #EEF5FF;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.first_list li:nth-child(5n){
  margin-right: 0;
}
.first_list li:hover{
  background: #3366CC;
}
.first_list li a{
  display: block;
  color: #333;
}
.first_list li:hover a{
  color: #fff;
}
.first_list li.cc_tit{
  width: 532px;
}
/**
**
*分辨率1366媒体查询
**
**/
/*主题内容*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .container{
    width: 1200px;
  }
  .first_list li{
    width: 265px;
  }
  .first_list li:nth-child(4n) {
    margin-right: 0;
  }
  .first_list li:nth-child(5n) {
    margin-right: 20px;
  }


}
