﻿/* yui3 reset.css */
html {
    color: #333333;
    background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	color:#333333;
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
    font-size: 12px;
    font-family: "宋体";
    line-height: 24px;
    color: #000;
    *font-size: small;
    *font: x-small
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
    text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
.mt5 {
    margin-top: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mt10 {
    margin-top: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mt15 {
    margin-top: 15px;
}
.ml15 {
    margin-left: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mt25 {
    margin-top: 25px;
}
.ml25 {
    margin-left: 25px;
}
.mt30 {
    margin-top: 30px;
}
.ml30 {
    margin-left: 30px;
}
/*! grid system 24栅格 998px */
.container {
    width:998px;
    margin:0 auto;
}
.row {
    overflow:hidden;
}
.span24 {
    width: 998px;
    float:left;
}
.span23 {
    width: 956px;
    float:left;
}
.span22 {
    width: 914px;
    float:left;
}
.span21 {
    width: 872px;
    float:left;
}
.span20 {
    width: 830px;
    float:left;
}
.span19 {
    width: 788px;
    float:left;
}
.span18 {
    width: 746px;
    float:left;
}
.span17 {
    width: 704px;
    float:left;
}
.span16 {
    width: 662px;
    float:left;
}
.span15 {
    width: 620px;
    float:left;
}
.span14 {
    width: 578px;
    float:left;
}
.span13 {
    width: 536px;
    float:left;
}
.span12 {
    width: 494px;
    float:left;
}
.span11 {
    width: 452px;
    float:left;
}
.span10 {
    width: 410px;
    float:left;
}
.span9 {
    width: 368px;
    float:left;
}
.span8 {
    width: 326px;
    float:left;
}
.span7 {
    width: 284px;
    float:left;
}
.span6 {
    width: 242px;
    float:left;
}
.span5 {
    width: 200px;
    float:left;
}
.span4 {
    width: 158px;
    float:left;
}
.span3 {
    width: 116px;
    float:left;
}
.span2 {
    width: 74px;
    float:left;
}
.span1 {
    width: 32px;
    float:left;
}
/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.bold {
    font-weight: bold;
}
.header {
    font-size: 12px;
    color: #333;
    font-family: "宋体";
}
/*top-bar*/
.top {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/top-bg.jpg);
}
.top-link {
    color: #333;
}
/* 导航 */
.m-nav {
    height: 40px;
    padding: 1px 2px;
    background: #53a222;
}
.nav-item {
    float: left;
    margin-left: 10px;
    width: 113px;
    height: 40px;
}
.nav-link {
    display: block;
    width: 113px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold; 
    color: #fff;
}
.nav-link:hover {
    background: #7fb75d;
}
.nav-link.cur {
    background: #fbd70e;
}

/*天气搜索*/
.s-bar {
    height: 28px;
    background: #e8e8e8;
    line-height: 28px;
    padding: 0 12px;
}
.header-msg {
    float: left;
}
.weather-ico {
    vertical-align: middle;
    line-height: 28px;
}

.s-box {
    float: right;
    padding-top: 4px;
    height: 19px;
    line-height: 19px;
}
.s-label {
    float: left;
    font-weight: bold;
    color: #333;
}
.s-cat {
    float: left;
    margin-left: 4px;
    height: 19px;
    width: 86px;
    line-height: 17px;
    font-size: 12px;
    color: #666;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.s-input {
    float: left;
    margin-left: 5px;
    padding: 0 5px;
    width: 119px;
    height: 17px;
    line-height: 17px;
    color: #cfcfcf;
    border: 1px solid #d3d3d3;
}
.s-input.edit {
    border-color: #ffd991;
}
.s-btn {
    float: left;
    margin-top: 1px;
    margin-left: 8px;
    padding: 0;
    width: 42px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    font-family: "宋体";
    border: none;
    border-radius: 3px;
    background: #59ae1a;
    cursor: pointer;
}
.s-btn.active {
    background: #fbaa0e;
}

/* footer */
.bottom-bar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "宋体"; 
    background: #60933a;
}
.b-bar-link {
    color: #fff;
}
.copyright {
    padding-top: 13px;
    height: 90px;
}
.copyright p {
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    font-family: "宋体";
}

/*友情链接*/
.webs {
    padding: 18px 0;
    height: 20px;
    line-height: 20px;
    background: #f1f0f0;
}
.web-label {
    float: left;
    width: 98px;
    text-align: right;
    font-family: "宋体";
    font-weight: bold;
    font-size: 12px;
    color: #f27a02;
}
.web-select {
    float: left;
    height: 20px;
    width: 200px;
    line-height: 18px;
    box-sizing:border-box;
}
.link-select {
    float: left;
    height: 56px;
    width: 158px;
    box-sizing:border-box;
}
.ml10add{
	margin-left:12px;
}

.c1{width:100%;float:left;}
.c2{width:50%;float:left;}
.c3{width:33.3333333333333%;float:left;}
.c4{width:24.99%;float:left;}
.c5{width:19.9%;float:left;}
.c6{width:16.5666666666667%;float:left;}
.c7{width:14.2757142857143%;float:left;}
.c8{width:12.474%;float:left;}
.c9{width:11.071111%;float:left;}
.c10{width:9.96%;float:left;}
.c11{width:9.09090909090909%;float:left;}
.c12{width:8.33333333333333%;float:left;}
.c13{width:7.69230769230769%;float:left;}
.c14{width:7.14285714285714%;float:left;}
.c15{width:6.66666666666667%;float:left;}
.c16{width:6.25%;float:left;}
.c17{width:5.88235294117647%;float:left;}
.c18{width:5.55555555555556%;float:left;}
.c19{width:5.26315789473684%;float:left;}
.c20{width:5%;float:left;}
.c21{width:4.76190476190476%;float:left;}
.c22{width:4.54545454545455%;float:left;}
.c23{width:4.34782608695652%;float:left;}
.c24{width:4.16666666666667%;float:left;}