/* 企业概况样式 */
.banner {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 0;
}
.banner p {
    width: 1200px;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 220px;
    z-index: 2;
    position: relative;
}
.content {
    width: 1160px;
    padding: 20px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}
.lm-left {
    width: 260px;
}
.lm-right {
    width: 860px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.column-1 {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #e60009;
    font-weight: bold;
    position: relative;
}
.lm-left .column-2 {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}
.lm-right .right-title {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.lm-left .column-2 li a {
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    padding-left: 20px;
    width: 233px;
    height: 55px;
    display: block;
}
.content .lm-right .right-title .position1 {
    float: right;
}

.position1 {
    height: 50px;
    background: url("/template/main/images/position.png") left 19px no-repeat;
    padding-left: 25px;
    float: right;
}
.position1 a, .position1 span {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}
.paging {
    text-align: center;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging >div {
    display: inline-block;
    border: 1px solid rgb(211, 211, 211);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 14px;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active {
    border: none;
    background-color: rgb(78, 216, 250);
    color: #fff;
}
.lm-left .column-2 li.active a {
    color: #e60009;
    border-left: 6px solid #e60009;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20px;
	width: 100%;
}
.lm-left .column-2 li a {
    font-size: 16px;
    color: #333333;
    line-height: 55px;
    padding-left: 20px;
    width: 233px;
    height: 55px;
    display: block;
}
.column-2li a:hover{
	text-decoration: none;
}
.simple_pgContainer .list li a {
    line-height: 44px;
    width: 670px;
}
.list li a {
    width: 440px;
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a:link {
    text-decoration: none;
}
.simple_pgContainer .list li {
    border-bottom: 1px dashed #dddddd;
    height: 44px;
    background: url("/template/main/images/icon.png") no-repeat left 22px;
}

.list li {
    height: 32px;
    padding-left: 13px;
    background: url("/template/main/images/icon.png") no-repeat left 16px;
    display: flex;
}

.lm-left .column-2 li.active, .lm-left .column-2 li:hover {
    background: #f5f5f5;
    border-bottom: none;
}

.page-item.active .page-link {
    padding: 5px 12px;
        margin: 0 0 0 8px;
        color: #555;
        font-weight: bold;
		background: none;
		border: none;
}

.page-item  a{
	display: block;
	float: left;
	/* height: 20px; */
	padding: 5px 12px;
	margin: 0 0 0 8px;
	border: 1px solid #e1e2e3;
	line-height: 20px;
	color: #3b8dd1;
	background: #fff;
	text-decoration: none;
}
.navigation ul a.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}

.spans{
	padding: 10px;
}
.page-item  a:hover{
	    color:#3b8dd1;
	    /* cursor: not-allowed; */
	    background-color: #fff;
		border: 1px solid #e1e2e3;
}

.simple_pgContainer .list li span {
    line-height: 44px;
    float: right;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
}















