body {
	background: #f5f5f6;
}
#header .l-width {
	position: relative;
}
#header .nav {
	font-size: 16px;
}
#header .head-right {
	float: right;
	padding: 22px 0 16px;
}
#header .head-right li {
	float: left;
	color: #9b9b9b;
}
#header .head-right li:not(:last-child):after {
	display: inline-block;
	width: 20px;
	text-align: center;
	content: "|";
}
#header .head-right li a {
	position: relative;
	color: inherit;
	line-height: 21px;
}
#header .head-right li a:first-child + a:last-child:before {
	display: inline-block;
	width: 10px;
	text-align: center;
	content: "/";
}
#header .head-right .icons a:before {
	position: absolute;
	left: 5px;
	bottom: -27px;
	border-bottom: 7px solid rgba(226, 226, 226, 0.5);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
}

#header .head-right li a i {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: url(../images/icon-head.png) no-repeat 0 -15px;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#header .head-right li a .icon-h1 {
	
}
#header .head-right li a .icon-h2 {
	background-position: -15px -15px;
}
#header .head-right li a .icon-h3 {
	background-position: -30px -15px;
}
#header .head-right li a.active .icon-h1 {
	background-position: 0 0;
}
#header .head-right li a.active .icon-h2 {
	background-position: -15px 0;
}
#header .head-right li a.active .icon-h3 {
	background-position: -30px 0;
}
#header .head-right .icons a.active:before {
	bottom: -20px;
	opacity: 1;
	filter:alpha(opacity=100);
}
#header .header-search {
	position: absolute;
	right: 0;
	bottom: -65px;
	width: 400px;
	height: 65px;
	padding: 13px 13px;
	background: hsla(0,0%,100%,.8) ;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
	z-index: 10;
}

#header .header-search .search-box {
	height: 39px;
}
#header .header-search .layui-form-select, #header .header-search .layui-form-select input[type="text"] {
	width: 115px;
}
#header .header-search .layui-form-select {
	float: left;
	display: inline-block;
}
#header .header-search .layui-input {
	width: 220px;
}
#header .user-name {
	position: relative;
}
#header .user-name > span {
    position: relative;
    color: inherit;
    line-height: 21px;
    font-weight: bold;
    color: #497ED7;
}
#header .user-name > span:after {
	position: relative;
	top: -2px;
	display: inline-block;
    margin-left: 5px;
    border-top: 4px solid #497ED7;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
}
#header .user-name:hover  .user-sub {
	display: block;
}
#header .user-sub {
	display: none;
    position: absolute;
    right: -30px;
    top: 20px;
    padding: 5px 0;
    z-index: 999;
    width: 160px;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
       -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}

#header .user-sub li {
	float: none;
}
#header .user-sub li:after {
	display: none!important;
}
#header .user-sub li a {
	display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
#header .user-sub li a:hover {
    background-color: #f2f2f2;
}

.icon-view {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 18px;
	margin-right: 3px;
	background: url(../images/icon-view.png) no-repeat;
	content: "";
}



.notes-detail {
	min-height: 240px;
	padding-top: 40px;
}
.notes-detail dl {
	position: relative;
	min-height: 232px;
	padding: 8px 12px 15px 390px;
}
.notes-detail dt {
	margin-bottom: 20px;

	font-size: 24px;
	line-height: 36px;
}
.notes-detail dd {padding: 7px 0;line-height: 20px;font-size: 14px;color: #626262;}
.notes-detail dd span {
	margin-right: 40px;
}
.notes-detail dd span a {
	margin-right: 10px;
}
.notes-detail dd span b {
	color: #f50000;
}
.notes-detail dd.op {
	position: absolute;
	right: 15px;
	top: 9px;
}
.notes-detail dd.op i {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/icon-star.png) no-repeat;
}
.notes-detail dd.op .icon-star-o {
	background-position: -26px 0;
}
.notes-detail dd.pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 207px;
	padding: 0;
}
.notes-detail dd.pic:after {
	position: absolute;
	top: 10px;
	left: 20px;
	right: -20px;
	bottom: -10px;
	background: #d4d4d4;
	content: "";
	z-index: -1;
}
.notes-detail dd.pic img {
	width: 340px;
	height: 207px;
}

