/*============================*/
/* General
/*============================*/
html, body {
    background: #fff;
    font-family:"Microsoft YaHei","微软雅黑";
    margin: 0;
    padding: 0;
}
.fl,.fr,.lifl li,.lifl dd{ float:left; display:inline; list-style:none;}
li{list-style:none;}
.fr{ float:right;}
.r20{padding-right:20px;}
.clear{ overflow:hidden; _height:1px; _overflow:visible; }

#container {            
    margin: 5px auto;
    width: 1200px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.head_top{width:1200px;margin:0 auto;height:30px;padding-top:10px;}
.head_login{float:right; font-size:12px;font-weight:bold;}
.head_login a:hover{filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;color:#E7E7E7;}
.button1 a{ display:inline-block; padding:8px; background:#5BC0DE; color:#fff; line-height:1em; border-radius: 5px;}
.button2 a{ display:inline-block; padding:8px; background:#5CB85C; color:#fff; line-height:1em; border-radius: 5px;}
.button3 a{ display:inline-block; padding:8px; background:#FF4900; color:#fff; line-height:1em; border-radius: 5px;}
.button4 a{ display:inline-block; padding:15px 30px; background:#5BC0DE; color:#fff;  border-radius: 5px;}
.button4 a:hover{color:#333;}
.button3 a:hover{color:#e1e1e1;}
.button2 a:hover{color:#e1e1e1;}
.button1 a:hover{color:#e1e1e1;}
#header {
    border-bottom: 1px solid #eee;            
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 10px;
}

.logo {            
    color: #111;
    float: left;
    letter-spacing: -1px;
    margin: 0;
}
.wxa{
    color: #007E50;
    float: right;
    margin: 40px 0 0 0;
	font-size:24px;
	font-weight:bold;
}

a {
    color: #111;
    font-weight: bold;
    text-decoration: none;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

a:hover {
    color: #555;    
}
.indexbanner{ width:100%; }
.h_pic{ width:100%; }
.h_pic a{ width:100%; }
.h_pic img{ width:100%; }
.rightmenu{
	background:#eeeeee;
}
.rightmenu a{
	display:block;
	border-bottom:1px #cccccc dashed;
	line-height:40px;
	padding-left:20px;
	font-weight:normal;
}

/*============================*/
/* Main Navigation
/*============================*/

#nav {            
    height: 50px;
    line-height: 50px;            
    width:100%;
	margin:0 auto;
    background-image: -o-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -moz-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -webkit-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -ms-linear-gradient(bottom, #427eba 0%, #427eba 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #427eba),color-stop(1, #427eba));    
    background-image: linear-gradient(bottom, #427eba 0%, #427eba 100%);
	background:url(navbg.png) left top repeat-x;
	
}

#nav ul {
	width:1200px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#nav li {    
    background: #427eba;
    background-image: -o-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -moz-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -webkit-linear-gradient(bottom, #427eba 0%, #427eba 100%);
    background-image: -ms-linear-gradient(bottom, #427eba 0%, #427eba 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #427eba),color-stop(1, #427eba));    
    background-image: linear-gradient(bottom, #427eba 0%, #427eba 100%);
    float: left;
    position: relative;
    width: 14.2%;   
	z-index:9999; 
}

#nav li:first-child, #nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
}
#nav li:last-child, #nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}

#nav a {                
    border-right: 1px solid #427eba;
    border-left: 1px solid #427eba;
    color: #fdfbfb;
    display: block;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    text-align: center;
 /*   text-shadow: 0 -1px 0 #5B5B5B;    
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;*/
}

#nav a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}

#nav li:hover > a {
    background: #427eba;
    border-left-color: while;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px while;
    -moz-box-shadow: inset 0 0 10px while;
    box-shadow: inset 0 0 10px while;
}
#nav span {
    position: relative;    
}

#nav a:active span {
    color: #ffd;
    position: relative;
    top: 1px;
}

#nav li:first-child a {
    border-left: none;    
}

#nav li:last-child a {
    border-right: none;    
}
/*
.dropdown > a span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #427eba;
    content: "";
    right: -13px;
    position: absolute;
    top: 3px;
}

.dropdown:hover > a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #427eba;
    content: "";
    right: -15px;
    position: absolute;
    top: 6px;
}
*/
/*============================*/
/* Sub Navigation
/*============================*/
#nav ul ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

#nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

#nav ul ul li {
    background: #427eba;
    float: none;    
    line-height: 0;
    width: 100%;            
}

#nav ul ul li:nth-child(odd) {
    background: #427eba;    
}

#nav ul ul li:first-child, #nav ul ul li:first-child a { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}
#nav ul ul li:last-child, #nav ul ul li:last-child a { 
    -webkit-border-radius: 0 0 3px 3px; 
    -moz-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px; 
}

#nav ul ul li a {
    border-right: none;
    border-left: none;
    color: #fdfbfb;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 15px;
    text-align: left;
   /* text-shadow: 0 -1px 0 #eee;*/
}

#nav ul li ul li a:after {
    background: rgba(0,0,0,.02);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
}

