@media screen and (min-width: 0px) {
	.jianbian.on {
		background: rgb(4, 100, 176); 
		background: -moz-linear-gradient(left,  rgba(4, 100, 176,1) 0%, rgba(55, 160, 244) 64%); 
		background: -webkit-linear-gradient(left,  rgba(4, 100, 176,1) 0%,rgba(55, 160, 244) 64%); 
		background: linear-gradient(to right,  rgba(4, 100, 176,1) 0%,rgba(55, 160, 244) 64%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990cc', endColorstr='#50cce5',GradientType=1 );
	}
	.clip.on { -webkit-background-clip: text;-webkit-text-fill-color: transparent; }
	.uikit .title.notie ,
	.uikit .title ,
	.uikit_navbtn.type3 li a .iconfont.notie ,
	.uikit_news.typeList .newslist li:hover h1.notie,
	.uikit_news.typeList .newslist li:hover em.notie ,
	.uikit_gallery .album p.about.notie,
	.uikit_substrate .blocks h1.notie {background: rgb(4, 100, 176); background: -moz-linear-gradient(left,  rgba(4, 100, 176,1) 0%, rgba(55, 160, 244) 64%); background: -webkit-linear-gradient(left,  rgba(4, 100, 176,1) 0%,rgba(55, 160, 244) 64%); background: linear-gradient(to right,  rgba(4, 100, 176,1) 0%,rgba(55, 160, 244) 64%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990cc', endColorstr='#50cce5',GradientType=1 );-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
	.uikit_navbtn.type3 li.active a .iconfont.notie { background: #fff;-webkit-background-clip: text;-webkit-text-fill-color: transparent; }
}
dl ,dt, dd { display: block; }

