.list{ padding: 20px 0;}
.listl {width:22%; width: calc(23% - 30px);}
.listl .title{ font-size: 20px; color: #fff; font-weight: bold; line-height: 93px; text-align: center; background-color: #2675c8; border-top-left-radius:5px; border-top-right-radius:5px; background-size: cover;}
.listl .title a{color: #fff;}
.listl .title span{  width:50px; height: 50px; position: absolute; right:0px; cursor: pointer;}
.listl .title .open { background: url(../images/bg_open.png) no-repeat center; background-size: 45%; display: none;}
.listl .title .close { background: url(../images/bg_close.png) no-repeat center; background-size: 45%; display: none;}
	
.listl .lm-list{ padding:10px 0px; background: #fff; overflow: hidden;}
.listl .lm-list li{ padding: 0px 20px; margin-bottom: 10px; font-size: 15px; line-height: 45px; background-color: rgb(246, 246, 246); background-size:100%; display: block; cursor: pointer;}
.listl .lm-list li a{ color: #666; display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}

.listl .lm-list li:hover { background-color: rgb(229, 242, 255);}
.listl .lm-list .active{ background-color:rgb(229, 242, 255); background-size:100%;}
.listl .lm-list .active a{ background-color:rgb(229, 242, 255);}


.listr { padding: 10px; width: 77%; background: #fff; box-sizing:border-box;}
.listr .dqwz-title{ padding: 0 0 15px 0; background: #fff; margin-bottom: 10px;}

.listr .list-nr{ min-height: 500px; padding-top: 5px; overflow: hidden;}
.listr .list-nr img{ margin: 0 auto; display: block;}
.listr .list-nr p, .listr .list-nr p span{ font-size:15px !important; line-height: 35px !important;}

.list-list { width: 100%;  }
.list-list .list-list-item { height: 40px; display: flex; flex-direction: row;  align-items: center; border-bottom: 1px solid rgb(237, 237, 237); }
.list-list .list-list-item img { width: 10px; height: 10px; margin-right: 10px;}
.list-list .list-list-item .title { flex: 1; margin-right: 10px;}
.list-list .list-list-item .date { min-width: 91px; width: 91px; text-align: right; font-size: 14px; color: gray;}

