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;
}

.header .img img {
    width: 100%;
}

.header .head {
    width: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding-top: 50px;
}

.header h1 {
    float: left;
}

.navigation {
    float: right;
    position: relative;
    padding-right: 70px;
    margin-top: 30px;
}

.navigation ul li {
    float: left;
    margin-left: 65px;
}

.navigation ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #FFEAA5;
}

.navigation .search {
    position: absolute;
    right: 0;
    top: 7px;
}

.column {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 80px 0 50px 0;
}

.column a {
    display: inline-block;
}

.content1 {
    width: 100%;
    height: 870px;
    background: url(../img/content1Bg.png) no-repeat;
    background-size: cover;
}

.newSlide {
    width: 50%;
    position: relative;
}

.newSlide .hd {
    position: absolute;
    width: 100%;
    bottom: 145px;
    text-align: center;
}

.newSlide .hd ul {
    display: inline-block;
}

.newSlide .hd li {
    width: 10px;
    height: 10px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #BC0000;
}

.newSlide .hd li.on {
    background: #BC0000;
}

.newSlide .bd li {
    width: 100%;
}

.newSlide .bd li .img {
    width: 100%;
    overflow: hidden;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 390px;
    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 .tt {
    width: 100%;
    height: 180px;
    background: url(../img/newSlide-tt-bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 45px 35px;
}

.newSlide .bd li .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    color: #BC0000;
    margin-bottom: 10px;
}

.newSlide .bd li .desc {
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .bd li .dete {
    float: left;
    width: 60px;
    margin-right: 25px;
}

.newSlide .bd li .d {
    font-size: 36px;
    color: #BC0000;
    text-align: center;
}

.newSlide .bd li .xian {
    width: 36px;
    height: .5px;
    display: block;
    background: rgba(188, 0, 0, 0.5);
    margin: 3px auto 5px auto;
}

.newSlide .bd li .y {
    color: #BC0000;
    text-align: center;
}

.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);
}


