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;
    position: relative;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */

.banlist {
    position: relative;
    background: #fff6f6;
}

.nmain {
    background: #fff6f6;
}

.banlist .bd li img {
    width: 100%;
}

.banlist .hd {
    position: absolute;
    bottom: 67px;
    width: 100%;
    text-align: center;
}

.banlist .hd ul {
    display: inline-block;

}

.banlist .hd li {
    width: 8px;
    height: 8px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
    background: #fff;
}

.banlist .hd li.on {
    background: #D5040C;
}

.banlist .prev,
.banlist .next {
    position: absolute;
    top: calc((100% - 50px) / 2);
    left: 30px;
}

.banlist .next {
    left: auto;
    right: 30px;
}


.column {
    margin: 70px 0 40px;
    position: relative;
    padding-left: 50px;
}

.column .name {
    width: 216px;
    height: 63px;
    line-height: 63px;
    text-align: left;
    position: absolute;
    left: 0;
    top: -14px;
    background: url(../img/column_bg.png) no-repeat center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-left: 56px;
    box-sizing: border-box;
}

.column .bg {
    height: 45px;
    border-radius: 5px;
    background: #FFF5F5;
    padding-right: 20px;
    text-align: right;
    line-height: 45px;
}

.column .more {
    font-size: 14px;
    color: #A50F15;
}

.main {
    background: #fff;
}

.rmlist {
    padding-bottom: 20px;
}

.rmlist .box {
    width: 640px;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #DEDEDE;
}

.rmlist .box .img {
    overflow: hidden;
    float: left;
}

.rmlist .box .img img {
    width: 202px;
    height: 151px;
    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;
}

.rmlist .box .text {
    margin-left: 202px;
    box-sizing: border-box;
    padding-left: 30px;
}

.rmlist .box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #3D3D3D;
}

.rmlist .box .origal {
    line-height: 28px;
    margin: 25px 0 10px 0;
    color: #999;
}

.rmlist .box1,
.rmlist .box3,
.rmlist .box5 {
    margin-right: 95px;
}

.rmlist .box5,
.rmlist .box6 {
    padding: 0;
    border: unset;
}

.rmlist .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);
}

.rmlist .box:hover .title {
    color: #D5040C;
}

.rmlist .box:hover .origal {
    color: #666;
}

.content3 {
    margin-bottom: 54px;
}

.content3 .img {
    overflow: hidden;
}

.content3 .img img {
    width: 100%;
    height: 130px;
    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;
}

.content3 .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jcdt {
    width: 685px;
}

.jcdt .column {
    margin: 0 0 40px;
}

.infolist {
    padding-bottom: 10px;
}

.infolist li {
    overflow: hidden;
    margin-bottom: 30px;
}

.infolist li .date {
    width: 70px;
    border: 1px solid #D41018;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.infolist li .date .year {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #D41018;
}

.infolist li .date .day {
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    color: #D41018;
}

.infolist li .text {
    padding-top: 3px;
}

.infolist li .title {
    font-size: 18px;
    color: #333333;
}

.infolist li .desc {
    font-size: 16px;
    color: #999;
    margin-top: 16px;
}

.pljd {
    width: 685px;
    position: absolute;
    right: 0;
    top: 0;
}

.pljd .column {
    margin: 0 0 40px;
}

.infolist2 li {
    margin-bottom: 33px;
}

.infolist2 li a {
    display: inline-block;
    background: url(../img/start.png) no-repeat left center;
    padding-left: 20px;
    font-size: 18px;
    color: #333333;
}

.footer {
    width: 100%;
    height: auto;
    background: #BC1C00;
}

.footer .banq {
    padding: 30px 0;
    line-height: 25px;
    font-size: 14px;
}

.footer .ico {
    margin-top: 54px;
}

.footer .banq p {
    color: #fff;
    line-height: 25px;
}

.footer .banq p a {
    color: #fff;
}

.newSlide {
    width: 774px;
    height: 578px;
    position: relative;
}

.newSlide .bd li {
    width: 100%;
    position: relative;
}

.newSlide .bd li .img {
    overflow: hidden;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 578px;
}

.newSlide .bd li .title {
    width: 100%;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 40px;
    z-index: 99;
}

.newSlide .bd li::before {
    content: '';
    width: 100%;
    height: 112px;
    background: url(../img/mask.png) bottom no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.newSlide .hd {
    position: absolute;
    right: 35px;
    bottom: 40px;
}

.newSlide .hd li {
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 5px;
    background: #fff;
}

.newSlide .hd li.on {
    background: #D5040C;
}

.newSlide .prev,
.newSlide .next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: calc((100% - 50px) / 2);
    left: 0;
}

.newSlide .prev img,
.newSlide .next img {
    width: 13px;
}

.newSlide .next {
    left: auto;
    right: 0;
}

.newlist {
    width: 583px;
}

.newlist li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newlist li a:hover {
    color: #BC1C00;
}

.newlist li {
    margin-bottom: 30px;
}

.newlist li.li1 a,
.newlist li.li5 a {
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    -webkit-line-clamp: 2;
}

.newlist li.li10 {
    margin-bottom: 0;
}

.content1 {
    box-sizing: border-box;
    padding-top: 70px;
}

.tzgglist .bd li {
    width: 100%;
    height: 62px;
    text-align: center;
}

.tzgglist .bd li a {
    font-size: 46px;
    font-weight: bold;
    color: #D5040C;
}


.nmain .img img {
    width: 100%;
}

.navgation {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #D5040C;
    box-sizing: border-box;
    padding: 0 50px;
    margin-top: 40px;
}

.navgation .nav a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.navgation .nav span {
    color: #fff;
    margin: 0 60px;
    position: relative;
    top: -3px;
}


.navgation .nav span.last {
    display: none;
}

/* -------------------------------- */

.textlist {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.textlist ul.info li {
    width: 100%;
    line-height: 45px;
    border-bottom: 1px dashed #cfcfcf;
}

.textlist ul.info li a {
    font-size: 16px;
    color: #3D3D3D;
}

.textlist ul.info li .dete {
    float: right;
    color: #999;
}

.textlist ul.info li:hover {
    border-bottom: 1px dashed #c20e12;
}

.textlist ul.info li:hover a {
    color: #c20e12;
}

.textlist ul.info li:hover .dete {
    color: #666;
}


.crumbs {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #EBF6FF;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 15px;
}


.crumbs .col-name {
    width: 130px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #c20e12;
    position: relative;
}

.crumbs .col-name::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #c20e12;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 57px;
}

.crumbs .col-list {
    float: right;
}

.crumbs .col-list a {
    color: #3D3D3D;
}

.crumbs .col-list p span:last-of-type {
    display: none;
}

.detail {
    box-sizing: border-box;
    padding: 15px 0 0 0;
}

.detail h2 {
    text-align: center;
    font-size: 22px;
    color: #3D3D3D;
    font-weight: bold;
}

.detail .timer {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    margin: 15px 0;
}

.detail .timer span {
    margin: 0 15px;
}

.detail .dtl p {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    margin: 5px 0;
}


.detail .detail-page {
    line-height: 45px;
    height: 45px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 30px;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #c20e12;
}

.detail .dtl p,
.detail .dtl p span {
    line-height: 1.5 !important;
    font-family: SimSun, "宋体", serif !important;
    font-size: 20px !important;
    color: #3d3d3d !important;
}