.notes .main-part {
	float: left;
	width: 865px;
}
.notes .right-part {
	float: right;
	width: 315px;
}
.notes2 {
	padding-top: 30px;
}
.notes2 .main-part {
	width: 865px;
}
.notes2 .notes-detail {
	position: relative;
    min-height: 550px;
	padding-top: 10px;
	padding-left: 65px; 
	padding-right: 20px;
}
.notes2 .notes-detail h2 {
	margin-right: 185px;
	margin-bottom: 10px;
}
.notes2 .notes-detail .pic {
	position: absolute;
	top: 14px;
    left: 25px;
    width: 27px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}
.notes2 .notes-detail .pic i {
	
}
.notes2 .notes-detail .op {
	position: absolute;
	right: 20px;
	top: 14px;
}
.notes .notes-detail .op a, .notes2 .notes-detail .op a {
	margin-left: 15px;
}
.notes .notes-detail .op i, .notes2 .notes-detail .op i {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 19px;
	height: 19px;
	margin-right: 3px;
	background: url(../images/icon-detail.png) no-repeat;
	vertical-align: middle;
}
.notes .notes-detail .op .icon-view, .notes2 .notes-detail .op .icon-view  {
	background-position: 0 0;
}
.notes .notes-detail .op .icon-down, .notes2 .notes-detail .op .icon-down {
	background-position: -19px 0;
}
.notes .notes-detail .op .icon-star, .notes2 .notes-detail .op .icon-star {
	background-position: -38px 0;
}
.notes .notes-detail .op .icon-star-o, .notes2 .notes-detail .op .icon-star-o {
	background-position: -57px 0;
}

.notes2 .notes-detail .intro {
	position: relative;
	max-height: 76px;
	padding: 8px 15px 8px 50px;
	line-height: 20px;
	color: #868686;
	background: #f7f7f7;
}
.notes2 .notes-detail .intro .label {
	position: absolute;
	left: 15px;
}
.notes2 .notes-detail .intro .label:after {
	display: inline-block;
	content: ":";
}
.notes2 .notes-detail p {
	position: relative;
	padding: 25px 0;
padding-left: 68px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px dashed #dadada;
}
.notes2 .notes-detail p .label {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 58px;
    margin-right: 10px;
    color: #777;
    text-align: justify;
    text-align-last: justify;
}
.notes2 .notes-detail p .label:after {
    position: absolute;
    right: -5px;
    margin: 0!important;
    content: ":"!important;
}
.notes2 .notes-detail p a {
	margin-right: 15px;
}
.c-box {	
	padding: 15px;
	background: #fff;
}
.c-box .box-title {
	position: relative;
	height: 30px;
	margin-bottom: 20px;
}
.c-box .box-title:before {
	position: absolute;
	left: 0px;
	right: 0;
	top: 14px;
	border-bottom: 1px solid #227dce;
	content: "";
}
.c-box .box-title h2 {
	float: left;
	position: relative;
	padding-right: 10px;
	font-size: 18px;
	line-height: 28px;
	background: #fff;
	z-index: 1;
}
.c-box .box-title h2 span {
	color: #227dce;
}
.chapter-list {
	position: relative;
	padding-top: 20px;
}
.chapter-list:before {
	position: absolute;
	top: 0;
	left: 34px;
	bottom: 60px;
	border-left: 2px solid #c8e8fc;
	content: "";
}
.chapter dl {
	position: relative;
	margin-bottom: 20px;
	padding-left: 80px;
}
.chapter:hover .t-chapter {
	color: #fff;
	background: #206ec4;
}
.chapter dt {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 22px;
}
.chapter dt .t-chapter {
	position: absolute;
	top: 2px;
	left: 0px;
	display: inline-block;
	width: 70px;
	height: 20px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 17px;
	color: #227dce;
	text-align: center;
	background: #fff;
	border: 1px solid #227dce;
}
.chapter dt a {
	margin-right: 18px;
}
.chapter dt .op {
	font-size: 12px;	
}
.chapter dt .op a {
	margin-right: 18px;
}
.chapter dd {
	color: #848484;
	line-height: 20px;
}
.section dt {
	font-size: 14px;
	line-height: 20px;
}
.section .t-section {
	position: absolute;
	top: 3px;
	left: 24px;
	display: inline-block;
	width: 22px;
	height: 16px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 13px;
	color: #555;
	text-align: center;
	background: #fff;
	border: 1px solid #cbcbc0;
	border-radius: 3px;
}



