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
}
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}
.clearfix {
    *zoom: 1
}
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: 400
}
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: 700
}
del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none
}
body,
html,
textarea,
input,
button,
select,
keygen,
legend {
    font-family: open sans, helvetica neue, Helvetica, Arial, microsoft yahei, sans-serif;
    font-size: 14px
}
body {
    color: #acacac;
    background-color: #000
}
a {
    transition: all .3s;
    color: #333;
    text-decoration: none !important
}
a:hover {}
.hover img {
    opacity: 1;
    transition: all .3s
}
.hover img:hover {
    opacity: .6
}
em {
    font-weight: 400
}
.bg-f {}
.w1200 {
    width: 1200px
}
.b-t {}
.b-b {
    border-bottom: 1px solid #eee
}
.b-a {
    border: 1px solid #eee
}
.b-r-4 {
    border-radius: 4px
}
.ma {
    margin-right: auto;
    margin-left: auto
}
.fl {
    float: left
}
.fr {
    float: right
}
.clear {
    clear: both
}
.shadow {
    -webkit-box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1) !important;
    -ms-box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1) !important;
    box-shadow: 0 5px 40px 0 rgba(17, 58, 93, .1) !important
}
.row {
    display: flex
}
.col-3 {
    width: 29.33%;
    overflow: hidden
}
.col-5 {
    width: 50%
}
.col-3,
.col-6,
.col-5 {
    margin: 0 5px
}
.col-6 {
    margin: 20px
}
.wrap {
    width: 100%;
    margin: 0 auto
}
.header {
    overflow: hidden;
    background-color: #333
}
.head {
    height: 80px
}
.logo {
    display: block;
    margin-top: 15px
}
.logo img {
    height: 100%
}
.navbar {}
.nav {}
.nav .hover {}
.nav > ul {
    overflow: hidden
}
.nav > ul > li {
    display: inline-block;
    padding: 0 20px;
    line-height: 59px
}
.nav > ul > li a {
    display: block;
    color: #fff;
    font-size: 18px
}
.search {}
.search-form {
    position: relative
}
.search-form-input {
    border: 1px solid #fff;
    padding: 10px 10px 11px;
    width: 240px
}
.search-form-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 16px;
    cursor: pointer;
    border: 1px solid #ffdd85;
    background: #ffdd85;
    color: #222;
    font-size: 14px
}
.main {
    background: url('../images/bg.jpg')center top no-repeat
}
.part {
    margin-top: 10px
}
.banner {
    overflow: hidden;
    width: 970px;
    height: 255px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px
}
.banner-slide {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative
}
.slide-pagination {
    position: absolute;
    margin-left: 10px;
    z-index: 10;
    text-align: center
}
.slide-pagination span {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #000;
    transition: all .3s;
    margin: 0 2px !important
}
.swiper-pagination-bullet-active {
    width: 25px !important
}
.slide-button-next,
.slide-button-prev {
    position: absolute;
    z-index: 10;
    top: 42%
}
.slide-button-next {
    right: 0
}
.slide-button-prev {
    left: 0
}
.slide-btn {
    transition: all .3s;
    padding: 20px 10px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    color: #fff;
    font-family: simsun;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}
.banner-slide:hover .slide-btn {
    opacity: 1
}
.swiper-slide img {
    height: 100%;
    min-width: 100%
}
.box {
    overflow: hidden
}
.box-title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bolder
}
.box-title span {
    color: #f3e0bf;
    padding: 15px 0
}
.box-title em {
    float: right;
    font-weight: 400;
    font-size: 12px;
    padding: 0 0 0 10px;
    margin-top: 5px;
    color: #a4a4a4
}
.box-title em a {
    color: #f3e0bf
}
.box-one {}
.box-one > .item {
    text-align: center;
    padding: 30px;
    border-bottom: 1px #ddd dashed
}
.box-one > .item h3 {
    font-size: 18px;
    font-weight: 400
}
.box-one > .item p {
    padding-top: 12px;
    color: #777;
    line-height: 24px;
    font-size: 15px
}
.box-one > .item:last-child {
    border: 0
}
.box-two {}
.box-two > .hot {
    padding: 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}
