@media only screen and (min-width: 1200px){
	

#nav{
	width: 1200px;
	height: 60px;
	color:#C1C1C1;
	margin: auto;
	line-height: 60px;
}
#nav span{
	color:#757575 ;
}
#nav a{
	color:#C1C1C1 ;
}
#article{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.article-lt{
	width:860px;
	padding: 20px;
	float: left;
	background: white;
	float: left;
	overflow: hidden;
}
.article-lt img{
	width: 100%;
	display: block;
	margin:20px auto;
}
.article-rt{
	width: 240px;
	padding: 20px;
	overflow: hidden;
	float: right;
	background: white;
}
h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#484848;
}
.timer{
	height: 60px;
	text-align: center;
	font-size: 12px;
	color:#C0C0C0 ;
	border-bottom:1px solid #F7F7F7 ;
}
.p1{
	font-size: 14px;
	line-height: 25px;
	color:#828282 ;
	text-indent: 2rem;
}
.p2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color:#666 ;
	padding: 1rem 0;
	border-top:1px solid #F7F7F7;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p2:hover{color: #333;font-weight: 600;}
.article-lt-end{
	width: 100%;
	height:100px;
	line-height: 100px;
	border-top:1px solid #F7F7F7;
	margin-top: 100px;
}
.shang{
	float: left;
	color:#828282 ;
	font-size: 12px;
}
.xia{
	float: right;
	color:#5D5D5D ;
	font-size: 12px;
}

}
@media only screen and (max-width: 1200px) {
	#nav{
	width: 98%;
	height: 60px;
	color:#C1C1C1;
	margin: auto;
	line-height: 60px;
}
#nav span{
	color:#757575 ;
}
#nav a{
	color:#C1C1C1 ;
}
#article{
	width: 98%;
	margin: auto;
	overflow: hidden;
}
.article-lt{
	width:100%;
	padding: 20px 0;
	float: left;
	background: white;
	float: left;
	overflow: hidden;
}
.article-lt img{
	width: 100%;
	display: block;
	margin:20px auto;
}
.article-rt{
	display: none;
}
h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#484848;
}
.timer{
	height: 60px;
	text-align: center;
	font-size: 12px;
	color:#C0C0C0 ;
	border-bottom:1px solid #F7F7F7 ;
}
.p1{
	font-size: 14px;
	line-height: 25px;
	color:#828282 ;
	text-indent: 2rem;
}
.p2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color:#828282 ;
	padding: 1rem 0;
	border-top:1px solid #F7F7F7;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-lt-end{
	width: 100%;
	height:100px;
	line-height: 100px;
	border-top:1px solid #F7F7F7;
	margin-top: 100px;
}
.shang{
	float: left;
	color:#828282 ;
	font-size: 12px;
}
.xia{
	float: right;
	color:#5D5D5D ;
	font-size: 12px;
}
}
@media only screen and (max-width: 768px) {
	h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #484848;
    font-size: 16px;
    font-weight: 700;
}
.timer {
    height: 30px;
    text-align: center;
    font-size: 12px;
    color: #C0C0C0;
    border-bottom: 1px solid #F7F7F7;
}
.article-lt-end {
    width: 98%;
    padding: 10px 0;
	/*overflow: hidden;*/
    border-top: 1px solid #F7F7F7;
    margin: 20px auto !important;
}
.shang,.xia{
	width: 98%;
	height: 40px;
	line-height: 40px;
	border: 1px solid gainsboro;
	display: block;
	text-align: center;
	margin: 10px auto !important;
	float: left;
}
}