@charset "utf-8";



@media screen and (min-width: 1200px) {

	.nmain_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}

	.nmain {
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		background: #fff;
	}

	.nleft {
		float: left;
		width: 250px;
		height: auto;
		overflow: hidden;
	}

	.nleft .channel {
		width: 240px;
		height: 90px;
		background: url(../images/title_bg.png) no-repeat center center;
		position: relative;
		z-index: 2;
	}

	.nleft .channel span {
		font-size: 26px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 90px;
		margin-left: 38px;
	}

	.nleft .columns {
		width: 240px;
	}

	.nleft .columns .column {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ddd;
	}

	.nleft .columns .column a {
		text-decoration: none;
		color: #333;
		display: block;
		padding-left: 30px;
	}

	.nleft .columns .active {
		background-size: 9px 12px;
		background: url(../images/active.png) no-repeat 215px 20px;
	}

	.nleft .columns .column:hover {
		background-size: 9px 12px;
		background: url(../images/active.png) no-repeat 215px 20px;
	}

	.nright {
		width: 895px;
		min-height: 450px;
		float: left;
		margin-left: -10px;
		padding-left: 35px;
		border-left: 1px solid #ddd;
	}

	.nright .column {
		width: 100%;
		height: 70px;
		margin-top: 20px;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}

	.nright .column .title {
		width: 200px;
		height: 72px;
		float: left;
		line-height: 72px;
		font-size: 26px;
	}

	.nright .column .breadcrumb {
		width: 300px;
		height: 72px;
		float: right;
		line-height: 72px;
		font-size: 14px;
		text-align: right;
		color: #888888;
	}

	.nright .column .breadcrumb a {
		text-decoration: none;
		color: #888888;
	}

	.nright>.title {
		width: 100%;
		margin-top: 30px;
		line-height: 46px;
		font-size: 30px;
		color: #333333;
		text-align: center;
		font-weight: bold;
	}

	.nright .sub-title {
		width: 100%;
		margin-top: 5px;
		line-height: 30px;
		font-size: 20px;
		color: #333333;
		text-align: center;
	}

	.nright .info {
		width: 100%;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		color: #888888;
		text-align: center;
	}

	.nright .separator {
		width: 100%;
		height: 10px;
		margin: 10px 0PX;
		background: url(../images/separator.png) center center no-repeat;
	}

	.nright .content {
		width: 100%;
		font-size: 16px;
		color: #333333;
		line-height: 28px;
		padding: 10px 0px;
	}
	.nright .content  img{
		max-width: 100%;
	}
	.nright .editor {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		line-height: 20px;
		font-size: 14px;
		text-align: right;
		color: #888888;
		border-bottom: 1px solid #ddd;
	}

	.nright .links {
		width: 100%;
		height: auto;
		line-height: auto;
		font-size: 16px;
	}

	.nright .links .link {
		width: 50%;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		color: #333;
		float: left;
	}

	.nright .links .link span {
		color: #888888;
		padding-right: 10px;
	}

	.nright .links .link a {
		text-decoration: none;
		color: #333333;
	}
	
	/* 新闻列表 */
	.nnewslist {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
	}

	.nnewslist ul li {
		float: left;
	}

	.nnewslist li {
		width: 100%;
		line-height: 45px;
		font-size: 16px;
		border-bottom: 1px dotted #ccc;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nnewslist li a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/libg.jpg) left center no-repeat;
		padding-left: 15px;
		font-size: 16px;
		color: #333;
	}

	.nnewslist li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}


	/* 图文列表 */
	.tupianlist{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
	}
	.tupianlist ul li {
		float: left;
	}
	.tupianlist li{
		width: 290px;
		height: 250px;
		overflow: hidden;
		border: 1px solid #ececec;
		box-sizing: border-box;
		padding: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.tupianlist li:nth-child(3n+3){
		margin-right: 0px;
	}
	.tupianlist li .img{
		float: left;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.tupianlist li .img img{
		width: 100%;
		height: 100%;
		max-height: 200px;
	}
	.tupianlist li .txt{
		float: left;
		width: 100%;
		height: auto;
		max-height: 50px;
		overflow: hidden;
		line-height: 50px;
		text-align: center;
		color: #333;
		position: absolute;
		bottom: 0;
		
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	
}




@media screen and (max-width: 1200px) {
	
	
	.nmain_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #efefef;
	}
	
	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		background: #fff;
	}
	
	.nleft {
		display: none;
	}
	
	.nleft .channel {
		width: 240px;
		height: 90px;
		background: url(../images/title_bg.png) no-repeat center center;
		position: relative;
		z-index: 2;
	}
	
	.nleft .channel span {
		font-size: 26px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 90px;
		margin-left: 38px;
	}
	
	.nleft .columns {
		width: 240px;
	}
	
	.nleft .columns .column {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ddd;
	}
	
	.nleft .columns .column a {
		text-decoration: none;
		color: #333;
		display: block;
		padding-left: 30px;
	}
	
	.nleft .columns .active {
		background-size: 9px 12px;
		background: url(../images/active.png) no-repeat 215px 20px;
	}
	
	.nleft .columns .column:hover {
		background-size: 9px 12px;
		background: url(../images/active.png) no-repeat 215px 20px;
	}
	
	.nright {
		width: 98%;
		padding: 1%;
		height: auto;
		float: left;
	}
	
	.nright .column {
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
	}
	
	.nright .column .title {
		width: 35%;
		height: 50px;
		float: left;
		line-height: 50px;
		font-size: 22px;
	}
	
	.nright .column .breadcrumb {
		width: 60%;
		height: 50px;
		
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
		float: right;
		line-height: 50px;
		font-size: 14px;
		text-align: right;
		color: #888888;
		margin-right: 1%;
	}
	
	.nright .column .breadcrumb a {
		text-decoration: none;
		color: #888888;
	}
	
	.nright>.title {
		width: 100%;
		margin-top: 30px;
		line-height: 46px;
		font-size: 20px;
		color: #333333;
		text-align: center;
		font-weight: bold;
	}
	
	.nright .sub-title {
		width: 100%;
		margin-top: 5px;
		line-height: 30px;
		font-size: 20px;
		color: #333333;
		text-align: center;
	}
	
	.nright .info {
		width: 100%;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		color: #888888;
		text-align: center;
	}
	
	.nright .separator {
		width: 100%;
		height: 10px;
		margin: 10px 0PX;
		background: url(../images/separator.png) center center no-repeat;
	}
	
	.nright .content {
		width: 100%;
		font-size: 16px;
		color: #333333;
		line-height: 28px;
		padding: 10px 0px;
	}
	.nright .content img{
		width: 100%;
	}
	.nright .editor {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		line-height: 20px;
		font-size: 14px;
		text-align: right;
		color: #888888;
		border-bottom: 1px solid #ddd;
	}
	
	.nright .links {
		width: 100%;
		height: auto;
		line-height: auto;
		font-size: 16px;
	}
	
	.nright .links .link {
		width: 100%;
		height: auto;
		float: left;
		color: #333;
	}
	
	.nright .links .link span {
		color: #888888;
		padding-right: 10px;
	}
	
	.nright .links .link a {
		text-decoration: none;
		color: #333333;
	}
	
	
	/* 新闻列表样式 */
	.nnewslist {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnewslist ul li {
		float: left;
	}

	.nnewslist li {
		width: 100%;
		line-height: 38px;
		font-size: 14px;
		overflow: hidden;
		border-bottom: 1px dotted #ccc;
	}

	.nnewslist li a {
		display: block;
		line-height: 45px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/libg.jpg) left center no-repeat;
		padding-left: 10px;
	}
	
	.nnewslist li span {
		float: right;
		font-size: 14px;
		font-weight: 400;
		color: #333;
	}

	/* 图文列表 */
	.tupianlist{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
	}
	.tupianlist ul li {
		float: left;
	}
	.tupianlist li{
		width: 49.5%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ececec;
		box-sizing: border-box;
		margin-right: 1%;
		margin-bottom: 1%;
		position: relative;
	}
	.tupianlist li:nth-child(2n+2){
		margin-right: 0px;
	}
	.tupianlist li .img{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.tupianlist li .img img{
		width: 100%;
		height: auto;
		display: block;
	}
	.tupianlist li .txt{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 2.5rem;
		text-align: center;
		color: #fff;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.7);
	}
	
	
}
