/* 页面自定义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;
}
/* 内容样式 */
.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: 30px;
}
.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: 20px;
}
.lm_name{
  width: 240px;
  min-height: 500px;
  margin-right: 40px;
}
.lm_name_top{
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: #3366CC;
  text-align: center;
  font-size: 28px;
}
.lm_name li{
  float: left;
  width: 100%;
  height: 60px;
  background: #F3F7FE;
  margin-top: 20px;
}
.lm_name li a{
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.lm_name li a.on{
  border-left: 4px solid #3366CC;
  color: #3366CC;
}
.lm_lsit{
  width: 1078px;
  padding: 20px 0 0 40px;
  border-left: 1px solid #D0DDFF;
  min-height: 500px;
}
.lm_dq_name{
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #D0D4E3;
}
.lm_dq_name span{
  display: inline-block;
  height: 60px;
  line-height: 28px;
  border-bottom: 4px solid #3366CC;
  color: #3366CC;
  font-size: 24px;
  font-weight: 600;
}
.lm_dq_list{
  margin-top: 20px;
}
.lm_dq_list li{
  height: 45px;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.lm_dq_list li:after{
  content: "";
  width: 4px;
  height: 4px;
  background: #3366CC;
  position: absolute;
  left: 0;
  top: 21px;
}
.lm_dq_list li:nth-child(5n){
  height: 65px;
  line-height: 45px;
  border-bottom: 1px dashed #D0D4E3;
}
.lm_dq_list li:nth-child(6):after,.lm_dq_list li:nth-child(11):after{
  top: 39px;
}
.lm_dq_list li:nth-child(6),.lm_dq_list li:nth-child(11){
  height: 65px;
  line-height: 45px;
  padding-top: 20px;
}
.lm_dq_list li a{
  float: left;
  width: 75%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lm_dq_list li span{
  float: right;
  height: 45px;
  line-height: 45px;
  width: 25%;
  font-size: 18px;
  color: #999999;
  text-align: right;
}

/*分页样式*/
.lucidity_pgToolbar{
  height: 40px !important;
  margin: 40px 0 0 !important;
  border: none !important;
}
.lucidity_pgToolbar td{
  height: 40px !important;
  font-size: 16px !important;
  padding: 0 5px !important;
  line-height: 40px !important;
}
.lucidity_pgBtn{
  width: 80px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid #EEEEEE !important;
  line-height: 40px !important;
}
a.lucidity_pgFirstDisabled, a.lucidity_pgFirstDisabled:hover{
  background: #F5F5F5 !important;
  color: #CCCCCC !important;
}
a.lucidity_pgPrevDisabled, a.lucidity_pgPrevDisabled:hover{
  background: #F5F5F5 !important;
  color: #CCCCCC !important;
}
.lucidity-ui-paging-container{
  font-size: 16px !important;
}
.lucidity-ui-paging-container ul{
  margin: 0 !important;
  padding: 0 5px !important;
}
.lucidity-ui-paging-container li{
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}
.lucidity-ui-paging-container li:after{
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
}
.lucidity-ui-paging-container li.ui-pager{
  border: 1px solid #DDDDDD !important;
  color: #333 !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  padding-left: 0 !important;
}
.lucidity-ui-paging-container li.focus {
  background-color: #3366CC !important;
  border: none !important;
  color: #fff !important;
}
.lucidity_pgCurrentPage{
  width: 40px !important;
  height: 40px !important;
  line-height: 36px !important;
  font-size: 14px !important;
}
.lucidity-ui-paging-container li.ui-pager:hover{
  background-color: #3366CC !important;
  color: #fff !important;
}
a.lucidity_pgNext:hover{
  background-color: #3366CC !important;
  color: #fff !important;
}
a.lucidity_pgLast:hover{
  background-color: #3366CC !important;
  color: #fff !important;
}
a.lucidity_pgFirst:hover{
  background-color: #3366CC !important;
  color: #fff !important;
}
a.lucidity_pgPrev:hover{
  background-color: #3366CC !important;
  color: #fff !important;
}
a.lucidity_pgNextDisabled, a.lucidity_pgNextDisabled:hover{
  background: none !important;
  color: #c0b8b8 !important;
}
a.lucidity_pgLastDisabled, a.lucidity_pgLastDisabled:hover{
  background: none !important;
  color: #c0b8b8 !important;
}
a.lucidity_pgFirstDisabled, a.lucidity_pgFirstDisabled:hover{
  background: none !important;
  color: #c0b8b8 !important;
}
a.lucidity_pgPrevDisabled, a.lucidity_pgPrevDisabled:hover{
  background: none !important;
  color: #c0b8b8 !important;
}
/**
**
*分辨率1366媒体查询
**
**/
/*主题内容*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .container{
    width: 1200px;
  }
  .lucidity_pgBtn{
    width: 60px !important;
  }
  .lucidity-ui-paging-container li{
    width: 32px !important;
  }
  .lm_name {
    width: 215px;
    min-height: 500px;
    margin-right: 20px;
  }
  .lm_lsit {
    width: 880px;
    padding: 20px 0 0 40px;
    border-left: 1px solid #D0DDFF;
    min-height: 500px;
  }
}
/*20240628分页样式*/
.lucidity-ui-paging-container li.ui-paging-ellipse{
  border: 1px solid #DDDDDD !important;
  text-align: center;
}