.box-two > .hot .cover {}
.box-two > .hot .cover img {
    width: 100%
}
.box-two > .hot .content {
    width: 70%
}
.box-two > .hot .content h3 {
    font-size: 15px;
    margin: 5px 0 8px 10px;
    max-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.box-two > .hot .content p {
    display: block;
    max-height: 40px;
    margin-left: 10px;
    color: #888;
    line-height: 20px
}
.box-li {
    padding: 10px 0;
    padding-left: 0;
    line-height: 40px
}
.box-li a {
    color: #acacac;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.box-li a:last-child {}
.box-three {}
.box-three > .cover {
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    margin: 15px;
    position: relative
}
.box-three > .cover img {
    width: 100%
}
.box-three > .cover a {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 12px 0;
    text-indent: 15px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}
.box-four {}
.box-four > .item {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}
.box-four > .item:last-child {
    border-bottom: none
}
.box-four > .item .cover {}
.box-four > .item .cover img {
    width: 100%
}
.box-four > .item .content {
    width: 70%
}
.box-four > .item .content h3 {
    font-size: 15px;
    margin: 5px 0 8px 10px;
    max-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.box-four > .item .content p {
    display: block;
    max-height: 40px;
    margin-left: 10px;
    color: #888;
    letter-spacing: 1px;
    line-height: 20px
}
.box-fives {}
.box-fives > .hot {
    border-bottom: 1px solid #eee;
    padding: 30px 0
}
.box-fives > .hot h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400
}
.box-fives > .hot p {
    margin-top: 15px;
    text-align: center;
    padding: 0 20px;
    color: #777;
    line-height: 24px;
    font-size: 15px
}
.box-six {}
.box-six .box-ul {
    border-left: 1px solid #eee;
    margin: 20px
}
.box-six .box-li {
    padding: 0;
    margin: 0
}
.box-six .box-li a {
    padding: 0;
    margin: 16px 0;
    text-indent: 20px;
    position: relative;
    border: 0;
    font-size: 15px;
    color: #666;
    overflow: visible
}
.box-six .box-li a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fdb513;
    left: -3px;
    top: 7px;
    border-radius: 50%
}
.box-six .box-li a:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fdb513;
    left: -6px;
    top: 4px;
    border-radius: 50%;
    opacity: .4
}
.box-seven {}
.box-seven .li {
    width: 50%
}
.box-seven .item {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}
.box-seven .item:last-child {
    border-bottom: none
}
.box-seven .item .cover {}
.box-seven .item .cover img {
    width: 100%
}
.box-seven .item .content {
    width: 70%
}
.box-seven .item .content h3 {
    font-size: 15px;
    margin: 5px 0 8px 10px;
    max-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.box-seven .item .content p {
    display: block;
    max-height: 40px;
    margin-left: 10px;
    color: #888;
    letter-spacing: 1px;
    line-height: 20px
}
.box-eight {}
.box-eight h3 {
    margin: 10px !important
}
.box-eight h3 a {
    font-size: 16px
}
.box-eight p {
    max-height: none !important
}
.box-eight .box-info {
    margin-top: 20px
}
.box-eight .box-info span {
    margin-right: 20px
}
.box .box-info {}
.box-pic {
    display: flex;
    padding: 10px
}
.box-pic > .item {
    width: 16.666%;
    padding: 5px;
    max-height: 120px;
    overflow: hidden;
    cursor: pointer
}
.box-pic > .item img {
    width: 100%
}
.crumbs {
    font-size: 14px;
    line-height: 30px;
    margin-left: -1px;
    color: #f3e0bf
}
.crumbs a {
    color: #f3e0bf
}
.list {}
.list .box-li a {}
.list h3 {
    margin: 10px 0
}
.list h3 a {
    font-size: 16px;
    font-weight: 400
}
.list .list-data {
    margin-top: 20px;
    color: #999
}
.list .list-data span {
    margin-right: 20px
}
.showpage {
    border-top: 1px solid #eee;
    padding: 20px
}
.article {}
.article-top {
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    border-bottom: 1px dashed #383232
}
.article-top h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #d48c00
}
.article-top p {
    color: #725f3a;
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    margin-left: 20px
}
.article-top p small {
    margin-right: 100px
}
.article-con {
    padding: 30px 20px;
    line-height: 26px;
    font-size: 15px;
    text-indent: 2em;
    border-bottom: 1px dashed #383232
}
.article-con p {
    text-indent: 2em;
    color: #666;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px
}
.article-con p a {
    color: #0091ca;
    font-size: 16px
}
.turnPage {
    padding: 20px;
    color: #9f9f9f
}
.turnPage a {
    color: #9f9f9f
}
.fenye {
    padding: 20px;
    color: #999
}
.links {
    padding: 20px
}
.links a {
    margin-right: 10px;
    color: #a8a8a8
}
.footer {
    margin-top: 40px;
    padding: 40px 0
}
.footer p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #605656;
    letter-spacing: .5px
}
.footer p a {
    color: #605656
}
.index-top {
    margin-top: 375px
}
.banner-right {
    width: 350px;
    background-color: #1f1818;
    padding: 13px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
    height: 420px
}
.banner-rt-title {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    background-color: #ffd7da;
    margin-bottom: 10px
}
.banner-rt-title a {
    color: #ff4452;
    display: block
}
.banner-rt-cont {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d2d2d2
}
.banner-rt-cont:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.banner-top {}
.banner-bottom span {
    padding: 5px;
    border: 1px solid #f35205;
    color: #f35205;
    margin-right: 8px
}
.banner-bottom {
    line-height: 45px;
    font-size: 15px
}
.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.sider-a {
    padding: 7px;
    background-color: #521800;
    text-align: center
}
.sider-a a {
    color: #fff
}
.index-sider-li img {
    width: 173px;
    height: 110px
}
.index-sider-li p {
    margin-top: 10px
}
.index-sider-li {
    margin-top: 20px;
    float: left;
    margin-right: 22px;
    width: 46%;
    margin-bottom: 7px
}
.index-sider-li:nth-child(even) {
    margin-right: 0
}
.col-4 {
    width: 336px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1f1818;
    padding-top: 5px;
    margin-left: 10px
}
.col-4:last-child {
    margin-right: 0
}
.list-sider {
    margin-left: 10px;
    padding-left: 16px
}
.box-img-li {
    margin: 20px 10px 0 0;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
    line-height: 20px
}
.box-img-li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%
}
.box-img-li div {
    float: left;
    width: 350px;
    margin-left: 10px
}
.box-img-cont {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px
}
.box-img-title {
    font-size: 18px;
    color: #333
}
.box-img-title a {
    padding: 0
}
.col-8 {
    width: 760px;
    padding: 0 20px;
    background-color: #1f1818;
    padding-bottom: 15px;
    padding-top: 5px
}
.list-li a {
    font-size: 16px !important;
}
.list-li a:hover {
    color: #ffe823
}
.list-recom {
    background-color: #f8f1e6;
    font-size: 16px
}
.list-recom span {
    display: inline-block;
    padding: 14px 36px;
    background-color: #fe7a39;
    color: #fff
}
.list-recom a {
    margin-left: 16px;
    color: #333
}
.header-banner {
    height: 390px;
    background: url('../images/header.jpg')center top no-repeat
}
.head-nav {}
.list1 a {
    padding: 8px 0
}
.list1 {
    color: #acacac;
    font-size: 16px
}
.list1 a em {
    font-size: 14px;
    color: #999
}
.head-search {
    margin-top: 18px
}
.head-search input {
    height: 40px;
    border: 1px solid #c33;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px
}
.head-search span {
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    background-color: #c33;
    color: #fff;
    width: 97px;
    text-align: center;
    line-height: 42px
}
.index-left-title a {
    font-size: 18px;
    color: #333;
    font-weight: 600
}
.index-left {
    float: left;
    width: 68%
}
.index-right {
    float: right;
    margin-top: 20px
}
.index-right div {
    position: relative;
    margin-bottom: 15px
}
.index-right img {
    width: 230px;
    height: 181px
}
.index-right span {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 99%;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 0;
    text-align: center;
    color: #fff
}
.index-img-li {
    width: 189px;
    margin-top: 20px;
    margin-right: 12px;
    margin-bottom: 30px
}
.index-img-li:last-child {
    margin-right: 0
}
.index-img-li img {
    width: 189px;
    height: 102px
}
.index-img-li p {
    text-align: center
}
.list-sider em {
    color: #999
}
.sider-img {
    width: 350px;
    height: 120px
}
.banner-left {
    margin-top: 10px
}
.banner-left img {
    width: 800px;
    height: 432px
}
.right-title {
    height: 39px;
    line-height: 39px;
    padding-left: 37px;
    background: url("../images/i.png")left top no-repeat
}
.right-title a {
    color: #f33c3c
}
.right-a {
    padding-bottom: 0
}
.right-a a {
    font-size: 14px;
    color: #acacac
}
.right-a a:hover {
    color: #ffe823
}
.turnPage div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0
}
.prePage {
    margin-right: 20px
}
.footer-div {
    background-color: #1f1818
}
.turnPage li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.list2 a {
    font-size: 14px
}
.fenye {
    padding: 20px;
    text-align: center;
}
.fenye li {
    display: inline-block;
    border: 1px solid #f2f6fc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 13px;
    color: #999;
}
.fenye li a {
    color: #333;
    display: block;
}
.fenye li:hover {
    background: #333;
    color: #fff;
}
.fenye li:hover a {
    color: #fff;
}
.common-list {
    display: flex;
    flex-direction: column;
}
.common-list .common-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.common-list .common-list-item > a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-list .common-list-item > span {
    flex-shrink: 0;
    font-size: 13px;
}