#nav ul ul li a:hover {
    background: #427eba;
    color: while;
   /* text-shadow: 0 1px 0 #fff;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#nav ul ul a:active span {
    color: #111;
    position: relative;
    top: 1px;
}
#con2 {            
   background: #F8F8F8;  
    border-top: 1px solid #EBEBEB;  
}
.wrap{ width:1200px; margin:0 auto; }

.cside{ width:1200px; padding-top:20px; }
.csidenei{ width:280px; padding-top:20px; }
.csideneir{ width:880px; padding-top:20px; }

.cright{ width:360px;padding-top:20px; }
.cside .title{ height:39px; overflow:hidden; font-size:18px; font-weight:bold; color:#000;}

.cside .title a{ float:right;width:66px; height:25px; line-height:25px; display:block;font-size:12px; color:#fff; background-color:#FF812D; text-align:center;    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; }

.cside .title a:hover{  background-color:#C40900; }
.indextop { background-color:#FFFFFF; padding:10px;border: 1px solid #EBEBEB; overflow:hidden; line-height:30px;
           /* W3C syntax */
	-webkit-box-shadow: 3px 3px 6px #EBEBEB; 
-moz-box-shadow: 3px 3px 6px #EBEBEB; 
box-shadow: 3px 3px 6px #EBEBEB; 

	}
