body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

body {
    background: #fff;
    color: #000;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    text-size-adjust: none;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ---------------------------------------------- */

.header {
    width: 100%;
    position: relative;
}

.banImg img {
    width: 100%;
}

.head {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding-top: 30px;
}

.head h1 {
    float: left;
}

.navigation li {
    float: left;
    margin-left: 50px;
    line-height: 90px;
}

.navigation li a {
    font-size: 24px;
    font-weight: bold;
    color: #FFEAA5;
}

.footer {
    width: 100%;
    background: #BC1C00;
    padding: 33px 0;
}

.footer p {
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.footer p a {
    color: #fff;
}

.main {
    width: 100%;
    background: url(../img/mainBg.jpg) center no-repeat;
    background-size: cover;
}

.column {
    width: 100%;
    height: 59px;
    background-size: cover;
    position: relative;
    padding: 75px 0 40px 0;
}

.xjsj .column {
    padding-top: 55px;
}

.column::before {
    content: '';
    width: 100%;
    height: 59px;
    display: inline-block;
    background: url(../img/columnBg2.png) center no-repeat;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.column .title {
    width: 184px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 40px;
}

.column .more {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.kxjfc {
    width: 100%;
    padding-bottom: 30px;
}

.kxjfclist li {
    width: calc((100% - 80px) / 2);
    float: left;
    margin-bottom: 30px;
}

.kxjfclist li.li1,
.kxjfclist li.li3,
.kxjfclist li.li5 {
    margin-right: 80px;
}

.kxjfclist li .img {
    width: 202px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    float: left;
}

.kxjfclist li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.kxjfclist li .text {
    width: calc(100% - 202px);
    margin-left: 202px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 15px;
}

.kxjfclist li .dete {
    color: #999;
}

.kxjfclist li .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #3D3D3D;
    margin-top: 15px;
}

.kxjfclist li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.kxjfclist li:hover .title {
    color: #BC1C00;
}


.xjsjlist li {
    float: left;
    width: calc((100% - 57px) / 3);
    height: 334px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
    background: url(../img/xjsj-li-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.xjsjlist li:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.xjsjlist li.li2 {
    margin: 0 28px;
}

.xjsjlist li .more {
    color: rgba(255, 255, 255, 0.59);
}

.xjsjlist li .desc {
    color: rgba(255, 255, 255, 0.74);
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 25px 0 30px 0;
}

.xjsjlist li .top {
    width: 100%;
    height: 95px;
}

.xjsjlist li .dete {
    width: 71px;
    height: 95px;
    background: #fff;
    box-shadow: inset 0px 4px 4px 0px rgba(97, 97, 97, 0.302);
    float: left;
    box-sizing: border-box;
    padding: 10px 0;
}

.xjsjlist li .dete .d {
    font-size: 30px;
    color: #BC0000;
    text-align: center;
}

.xjsjlist li .dete .xian {
    width: 22px;
    height: 0;
    margin: 5px auto;
    border-top: 1px solid #BC0000;
}

.xjsjlist li .dete .y {
    font-size: 16px;
    text-align: center;
    color: #BC0000;
}

.xjsjlist li .title {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    width: calc(100% - 71px);
    margin-left: 71px;
    box-sizing: border-box;
    padding-left: 25px;
}

.mtjj-list li {
    width: calc((100% - 78px) / 2);
    height: 60px;
    background: #FFDCDC;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
}

.mtjj-list li.li1,
.mtjj-list li.li3,
.mtjj-list li.li5 {
    margin-right: 78px;
}

.mtjj-list li .title {
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
}

.mtjj-list li .title::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #B30404;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 27px;
}

.mtjj-list li:hover {
    background: #B30404;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.mtjj-list li:hover .title {
    color: #fff;
}

.mtjj-list li:hover .title::before {
    background: #fff;
}

.mtjj-img {
    width: 100%;
    margin-bottom: 25px;
}

.mtjj-img li {
    float: left;
    width: calc((100% - 78px) / 2);
}

.mtjj-img li.li1 {
    margin-right: 78px;
}

.mtjj-img li .img {
    width: 213px;
    overflow: hidden;
    float: left;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.mtjj-img li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mtjj-img li .text {
    width: calc(100% - 202px);
    margin-left: 202px;
    box-sizing: border-box;
    padding-left: 30px;
}

.mtjj-img li .text .col {
    color: rgba(212, 16, 24, 0.62);
    display: none;
}

.mtjj-img li .text .title {
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 30px;
    height: 30px;
    margin-bottom: 20px;
}

.mtjj-img li .text .desc {
    color: #3D3D3D;
    line-height: 28px;
    height: 56px;
}

.mtjj-img li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.mtjj-img li:hover .title {
    color: #BC1C00;
}

.newsbox {
    width: 100%;
}

.newSlide {
    width: 600px;
    position: relative;
    overflow: hidden;
}

.newSlide .bd li {
    width: 100%;
    position: relative;
}

.newSlide .bd li .img {
    overflow: hidden;
}

.newSlide .bd li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .bd li .text {
    width: 100%;
    height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/mark.png) center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 60px 120px 0 15px;
}

.newSlide .bd li .title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide a.prev,
.newSlide a.next {
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 9;
    top: calc((100% - 50px) / 2);
}

.newSlide a.next {
    left: auto;
    right: 0;
}

.newSlide .hd {
    position: absolute;
    right: 15px;
    bottom: 31px;
}

.newSlide .hd li {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    margin: 0 5px;
    float: left;
    cursor: pointer;
}

.newSlide .hd li.on {
    background: #D5040C;
}


.newlist {
    width: calc(100% - 600px - 30px);
}

.newlist li {
    width: 100%;
    margin-bottom: 28px;
}

.newlist li.last {
    margin-bottom: 0;
}

.newlist li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist li .title {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.newlist li .title::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.newlist li .dete {
    color: #999;
}


.newlist li:hover .title {
    color: #B30404;
    font-weight: bold;
}

.newlist li:hover .title::before {
    background: #B30404;
}

.ncontent {
    width: 100%;
    background: #fffaf1;
    padding: 40px 0;
}

.crumns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.crumns .name {
    font-size: 36px;
    color: #BC0000;
    font-weight: bold;
}

.crumns .list {
    color: #BC0000;
    font-size: 16px;
}

.crumns .list a {
    color: #BC0000;
}

.crumns .list span:last-of-type {
    display: none;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 30px 0;
}

.textlist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #999999;
}

.textlist .box a {
    color: #333;
}

.textlist .box .title {
    font-size: 18px;
}

.textlist .box .desc {
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
    opacity: .8;
}

.textlist .box .dete {
    opacity: .8;
}

.textlist .box:hover {
    background: #BC0000;
}

.textlist .box:hover a {
    color: #fff;
}

.detail {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 120px;
    margin-bottom: 40px;
}

.detail .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 16px;
}

.detail .timer>div {
    color: #999;
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 49%;
    line-height: 40px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #3D3D3D;
    font-size: 16px;
}

.detail-page .box:hover a {
    color: #BC0000;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #BC0000 !important;
    color: #fff;
    background-color: #BC0000 !important;
}