﻿#middle {
    width: 100%;
    background: #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
}

.mid-main {
    margin: 0px auto 25px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    min-height: 429px;
    overflow: hidden;
    position: relative;
}

.mid-path {
	width: 100%;
	color: #12151c;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e4e4e4;
}

.mid-path img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

.mid-mj {
	width: 100%;
	margin-top: 35px;
}

.mid-mj-tip {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.mid-mj-title {
	border-left: 6px solid #1659a0;
	height: 25px;
	line-height: 25px;
	color: #1659a0;
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
        margin-top: 7px;
	float: left;
}

/* 更多 */
.mid-more {
	float: right;
	padding: 9px 10px;
	display: inline-block;
	border: 1px solid #B8B8B8;
	text-align: center;
	border-radius: 5px;
	color: #595959;
        cursor: pointer;
}

.mid-more img {
	vertical-align: middle;
	margin-right: 10px;
}

.mid-more-list {
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #B8B8B8;
	border-radius: 5px;
	display: none;
	z-index: 50;
}

.mid-more-list ul li {
	float: left;
	width: calc(100% / 7);
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	color: #595959;
}

.on {
	display: block;
}

/* 一级栏目 */

.mid-lm {
	width: 100%;
}

.mid-lm-level {
	width: 100%;
}

.mid-lm-level>ul>li {
	margin-bottom: 10px;
}

.lm-level-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #595959;
	font-size: 18px;
	font-weight: bold;
	background: #F2F2F2;
	padding: 0px 23px;
	box-sizing: border-box;
}

.lm-more{
	float: right;
	font-size: 16px;
	color: #6f6f6f;
}
.lm-more a{
        color: #6f6f6f;
}
.lm-more a:hover{
        color: #1658a0;
}

/* 栏目末级列表 */

.mid-mj-list {
        width: 100%;
        font-size: 16px;
        color: #222;
        margin: 0 0 20px 0px;
        padding: 20px 0 0;
        box-sizing: border-box;
}

.mid-mj-list>ul>li {
	width: 100%; 
	font-size: 16px;
	color: #232222;
	margin-bottom: 20px;
}

.list-content {
        width: calc(100% - 140px);
background:url(/vpn/89/http/P75YPLU3PWYHR4LBN6YGP55XF3SXP/cms/templates/830597025209220001/images/iconb.jpg;vpn_img) 4px center no-repeat; padding-left:25px;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
}

.list-content a:hover{font-weight:bold;}

.list-time {
	width: 110px; color:#999;
	text-align: right;
	float: right;
}


/* ===========视图宽度============ */

.w_1300 {
	max-width: 1300px;
}

/* =================@media================== */
@media screen and (max-width: 1340px) {
	.w_1300 {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1240px) {
	.w_1300 {
		max-width: 1000px;
	}
}

@media screen and (max-width: 1000px) {
	#middle {
		padding: 0px;
	}

	.mid-main {
		margin: 0px auto;
		padding: 20px;
		box-sizing: border-box;
	}

	.mid-mj {
		margin-top: 10px;
	}

	.mid-mj-title {
		border-left: 6px solid #1659a0;
		height: 20px;
		line-height: 20px;
		color: #1659a0;
		font-size: 20px;
	}

	.mid-path {
		display: none;
	}

	.mid-more {
		transform: scale(0.8);
		transform-origin: top right;
	}

	.mid-mj-list ul li {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.mid-mj-page a,
	.page-tip {
		display: none;
	}

	.prev,
	.next {
		display: inline-block !important;
	}

	.mid-more-list ul li {
		float: left;
		width: calc(100% / 3);
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
		font-size: 14px;
	}
	
	/* 列表 */
	
	.lm-level-title {
		font-size: 16px;
	}
	
	.lm-more{
		font-size: 15px;
	}
	
	

}

@media screen and (max-width: 750px) {}

@media screen and (max-width: 320px) {}