.top_pic { float: left; width:460px; padding:20px 20px 0px 0px;}
.play{width:450px;height:375px;border:#ccc 1px solid; text-align:left;}
.play ul{padding:0;margin:0;}
.play li{list-style:none;}
.textbg{margin-top:333px;z-index:1;filter:alpha(opacity=40);opacity:0.4;width:442px;position:absolute;height:30px;background:#000;}
.text{margin-top:333px;z-index:2;padding-left:10px;font-size:14px;font-weight:bold;width:440px;color:#fff;line-height:30px; overflow:hidden;position:absolute;cursor:pointer;}
.numplay{margin:334px 5px 0 235px;z-index:3;width:445px; text-align:right=0px;position:absolute;height:25px;}
.numplay a{margin:0 2px;width:20px;height:20px;font-size:14px; font-weight:bold;line-height:20px;cursor:pointer;color:#000;padding:0 5px;background:#D7D6D7;text-align:center}
.numplay a.on{background:#FFD116;color:#A8471C;}
.numplay a.on2{background:#D7D6D7;color:#000;}
.content img{width:650px;height:363px;padding:0;margin:0;}
.top_news { float: left; width: 470px; padding:20px 0px 0px 0px;}
.top_news h3 { font-size: 24px;color: #007CBF; display: block; height: 40px; margin: 0px; padding: 0px 0px 0px 2px;font-weight:bold;white-space:nowrap;overflow:hidden;}
.top_news p {padding: 5px 0px 8px 0px; color: #070707;font-size: 14px;text-indent : 20px;}
.top_news .txt { font: normal 14px "微软雅黑";float: left; width: 480px; height:40px; line-height:40px; padding-left:10px; color:#4A4A4A;margin-bottom:5px;}
.top_news .txt a{ color:#070707;}
.top_news .txt a:hover{ color:#0000FF;}
.top_news .txt span { font-weight: normal; float: right; color: #070707; font-size: 14px; padding-right:5px;}
.top_right { float: left; width: 240px;padding-left:20px;}
.top_right .txt{ font: normal 18px "微软雅黑";font-weight:bold;color: #FF0000;letter-spacing:3px; height:20px; line-height:20px;}
.top_right .txt span{ color: #FFF; padding:0px 12px 0px 12px; background-color:#999999;}
.type-list{margin:0px;line-height:40px; font-size:14px;}
.type-list img{
	max-width:100%;}
.banner_2 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.Article li a:hover{color:#00648C;}
.ny_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ny_news li{ width:100%; height:158px; margin-top:10px;  border-bottom:1px dashed #CECECE; }
.ny_news li a{ height:120px; display:block;}

.ny_news li .tu{ width:184px; height:120px; margin:0px; }

.ny_news li .name{ margin-left:200px; font-size:16px; color:#222222; font-weight:bold; line-height:18px; }

.ny_news li .sj{ margin:12px 0 0 215px; font-size:14px; color:#997b4c; line-height:15px; background:url(bg29.gif) no-repeat; padding-left:25px; display:none; }

.ny_news li .nr{ margin:12px 0 0 125px; color:#666666; line-height:22px; height:83px; overflow:hidden; font-size:12px; font-weight:normal;}
.sponsor{ margin:0 auto;width:1200px;height:700px;}
.sponsor-x{ text-align:center;width:600px; float:left; }
.sponsor-x.title{border-top:1px solid #EFEFEF;color:#717171}
.brand_x {border:1px dashed #CECECE;width:600px; margin:0 auto;background-color:#fff;height:190px;}
.brand_x img{margin:0 10px; text-align:left;vertical-align:middle;}
.sponsor-item{ text-align:center;margin:0 auto;width:1200px; }
.sponsor-item..title{border-top:1px solid #EFEFEF;color:#717171}

.brand {border:1px dashed #CECECE;width:1200px; margin:0 auto;background-color:#fff;}
.brand img{margin:0 10px; text-align:left;vertical-align:middle;padding:10px 0px;}
.crighttop{height:189px;background:#fff;padding:24px 0 10px 20px;overflow:hidden;border:1px solid #EBEBEB;
-webkit-box-shadow: 3px 3px 6px #EBEBEB; 
-moz-box-shadow: 3px 3px 6px #EBEBEB; 
box-shadow: 3px 3px 6px #EBEBEB;}
.crighttop h2{color:#007ABC;font-size:16px;}
.crighttop h3{font-size:14px;color:#525252;text-transform: uppercase;margin-bottom:6px;}
.crighttop ul { margin:0px; padding:0px;}
.crighttop ul li{width:80px;height:83px;float:left;margin-right:1px;background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);text-align: center;padding-top:25px;color:#fff;font-size:16px;}
.crighttop ul span{color:#ff0000;display: block;font-size:40px;line-height:40px; font-weight:bold;}
.crightbottom{background:#FFF;padding-top:10px; margin-top:10px;border:1px solid #EBEBEB;
.crightbottomt{background:#FFF;padding-top:20px; margin-top:10px;border:1px solid #EBEBEB; background-color:#CCCCCC;}
-webkit-box-shadow: 3px 3px 6px #EBEBEB; 
-moz-box-shadow: 3px 3px 6px #EBEBEB; 
box-shadow: 3px 3px 6px #EBEBEB;}
.crightbottom img{width:308px;height:auto;display: block;margin:0 auto 18px;}
.crightbottom .title{height:39px; overflow:hidden; font-size:18px; font-weight:bold; color:#000; padding-left:24px;}

/*详细页面*/
.cside h1{font-size:27px;color:#f6952c;margin-bottom:40px;}
.subnav{height:0px;overflow: hidden;border-bottom: 1px solid #eee;}
.currentpage{ padding-left: 25px; background: url(/images/home_icon1.png) left center no-repeat;}
.currentpage a{ margin-right: 2px;font-size:12px; padding-left: 10px; line-height: 74px; color: #5b5b5b;  background: url(/images/arrow_icon1.png) left center no-repeat;font-weight: 700;}

/*登录页面*/
.panel-main{background-color:#EBEBEB;overflow:hidden}
.panel-bd{overflow:hidden;margin:10px;background-color:#fff}
.panel-title{margin-bottom:20px;color:#000}
.input-outer{position:relative;margin-bottom:18px}
.placeholder{position:absolute;left:15px;top:11px}
.input-tips{position:relative;z-index:2}
.user-ico{top:12px}
.input-tips{padding:10px 8px 10px 50px}
.user-login,.login .user-pwd{width:330px}
/*注册页面*/
.reg-con{margin-top:30px;}
	.reg-con dl{clear:both;padding:8px 0;font-size:14px; height:35px;line-height:28px;font-family:"Microsoft Yahei";}
	.reg-con dl dt{display:block; float:left;width:270px;text-align:right;}
	.reg-con dl dd{float:left;}
/*基本资料页面*/
.leftuser{background:#fff;padding:24px 10px 10px 10px;overflow:hidden;border:1px solid #EBEBEB;
-webkit-box-shadow: 3px 3px 6px #EBEBEB; 
-moz-box-shadow: 3px 3px 6px #EBEBEB; 
box-shadow: 3px 3px 6px #EBEBEB;}
.leftuser h2{color:#007ABC;font-size:16px;}
.leftlist{}
.leftlist ul{padding:0px;margin:0px;}
.leftlist ul li{display:inline; }
.leftlist li a{border-bottom:1px solid #D5D5D5;color:#5E5E5E;display:block;padding:10px 0px 10px 15px; margin-top:0px;height:44px; font-size:14px; line-height:44px; background-color:#F8F8F8;}
.leftlist li a:hover{color:#007ABC;background-color:#FFFFDD;}
.leftlist li .thisclass {color:#007ABC;background-color:#FFFFDD;}
.info_form_box {padding:10px 0;}
.info_form_box dl{clear:both;padding:2px 0;font-size:12px;line-height:28px;}
	.info_form_box dl dt{display:block;float:left;width:120px;text-align:right;}
	.info_form_box dl dt em{padding-right:5px;color:#FF0000;font-style:normal;}
	.info_form_box dl dd{margin-left:120px; padding-left:10px;}
	
	.info_form_box dl dd i{display:block;line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.info_form_box dl dd em{line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.info_form_box dl dd .btn_submit{padding:10px 30px;border:1px solid #429342;background:#52A152;color:#fff;font-size:14px;line-height:1em;cursor:pointer;font-family:'Microsoft YaHei';}

.main_head h3{margin-bottom:15px;font-size:15px;}
	.main_head .tips_box{margin-left:146px;}
	.avatarbox{float:left;text-align:center;}
	.avatarbox img{width:120px;height:160px;padding:2px;border:1px solid #eee;}
	.avatarbox span{display:block;margin:5px auto 0 auto;}
.tips_box{ position:relative;}
	.tips_box h2{border-bottom:1px solid #EEE;color:#3B8DD1;font-size:15px;margin:0 0 20px;padding:0 0 10px;}
	.tips_box dl{float:left;width:50%;_width:48%; line-height:2.4em;}
	.tips_box dl dt{float:left;color:#666;}
	.tips_box dl dd{color:#999;}
.user-list{line-height:28px;font-size:12px;}
.user-list .txt{ color: #000;float:left; font-size:12px;font-weight:bold;height:28px; line-height:28px; }	
/*信息填报*/
.bd { width:100%; margin:0 auto; line-height:30px;}
.bd .bdtitle{ width:90%; padding:5px 0; background:#fff; margin:10px 3px;font-size:16px;color:#FF0000; font-weight:bold;border-bottom:1px solid #ddd;}
.bd .bdx{ width:90%; padding:5px 0; background:#fff; margin:10px 3px;}
.bd .bdleft{ margin:0 10px;font-size:14px; color:#000; width:110px; float:left; text-align:right;}
.bd .bdleft span{color:#FF0000; }
.bd input[type="text"]{ width:30%;border:none; font-weight:bold; color:#060;border:1px solid #ddd;padding-left:5px; height:30px; line-height:30px;}
.bd input[type="radio"]{ border:none; }
.bd textarea{width:70%;border:1px solid #ddd;}
.bd .ib{ padding-left:55px; font-size:14px;}
.bd .bdx select{border:1px solid #ddd; padding:1%; background:#fff; }

.bd .btn{height:10%;width:90%; margin:3% 5%; padding:5% 0;  color:#fff; font-size:larger; letter-spacing:5px;} 

.bd .btn_submit {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 220px;
}
.bd .btn_submit:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
.bd .btn_submit2 {
	background: #C1C1C1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #C1C1C1;
	color: #A6A6A6;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 220px;
}
/*新闻列表*/
.type-list{margin:0px;line-height:28px;}
.type-list img{margin:0 10px; text-align:left;vertical-align:middle;max-width:100%;}
	.Article{ padding:0px 10px 10px 0px;}
.Article li a{ height:44px; line-height:44px; white-space:nowrap; display:block; border-bottom:1px dashed #CECECE; overflow:hidden;font-size:12px;background:url(../images/ico.gif) 2px -65px no-repeat; padding:0 10px 0 12px; color:#555555;}
.Article li a:hover{color:#00648C;}
/* Page */
.page{ margin:30px auto; text-align:left; font-size:12px; }
.page .f_txt_page{ width:30px; border:1px #AAA solid;}
.page .page_f_btn { cursor: pointer; padding:0 8px;}

.pagination{margin:25px 0;text-align:center; font-size:14px; font-weight:normal;}
.pagination i{font-style:normal;}
.pagination .arrow{color:#E6E6E6}
.pagination a,.pagination label{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding:4px 10px;margin:0 3px;color:#666;background-color:#fff;border:1px solid #DCDCDC; color:#898989;}
.pagination a.selected,.pagination a:hover{color:#fff;background-color:#FF781E;border:1px solid #FF781E}
.operation a{color:#666666}