.newlist {
    width: 50%;
    height: 569px;
    background: url(../img/newlistBg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.newlist .box {
    width: 100%;
    height: 114px;
    box-sizing: border-box;
    padding: 0 37px;
}

.newlist .box a {
    width: 100%;
    height: 114px;
    display: inline-block;
    border-bottom: 1px solid rgba(188, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 28px 0;
}

.newlist .box5 a {
    border: none;
}

.newlist .box .dete {
    float: left;
    width: 60px;
}

.newlist .box .tt {
    margin-left: 60px;
    box-sizing: border-box;
    padding-left: 35px;
}

.newlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.newlist .box .desc {
    color: #999;
    line-height: 21px;
    height: 21px;
    margin-top: 10px;
}

.newlist .box .d {
    font-size: 28px;
    color: #BC0000;
    text-align: center;
}

.newlist .box .y {
    color: #BC0000;
    text-align: center;
}

.newlist .box:hover {
    background: url(../img/textlist-li-bg.png) no-repeat #BC0000;
    background-size: cover;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.newlist .box:hover .d {
    color: #FFE99F;
}

.newlist .box:hover .y {
    color: #FFE99F;
}

.newlist .box:hover .title {
    color: #FFE99F;
    font-weight: bold;
}

.newlist .box:hover .desc {
    color: #fff;
}


.content2 {
    width: 100%;
    height: 541px;
    background: url(../img/content2Bg.png) no-repeat;
    background-size: cover;
}

.ddbslist .box {
    float: left;
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    margin-bottom: 36px;
}

.ddbslist .box2,
.ddbslist .box4,
.ddbslist .box6 {
    margin-right: 0;
}

.ddbslist .box .dete {
    width: 70px;
    float: left;
}

.ddbslist .box .y {
    height: 30px;
    background: #D41018;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.ddbslist .box .d {
    height: 38px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #D41018;
    font-size: 22px;
    color: #D41018;
}

.ddbslist .box .tt {
    margin-left: 70px;
    box-sizing: border-box;
    padding-left: 20px;
}

.ddbslist .box .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ddbslist .box .desc {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ddbslist .box:hover .title {
    color: #D41018;
    font-weight: bold;
}

.ddbslist .box:hover .desc {
    color: #666;
}

.content3 {
    width: 100%;
    height: 695px;
    background: url(../img/content3Bg.jpg) no-repeat;
    background-size: cover;
}

.wjzllist {
    width: 100%;
    height: 406px;
    background: #FFF6E1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px;
}

.wjzllist ul li {
    float: left;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 30px;
}

.wjzllist ul li.li3,
.wjzllist ul li.li6 {
    margin-right: 0;
}

.wjzllist ul li .dete {
    width: 113px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #BC0000;
    box-sizing: border-box;
    border: 0.5px solid #BC0000;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.wjzllist ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 25px 0 10px 0;
}

.wjzllist ul li .desc {
    height: 60px;
    line-height: 30px;
    color: rgba(153, 153, 153, 0.82);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.wjzllist ul li:hover .dete {
    background: #BC0000;
    color: #fff;
}

.wjzllist ul li:hover .title {
    color: #BC0000;
    font-weight: bold;
}

.wjzllist ul li:hover .desc {
    color: rgba(102, 102, 102, 0.82);
}


.content4 {
    width: 100%;
    height: 724px;
    background: url(../img/content4Bg.jpg) no-repeat;
    background-size: cover;
}

.dyfclist .box {
    width: calc((100% - 90px) / 2);
    height: 136px;
    float: left;
    margin-bottom: 32px;
}

.dyfclist .box1,
.dyfclist .box3,
.dyfclist .box5 {
    margin-right: 90px;
}

.dyfclist .box .img {
    width: 200px;
    float: left;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.dyfclist .box .img img {
    width: 100%;
    height: 136px;
    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;
}

.dyfclist .box .tt {
    width: 100% - 200px;
    box-sizing: border-box;
    padding-left: 30px;
    margin-left: 200px;
    padding-top: 15px;
}

.dyfclist .box .dete {
    color: #999;
}

.dyfclist .box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #3D3D3D;
    margin-top: 15px;
}

.dyfclist .box:hover .dete {
    color: #666;
}

.dyfclist .box:hover .title {
    color: #BC1C00;
}

.dyfclist .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);
}

.footer {
    width: 100%;
    height: 92px;
    line-height: 92px;
    background: #BC1C00;
}

.footer p {
    color: #fff;
    text-align: center;
}

.footer p a {
    color: #fff;
}

/* -------------------------------- */

.con-textlist .textlist {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.tittle {
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    border-top: 3px solid #c00016;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.name {
    font-size: 18px;
    font-weight: bold;
    color: #c00016;
    float: left;
}

.crumbs {
    font-size: 14px;
    float: right;
    color: #aeaeae;
}

.crumbs a {
    color: #aeaeae;
}

.con-textlist ul.info li {
    border-bottom: 1px dashed #cfcfcf;
    height: 50px;
    line-height: 50px;
}

.con-textlist ul.info li a {
    color: #2c2c2c;
}

.con-textlist ul.info li .dete {
    float: right;
    font-size: 14px;
    color: #ababab;
}

.con-textlist ul.info a:hover {
    color: #bd1a2d;
}

.con-textlist ul.info li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #bd1a2d;
    display: inline-block;
    margin: 0 10px 2px 0;
}

/* 分页 */
ul .list-page {
    height: 40px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 10px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #bd1a2d !important;
    border: 1px solid #bd1a2d !important;
}


.con-detail .detail {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}


.tittlebig {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 80px;
}

.content_dtl2 .tittlebig {
    color: #c00016
}

.tittlez {
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.con-detail .content {
    margin: 20px auto;
}

.con-detail .content .text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
}

.con-detail .content .text p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.detail .detail-page {
    line-height: 78px;
    height: 70px;
}

.detail .detail-page p a {
    color: #252525;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #BC1C00;
}


@media all and (min-width: 1920px) and (max-width: 2560px) {
    .container {
        max-width: 1600px;
    }
}

@media all and (min-width: 2660px) {
    .container {
        max-width: 1920px;
    }
}