/*warp------------------------------------------------------------------------------------*/

.warp {
	width: 100%;
	background-color: #fff;
    margin: 1px auto 0;
	position: relative;
	z-index: 99999;
/*	min-height: 600px;*/
	*zoom:1;
	_position:relative;
}



/*切换*/

.notice {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.notice .tab-hd {
	height: 47px;
	margin-bottom: -1px;
	border-bottom: 1px solid #cdcdcd;
}

.notice .tab-hd li {
	color: #333333;
	font-size: 16px;
	float: left;
	height: 47px;
	line-height: 47px;
	padding: 0 50px;
	text-align: center;
	cursor: pointer;
}

.notice .tab-hd li.on {
	border: 1px solid #cdcdcd;
	border-bottom: none;
	background-color: #fff;
	margin-right: -1px;
	margin-top: 1px;
	color: #6CBB48;
	border-top: 3px solid #6CBB48;
	height: 45px;
	line-height: 40px;
}

.noticetwo .tab-hd li.on {
	color: #dc2600;
	border-top: 3px solid #dc2600;
}

.notice .tab-hd a.more,
.hb-tit a.more {
	line-height: 47px;
	font-size: 14px;
	color: #999999;
	background: url(../images/more.png) right center no-repeat;
	padding-right: 15px;
}

.notice .tab-hd a.more {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.notice .tab-hd li.on a {
	display: block;
}



.notice .tab-bd .ctent .nbottom,
.warp .middle .right .nbottom,
.warp .compile-right .about-middle .nbottom {
	width: 100%;
	margin-top: 25px;
}
.warp .compile-right .about-middle .nbottom a{
	color:#737373;
}
.notice .tab-bd .ctent .nbottom ul li {
	float: left;
/*	width: 100%;*/
	line-height: 30px;
}


.notice .tab-bd .ctent .nbottom ul li a.hbtit
{
	display: block;
	width: 440px;
	background: url(../images/right.png) left center no-repeat;
	padding-left: 15px;
	color: #4c4c4c;
}
.notice .tab-bd .ctent .nbottom ul li a.hbtit
{
	width: 640px;
}
.noticeszm .tab-bd .ctent .nbottom ul li a.hbtit{
	width: 440px;
}

.notice .tab-bd .ctent .nbottom ul li span.time,
{
	color: #5e615b;
	min-width:80px;
	text-align:right;
}

.notice .tab-bd .ctent .nbottom ul li:hover a,
.notice .tab-bd .ctent .nbottom ul li:hover span
{
	color: #6CBB48;
}



@media screen and (max-width: 1220px) {
	.notice .tab-bd .ctent .nbottom ul li p a.hbtit,
	.warp .compile-right .new-top .nbottom ul li a.hbtit,
	.warp .compile-right .about-middle .nbottom ul li a.hbtit{
		width: 80%;font-size: 14px;
	}
	.noticeszm .tab-bd .ctent .nbottom ul li a.hbtit{
		width: 80%;
	}
	.warp {
		width: 100%;
		/*margin: 30px auto 0;*/
		z-index: 9; 
	}

	.notice .tab-bd .ctent .ntop .zuo {
		width: 32.363%;
		height: auto;
	}
	.notice .tab-bd .ctent .ntop .you {
		width: 63.636%;
	}

}


@media screen and (max-width: 860px) {
	.notice .tab-bd .ctent .nbottom ul li a.hbtit{
		width: 350px;
	}
}
@media screen and (max-width: 640px) {
	.warp {
		padding: 5px;
		margin: 0 auto;
	}

	.warp .bottom .btctent input.txt {
		width: 35%;
		margin-left: 3%;
		font-size:12px;
		padding-left:5px;
	}
	.warp .bottom .btctent a.btn {
		width: 14%;
	}
	.notice .tab-bd .ctent .nbottom ul li p a.hbtit,
	.warp .middle .right .nbottom ul li a.hbtit,
	.warp .compile-right .about-middle .nbottom ul li a.hbtit,
	.warp .compile-right .new-top .nbottom ul li a.hbtit {
		max-width: 75%;
		font-size: 13px;                  /*手机端---文章标题字体大小*/
	}
	.notice .tab-bd .ctent .ntop .you p.tit {
		font-size: 14px;
	}
	.notice .tab-bd .ctent .ntop .you p.hbnr,
	.notice .tab-hd a.more,
	.hb-tit a.more,
	.notice .tab-bd .ctent .nbottom ul li span.time,
	.warp .middle .right .nbottom ul li span.time,
	.warp .compile-right .about-middle .nbottom ul li span.time {
		font-size: 13px;
	}
	.notice .tab-hd li.on,
	.notice .tab-hd li,
	.hb-tit,
	.hb-tit p {
		font-size: 14px;    /*切换标签字体大小*/
	}
	.notice .tab-hd li{
		max-width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 4%;
	}

	.notice .tab-bd .ctent .ntop .you p.hbnr {
		line-height: 20px;
	}
}




