@charset "GB2312";
/* CSS Document */

.shownews { padding:38px 20px 60px 20px;}
.shownews .context .showt,.times { padding:0 28px 0 28px;}
.shownews .context .showt h1 { font-size:6vw;}
.shownews .context .times {font-size: 3vw;}
.shownews .context .cons { background:#fff; padding:28px; margin:28px 0 0 0;color: #333;}
.shownews .context .cons img { width: 100%; }

.nextm { width:100%; text-align:center; height:38px;display: block; font-size:22px; color:#fff; border-top:1px solid #eee; box-sizing:border-box;}
.nextm a{float:left; display:inline-block; width:33.3%; padding:6px 0 6px 0; box-sizing:border-box;transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;}
.nextm a:hover { background:#000; color:#fff;}
.nextm .nsla { background-color:#fff}
.nextm .nsm { background-color:#fff; width:33.4%; border-right:1px solid #eee;border-left:1px solid #eee; display: none;}
.nextm .nsma { background-color:#fff; width:33.4%; border-right:1px solid #eee;border-left:1px solid #eee;}
.nextm .nsr { background-color:#fff}
.nextm .nsl { background-color:#fff}
.nextm .sj { display:block;}

@media (min-width: 560px) {
.shownews { padding:58px  40px 60px 40px;}
.shownews .context .showt,.times { padding:0 0 0 44px; }
.shownews .context .times span {display:inline-block;}
.shownews .context .cons { padding:48px;margin: 44px 0 0 0;}


}

@media (min-width: 760px) {
	.shownews .context .showt h1 { font-size:4vw;}
	.shownews .context .times {font-size: 2vw;}

}

@media (min-width: 1025px) {
	.shownews { padding:88px  96px 60px;}
	.shownews .context .showt,.times { padding:0 0 0 44px;}
	.shownews .context .showt h1 { font-size:38px;}
	.shownews .context .times {font-size: 14px;}
	.shownews .context .cons img { width:inherit; }
.nextm .nsm { background-color:#fff; width:33.4%; border-right:1px solid #eee;border-left:1px solid #eee; display: block;}
.nextm .sj { display:none;}
}