.xxbj .simple-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 36px;
	padding: 7px 30px 7px 0;
	font-size: 14px;
	line-height: 20px;
}
.xxbj .simple-list li .type {
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
	color: #a6a6a6;
	text-transform: uppercase;
}
.xxbj .simple-list li  i {

}
.xxbj .simple-list li .type i {
	position: relative;
	top: 0;
}
.xxbj .simple-list li a {
	color: #666666;
}
.xgkc .box-title h2 span {
	color: #f89d3f;
}
.xgkc .box-title:before {
	border-color: #f89d3f
}
.xgkc .mult-list dl {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 0 60px;
	border: 0;
}
.xgkc .mult-list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 28px;
	font-size: 15px;
	line-height: 26px;
}
.xgkc .mult-list dt a {
	color: #333;
}
.xgkc .mult-list dd {
	color: #666666;
	line-height: 20px;
}
.xgkc .mult-list dd.pic {position: absolute;left: 0;top: 0;width: 47px;height: 47px;overflow: hidden;border-radius: 100%;}
.xgkc .mult-list dd.pic img {height: 47px;margin-left: -15px;} 
.xgkc .mult-list dd.info span {
	float: left;
}
.xgkc .mult-list dd.info span.info-right {
	float: right;
}

.list-web {
	padding-top: 30px;
}
.list-web .left-part {
	float: left;
	width: 245px;
}
.list-web .class-tree .title {
	height: 50px;
	margin-bottom: 15px;
}
.list-web .class-tree .title h2 {
	overflow: hidden;
	height: 50px;
	text-indent: -300px;
	background: url(../images/class-guid-h.png) no-repeat;
}
.list-web .class-tree .tree-content {
	position: relative;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3)
}
.list-web .class-tree .tree-content:before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#3de1a9),to(#268ce9));
	background-image: -webkit-linear-gradient(top,#3de1a9,0%,#268ce9,100%);
	background-image: -moz-linear-gradient(top,#3de1a9 0,#268ce9 100%);
	background-image: linear-gradient(to bottom,#3de1a9 0,#268ce9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3de1a9',endColorstr='#ff268ce9',GradientType=0);
	content: "";
}
.list-web .class-tree .tree-list {
	position: relative;
	padding-left: 30px;
}
.list-web .class-tree .tree-list:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	border-left: 1px solid #d3d3d3;
	content: "";
}
.list-web .class-tree .tree-content .tree-content {
	display: none;
	margin-bottom: 0;
	box-shadow: 0 0 0;
}
.list-web .class-tree .tree-content.show > .tree-content {
	display: block;
}
.list-web .class-tree .tree-content .tree-content:before {
	display: none;
}
.list-web .class-tree .tree-content .tree-title {
	position: relative;
	margin-top: -1px;
	height: 44px;
	border: 1px solid #eaeaea;
}
.list-web .class-tree .tree-content .tree-title a {
	overflow: hidden;
	display: block;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
	line-height: 42px;	
}
.list-web .class-tree .tree-list > .tree-content.show > .tree-title a {
	background: #e2ece9;
}
.list-web .class-tree .tree-content .tree-title.active > a {
	position: relative;
	color: #fff;
	background: #f18370;
}

.list-web .class-tree .tree-content .tree-title i {
	position: absolute;
	right: 11px;
	top: 11px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #a7abaa;
	line-height: 20px;
	background-color: #e2ece9;
	border-radius: 100%;
	cursor: pointer;
}
.list-web .class-tree .tree-content .tree-title i:before {
	display: block;
	content: "";
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	position: relative;
	z-index: 1;
}
.list-web .class-tree .tree-content .tree-title i.icon-plus:before {
	content: "+"
}
.list-web .class-tree .tree-content .tree-title i.icon-minus:before {
	content: "-"
}

.list-web .class-tree .tree-content .tree-title:before {
	position: absolute;
	left: -23px;
	top: 14px;
	width: 13px;
	height: 13px;
	background: #f5f5f6;
	border: 1px solid #1ac188;
	border-radius: 100%;
	content: "";
}
.list-web .class-tree .tree-content .tree-content .tree-title {
	height: 36px;
}
.list-web .class-tree .tree-content .tree-content .tree-title a {
	padding-left: 25px;
	font-size: 14px;
	line-height: 34px;
    white-space: nowrap;
}

.list-web .class-tree .tree-content .tree-content .tree-title i {
	top: 7px;
}
.list-web .class-tree .tree-content .tree-content .tree-title:before {
	display: none;
}
.list-web .class-tree .tree-content .tree-content .tree-content .tree-title {
	height: 30px;

}
.list-web .class-tree .tree-content .tree-content .tree-content .tree-title a {
	font-size: 12px;
	line-height: 29px;
}
.list-web .class-tree .tree-content .tree-content .tree-content .tree-title i {
	top: 4px;
}
.list-web .main-part {
	float: right;
	width: 935px;
	padding: 0 20px;
	background: #fff;
}
.list-web .main {
	padding: 0 20px;
	background: #fff;
}

.class-site {
	height: 64px;
	margin: 0 -20px 20px;
	padding: 14px 27px;
	line-height: 21px;
	background: #fcfcfc;
	border-bottom: 14px solid #f5f5f6;
}
.class-site strong {
	font-weight: lighter;
	color: #7d7d7d;
}
.class-site strong:after {
	display: inline-block;
	width: 15px;
	content: ":"
}
.class-site span:after {
	display: inline-block;
	width: 15px;
	text-align: center;
	content: ">"
}
.class-site span.current {
	color: #fa6135;
}
.class-site span.current:after {
	display: none;
}
.list-web .pic-list {
	margin: -25px -25px 0;
	background: #f5f5f6
}
.list-web .pic-list:before, .list-web .pic-list:after {
	display: table;
	clear: both;
	content: "";
}
.list-web .pic-list dl {
	position: relative;
	float: left;
	width: 215px;
	height: 195px;
	margin: 5px;
	padding: 135px 10px 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.list-web .pic-list dt {
	overflow: hidden;

	height: 49px;
	padding: 5px 0;
	font-size: 15px;
	line-height: 20px;
}
.list-web .pic-list dt a {
	color: #333;
}
.list-web .pic-list dd {
	color: #666666;
	line-height: 20px;
}
.list-web .pic-list dd.pic {
	position: absolute;
	left: 0;
	top: 0;
}
.list-web .pic-list dd.pic img {
	width: 213px;
	height: 130px;
} 
.list-web .pic-list dd.info span {
	float: left;
}
.list-web .pic-list dd.info span.info-right {
	float: right;
}


.list-web .chapter-list {
	padding-top: 0;
}
.list-web .chapter-list:before {
	display: none;
}
.list-web .chapter-list .chapter-title {
    position: relative;
    height: 95px;
    margin-top: -1px;
    margin-bottom: 1px;
  	    font-size: 18px;
    padding: 25px 20px;
    line-height: 42px;
    color: #757575;
    border-bottom: 1px dashed #c7c7c7;
}
.list-web .chapter-list .chapter-title:hover {
    background: #F8F9FC;
}
.list-web .chapter-list .chapter-title i {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	font-size: 24px;
	color: #f1822b;
	text-align: center;
	border: 1px solid #f1822b;
	border-radius: 15px;
}
.list-web .chapter-list .chapter-title i:before {
	content: "";
	font-style: normal;
	line-height: 18px;
	z-index: 1;
}
.list-web .chapter-list .chapter-title .icon-plus:before {
    content: "+";
}
.list-web .chapter-list .chapter-title .icon-minus:before {
    content: "-";
}
.list-web .chapter-list .chapter-title .icon-point{
	top: 4px!important;
    width: 8px;
    height: 8px;
    margin: 7px 8px;
    margin-right: 23px;
    background: #F0791B;
    border-radius: 100%;
}
.list-web .chapter-list .chapter-content .chapter-content .chapter-title .icon-point {
	top: 5px!important;
}

.list-web .chapter-list .chapter-content .chapter-content .chapter-title .op {
    position: absolute;
    right: 35px;
    top: 17px;
}
.list-web .chapter-list .chapter-title:hover .op a {
color: #fff;
    background-color: #f17758;
}
.list-web .chapter-list .chapter-content:hover {
    background: #FBFBFB;
}

.list-web .chapter-list .chapter-content .chapter-title a span {
	margin-left: 1em;
	font-size: .8em;
	color: #999;
}
.list-web .chapter-list .chapter-content .chapter-title .op {
    position: absolute;
    right: 35px;
    top: 32px;
}
.list-web .chapter-list .chapter-content .chapter-content .chapter-title {
	height: 65px;
	padding: 15px 20px;
	padding-left: 50px;
	font-size: 14px;
	line-height: 32px;
}
.list-web .chapter-list .chapter-content .chapter-content .chapter-content .chapter-title {
	padding-left: 80px;
}
.list-web .chapter-list .chapter-content .chapter-content .chapter-title i {
	top: 2px;
}
.list-web .chapter:hover {
	background: #FBFBFB;
}
.list-web .chapter-list .p-box {
	position: relative;
	min-height: 95px;
	margin-top: -1px;
	margin-bottom: 1px;
	padding: 25px;
	padding-left: 70px;
	color: #757575;
	border-bottom: 1px dashed #c7c7c7;
}
.list-web .chapter-list .p-box.section:before {position: absolute;left: 34px;top: -61px;bottom: 60px;border-left: 1px solid #F1822B;content: "";}

.list-web .chapter-list .p-box:hover {
	background: #F8F9FC;
}
.list-web .chapter-list dt {
	font-size: 18px;
	line-height: 24px;
}
.list-web .chapter-list dt a {
	color: #333;
}
.list-web .chapter-list dt span {
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.list-web .chapter-list dd {
	line-height: 20px;
}
.list-web .chapter-list .pic {
	position: absolute;
	left: 23px;
	top: 28px;
	width: 29px;
	height: 35px;
	z-index: 1;
}
.list-web .chapter-list .pic img {
	width: 70px;
}
.list-web .chapter-list .section dd.pic .icon-section {position: absolute;left: 9px;top: 6px;width: 7px;height: 7px;background: #F0791B;border-radius: 100%;}
.list-web .chapter-list dd.pic i {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: -1px;
	background: url(../images/icon-chapter.png) no-repeat;
}
.list-web .chapter-list dd.pic i.icon-chapter {
	background-position: left top;
}
.list-web .chapter-list dd.pic i.icon-chapter.show {
	background-position: right top;
}
.list-web .chapter-list .info > span:not(:last-child) {
	margin-right: 20px;
}
.list-web .chapter-list .info i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 80px;
	height: 6px;
	margin-right: 10px;
	background: #fb7;
	vertical-align: middle;
}
.list-web .chapter-list .info i.icon-l {
	width: 80px;
}
.list-web .chapter-list .info i.icon-m {
	width: 60px;
}
.list-web .chapter-list .op {
	position: absolute;
	right: 35px;
	top: 31px;
}
.list-web .chapter-list .op .layui-btn {
	height: 30px;
	line-height: 27px;
	padding: 0 15px;
}
.list-web .chapter-list .bottom-op {
	text-align: center;
}



.list-filter {
	padding: 20px 20px 10px;
	background: #f9f9f9;
}

.list-filter .filter-inline {
	display: block;
	position: relative;
	padding-right: 60px;
}
.list-filter .filter-inline:last-child {
	margin-right: 10px;
}
.list-filter .filter-inline:before, .list-filter .filter-inline:after {
	display: table;
	clear: both;
	content: ""
}
.list-filter .show-more .item-list {
	height: auto;
}
.list-filter .filter-inline .more {
	position: absolute;
	right: 0;
	top: 0;

}
.list-filter .filter-inline .more a {
	height: 25px;
	line-height: 24px;
	padding: 0 8px;
	font-size: 12px;
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555;
}
.list-filter .inline-label {
	float: left;
	height: 35px;
	color: #989898;
	line-height: 25px;
}
.list-filter .inline-label:after {
	display: inline-block;
	margin-right: 3px;
	content: ":"
}
.list-filter .item-list {
	overflow: hidden;
	height: 35px;
}
.list-filter .item-list li {
	float: left;
	margin: 0 10px 10px;
}
.list-filter .item-list a {
	display: inline-block;
	height: 25px;

	padding: 0 8px;
	color: #4c4c4c;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
}
.list-filter .item-list .active a {
	color: #fff;
	background: #4496e3;
}
.list-result {
	height: 56px;
	padding: 18px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.list-result strong:after {
	display: inline-block;
	width: 15px;
	content: ":"
}
.list-result + .gxsj-list:before {
	display: block;
	margin: 0 -20px;
	border-top: 13px solid #f1f1f1;
	content: "";
}

.question-list {
	padding: 20px 0;
}
.question-list .q-box {
	padding-left: 0;
}
.question-list .question .num {
	width: 80px;
	margin: 0;
	padding: 0;
}
.question-list .answer-list, .paper-content .answer-text {
	padding-left: 50px;
}
.question-op {
	padding-left: 50px;
}
.question-op .layui-btn {
	background: #e46d3f;
}
.question-op .layui-btn-primary {
	background: #fff;
}
.question-list .bottom-op {
	text-align: left;
}
.paper-list {
	border: 0;
}
.paper-list dl {
	padding-left: 80px;
	border: 0;
	border-bottom: 1px dashed #c7c7c7;
}
.paper-list dl:hover {
	background-color: #f7f7f7;
}
.paper-list dl:hover .pic i {
	/*background-position: -46px 0; ???D ???????a hover ??????? ??????*/
}
.paper-list dl:hover .op  .layui-btn, .chapter-list dl:hover .op  .layui-btn {
	color: #fff;
	background-color: #f17758;
}
.paper-list .pic {
	left: 17px;
	top: 26px;
	width: 46px;
	height: 46px;
}
.paper-list dd i {
	top: 13px;
	width: 46px!important;
	height: 46px!important;
	background-image: none;
}
.paper-list dd i.icon-paper, .paper-list dd i.icon-mn, .paper-list dd i.icon-zt {
    width: 29px!important;
    height: 35px!important;
}

.paper-list .op .layui-btn {
	height: 30px;
	line-height: 27px;
	padding: 0 15px;
}
.class-site + .mult-list {
	margin-top: -20px;
}
.mult-list dl {
	position: relative;
	margin: 0 -20px;
	padding: 16px 20px 16px 50px;
	border-bottom: 13px solid #f1f1f1;
}
.mult-list .no-data, .simple-list .no-data {
	text-align: center;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}
.mult-list dl dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 28px;
}
.mult-list dl dd strong:after {
	display: inline-block;
	width: 15px;
	content: ":"
}
.mult-list dl .pic {
	position: absolute;
	left: 24px;
	top: 16px;
}
.mult-list dl .more span {
	margin-left: 15px;
	margin-right: 0;
	color: #999999;
}
.mult-list dl .more span.view:before {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 19px;
	height: 13px;
	margin-right: 4px;
	background: url(../images/icon-view2.png) no-repeat;
	content: ""
}
.mult-list dl .more span.view a {
	color: #c88326;
}
.gxsj-list dl {
	height: 75px;
	padding-right: 250px;
}
.gxsj-list dl .pic {
	position: absolute;
	left: 24px;
	top: 18px;
}
.gxsj-list dl .pic i.icon-s100s {
	display: inline-block;
	width: 20px;
	height: 22px;
	background: url(../images/icon-s100s.png) no-repeat;
}
.gxsj-list dl .more {
	position: absolute;
	top: 22px;
	right: 28px;
}
.xxbj-list dl {
	padding-left: 62px;
}
.xxbj-list dd {
	color: #8e8e8e;
}
.xxbj-list dl .pic {
	left: 20px;
	width: 27px;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}
.xxbj-list dl .pic i {
	margin-bottom: 3px;
}
.xxbj-list dd  {
	padding: 5px 0;
	line-height: 16px;
}
.xxbj-list dd span {
	margin-right: 10px;
}
.xxbj-list .more {
	text-align: right;
}


.icon-t-pdf-b {
	display: inline-block;
	width: 27px;
	height: 23px;
	background: url(../images/icon-t-b.png) no-repeat;
}
.icon-t-ppt-b {
	display: inline-block;
	width: 27px;
	height: 23px;
	background: url(../images/icon-t-b.png) -27px 0 no-repeat;
}

/*追加 通用文件图标*/				
.icon-file-b {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon-file-b.png) no-repeat;
}