*,
:before,
:after {
    box-sizing: border-box
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
    background: #F0F0F0;
    background-size: 100%;
}
ol, ul {
    list-style: none;
}
li {
  list-style-type: none;
}
blockquote, q {
    quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #c5653e;
}
input, select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input {
    border: 0;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w2 {
    width: 50%!important;
}
.w3 {
    width: 33.3333%!important;
}
.w5 {
    width: 20%!important;
}
.w6 {
    width: 16.6666%!important;
}
.w7 {
    width: 14.2857%!important;
}
.w13 {
    width: 7.6923%!important;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}



.newheader {
    background: #FFF;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-bottom: 1px solid #e5e5e5;

}
.newheader .top {
    display: flex;
    
}
.newheader .top .logo {
    flex: 1;
    height: 32px;
    line-height: 32px;
    margin: 17px 0;
    font-weight: bold;
}
.newheader .top .logo h1 {
    font-size: 24px;
    display: inline-block;
}

.newheader .nav {
    display: flex;
}
.newheader .nav .menu {
    overflow: hidden; flex: 1;
}
.newheader .nav .menu .swiper-slide {
    width: auto; margin-right: 1px;
}
.newheader .nav .menu a {
    line-height: 56px;
    font-size: 16px;
}
.newheader .nav .menu .active {
    color: #d71619;
    position: relative;
    font-weight: bold;
}
.newheader .nav .menu .active h1 {
    font-size: 18px;
    font-weight: normal;
}
.newheader .nav .menu .active .border {
    background: #d71619;
    width: 100%;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
}
.newheader .nav .menu b {
    font-weight: bold;
}

.newheader .top .soso {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newheader .top .soso form {
    display: flex;
    background: #f3f4f4;
    border-radius: 4px;
    padding: 2px  2px  2px 8px;
}
.newheader .top .soso input {
    background: none;
    flex: 1;    height: 32px; border: none; color: #999; outline: none; font-size: 14px}
.newheader .top .soso button {
     margin-left: 1px;  border: none; border-radius: 3px;
    background: url(../images/search.png) 6px 6px no-repeat #f3f4f4;
    background-size: 20px;
    width: 32px;
    text-indent: -9999px;
}


.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.box {
    height: auto;
    clear: both;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
}

.title2 {
    font-size: 16px !important;
    border-left: 4px solid #d71619;
    padding-left: 6px;
    margin: 15px 0;
    line-height: 20px !important;
    font-weight: bold;
    color: #d71619;
}

.select h1 {
    font-size: 20px;
    padding-bottom: 12px;
    color: #0f0f0f;
    border-bottom: 1px solid #DAD9D1;
    font-weight: bold;
}
.select dl {
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px dashed #DAD9D1;
    /*height: 40px;*/
    line-height: 40px;
}
.select dl:last-child {
    border: none;
    margin-bottom: -8px;
}
.select dt {
    float: left;
    color: rgba(186,119,38,1);
}
.select dd {
    float: left;
}
.select dd a {
    display: inline-block;
    padding: 0 3px;
}
.select dd .on {
    color: #FF6A00;
}

.titles {
    /*height: 28px;*/
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*line-height: 28px;*/
    /*margin-bottom: -16px;*/
}
.titles a {
    margin-right: 20px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
}
.titles a.on {
    border-bottom: 2px solid #CC0000;
    color: #CC0000;
}


.column {
    overflow: hidden;
}
.column li {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(27, 95, 160, .1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 48%;
    float: left;
}
.column li:nth-child(2n) {
    float: right;
}

.column li img {
    width: 100%;
    height: 140px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

@media (min-width: 576px) {
    .column li img {
        width: 100%;
        height: 140px;
    }
}

@media (min-width: 768px) {
    .column li img {
        width: 100%;
        height: 240px;
    }
}

@media (min-width: 992px) {
    .column li img {
        width: 100%;
        height: 320px;
    }
}

.column .title {
    padding: 0 8px 8px;
}
.column .title .time {
    background: url(../images/icon_time.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
    margin-right: 8px;
    color: #a1a5b7;
}
.column .title .view {
    background: url(../images/icon_view.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
    color: #a1a5b7;
}
.column h2 {
    font-size: 14px;
    line-height: 26px;
    color: #0f0f0f;
    height: 52px;
    margin-bottom: 4px;
}

.detail {
    
}
.detail h1 {
    font-size: 20px;
    padding-bottom: 12px;
    color: #0f0f0f;
    border-bottom: 1px solid #DAD9D1;
    font-weight: bold;
    margin-bottom: 12px;
}
.detail .meta {
    color: #999;
    margin-bottom: 12px;
}
.detail .meta .time {
    background: url(../images/icon_time.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
    margin-right: 8px;
    color: #a1a5b7;
}
.detail .meta .view {
    background: url(../images/icon_view.png) 0 0 no-repeat;
    background-size: 16px;
    padding-left: 20px;
    color: #a1a5b7;
}
.detail .body img {
    width: 100%;
}
.detail .body p {
    line-height: 2;
}

.updown li {
    line-height: 32px;
}

.crumbs {
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
}
.crumbs a {
    color: #999;
}
.crumbs a::after {
    content: ">";
    color: rgb(164, 162, 136);
    font-size: 14px;
    padding-left: 6px;
}

.pagination li {
    width: auto;
    display: inline-block;
    line-height: 1.5;
}
.pagination li a {
    font-size: 16px;
    text-decoration: none;
    padding: 6px 11px;
    border: 1px solid #FFF;
    background-color: #FFF;
    display: block;
    text-align: center;
    border-radius: 6px;
    margin-right: 6px;
}
.pagination .active a {
    background-color: #fff;
    color: #333;
    border: 1px solid #c5653e;
}

.newfooter {
    margin: 16px 0;
    color: #a1a5b7;
}
.newfooter p {
    font-size: 12px;
    line-height: 2;
}
.newfooter a {
    color: #a1a5b7;
}