@media  {
	.footer,.banner,#ads{
		width: 1200px;
	}
	.top-banner,ul.list-nav, .cur-pos, .content {
	    /*width: 1000px;*/
	    margin-left: 100px;
	}
	.science > ul li > a >span {
    	width: 400px;
	}
	.activity > ul li > a{
    	width: 170px;
		transition: transform 0.3s ease; 
	}

a:hover {
    color: green;
}
	.activity > ul li:first-child > a{
		width: 240px;
	}
	ul.carsoul-title > li a{
		font-size: 24px;
		transition: transform 0.3s ease; 
	}
	.columns {
	    background-size: 100% 65%;
	}
}
@media only screen and (min-width: 1800px) {
	ul.carsoul-title > li a{
		font-size: 50px;
		text-shadow: 3px 3px black;
	}
	ul.navigator > li a{
		font-size:18px;
	} 
	.navigator > li:last-child > ul {
		left: -37%;
	}
	.activity > ul li > a, .science > ul li > a{
		font-size:20px;
		width: 80%;
	}
	.notification ul > li > a{
		font-size:18px;
		width: 80%;
		line-height: 26px;
	}
	.work > ul > li > a,.science > ul li > a,.activity > ul li:first-child > a{
		font-size: 24px;
	}
	.activity > ul li:first-child > a{
		line-height: 26px;
	}
/* 	.activity > ul li > img{
		width: 90px;
		height: 68px;
	} */
	.columns {
    background-size: 100% 56%;
	}
	ul.p-nav > li {
    	width: 12%;
	}
}







