﻿@charset "UTF-8";
body {
 font-family: "微软雅黑","Microsoft YaHei" ! important;
 margin: 0;
 padding: 0;
}
b{
font-weight:normal;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt35 {
	margin-top: 35px;
}
.mt15 {
	margin-top: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb7 {
	padding-bottom: 7px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb35 {
	padding-bottom: 40px;
}
.pb43 {
	padding-bottom: 48px;
}
.mt54 {
       margin-top:54px;
}
.newsh {
	min-height: 332px;
}
.pt20 {
	padding-top: 20px;
}
.headtop {
	border-top:4px solid #0074bd;
	border-bottom:4px solid #b7b7b7;
	background: -webkit-linear-gradient(#fff, #f4f4f4); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fff, #f4f4f4); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fff, #f4f4f4); /* Firefox 3.6 - 15 */
	background: linear-gradient(#fff, #f4f4f4); /* 标准的语法 */
}
.headtop .logo {
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}
.mobilelogo {
	display: none;
}
.mobilelogo img {
	width: 100%;
}
.navbar-toggle {
	margin-right: 0;
}
.headtop .logoright {
	float: right;
	margin-top: 33px;
}
.nav .searchbox {
	display: none;
}
.navbar-collapse>ul {
	width: 100%;
	background-color: #f4f4f4;
	border-top: 0.5px dashed #dfdfdf;
	border-bottom: none;
}
.navbar {
	margin-bottom: 0;
}
.dropdown-menu {
	padding: 0;
	margin: 2px 0 2px;
}
.navbar-nav>li>a {
	padding: 15px 20px;
	display: inline-block;
}
.nav>li {
	width: 14.28%;
	border-bottom: none;
	border-right: 0.5px solid #dfdfdf;
	border-left: 0.5px solid #fff;
	border-top: none;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.nav>li:hover {
	background-color: #56a653;
}
.nav>li:hover .arrow {
	color: #fff;
}

.nav .navactive {
	background-color: #56a653;
	
}
.nav .dropdown:hover>a {
	background-color: #56a653;
}
.navbar-nav>li {
	font-size: 15px;
	font-weight: 500;

}
.nav .navdown {
	font-size: 10px;
}

.dropdown-menu li{
	position:relative;
	
	}


.dropdown-menu .san{
	position:absolute;
	top:0%;
	left:100%;
	transition:400ms linear;
	transform:scale(0);
	opacity:0;
	display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	 
	 
	}
	
.dropdown-menu>li:hover .san{
	
	transform:scale(1);
	opacity:1;
	
	}  
	
	
 .san li  a{
	 
	 display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	 
	 }
	
	
	
	
.nav .navactive .arrow {
	color: #fff;
}
.nav .arrow {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 25px;
    vertical-align: middle;
    border-left: 4px dashed;
    color: #29ae6a;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 600;
font-size:16px;
}
.btn {
	margin-left: -4px;
	height: 30px;
}
.btnanniu {
	background-color: #555555;
}
.glyphicon {
	color: #fff;
}
.headtop .select {
	margin-top:9px ;
	display: inline-block;
	margin-left: 60px;
}
.headtop .select select {
	background-color: #7a7a7a;
	color: #fff;
	padding:4px 2px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}
.form-control {
	height: 30px;
}
.wenzi {
	margin-top: 7px;
}
.wenzi span {
	float: right;
	margin-right: 5px;
}
.wenzibtn {
	background-color: #e1e1e1;
}
.bt1,.bt2,.bt3 {
	display: inline-block;
	float: right;
	color: #333;
	padding: 2px 6px;
	font-size: 12px;
	margin:0 1px;
	height: 20px;
}
.bt1:hover,.bt2:hover,.bt3:hover {
	color: #fff;
	background-color: #616161;
}
.bt3 {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bt1 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.active1 {
	background-color: #616161;
	color: #fff;
}
.banner {
	margin-top: 20px;
}

.content {
	margin-top: 20px;
}
.content .title {
        font-size:16px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	border-radius: 2px;
	background: -webkit-linear-gradient(left,#0577be 20%, #fff, #55a552); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#0577be , #fff, #55a552); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,#0577be, #fff, #55a552); /* Firefox 3.6 - 15 */
    background: linear-gradient(left,#0577be, #fff, #55a552); /* 标准的语法 */
}
.content .detail .newsleft,.content .detail .newsright {
	margin-top: 20px;
}
.greentitle {
	height: 36px;
	color: #fff;
	line-height: 36px;
	border-radius: 2px;
	background-color: #55a552;
}
.greentitle .line {
	width: 4px;
	height: 14px;
	background-color: #fff;
	display: inline-block;
	margin-left: 10px;
	
	margin-right: 7px;
}
.content .title .line {
	width: 4px;
	height: 14px;
	background-color: #fff;
	display: inline-block;
	margin-left: 10px;
	
	margin-right: 7px;
}
.content .title .more a{
	display: inline-block;
	color: #222222;
	margin-right: 5px;
	text-decoration: none;
}
.content .title .more span {
	float: right;
	color: #666;
}
.more {
	float: right;
	color: #222222;
}
 .detail .conimg {
	border:1px solid #f5f5f5;
	margin-top:15px;
	overflow: hidden;
}
 .detail .conimg img {
	padding: 0;
}
 .mainname {
	color: #666;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 200%;
}
.mainname a:hover {
	color: #29ae6a;
}
.detail {
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-top: 5px solid #dcdcdc;
	overflow: hidden;
}
 .zizhi {
	padding-bottom: 20px;
}
 .zizhi p {
	padding-left: 8px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	margin: 0;
	height: 23px;
	line-height: 23px;
}
 .zizhi ul li {
	color: #777777;
	float: left;
	margin-left: 8px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	height: 23px;
	line-height: 23px;
	max-width: 121px;
}
 .zizhi ul li:before {
	 content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 2px;
}
.detail p {
	color: #777777;
	
}
 .detail img {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}
.scale img {
  transition: all 1.5s;
}
.scale img:hover {
	transform: scale(1.2);
	
}
.content .detail>ul>li {
	color: #777777;
	float: left;
	margin-left: 8px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
 .detail a {
	color: #777777;
	text-decoration: none;
}
.content .detail>ul>li:before {
	 content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 2px;
}
 .detail .pdlist {
	margin-top: 10px;
	margin-left: 20px;
}
.detail .pdlist ul li {
	clear: both;
	margin-left: 5px;
	padding: 3px 0;
}
 .detail .pdlist ul li:before {
	 content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #9e9e9e;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 2px;
}
.detail .pdlist1 {
	margin-top: 18px;
	margin-left: 20px;
}
.detail .pdlist1 ul li {
	clear: both;
	margin-left: 5px;
	padding: 2px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.detail .pdlist1 ul li a:hover {
	color: #55a552;
} 
.detail .pdlist1 ul li:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 3px dashed;
    color: #9e9e9e;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.detail .pdlist ul li:hover a{
	color: #29ae6a;
}

.detail .pdtitle {
	color: #29ae6a;
	font-size: 16px;
}
.content .detail .conshu {
	margin-top: 35px;
	color: #666;
}
.content .detail .conshu .conshuright {
	display: inline-block;
	margin-left: 40px;
}
.content .detail .conshu span {
	color: #29ae6a;
	font-size: 20px;
}
.content .detail .jianjie p {
	color: #777777;
	line-height: 200%;
	margin-top: 5px;
}
.ask {
	background-color: #efefef;
}
.ask img {
	width: 100%;
	padding: 5px;
}
.minheight {
	min-height: 790px;
}
.minheight1 {
	min-height: 445px;
}
.minheight2 {
	min-height: 880px;
}
.content .detail .newsleft {
	display: inline-block;
	color: #666;
	font-size: 12px;
	
	float: left;
}
.content .detail .newsright {
	float: left;
	margin-left: -20px;
	margin-bottom: 13px;
}
.content .detail .newsleft .newslefttitle {
	background-color: #979797;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	max-width: 83px;
	margin-top: 3px;
}
.content .detail .newsleft .arrow {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-left: 4px dashed;
    color: #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; 
}
.content .detail .newsright .arrow {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px dashed;
    color: #0074bd;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; 
    margin-right: 5px;
}
.content .detail .newsright .name {
	height: 20px;
	line-height: 20px;
	color: #0074bd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display: block;
	margin-top: 7px;
}
.content .detail .newsright .name:hover {
	color: #000;
}
.content .scale a:hover {
	color: #0074bd;
}
.content .jiesao {
	padding: 25px 30px;
	color: #000;
}
.detail .prdcontent {
	margin: 30px auto;
	max-width: 570px;
}
.detail .prdcontent img {
	max-width: 570px;
	padding: 0;
	margin: 0;
}
.detail .prdcontent .bg {
	background-color: #55a552;
	color: #fff;
	line-height: 200%;
	padding-left: 10px;
	margin-top: -1px;
}
.detail .prdcontent p {
	margin-top: 20px;
	line-height: 200%;
	padding: 0 7px;
	color: #000;
}
.newslist {
	margin: 20px auto;
	border-bottom: 1px solid #dedede;
	width: 90%;
}
.newslist .name {
	color: #0074bd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display: inline-block;
}
.newslist .name:hover {
	color: #000;
}
.newslist .arrow {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px dashed;
    color: #0074bd;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; 
    margin-right: 10px;
}
.newslist p {
	padding-top: 8px;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newslist .newstitle span {
	display: inline-block;
	float: right;
}
.newscontent {
	margin: 20px auto;
	border-bottom: 1px solid #dedede;
	width: 90%;
	padding-bottom: 20px;
}
.newscontent .newscontent-title {
	text-align: center;
	padding: 20px 0;
}
.newscontent .newscontent-title .name1 {
	font-size: 18px;
}
.newscontent .newscontent-title .name2 {
	margin-top: 8px;
	font-size: 13px;
}
.newscontent p {
	font-size: 13px;
	color: #000;
}
.newsbtn {
	width: 90%;
	margin: 5px auto;
}
.goback {
	display: inline-block;
	float: right;
}
.liuyan {
	width: 90%;
	margin:30px auto;
}
.liuyan .form-control {
	height: 40px;
	width: 45%;
}
.liuyan .form-control1 {
	display: block;
    width: 80%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.liuyan .btn4 {
	height: 40px;
	width: 50%;
	margin-top: 20px;
	border-color:#2289ce;
	background-color: #2289ce;
}
.liuyan button {
	border:1px solid;
}
footer {
	background-color: #f5f5f5;
	margin-top: 20px;
}
footer .container ul li {
	list-style: none;
	width: 50%;
	float: left;
	padding: 5px 0;
}
footer .container ul li a {
	color: #c0c0c0;
	text-decoration: none;
}
footer .container ul li a:hover {
	color: #29ae6a;
}
footer .container .title {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 500;
	color: #222222;
}
footer .container .footlist ul li {
	list-style: none;
	padding: 5px 0;
	width: 100%;
	color: #c0c0c0;
}
footer .container .footlist .glyphicon {
	color: #979797;
}
footer .footlist .footline {
	background-color: #979797;
	height: 16px;
	width: 1px;
	display: inline-block;
	margin: -1px 10px;
}

footer .container .footlist .shuru input {
	border:none;
	height: 35px;
	background-color:#f5f5f5; 
	border-bottom: 1px solid #979797;
	padding: 8px 0;
	outline:none;
	width: 100%;
}
footer .container .footlist .anniu {
	
	height: 94px;
	width: 
	border:2px solid #979797;
	background-color: #f5f5f5;

}
.down {
	background-color: #0064a3;
	text-align: center;
	color: #979797;
	line-height: 200%;
}
footer .tijiaobtn {
	font-size: 16px;
    width: 37px;
    height: 94px;
    color: #c0c0c0;
    line-height: 25px;
    background-color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 2px solid #979797;
}
footer textarea {
	background-color: #f5f5f5;
}
footer button {
	border:none;
}

.xiangqing {
	margin-top: 20px;
}
.xiangqing img {
	width: 100%;
}
.newcg img {
  height:216px;
}
@media screen and (max-width: 998px) {
	.headtop .logo img {
		width: 100%;
	}
	.headtop .logo {
		margin: 0 auto;
	}
	.navbar-collapse>ul {
		border:none;
		width: 100%;
		margin: 0;
	}
	.nav>li {
		width: 100%;
		border:none;
	}
	.logoright {
		display: none;
	}
	.nav .searchbox {
		display: block;
	}

}

@media screen and (max-width: 768px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #f5f5f5;
	}
	.content {
		margin-top: 0;
	}
	.title .more {
		display: none;
	}
	.mt {
		margin-top: 20px;
	}
	.minheight {
		min-height: 80px;
	}
	.liuyan .form-control,.liuyan .form-control1 {
		width: 100%;
	}
	.liuyan .btn4 {
		width: 100%;
	}
	.down {
		display: none;
	}
	.xiangqing img {
		height: 100px;
	}
	.carousel-indicators {
		top: 85%;
	}
	footer textarea {
		margin-left: -15px;
	}
	.headtop .logo {
		display: none;
	}
	.mobilelogo {
		display: block;
	}
	.mobilelogo img {
	margin-top: 5px;
    }
    .row1 {
    margin-right: 15px;
    margin-left: 15px;
    }
    .mobile-foot {
    display: block;
    }
    .newcg img {
     height:auto;
  }
.mt54 {
       margin-top:15px;
}
}

/*history*/
.main {
	width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em;
}
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.9em;
	color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
/*	color: #fff;*/
	padding: 1em;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li .cbp_tmlabel {
	background: #f8f8f8;
}
.cbp_tmtimeline > li .cbp_tmlabel:hover {
	background: #2e8dcb;
	cursor: pointer;
}
.cbp_tmtimeline > li .cbp_tmlabel:hover h4,.cbp_tmtimeline > li .cbp_tmlabel:hover p{
	color: #fff;
}

.cbp_tmtimeline > li .cbp_tmlabel h4 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	color: #000;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
	border-right-color: #f8f8f8;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}


.mobile-foot {
    background: #7f292d;
    padding: 8px 0;
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%;
    z-index: 999999;
}

.moble-bottom{
    width:100%;
    height:51px;

}
.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.mobile-foot a i {
    margin-right: 5px;
    color: #fff;
}
.mobile-foot a:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.carousel-fade .carousel-inner .item {
transition-property: opacity;
transition: all .5s;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.kehu .pdlist ul li a {
	font-size: 15px;
}

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table;margin-top:15px;padding: 23px 10px; }
#page li{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #0060ad;}
#page li:hover a{color:#0060ad}
#page li a{ color:#666}
#page li.active{border:1px solid #0060ad; background-color:#0060ad; color:#FFFFFF}
#page li.active a{ color:#fff}