/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, fieldset, img, iframe, abbr { border: 0; }
i, cite, em, var, address, dfn { font-style: normal; }
[hidefocus], summary { outline: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 12px/1.14 arial, \5b8b\4f53; color: #333; outline: 0; }
body { background: #fff; }
a, a:hover { color: #333; -webkit-transform: all .5s ease-out; -ms-transform: all .5s ease-out; -o-transform: all .5s ease-out; transform: all .5s ease-out; }

/*base*/
body { font-size: 14px; font-family: Microsoft YaHei; }
.container { width: 960px; margin: 0 auto; position: relative; overflow: hidden;}
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ""; visibility: hidden; height: 0; display: block; clear: both; }
.sidebar>ul>li { width: 220px;	/*height: 51px;*/ cursor:pointer;line-height: 51px; padding-left: 40px; background: url(../images/sidebar-bg.jpg); color: #000; font-size: 18px; font-weight: bold; }
.sidebar>ul>li:before { content: ""; display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 14px; background: url(../images/ico-collapsed.jpg) no-repeat; margin-right: 15px; }
.sidebar>ul>li.home:before { content: ""; display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 17px; background: url(../images/ico-home.jpg); margin-right: 15px; }
.sidebar ul ul { display: none; }
.sidebar li li { box-sizing: border-box; font-size: 14px; border-right: 5px solid #8dc33e; padding-left: 45px; }
.sidebar li li a { color: #7d7d7d; }
.sidebar li.expand:before { content: ""; background: url(../images/ico-expand.jpg) no-repeat; }
.sidebar li.expand ul { display: block; }

/*main*/
.main { width: 650px; padding: 40px 0 0 40px; }
.main .tit { padding-bottom: 15px; }
.main .tit img { float: left; display: block; margin-right: 20px; }
.main .tit h2 { font-size: 24px; color: #000; }
.main .tit h2 p { color: #cecece; font-size: 18px; padding-top: 10px; font-weight: normal; }
.main .content { padding-bottom: 135px; min-height:725px;}
.main .content img { padding-bottom: 20px;max-width: 100%; }
.main .content p { text-indent: 2em; line-height: 1.5; margin: 20px 0; }
.main .content blockquote{
	border-left: 5px solid #eee;
    margin: 20px;
     padding: 5px 10px; 
    clear: both;
}
.main .content .firstRow p{text-indent:0;}
/*footer*/
.footer { padding-top: 40px; background: #313131; color: #fff; text-align: center; height: 118px; line-height: 1.8; }
.footer a { color: #fff; font-size: 18px; padding-right: 40px; }
.footer .link { padding-bottom: 20px; }

