.at-netf{width: 100%;height:36px;float:left}
.at-netf a{float:left;margin-left:4%;padding:5px 10px}
.at-netf .NF-cur{background:#CC0000;color:#fff;border-radius:3px;}

.pic-netf{width: 100%;padding-bottom:10px;border-bottom:1px solid #f5f7fa;}
.pic-netf ul{width: 94%;margin:0px auto;}
.pic-netf ul::-webkit-scrollbar {display: none;}

.pic-content{margin-left:1.2%;margin-top:8px;display: inline-block;}
.pic-content h2{line-height:30px;height:30px;width:98%;padding-left:2%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight: 500;}
.pic-content span{width:95%;height: 35px;line-height: 45px;color: #eee;position: absolute;right: 0;bottom: 0;text-align: right;padding-right: 5%;
background-image: linear-gradient(180deg,transparent,#000 98%);}

.pic-content .longtxt-2{line-height:20px;margin-bottom:15px;height:20px;width:98%;padding-left:2%;padding-bottom:5px;overflow:hidden;float:left;font-weight: 500;background: #f5f7fa;font-size:12px}


.pic-height-3{ padding-top: 136%;}
.pic-width-3{width: 48%;}

.netf-a-b{background: #f5f7fa;}

/* 弹出层 */
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 650px;
	min-width: 360px;
	height:auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* 内容 */
.md-content {
	background: #fff;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
}
.md-content h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-radius: 0;
	color: #eee;
	background: linear-gradient(to right,#ff711f 0%,#EDE275 100%);
}
.md-content .pg-ti{width:94%;margin:0 3%;height:32px;line-height:32px;}
.md-content ul{min-height:200px;max-height:406px;overflow-y: auto;color: #5b5b5b;}
.md-content ul li{width:92%;margin:0 4%;height:30px;line-height:30px;}
.md-content ul li:nth-child(2n) {background-color: #f9f9fa;}
.md-content ul li a{color: #2e6da4;}

.nf-pt{width:22%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nf-rq{width:22%;float:left;text-align:center}
.nf-mz{width:40%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nf-lx{width:16%;float:left}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}


.md-close {
	font-size:14px;
	padding:2px 5px;
    color: #fff;
    background-color: #ff711f;
    border-color: #EDE275;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999999;}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}


@media screen and (min-width: 901px) {
.pic-width-3{width: 15%;}
.md-content ul{min-height:400px;max-height:600px;}
}

