@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
}

a:active,
a:hover {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

@-ms-viewport {
    width: device-width;
}

div,
ul,
li,
dl,
a,
dt,
dd,
button,
input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: .02rem;
    margin-bottom: .04rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: .2rem;
    margin-bottom: .4rem;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: .5rem;
}

h2,
.h2 {
    font-size: .9rem;
}

h3,
.h3 {
    font-size: .8rem;
}

h4,
.h4 {
    font-size: .7rem;
}

h5,
.h5 {
    font-size: .6rem;
}

h6,
.h6 {
    font-size: .5rem;
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;

}

a {
    color: #444;
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

hr {
    margin-top: .4rem;
    margin-bottom: .4rem;
    border: 0;
    border-top: 1px solid #DDD8CE;
}

.red {
    color: #f81c1c;
}

.dred {
    color: #790d0a;
}

.mt10 {
    margin-top: 10px;
}

.p15 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pt26 {
    padding-top: 1.3rem;
}

.pt16 {
    padding-top: .08rem;
}

.pr10 {
    padding-right: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f20 {
    font-size: 1rem;
}

.f18 {
    font-size: .9rem;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f30 {
    font-size: 30px;
}

.clear {
    clear: both;
}

.gray {
    color: #737373;
}

.lgray {
    color: #acacac;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline-style: none;
}

.blue {
    color: #0d71ec;
}

.lred {
    color: #f74a12;
}

.mt20 {
    margin-top: 20px;
}

.tc {
    text-align: center;
}

.white {
    color: #fff;
}

.none {
    display: none;
}

.dblock {
    display: block;
}

i {
    font-style: normal;
}

.pl5 {
    padding-left: 5px;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w100 {
    width: 100%;
}

.yellow {
    color: #ffea00;
}

.orange {
    color: #fd630c;
}

header {
    width: 100%;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.white {
    color: #fff;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pd10 {
    padding: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.red {
    color: #fa5541;
}

.brown {
    color: #905005;
}

.mt30 {
    margin-top: 30px;
}

.green {
    color: #48B43E;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pt20 {
    padding-top: 20px;
}

.green-bg {
    background: #0AD487;
    color: #fff;
}

.blue-bg {
    background: #12D0FA;
    color: #fff;
}

.orange-bg {
    background: #FF9326;
    color: #fff;
}

#position-text {
    float: left;
    width: calc(100% - 118px);
    overflow: hidden;
}

/*公共按钮*/
.box-btn {
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    display: inline-block;
}

.box-btn-small {
    color: #fff;
    border-radius: 2px;
    padding: 2px 6px;
    display: inline-block;
}

.box-btn .iconfont {
    margin-right: 3px;
}

.green-btn {
    background-color: #0AD487;
}

.brown-btn {
    background-color: #E5C182;
}

.line-btn-small {
    border-radius: 2px;
    padding: 2px 10px;
    display: inline-block;
}

.line-btn-orange {
    color: #F3BE25;
    border: 1px solid #F3BE25;
}

.lblue-btn {
    background: #E1ECFF;
    color: #70C3D7;
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
}

.tc {
    text-align: center;
}

/*头部*/
.top-bar {
    height: 46px;
    background: #996a40;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
}

.top-bar .iconfont {
    font-size: 20px;
}

.nav-link {
    display: inline-block;
    height: 46px;
    width: 55px;
    line-height: 46px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
}

.nav-link .iconfont {
    position: relative;
    top: 2px;
}

.top-link {
    display: inline-block;
    height: 46px;
    width: 120px;
    line-height: 46px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
	overflow: hidden; 
}

.top-link a {
    color: #fff;
    padding: 0 5px;
    float: left;
}

.top-ser {
    width: calc(100% - 170px);
    top: 8px;
    left: 65px;
    text-align: center;
    position: absolute;
}

#searchinput {
    width: 90%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #444;
    display: inline-block;
    border: 0;
    border-radius: 100px;
    padding: 0 10px;
}

.top-ser .iconsousuo {
    width: 32px;
    height: 32px;
    color: #9B9B9B;
    position: absolute;
    top: 0;
    right: 24px;
    background: none;
    border: none;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 46px;
}

.after-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #ccc;
}

.news-type-line {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px !important;
}

.news-type-line .iconfont {
    font-size: 26px;
    position: relative;
    top: 3px;
}

.no-pding {
    padding: 0 !important;
}

/*公共TAB*/
.tab-link a {
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}

.tab-link a .iconfont {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.tab-cent {
    text-align: center;
    margin: 10px 0;
}

.tab-cent a {
    border: 1px solid #CDD7E1;
    height: 40px;
    line-height: 32px;
    padding: 0 8px;
    padding-bottom: 8px;
    border-radius: 6px;
}

.tab-cent a::after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    margin: 0 auto;
    margin-top: 5px;
    background: url("../images/tab-c.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.tab-cent a.curr {
    background: #0AD487;
    border: 1px solid #0AD487;
    color: #fff;
}

.tab-cent a.curr::after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    color: #0AD487;
    margin: 0 auto;
    margin-top: 4px;
    background: url("../images/curr1.png") no-repeat 0 0;
    background-size: 100% 100%;
}

/*公共底部*/
footer {
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 10px 3px;
    margin-top: 20px;
    line-height: 23px;
    padding-bottom: 75px;
    float: left;
    width: 96%;
}

.foot-link {
    text-align: center;
}

.foot-link a {
    display: inline-block;
    padding: 0 3px;
    color: #fff;
}

.foot-row5 {
    text-align: left;


}

/*底部浮动*/
.foot-bar {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.foot-bar-left {
    width: 45%;
    text-align: center;
}

.foot-bar-left a {
    display: inline-block;
    width: 50%;
    float: left;
}

.foot-bar-right {
    width: 55%;
    text-align: center;
}

.foot-bar-left .iconfont {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.foot-bar-right a {
    display: inline-block;
    width: 45%;
    margin: 0 2px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 4px;
}

.footer-blue {
    background: #00C0EB;
}

.footer-gray {
    background: #666;
}

.footer-red {
    background: #996a40;
}

.foot-row2 a {
    color: #fff;
}

/*侧导航*/
.mSlider-main {
    height: calc(100% - 46px) !important;
    top: 46px !important;
}

.lay-tab {
    position: relative;
}

.lay-tab-link {
    width: 85px;
    height: 100%;
    float: left;
    background: #f8f3ef;
}

.lay-tab-link a {
    display: block;
    text-align: center;
    height: 34px;
    line-height: 30px;
    padding: 2px 0;
    position: relative;
}

.lay-tab-link a::before {
    width: 3px;
    height: 14px;
    content: '';
    background: #F3F6F9;
}

.lay-tab-link a.curr {
    background: #fff;
    color: #996a40;
}

.lay-tab-link a.curr::before {
    background: #996a40;
    position: absolute;
    top: 10px;
    left: 3px;
}

.lay-tab-link a.curr.red-item {
    color: #FA5F35;
}

.lay-tab-link a.curr.red-item::before {
    background: #FA5F35;
}

.lay-tab-link a.curr.orange-item {
    color: #FBC818;
}

.lay-tab-link a.curr.orange-item::before {
    background: #FBC818;
}

.lay-tab-link a.curr.blue-item {
    color: #35C8DD;
}

.lay-tab-link a.curr.blue-item::before {
    background: #35C8DD;
}

.lay-tab-link a.curr.pul-item {
    color: #73A8EF;
}

.lay-tab-link a.curr.pul-item::before {
    background: #73A8EF;
}

.lay-tab-main {
    width: calc(100% - 85px);
    padding: 10px;
    float: right;
    position: relative;
}

.layer-left,
.lay-tab {
    height: 100%;
}

.lay-cont-box {
    width: 100%;
}

.close-lay {
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 100;
}

.lay-cont-list {
    text-align: center;
    padding-top: 10px;
}

.lay-btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    margin: 0 5px;
}

.lay-btn .iconfont {
    font-size: 18px;
    margin-right: 3px;
}

.lay-btn-red {
    background: #FA5F35;
}

.lay-btn-orange {
    background: #FBC818;
}

.lay-btn-blue {
    background: #35C8DD;
}

.lay-btn-pul {
    background: #73A8EF;
}

.red-btn {
    display: inline-block;
    background: #FF6D6F;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.tab-top-logo {
    border-bottom: 1px solid #e0e0e0;
}

.lay-tab-title {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.lay-tab-title span {
    display: block;
    background: #996a40;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    float: left;
    padding: 3px 20px;
}

.lay-tab-title span a {
    color: #fff;

}

.lay-tab-cont-wrap a {
    display: inline-block;
    width: calc(25% - 5px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 12px;
    margin: 5px 0;
    margin-right: 6px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.lay-tab-cont-wrap a:nth-child(4n) {
    margin-right: 0px;
}

.lay-tab-cont-wrap a:hover,
.lay-tab-cont-wrap a:active {
    background: #f1e8e0;
    border: 1px solid #dfc8b3;
}

/*面包屑*/
.crumbs {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px 0;
    overflow: hidden;
    line-height: 23px;
}

.y-date {
    width: 112px;
	height: 27px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #996a40;
}

.y-date em {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 3px;
}

.y-date em:first-child {
    background: #996a40;
    color: #fff;
}

/*广告类*/
.ad {
    width: 100%;
    background: #fff;
}

.ad-pd10 {
    padding: 10px;
}

/*热门标签*/
.hot-tag {
    background: #fff;
}

.list-type-left .icongou1 {
    position: relative;
    top: 3px;
    font-size: 26px;
}

.tag-right {
    font-size: 0;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.tag-right a {
    display: inline-block;
    width: 23%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 3px;
    margin-top: 10px;
    color: #fff;
    background: #8DCD8D;
    overflow: hidden;
}

.tag-right a:nth-child(1) {
    background: #8DCD8D;
}

.tag-right a:nth-child(2) {
    background: #E48683;
}

.tag-right a:nth-child(3) {
    background: #88A4B4;
}

.tag-right a:nth-child(4) {
    background: #CA70FF;
}

.tag-right a:nth-child(5) {
    background: #4CC4C2;
}

.tag-right a:nth-child(6) {
    background: #C99D70;
}

.tag-right a:nth-child(7) {
    background: #FF944C;
}

.tag-right a:nth-child(8) {
    background: #808080;
}

.tag-right a:nth-child(9) {
    background: #7AADD9;
}

.tag-right a:nth-child(10) {
    background: #4CC4C2;
}

.tag-right a:nth-child(11) {
    background: #C99D70;
}

.tag-right a:nth-child(12) {
    background: #FF944C;
}

.tag-right a:nth-child(13) {
    background: #5C5C5C;
}

.tag-right a:nth-child(14) {
    background: #8DCD8D;
}

.tag-right a:nth-child(15) {
    background: #E48683;
}

.tag-right a:nth-child(16) {
    background: #4CC4C2;
}

.tag-right a:nth-child(17) {
    background: #C99D70;
}

.tag-right a:nth-child(18) {
    background: #FF944C;
}

.tag-right a:nth-child(19) {
    background: #7AADD9;
}

.tag-right a:nth-child(20) {
    background: #8DCD8D;
}

.tag-right a:nth-child(21) {
    background: #E48683;
}

/*分页*/
.page {
    text-align: center;
}

.page a {
    display: inline-block;
    padding: 3px 6px;
    background: #eee;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 2px;
}

.page a.thisclass {
    background: #996a40;
    color: #fff;

}

.page a.on {
    background: #996a40;
    color: #fff;

}

.page span {
    margin-left: 5px;
}

.page a:hover,
.page a.curr {
    background: #996a40;
    color: #fff;
}

/*登录弹窗*/
.login-art-row1 {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.login-art-row2 {
    width: 100%;
    margin: 10px auto;
    margin-top: 20px;
}

.login-art-row2 li input {
    width: calc(100% - 20px);
    border: 1px solid #DAE2E5;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.login-art-row2 li {
    padding: 5px 0;
}

.login-art-btn {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    line-height: 40px;
}

.art-login-btn {
    border-radius: 2px;
    background: #0DC316;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    display: inline-block;
    font-size: 16px;
}

.art-login-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.login-art-row3 {
    margin: 20px auto;
    border-top: 1px solid #ECF2F5;
    border-bottom: 1px solid #ECF2F5;
    padding: 15px 0;
}

.other-login a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    color: #fff;
}

.other-login a span {
    font-size: 24px;
}

.login-art-row4 {
    padding: 10px;
    line-height: 23px;
}

.close-art {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.close-art span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #777;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}

.jingzhun {
    margin-top: 20px;
    text-align: center;

}

.jingzhun a {
    display: inline-block;
    width: 380px;
    height: 34px;
    line-height: 34px;
    background-color: #996A40;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}


.duibi span {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    color: #333;
    font-weight: bold;
}


.yinyuanceshi-zhishi {
    width: 100%;
    margin: 30px auto;
}

.yinyuanceshi-zhishi .title {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-left: 5px solid #996a40;
    color: #996a40;
    padding-left: 10px;
}

.yinyuanceshi-zhishi .year-list {
    width: 96%;
    margin: 10px auto;
}

.yinyuanceshi-zhishi .year-list a {
    display: inline-block;
    width: calc(31% - 5px);
    margin: 5px 0;
    border-radius: 2px;
    margin-right: 8px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #cdcdcd;
}

.zhugeshensuan h3 {
    color: #FF0000;
}

.cl {
    clear: both;
}

.chenggu .suanmingbiao {
    float: left;
    margin-top: 0;

}

.chenggu .suanmingbiao .row {
    float: left;
    width: 100%;
    font-size: 16px;
    border: none;
}

.chenggu .suanmingbiao .row h3 {
    height: 40px;
    line-height: 40px;
    background-color: #996A40;
    color: #fff;
    border-bottom: #fff solid 1px;
    float: left;
    width: 100%;
}


.chenggu .suanmingbiao .row p {
    line-height: 40px;
    border-bottom: #fff solid 1px;
    width: 100%;
    float: left;
    margin: 0;
}

.chenggu .suanmingbiao .row .p-1 {

    background-color: #E8E8E8;
}

.chenggu .suanmingbiao .row .p-2 {

    background-color: #CECECE;
}

.chenggu .suanmingbiao .row p span,
.chenggu .suanmingbiao .row h3 span {
    width: 33%;
    display: block;
    float: left;
    border-left: #fff solid 1px;
    text-align: center;

}

.chenggu .suanmingge {
    font-size: 16px;
}

.chenggu .suanmingge h3 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #996A40;
    color: #fff;
    border-bottom: #fff solid 1px;
    float: left;
    width: 100%;

}

.chenggu .suanmingge p {
    line-height: 2;
    border-bottom: #fff solid 1px;
    width: 100%;
    display: flex;
    align-items: center;
}

.chenggu .suanmingge .p-1 {
    background-color: #E8E8E8;
}

.chenggu .suanmingge .p-2 {
    background-color: #CECECE;
}

.chenggu .suanmingge p strong {
    width: 120px;
    display: block;
    float: left;
    text-align: center;

}

.chenggu .suanmingge p span {
    width: 810px;
    display: block;
    float: left;
    border-left: #fff solid 1px;
    padding-left: 20px;
}

.ceming .ceming-table {
    margin-top: 20px;
    margin-left: 20px;


}

.ceming .ceming-table td {
    padding: 2px;
}

.ceming .ceming-info-more h3 {
    border-top: 1px solid #E0E0E0;
    line-height: 30px;
    margin-top: 20px;
}

.list-chouqian li {
    display: inline-block;
    width: calc(50% - 5px);
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
}

.list-chouqian li img {
    float: left;
    width: 175;
    height: 282px;
}

.last-qian li {
    display: inline-block;
    width: calc(31% - 5px);
    margin: 5px 0;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
      height: 40px;

}

.center-chouqian {
    text-align: center;
    padding: 20px 0;
}

.center-chouqian .star-btn {
    margin-top: 20px;
}

.chouqian .jieqian tr {
    border-bottom: 1px solid #fff;
}

.chouqian .jieqian td {
    line-height: 24px;
    color: #894626;
    padding: 10px;
}

.chouqian .jieqian .td-title {
    width: 10%;
    background-color: #996A40;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.chouqian .jieqian .td-bg1 {
    background-color: #CECECE;
    width: 90%;

}

.chouqian .jieqian .td-bg2 {
    background-color: #E8E8E8;
    width: 90%;

}

.haoma .chepai {
    width: 100%;
    text-align: center;
}

.haoma .chepai p {
    width: 200px;
    height: 60px;
    background-color: #0000FF;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

.haoma .chepai p span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.suangua .tips {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 20px;
    color: #996A40;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
}

.suangua .content {
    text-align: center;
}

.suangua .content p {
    margin-top: 20px;
	text-align: left;
}

.text-align-left {
    text-align: left;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}


.peidui .det-list-type a {
    float: none;
    font-size: 20px;
    color: #FF0000;
}

.down-jiri ul {
    font-size: 0;
}

.down-jiri ul a {
    font-size: 14px;
}

.jiri span {
    color: #FF0000;
}

.jiri .title {
    color: #996A40;
    font-weight: bold;

}

.jiri .title span {
    color: #996A40;
}

.jiri .content b {
    color: #FF0000;
}

.wuxingchuanyi .p2 {
    width: 100%;
    color: #ff0000;
    text-align: center;
}

.wuxingchuanyi .p3 {
    width: 100%;
    color: #996A40;
    text-align: center;
    font-size: 26px;
}


.zhuangxiu .title {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    border-left: 5px solid #996a40;
    color: #996a40;
    padding-left: 10px;
}

.zhuangxiu .content {
    text-align: center;
}

.zhuangxiu .content li {
    display: inline-block;
    width: calc(32% - 5px);
    margin: 5px 0;
    border-radius: 2px;
    margin-right: 8px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cdcdcd;
}


.ticheneirong .title {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    border-left: 5px solid #996a40;
    color: #996a40;
    padding-left: 10px;
}

.ticheneirong .content {
    text-align: center;

}


/* .ticheneirong .content ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
} */


.ticheneirong .content li {
    display: inline-block;
    width: calc(30% - 5px);
    margin: 5px 0;
    border-radius: 2px;
    margin-right: 8px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cdcdcd;
}


.nonglichaxun .label1 input {
    width: 80%;

}

.nonglichaxun .line {
    border-top: 1px solid #cdcdcd;

}

.nonglichaxun a {
    color: #996A40;
}

.jiemeng-desc {
    padding: 40px;
    padding-bottom: 0;
}