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%;
}

.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    margin-left: 70px;
}

.navigation ul a {
    font-size: 18px;
    font-weight: bold;
    color: #FFEAA5;
}

.footer {
    width: 100%;
    height: 188px;
    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;
}

/* --------------------- */

.column {
    width: 100%;
    height: 65px;
    background: url(../img/columnBg.png) center left no-repeat;
    padding: 62px 0 40px 0;
    position: relative;
    text-align: center;
}

.column .name {
    font-size: 32px;
    font-weight: bold;
    color: #FFE99F;
}

.column .more {
    position: absolute;
    right: 0;
    top: 72px;
    width: 109px;
    height: 28px;
    line-height: 28px;
    background: url(../img/moreBg.png) center no-repeat;
    background-size: cover;
    color: #BC0000;
    box-sizing: border-box;
    padding-right: 18px;
    text-align: right;
}

.content4 {
    width: 100%;
    padding-bottom: 65px;
    background: #fffaf1;
}

.rmsjlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rmsjlist .box {
    width: calc((100% - 82px) / 2);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #DEDEDE;
}

.rmsjlist .box5,
.rmsjlist .box6 {
    margin: 0;
    padding: 0;
    border: none;
}

.rmsjlist .box a {
    display: flex;
    align-items: center;
}

.rmsjlist .box .img {
    overflow: hidden;
    width: 202px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.rmsjlist .box .img img {
    width: 100%;
    height: 151px;
    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;
}

.rmsjlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.rmsjlist .box .dete {
    color: #999999;
}

.rmsjlist .box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    height: 56px;
    color: #3D3D3D;
    margin: 15px 0 30px 0;
}

.rmsjlist .box .more {
    color: #BC0000;
}

.rmsjlist .box:hover {
    border-bottom: 1px solid #BC0000;
}

.rmsjlist .box5:hover,
.rmsjlist .box6:hover {
    border: none;
}

.rmsjlist .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);
}

.rmsjlist .box:hover .title {
    color: #BC0000;
}

.rmsjlist .box:hover .dete {
    color: #BC0000;
}


.content3 {
    width: 100%;
    padding-bottom: 60px;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
}

.xxgclist {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 3%;
    position: relative;
}

.xxgclist .swiper-next {
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
}

.xxgclist .swiper-prev {
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.xxgclist .box {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 30px;
    background: url(../img/xxgc-box-bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.xxgclist .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.xxgclist .box3 {
    margin-right: 0;
}

.xxgclist .box .top {
    display: flex;
}

.xxgclist .box .desc {
    color: rgba(255, 255, 255, 0.74);
    line-height: 30px;
    height: 90px;
    margin: 25px 0 30px 0;
}

.xxgclist .box .more {
    color: rgba(255, 255, 255, 0.59);
}

.xxgclist .box .dete {
    width: 71.13px;
    height: 95px;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 4px 0px rgba(97, 97, 97, 0.302);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xxgclist .box .d {
    font-size: 30px;
    color: #BC0000;
}

.xxgclist .box .xian {
    width: 22.8px;
    height: 0;
    display: block;
    margin: 6px 0;
    border-top: 1px solid #BC0000;
}

.xxgclist .box .y {
    color: #BC0000;
    font-size: 16px;
}

.xxgclist .box .title {
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    height: 70px;
}

.content2 {
    width: 100%;
    padding-bottom: 60px;
    background: #fffaf1;
}

.new_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newSlide {
    width: 774px;
    position: relative;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide img {
    width: 100%;
    height: 522px;
    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 40px;
    display: flex;
    align-items: flex-end;
}

.newSlide .swiper-slide .title {
    font-size: 18px;
    color: #fff;
}

.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: 8px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
}

.newSlide .swiper-pagination-bullet-active {
    background: #D5040C;
}

.newSlide .swiper-prev {
    position: absolute;
    left: 0;
    z-index: 9;
    cursor: pointer;
    top: calc((100% - 50px) / 2);
}

.newSlide .swiper-next {
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer;
    top: calc((100% - 50px) / 2);
}

.newlist {
    width: calc(100% - 807px);
}

.newlist li {
    width: 100%;
}

.newlist li.n {
    line-height: 30px;
    margin-top: 18px;
}

.newlist li.n a {
    font-size: 16px;
    color: #333333;
}

.newlist li.n:hover a {
    color: #BC0000;
    font-weight: bold;
}

.newlist li.f {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(188, 0, 0, 0.23);
}

.newlist li.f .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    height: 30px;
}

.newlist li.f.li1 {
    border: none;
}

.newlist li.f .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
}

.newlist li.f:hover .title {
    color: #BC0000;
}

.content1 {
    width: 100%;
    padding-top: 64px;
    background: #fffaf1;
}

.tablist {
    width: 100%;
    height: 377px;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 54px 0 54px;
}

.text_box .box {
    display: none;
    width: 100%;
    height: 129px;
    border-radius: 20px;
    background: #D60000;
    background: linear-gradient(180deg, #FF1B1B 0%, #D60000 100%);
    box-sizing: border-box;
    padding: 0 25px;
}

.text_box .box .desc {
    line-height: 35px;
    width: 100%;
    overflow-y: auto;
    max-height: 105px;
    box-sizing: border-box;
    padding-right: 30px;
}

.text_box .box .desc::-webkit-scrollbar {
	width: 5px;
	height: 100%;
}

.text_box .box .desc::-webkit-scrollbar-thumb {
	background-color: #bc0200;
}
.text_box .box .desc::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,0.5);
}

.text_box .box p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.text_box .box.on {
    display: flex;
    align-items: center;
}

.name_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    position: relative;
}

.name_box::before {
    content: '';
    width: 95%;
    height: 8px;
    background: #BC0000;
    display: inline-block;
    position: absolute;
    left: 31px;
    z-index: 0;
    top: 6px;
}

.name_box .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.name_box .box .ico {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #BC0000;
    border-radius: 50%;
}

.name_box .box .name {
    font-size: 20px;
    color: #4B4B4B;
    margin-top: 15px;
}

.name_box .box.on .ico {
    width: 25px;
    height: 25px;
    background: #BC0000;
    position: relative;
    top: -2.5px;
    left: -2.5px;
}

.name_box .box.on .name {
    color: #BC0000;
    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 {
    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;
}