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;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
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;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    text-size-adjust: none;
    min-width: 1500px;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.border-none {
    border: none;
}

.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;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ------------------------------------ */

.headerTop {
    width: 100%;
    position: relative;
}

.headerTop .img img {
    width: 100%;
}

.navigation {
    width: 100%;
    background: #A70000;
}

.navigation ul {
    height: 70px;
    display: flex;
    align-items: center;
}

.navigation ul li {
    width: 100px;
    margin-right: 160px;
}

.navigation ul li.last {
    margin: 0;
}

.navigation ul a {
    font-size: 24px;
    color: #fff;
}

.navigation ul li.on a,
.navigation ul li:hover a {
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 146px;
    background: #BC1C00;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .banq p {
    line-height: 25px;
    color: #fff;
}

.footer .banq p a {
    color: #fff;
}

/* --------------------- */

.main {
    width: 100%;
    background: url(../img/mainBg.jpg) center no-repeat;
    background-size: cover;
}

.column {
    width: 100%;
    padding: 70px 0 30px 0;
    position: relative;
}

.column::before {
    content: '';
    width: 1324px;
    height: 0;
    border-top: 1px solid #D5040C;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 82px;
}

.column .more {
    position: absolute;
    right: 0;
    top: 57px;
    color: #999999;
}

.content4 {
    padding-bottom: 40px;
}

.jsanlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jsanlist .box {
    width: calc((100% - 32px) / 2);
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 25px;
}

.jsanlist .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jsanlist .box .title {
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.jsanlist .box .title::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #D5040C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.jsanlist .box .dete {
    color: #999999;
}

.jsanlist .box:hover {
    background: #D5040C;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.jsanlist .box:hover .title {
    color: #FFFFFF;
}

.jsanlist .box:hover .title::before {
    background: rgba(255, 162, 1, 0.902);
}

.jsanlist .box:hover .dete {
    color: #FFFFFF;
}

.llxxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.llxxlist .box {
    width: calc((100% - 43px) / 2);
    height: 125px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 17px;
}

.llxxlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.llxxlist .box .dete {
    display: flex;
    flex-direction: column;
    width: 58px;
    margin-right: 26px;
    align-items: center;
    justify-content: center;
}

.llxxlist .box .d {
    font-size: 30px;
    color: #D5040C;
}

.llxxlist .box .y {
    color: #D5040C;
}

.llxxlist .box .tt {
    flex: 1;
}

.llxxlist .box .title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 25px;
}

.llxxlist .box .desc {
    color: #999999;
    margin-top: 15px;
    line-height: 20px;
    height: 20px;
}

.llxxlist .box:hover .title {
    color: rgba(213, 4, 12, 0.9216);
    font-weight: bold;
}

.new_box {
    display: flex;
    justify-content: space-between;
}

.newSlide {
    width: 700px;
    position: relative;
}

.newSlide .swiper-slide img {
    width: 100%;
    height: 472px;
    object-fit: cover;
    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 .swiper-slide .tt {
    position: absolute;
    width: 100%;
    height: 112px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/mark.png) bottom center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 150px 30px 30px;
    display: flex;
    align-items: flex-end;
}

.newSlide .swiper-slide .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.newSlide .swiper-pagination1 {
    bottom: 33px;
    position: absolute;
    z-index: 9;
    right: 40px;
    left: auto;
    width: auto;
}

.newSlide .swiper-slide:hover 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 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
}

.newSlide .swiper-pagination-bullet-active {
    background: #D5040C;
}

.newlist {
    width: calc(100% - 730px);
}

.newlist .box {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 35px;
    border-bottom: 1px solid rgba(213, 4, 12, 0.3);
}

.newlist .box.l {
    border: none;
}

.newlist .box .dete {
    color: #D5040C;
}

.newlist .box .title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
}

.newlist .box .desc {
    color: #FFFFFF;
    line-height: 25px;
    height: 50px;
    display: none;
}

.newlist .box.on {
    height: 168px;
    background: #D5040C;

    display: flex;
    align-items: center;
}

.newlist .box.on .title {
    color: #fff;
    font-weight: bold;
    margin: 15px 0;
}

.newlist .box.on .desc {
    display: block;
}

.newlist .box.on .dete {
    color: #fff;
}

.xxdt_box {
    display: flex;
    justify-content: space-between;
}

.xxdtlist,
.xxdtSlide {
    width: calc((100% - 48px) / 2);
}

.xxdtlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxdtlist .box {
    width: calc((100% - 32px) / 2);
    height: 230px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 22px;
    position: relative;
}

.xxdtlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 3px solid #EA9310;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xxdtlist .box::after {
    content: '';
    width: 21px;
    height: 14px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.xxdtlist .box:hover::after {
    background: url(../img/jt-ico2.png) center no-repeat;
}

.xxdtlist .box .title {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.9216);
    line-height: 35px;
    height: 70px;
}

.xxdtlist .box .desc {
    color: rgba(153, 153, 153, 0.9216);
    line-height: 30px;
    height: 60px;
    margin: 10px 0 20px 0;
}

.xxdtlist .box .dete {
    display: flex;
    align-items: center;
    color: #999999;
}

.xxdtlist .box .d {
    font-size: 30px;
}

.xxdtlist .box .xian {
    font-size: 28px;
    margin: 0 8px;
}

.xxdtlist .box .y {
    font-size: 16px;
}

.xxdtlist .box3,
.xxdtlist .box4 {
    margin-bottom: 0;
}

.xxdtlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xxdtlist .box:hover .title {
    color: rgba(213, 4, 12, 0.9216);
    font-weight: bold;
}

.xxdtlist .box:hover .dete {
    color: rgba(213, 4, 12, 0.9216);
    font-weight: bold;
}

.xxdtlist .box:hover .dete .xian {
    font-weight: normal;
}

.xxdtSlide .box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.xxdtSlide .img {
    overflow: hidden;
}

.xxdtSlide .img img {
    width: 100%;
    height: 383px;
    object-fit: cover;
    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;
}

.xxdtSlide .box .tt {
    width: 100%;
    height: 99px;
    display: flex;
    align-items: center;
    background: #fff;
}

.xxdtSlide .box .dete {
    width: 96px;
    height: 99px;
    background: #D5040C;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xxdtSlide .box .dete .d {
    font-size: 30px;
}

.xxdtSlide .box .dete .xian {
    width: 35px;
    height: 0;
    border-bottom: 1px solid #fff;
    margin: 8px 0 4px 0;
}

.xxdtSlide .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
}

.xxdtSlide .box: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);
}

.xxdtSlide .box:hover .title {
    color: #D5040C;
    font-weight: bold;
}


/* ----------------------- */

.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,
.detail .dtl span {
    margin: 10px 0;
    line-height: 1.5 !important;
    font-family: SimSun, "宋体", serif !important;
    font-size: 20px !important;
    color: #3d3d3d !important;
}

.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;
}