﻿* {
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #1369BF;
}

ul,li {
	list-style: none
}

em,i {
	font-style: normal
}

img {
	display: inline-block;
	border: 0;
	max-width:100%;
}

input:focus,button:focus { outline:none;}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}

.hide {
	display: none !important
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.no_mg { margin:0!important;}
.no_pd { padding:0!important;}
.no_bd { border:none!important;}
.no_bg { background:none!important;}

.mb30 { margin-bottom:30px;}
.mb20 { margin-bottom:20px;}
.mt30 { margin-top:30px;}
.mt20 { margin-top:20px;}


/*head+foot*/
.header_fix {
    position: fixed;
    width: 100%;
    background: #1369BF;
    height: 60px;
    z-index: 50;
    top: 0;
    left: 0;
    -webkit-box-shadow:0 0 6px rgba(50, 50, 50, .2);  
    -moz-box-shadow:0 0 6px rgba(50, 50, 50, .2);  
    box-shadow:0 0 6px rgba(50, 50, 50, .2);  
}
.mains {
	width:1200px;
	margin:0 auto;
}
.logo {
	height:34px;
	line-height:34px;
	margin-top:13px;
	color:#fff;
	font-size:24px;
}
.logo img {
	height:100%;
}
.header_nav {
	float:right;
	line-height:60px;
}
.header_nav li {
	float:left;
	font-size:16px;
	margin:0 18px;
}
.header_nav li:last-child { margin-right:0;}
.header_nav li a {
	color:#fff;
	display:block;
}
.header_nav li a.on, .header_nav li a:hover {
	position:relative;
	z-index:1;
}
.header_nav li a.on:before, .header_nav li a:hover:before {
	content:"";
	position:absolute;
	z-index:5;
	left:0;
	bottom:6px;
	width:100%;
	height:3px;
	background:#fff;
}
.footer {
	width:100%;
	background:#222;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:20px 0;
	line-height:30px;
}

.index_one {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .15);  
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .15);  
	box-shadow:0 0 10px rgba(0, 0, 0, .15);
	border-radius:10px;
	margin:85px auto 20px auto;
	background:#fff;
	overflow:hidden;
	height:310px;
}
.index_one .pic {
	width:560px;
	float:left;
}
.index_one .list {
	width:-webkit-calc(100% - 560px); 
	width:-moz-calc(100% - 560px); 
	width:calc(100% - 560px);
	float:right;
	box-sizing:border-box;
	padding:25px 20px;
}

.index_slider { 
    position: relative; 
	width:100%; 
	height:310px; 
	overflow: hidden; 
}	
.index_slider .pic{ 
	position:relative; 
	z-index:0; 
}	
.index_slider .pic img {
	width:100%; 
	height:310px; 
	display: block;
}	
.index_slider .pic li {
	position:relative; 
	z-index:1;
}
.index_slider .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:50px; 
	line-height:50px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
	font-weight:normal;
	font-size:15px;
}
.index_slider .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.index_slider .hd li{
	margin: 0 5px 0 0; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; 
	overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
}	
.index_slider .hd .on{
	background-position:0 0; 
}	
.index_slider .prev, .index_slider .next {
	width: 60px; 
	height: 90px; 
	margin: -60px 0 0; 
	display: none; 
	background: url(../images/ad_ctr.png) no-repeat 0 0; 
	position: absolute; top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.index_slider .prev {
	left: 0;
}	
.index_slider .next {
	background-position: 0 -90px; 
	right: 0;
}	
.index_slider .prev:hover,	.index_slider .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.index_one .toptitle {
	margin-bottom:15px;
}
.index_one .toptitle h4 {
	margin-bottom:15px;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 20px;
font-weight:normal;
height:36px;
line-height:36px;
}
.index_one .toptitle h4 span {
  display: inline-block;
  font: 16px;
  color: #fff;
  padding: 0 7px;
  background: #FF3E3B;
  border-radius: 15px 15px 15px 0;
  margin-right: 10px;
}
.index_one .toptitle .con {
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	color:#777;
}
.index_one .uli li {
	float: left;
width: 48%;
padding: 0 0 0 18px;
box-sizing: border-box;
line-height: 38px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position:relative;
z-index:1;
font-size:15px;
}
.index_one .uli li:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:5px;
	height:5px;
	background:#5A9EF2;
	border-radius:50%;
	margin-top:-2px;
}
.index_one .uli li:nth-child(2n) { float:right;}

