@charset "utf-8";
/************ 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, select, button, textarea, menu {
    margin: 0;
    padding: 0;
}

.news-content section:first-child section section {
    margin-top: 0 !important;
}

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: 40%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

p {
    margin: 0 0 9px;
}

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: 14px/1.8 "宋体", Arial;
    outline: 0;
}

body {
    background: #f5f5f5;
    color: #666;
}

a {
    color: #444;
    outline: none;
}

a:hover {
    color: #916e56;
    text-decoration: none;
}

/************ 文字样式 ************/
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.green {
    color: #158064;
}

.green:hover {
    color: #096;
}

.width49 {
    width: 45.9%;
}

.width32 {
    width: 28.7% !important;
}

/************* 按钮 ************/
.btn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: none;
    text-align: center;
    background: #064ec0;
    color: #fff;
    height: 34px;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    opacity: .6;
}

.btn.white {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.btn.white:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

.btn.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: default;
}

/************ 边距 ************/
.mt0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px !important;

}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

/* 浮动 */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/************显示形式************/
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    zoom: 1;
    *display: inline;
}

.hidden {
    display: none;
}

/************ 下拉三角符号 ************/
.caret {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
}

.caret.up {
    border-top: none;
    border-bottom: 8px solid #ccc;
}

.caret.down {
    border-top: 8px solid #ccc;
    border-bottom: none;
}



.layout {
    max-width: 1200px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
