.list{ padding: 20px 0 0 0;}
.listl { width: calc(23% - 25px);}
.listl .title{ font-size: 20px; color: #fff; font-weight: bold; line-height: 80px; text-align: center; background: #ab0c0f;}
.listl .title a{color: #fff;}
.listl .title span{ width:40px; 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:0 20px; background: #fafbfd; overflow: hidden;}
.listl .lm-list li{ padding: 20px 10px; font-size: 15px; line-height: 24px; border-bottom:1px solid #eeeeee; display: block; cursor: pointer;}
.listl .lm-list li:nth-last-child(1){ border: 0;}
.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 a, .listl .lm-list li.active a{ color: #cf000f;}

.listr { width: 77%; padding: 30px; background: #fafbfd; box-sizing:border-box;}

.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;}

.listr .list-list{ overflow: hidden;}
.listr .list-list li{ padding: 15px 96px 15px 20px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px dashed #ececec; display: block; position: relative; background: url(../images/bg_info_li.png) no-repeat left center;}
.listr .list-list li span{ position: absolute; right: 0;}

.listr .page{ height: 40px; margin: 20px 0; font-size:14px; line-height: 36px; display: block;}
.listr .page .default_pgPanel {  margin: 0 auto; padding: 0; float:none !important;}
.listr .page table{ width:auto;}
.listr .page .pageDiv{ text-align:center;}
.listr .page .default_pgBtn{ margin: 5px;}