.index_two {
	margin:0 0 20px 0;
}
.index_left {
	width:800px;
	float:left;
}
.index_right {
	width:370px;
	float:right;
}
.index_box {
	margin-bottom:20px;
}
.index_box_t {
	border-top:2px solid #ccdcf6;
	border-bottom:1px solid #ccdcf6;
	height:50px;
	line-height:50px;
}
.index_box_t h3 {
	float:left;
	font-size:20px;
	color:#1369BF;
}
.index_box_t h3 span {
	font-size:14px;
	color:#ccc;
	margin-left:8px;
	font-weight:normal;
}
.index_box_t .more_list {
	float:right;
	font-size:14px;
}
.index_box_t .more_list a {
	display:block;
	float:left;
	color:#5d84bf;
	padding:0 15px;
	position:relative;
	z-index:1;
}
.index_box_t .more_list a:before {
	content:"";
	position:absolute;
	z-index:5;
	width:1px;
	height:16px;
	background:#CCDCF6;
	right:0;
	top:50%;
	margin-top:-8px;
}
.index_box_t .more_list a:last-child { padding-right:0;}
.index_box_t .more_list a:last-child:before { display:none;}
.index_box_c {
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.index_box_c:last-child {
	border-bottom:none;
}
.index_box_c .one {
	width:-webkit-calc(100% - 400px);
width:-moz-calc(100% - 400px);
width:calc(100% - 400px);
float:left;
}
.index_box_c .one li {
	height:40px;
	line-height:40px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:15px;
	position:relative;
	z-index:1;
	padding:0 0 0 15px;
}
.index_box_c .one li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #5A9EF2;
    border-radius: 50%;
    margin-top: -2px;
}
.index_box_c .one li:first-child {
	font-size:19px;
	padding-left:0;
	font-weight:bold;
}
.index_box_c .one li:first-child:before {
	display:none;
}
.index_box_c .two {
	width:380px;
	float:right;
}
.index_box_c .two li {
	width:-webkit-calc(50% - 8px);
width:-moz-calc(50% - 8px);
width:calc(50% - 8px);
float:left;
margin-bottom:15px;
}
.index_box_c .two li:nth-child(2n) {
	float:right;
}
.index_box_c .two li:nth-last-child(1),.index_box_c .two li:nth-last-child(2) { margin-bottom:0;}
.index_box_c .two li span {
	display:block;
	height:120px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.index_box_c .two li span img{
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.index_box_c .two li p {
	height:32px;
	line-height:32px;
	background:#f5f5f5;
	overflow:hidden;
}
.index_box_c .two li b {
	display:block;
	font-weight:normal;
	height:32px;
	line-height:32px;
	margin:0 5px;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hour24 {
	background:#F8F8F8;
	padding:0 15px 10px 15px;
	margin-bottom:20px;
}
.index_group_t {
	height:40px;
	line-height:40px;
	font-size:18px;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.index_group_t h4 {
	float:left;
	color:#222;
}

.index_group_t h4:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:4px;
	height:16px;
	border-radius:3px;
	background:#167de3;
	margin-top:-8px;
}

.index_group_t span {
	font-size: 14px;
    color: #999;
    display: block;
    float: right;
    font-weight: normal;
}
.bk06_rlist_o {
	overflow:hidden;
}

.bk06_rlist_o li {
    height: 40px;
    line-height: 40px;
}

.bk06_rlist_o li .num {
    font-size: 12px;
    color: #fff;
    background: #bcbcbc;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    line-height: 18px;
    text-align: center;
    margin-top: 11px;
    margin-right: 10px;
}

.bk06_rlist_o li:nth-child(1) .num {
	background:#FA4E57;
}

.bk06_rlist_o li:nth-child(2) .num {
	background:#FA7A53;
}

.bk06_rlist_o li:nth-child(3) .num {
	background:#FBC258;
}

.bk06_rlist_o li .tab-tit {
    font-size: 14px;
    line-height: 40px;
    float: right;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col_cul {
	border:1px solid #E5E5E5;
	padding:5px 15px 10px 15px;
	margin-bottom:20px;
}

.col_cpic {
	overflow:hidden;
	margin-top:5px;
}

.col_cpic li {
	width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
	float:left;
	margin-bottom:5px;
}

.col_cpic li:nth-child(2n) {
	float:right;
}

.col_cpic li span {
	display:block;
	width:100%;
	height:110px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.col_cpic li span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.col_cpic li h3 {
	height:36px;
	line-height:36px;
	font-size:14px;
	overflow: hidden;
	font-weight:normal;
}

.col_ctxt {
	border-top: 1px dotted #E2E2E2;
	padding-top:10px;
	height:270px;
	overflow:hidden;
}

.col_ctxt li {
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:34px;
	line-height:34px;
	font-size:14px;
	position:relative;
	padding-left:15px;
}

.col_ctxt li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
	margin-top:-2px;
    background: #777;
    border-radius: 50%;
}
.tech_zt_u {
	
}

.tech_zt_u li {
	border-bottom: 1px solid #EEEEEE;
	padding:15px 0 7px 0;
}

.tech_zt_u li:last-child {
	border-bottom:none;
}

.tech_zt_u li span {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	border-radius:50%;
	position:relative;
	float:left;
	margin-right:12px;
}

.tech_zt_u li span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.tech_zt_u li p {
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	overflow:hidden;
	margin-top:3px;
}

.tech_zt_u li .ano {
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#bebebe;
	width:100%;
	float:left;
	margin-top:3px;
}

.tech_zt_u li .read {
	background:url(../images/look.png) no-repeat left center;
	background-size:auto 10px;
	padding-left:22px;
	display:block;
	float:right;
}

.tech_zt_u li .time {
	display:block;
	float:left;
}
.live_ra {}

.live_ra li {
	font-size:14px;
	height:38px;
	line-height:38px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:15px;
	border-bottom:1px solid #eee;
}
.live_ra li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #777;
    border-radius: 50%;
}
.live_ra li:last-child {
	border-bottom:none;
}

.subsidy_rtime {
	position:relative;
	z-index:1;
	margin-top:5px;
}

.subsidy_rtime:before {
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	background:#e0e0e0;
	left:5px;
	top:0;
	z-index:5;
}

.subsidy_rtime li {
	position:relative;
	z-index:11;
	margin-bottom:20px;
	width:100%;
	float:left;
}

.subsidy_rtime li:last-child {
	margin-bottom:0;
}

.subsidy_rtime li:before {
	content: "";
    position: absolute;
	z-index:11;
    left: 0;
    top: 13px;
    width: 11px;
    height: 11px;
    background: #9C9DFF;
    margin-top: -5px;
    border-radius: 50%;
}

.subsidy_rtime li:after {
	content: "";
    position: absolute;
	z-index:19;
    left: 2px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #fff;
    margin-top: -3px;
    border-radius: 50%;
}

.subsidy_rtime li .pic {
	float: right;
    width: 120px;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.subsidy_rtime li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_rtime li .txt {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
	margin-left:25px;
	height:80px;
	overflow:hidden;
}

.subsidy_rtime li .txt b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.subsidy_rtime li .txt i {
	display:block;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    color: #777;
	background:#f2f2f2;
	text-align:center;
	width:100px;
	margin-bottom:8px;
}

.n_mains {
	padding:20px 0 0 0;
}

.vl_list {
	
}

.vl_list li {
    border-bottom: 1px dotted #e3e3e3;
    padding: 23px 0;
	width:100%;
	float:left;
}

.vl_list li .news_list_pic {
    width: 240px;
    height: 135px;
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 20px;
	overflow:hidden;
}

.vl_list li .news_list_pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	width:100%;
}

.vl_list li h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vl_list li .v_list_content {
    color: #777;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.posi_t {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
	color:#366798;
	background:#edf4fa;
	width:100%;
	float:left;
	margin-bottom:15px;
	box-sizing:border-box;
}

.posi_t a {
	display:inline-block;
	padding:0 15px 0 12px;
	position:relative;
	z-index:1;
}
.posi_t a:before {
	content:"";
	position: absolute;
    top: 50%;
	margin-top:-1px;  
    right: 0;  
    width: 6px;  
    height: 6px;  
    border-style: solid;  
    border-width: 1px 1px 0 0;  
    border-color: #366798;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}
.posi_t a:last-child:before {
	display:none;
}
.adver {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.adver img {
	width:100%;
}
.article_box .htit {
    font-size: 26px;
    font-weight: 700;
    color: #444;
	margin-bottom:10px;
	line-height:160%;
}
.article_box .ly_box {
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.article_box .ly_box span {
	margin-right:30px;
}

.article_c {
	font-size: 16px;
    line-height: 32px;
    color: #444;
	padding:25px 0;
}

.article_c p {
	margin-bottom:15px;
	text-indent:32px;
}

.article_c img {
	width:90%;
}


.related {
	margin-top:20px;
}
.related h4 {
	overflow: hidden;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 0 15px;
}
.related h4 b {
	color:#F43400;
	font-weight:normal;
	position:relative;
}
.related h4 b:before {
	content:"";
	position:absolute;
	left:-15px;
	top:6px;
	width:4px;
	height:20px;
	background:#F43400;
}

.related_list {
	padding:15px 0;
}
.related_list li {
	width:-webkit-calc(50% - 30px); 
	width:-moz-calc(50% - 30px); 
	width:calc(50% - 30px);
	float:left;
	font-size:14px;
	line-height:35px;
	height:35px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	padding-left:15px;
	box-sizing:border-box;
}
.related_list li:nth-child(2n) {
	float:right;
}
.related_list li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #5A9EF2;
    border-radius: 50%;
    margin-top: -2px;
}

.vlist_info {
	color:#999;
	line-height:24px;
}
.vlist_info .times {
	display:block;
	float:left;
	font-size:13px;
	margin-right:20px;
}
.vlist_info .newtags {
	float:left;
}
.vlist_info .newtags a {
	display:block;
	background:#f2f2f2;
	color:#777;
	margin-right:10px;
	float:left;
	padding:0 15px;
	font-size:12px;
	border-radius:12px;
}
.vlist_info .newtags a:hover {
	background:#e95a5a;
	color:#FFF;
}

.right_a {
	width:370px;
	box-sizing:border-box;
	z-index:99;
}

.lastone {}
.lastone li {
	padding:17px 0;
	border-bottom: 1px solid #eee;
	width:100%;
	float:left;
}
.lastone .info_img {
	width:220px;
	height:124px;
	display:block;
	overflow:hidden;
	position:relative;
	background:#eee;
	z-index:1;
	float:left;
	margin-right:15px;
}

.lastone .info_img img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	max-height:100%;
	z-index:5;
}

.lastone .info_img .time {
	display:block;
	position: absolute;
    bottom: 12px;
    right: 10px;
    width: 50px;
    padding: 0 6px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
	z-index:9;
}

.lastone .info_text h2 {
	font-size:20px;
	line-height:30px;
	height:30px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
	margin-bottom:15px;
}

.lastone .info_text .tags {
	padding-bottom:8px;
}

.lastone .info_text .tags a {
	display: inline-block;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #eee;
    color: #777;
    margin-right: 6px;
    font-size: 14px;
    line-height: 24px;
}

.lastone .info_text .anot {
	padding-top: 10px;
	line-height:22px;
}

.lastone .info_text .anot span {
	display:inline-block;
    color: #b5b5b5;
}

.nocontent {
    text-align: center;
    font-size: 17px;
    padding: 10px 0 70px 0;
}

.nocontent p {
    padding: 5px 0;
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/backtop.png) no-repeat center 50%;
  background-size:60% auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}


/*page*/
.pages {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 30px 0px;
}
.pages ul {
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
.pages ul li {
    padding: 0;
    margin: 0;
	display:inline-block;
}
.pages li a, .pages li input {
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages .current a {
    font-weight: 700;
    background: #1369BF;
    color: #fff;
    border-color: #1369BF;
}
.pages a:hover {
	background:#efefef;
	color:#333;
}
.pages span {
	background: #FFF;
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}
.pages li.active span {
	background: #e4393c;
	color: #FFF;
}



@media screen and (max-width: 1200px) {
.abc {width: 900px}
}


