/*main begin*/
	.main {
		background: #fff;
	}
	.main > .bx {
		padding: 20px 0 40px 0;
	}
	.main .menu {
		width: 260px;
	}
	.main .content {
		width: 920px;
	}
/*main end*/

/*menu begin*/
	.menu-title {
		margin-bottom: 1px;
		border-radius: 5px 5px 0 0;
		background: url(../images/20181022_menu-bg.png);
	}
	.menu-title h3 {
		color: #fff;
		font-size: 24px;
		line-height: 80px;
		padding-left: 105px;
		background: url(../images/20181022_menu-title.png) no-repeat 62px center;
	}
	.menu-list li a {
		width: 100%;
		color: #666;
		display: block;
		font-size: 16px;
		line-height: 52px;
		padding-left: 22px;
		background: #ededed;
		border-left: 4px solid #165ed9;
	}
	.menu-list li {
		margin-bottom: 1px;
	}
	.menu-list > ul > li.current a,
	.menu-list > ul > li:hover a {
		color: #165ed9;
		background: #fff;
	}
	.menu-list ul li:hover .sub-menu a,
	.menu-list ul li.current .sub-menu a {
		color: #999;
		background: none !important;
	}
	.menu-list li .sub-menu {
		padding-left: 23px;
		background: #f5f5f5;
	}
	.sub-menu {
		display: none;
	}
	.sub-menu li {
		margin-bottom: 0;
		border-bottom: 1px solid #e6e6e6;
	}
	.sub-menu li a {
		color: #999;
		font-size: 14px;
		background: none;
		border-left: none;
		line-height: 40px;
		padding-left: 30px;
		position: relative;
	}
	.sub-menu li a:before {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		background: #999;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 17px;
		margin-top: -2px;
	}
	.sub-menu li.no-bb {
		border-bottom: none;
	}
	.sub-menu li:hover a,
	.sub-menu li.current a {
		color: #333 !important;
	}
	.sub-menu li:hover a:before,
	.sub-menu li.current a:before {
		background: #333;
	}
/*menu end*/

/*content begin*/
	.con-pos {
		margin-bottom: 13px;
		line-height: 40px;
		padding-left: 40px;
		background: #f2f2f2 url(../images/20181022_pos-ico.png) no-repeat 14px center;
	}
	.con-pos a,
	.con-pos span {
		color: #666;
	}
	.con-pos a:hover {
		color: #165ed9;
	}
	.main-con i {
		display: block;
		float: left;
		color: #fff;
		width: 33px;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		text-align: center;
		margin-right: 13px;
		background: #e3c226;
	}
	.main-con a {
		display: block;
		float: left;
		width: 80%;
		line-height: 40px;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.main-con a:hover {
		color: #165ed9;
	}
	.main-con span {
		display: block;
		float: right;
		color: #999;
		line-height: 40px;
	}
	.main-con li {
		zoom: 1;
		padding-right: 14px;
		margin-bottom: 14px;
		background: #f5f5f5;
	}
	.main-con li:after {
	    content: ".";
	    width: 0;
	    height: 0;
	    visibility: hidden;
	    display: block;
	    clear: both;
	    overflow:hidden;
	}
	.page-l {
		color: #999;
		width: 490px;
		line-height: 44px;
		padding-left: 14px;
		background: #f2f2f2;
	}
	.page-btn {
		/*width: 243px;*/
	}
	.page-btn button {
		border: none;
		display: block;
		float: left;
		color: #999;
		margin: 0 1px;
		cursor: pointer;
		padding: 0 12px;
		line-height: 44px;
		border-radius: 5px;
		background: #d9d9d9;
	}
	.page-btn button:hover {
		color: #fff;
		background: #165ed9;
	}
	.page-r {
		width: 192px;
		padding-left: 10px;
		background: #f2f2f2;
	}
	.page-r span {
		line-height: 44px;
	}
	.page-r input {
		height: 30px;
		width: 50px;
		background: #fff;
		line-height: 30px;
		border: 1px solid #ccc;
	}
	.page-r button {
		border: none;
		display: block;
		float: right;
		height: 44px;
		width: 55px;
		cursor: pointer;
		border-radius: 5px;
		background: #165ed9 url(../images/20181022_page-btn-ico.png) no-repeat center;
	}
/*content end*/

/*footer begin*/
	.footer {
		margin-top: 0;
		background: #2b333c;
	}
/*footer end*/