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: #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;
}

/* --- */
.header {
    width: 100%;
    height: 162px;
    position: relative;
}

.header .header-con {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 0;
}

.header h1 {
    display: inline-block;
    margin-top: 10px;
}

.header .search {
    display: inline-block;
    float: right;
    margin-top: 68px;
}

.header .search a {
    color: #ababab;
}



.header .search .f-seach {
    position: relative;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 230px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #999;
    padding-left: 20px;
    outline: none;
    border-radius: 200px;
    border: 1px solid #BB1900;
}


.header .search .f-seach .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 200px;
    background: #BB1900;
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
}

.header .search .f-seach .search-btn input {
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-right: 23px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.search .f-link {
    margin-bottom: 10px;
    text-align: right;
}

.search .f-link a {
    color: #666;
}

.search .f-link span {
    color: #666;
    margin: 0 3px;
}






.navigation {
    width: 100%;
    height: 60px;
    background: #BB1900;
    background: linear-gradient(180deg, #FB201D 0%, #BE1C03 100%);
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 155px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 60px;
    position: absolute;
    /* background: rgba(0, 0, 0, .6); */
    background: rgba(255, 255, 255, 0.9);
    line-height: 60px;
    left: 0px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
}

.nav .sub a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #BB1900;
}



.nav .nLi.on {
    background: #B31210;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 125px;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .bd li img {
    width: 100%;
}


.banlist .hd {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}

.banlist .hd ul {
    display: inline-block;
}

.banlist .hd li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    float: left;
}

.banlist .hd li.on {
    background: #BB1900;
    background: linear-gradient(90deg, #FB201D 0%, #8F1300 100%);
}

.banlist a.prev,
.banlist a.next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: calc((100% - 60px) / 2);
    left: 40px;
}

.banlist a.next {
    left: auto;
    right: 40px;
}

.banlist a.prev:hover,
.banlist a.next:hover {
    background: #BB1900;
    background: linear-gradient(90deg, rgba(251, 32, 29, 0.8) 0%,
            rgba(143, 19, 0, 0.8) 100%);
}

.column {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 47px 0 28px 0;
}

.column .tit img {
    position: relative;
    top: -7px;
}

.column .more {
    float: right;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FB201D 0%, #8F1300 100%) 1;
    font-size: 18px;
    color: #BB1900;
}

.column .name {
    font-size: 30px;
    line-height: 28px;
    color: #3D3D3D;
}

.column .en {
    color: #CECECE;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    margin-left: 5px;
}

.content1 {
    width: 100%;
    background: url(../img/gzdtBg.png) center no-repeat;
    padding-bottom: 60px;
    background-size: cover;
}

.content1 .left {
    width: 840px;
}


.content1 .right {
    width: 500px;
    height: 536px;
    background: #BB1900;
    background: linear-gradient(0deg, #FB201D 0%, #AF1700 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.content1 .right::before {
    content: '';
    width: 16px;
    height: 29px;
    background: url(../img/aqjy-ico.png) no-repeat;
    position: absolute;
    right: -16px;
    top: 0;
}

.gzdtlb .bd li {
    width: 100%;
    position: relative;
}

.gzdtlb .bd li .title {
    width: 698px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -30px;
}

.gzdtlb .bd li .img {
    overflow: hidden;
}

.gzdtlb .bd li .img img {
    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;
}

.gzdtlb .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);
}


.gzdtlb {
    width: 100%;
    height: 507px;
    position: relative;
}

.gzdtlb a.prev,
.gzdtlb a.next {
    width: 50px;
    height: 60px;
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.gzdtlb a.prev {
    background: url(../img/banL.png) center no-repeat;
    right: 93px;
}

.gzdtlb a.next {
    background: url(../img/banR.png) center no-repeat;
    right: 44px;
}

.gzdtlb a.prev:hover {
    background: url(../img/banL-on.png) center no-repeat;
}

.gzdtlb a.next:hover {
    background: url(../img/banR-on.png) center no-repeat;
}


.txtScroll-top {
    box-sizing: border-box;
    padding: 30px 33px;
}

.txtScroll-top .bd li .title {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-align: justify;
    padding: 10px 0 30px 0;
}

.txtScroll-top .bd li:hover .title {
    font-weight: bold;
}

.txtScroll-top .bd li .dete {
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: relative;
}

.txtScroll-top .bd li .dete img {
    position: absolute;
    left: 0;
}

.txtScroll-top .bd li .dete .xian {
    width: 310px;
    border-top: 1px dashed rgba(255, 255, 255, 0.502);
    position: absolute;
    left: 35px;
    top: 10px;
}

.txtScroll-top .bd li .dete span {
    color: #fff;
    position: absolute;
    right: 0;
}

.tzgglist {
    overflow: hidden;
}

.tzgglist .bd li {
    width: 336px;
    height: 158px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    margin-right: 22px;
}

.tzgglist .bd li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}

.tzgglist .bd li .dete {
    width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url(../img/deteBg.png) center no-repeat;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
}

.tzgglist .bd li .title {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    color: #3D3D3D;
    box-sizing: border-box;
    padding: 0 18px;
}

.tzgglist .bd li:hover .dete {
    background: url(../img/deteBg-on.png) center no-repeat;
}

.tzgglist .bd li:hover {
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%) 1;
}

.tzgglist .bd li:hover a {
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%) 1;
}



.content2 {
    width: 100%;
    /* height: 588px; */
    /* background: url(../img/djydBg.png) center no-repeat; */

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/djydBg.png);

}

.djydlist .bd li {
    width: 350px;
    background: #fff;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 10px 0px rgba(70, 70, 70, 0.1);
}

.djydlist .bd li .box {
    box-sizing: border-box;
    padding: 30px 20px 40px 20px;
}

.djydlist .bd li .dete {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.djydlist .bd li .img {
    overflow: hidden;
}

.djydlist .bd li .img img {
    width: 300px;
    height: 166px;
    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;
}

.djydlist .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);
}

.djydlist .bd li .d {
    font-size: 30px;
    font-weight: bold;
    color: #C2C2C2;
    float: left;
    margin-right: 10px;
}

.djydlist .bd li .y {
    color: #C2C2C2;
    font-size: 18px;
}

.djydlist .bd li .title {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin: 14px 0 34px 0;
    color: #333;
    width: 100%;
}

.djydlist .bd li .more {
    width: 91px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid;
    color: #BB1900;
    border-image: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%) 1;
}

.djydlist .bd li:hover {
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%) 1;
}

.djydlist .bd li:hover .title {
    color: #BB1900;
    font-weight: bold;
}

.djydlist .bd li:hover .more {
    color: #fff;
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
}

.djydlist .bd li:hover .d,
.djydlist .bd li:hover .y {
    color: #BB1900;
}

.djydlist .hd {
    padding: 30px 0;
    text-align: center;
}

.djydlist .hd li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(251, 32, 29, 0.3) 0%,
            rgba(190, 28, 3, 0.3) 100%);
}

.djydlist .hd li.on {
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
}

.content3 .left {
    width: 683px;
}

.content3 .right {
    width: 651px;
}


.wzgzlist {
    width: 100%;
    height: 563px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    background: #fff;
    padding: 25px;
}

.wzgzlist .f {
    width: 100%;
    height: 158px;
}

.wzgzlist .f .img {
    width: 280px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}

.wzgzlist .f .img img {
    width: 100%;
    height: 158px;
    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;
}

.wzgzlist .f .title {
    font-size: 18px;
    line-height: 28px;
    color: #3D3D3D;
}

.wzgzlist .f .desc {
    line-height: 28px;
    color: #999;
    margin: 10px 0 30px 0;
}

.wzgzlist .f .dete {
    line-height: 28px;
    color: #999;
}

.wzgzlist .f .dete span {
    margin-right: 15px;
}

.wzgzlist .f .dete img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.wzgzlist .f: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);
}

.wzgzlist .f:hover .title {
    color: #BB1900;
}

.wzgzlist .f:hover .desc {
    color: #666;
}

.wzgzlist .n {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 26px;
    margin-bottom: 34px;
    position: relative;
    padding-left: 12px;
}

.wzgzlist .n::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 10px;
}

.wzgzlist .n a {
    font-size: 18px;
    color: #3D3D3D;
}

.wzgzlist .n .dete {
    float: right;
    color: rgba(153, 153, 153, 0.8);
}

.wzgzlist .n:hover a {
    color: #BB1900;
}

.wzgzlist .n:hover::before {
    background: #BB1900;
}

.wzgzlist .n:hover .dete {
    color: rgba(102, 102, 102, 0.8);
}

.aqjylist .n {
    width: 328px;
    float: left;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.aqjylist .li2 {
    margin-right: 20px;
}

.aqjylist .n .img {
    overflow: hidden;
}

.aqjylist .n .img img {
    width: 100%;
    height: 185px;
    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;
}

.aqjylist .n .dete {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 53px;
    background: linear-gradient(90deg, rgba(251, 32, 29, 0.8) 0%,
            rgba(143, 19, 0, 0.8) 100%);
}

.aqjylist .n .dete .d {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.aqjylist .n .dete .y {
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.aqjylist .n .text {
    box-sizing: border-box;
    padding: 21px;
}

.aqjylist .n .title {
    font-size: 18px;
    line-height: 25px;
    color: #3D3D3D;
}

.aqjylist .n .desc {
    line-height: 24px;
    height: 48px;
    color: #999;
    margin-top: 5px;
}

.aqjylist .li2 .dete {
    top: 40px;
}

.aqjylist .n: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);
}

.aqjylist .n:hover .title {
    color: #BB1900;
}

.aqjylist .f {
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 35px;
}

.aqjylist .f .img {
    width: 345px;
    height: 193px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.aqjylist .f .img img {
    width: 345px;
    height: 193px;
}



.aqjylist .f .text {
    width: 332px;
    height: 204px;
    background: #BB1900;
    background: linear-gradient(180deg, #FB201D 0%, #8F1300 100%);
    position: absolute;
    right: 30px;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 20px;
}

.aqjylist .f .text::after {
    content: '';
    width: 16px;
    height: 29px;
    background: url(../img/aqjy-ico.png) no-repeat;
    position: absolute;
    right: -16px;
    top: 0;
}


.aqjylist .f .text .title {
    color: #fff;
    font-size: 18px;
}

.aqjylist .f .text .desc {
    line-height: 28px;
    height: 56px;
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 18px 0;
}

.aqjylist .f .text .dete {
    color: rgba(255, 255, 255, 0.7);
}

.aqjylist .f .dete span {
    margin-right: 15px;
}

.aqjylist .f .dete img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.png) center top no-repeat;
    background-size: cover;
    margin-bottom: 43px;
}


.footer {
    width: 100%;
    height: 318px;
    background: url(../img/ftBg.png) center no-repeat;
    background-size: cover;
}

.footer .foot {
    height: 268px;
}

.footer .banq {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.footer .banq p {
    font-size: 16px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .right .box {
    width: 160px;
    height: 30px;
    margin-top: 50px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .right .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.footer .right .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 30px;
}



.footer .right .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .right .box:hover ul {
    display: block;
}

.footer .right .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .right .box ul li:hover a {
    color: #BB1900;
}

.footer .right .box ul li a {
    color: #333;
}

.footer .f-code {
    width: 95px;
    text-align: right;
    margin-top: 20px;
    float: right;
}

.footer .f-code .img {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    padding: 6px;
}

.footer .f-code p {
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.footer .ftlogo {
    margin-top: 30px;
}

.footer .contact p {
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
}

/* -- */

.banner img {
    width: 100%;
}

.nei-content {
    margin-top: 42px;
}

.subNav {
    width: 260px;
    margin-bottom: 30px;
    border: 1px solid #E2E2E2;
}

.subNav h2 {
    width: 100%;
    height: 90px;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    line-height: 90px;
    text-align: center;
    background: #BB1900;
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
    border-bottom: 3px solid #F1A65F;
}

.subNav ul li {
    box-sizing: border-box;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #E2E2E2;
}

.subNav ul li a {
    font-size: 24px;
    line-height: 36px;
    color: #333;
}

.subNav ul li .f {
    border: none;
}

.subNav ul li .list {
    line-height: normal;
}

.subNav ul li .list a {
    width: 100%;
    font-size: 18px;
    display: inline-block;
}

.subNav ul li a.on,
.subNav ul li a:hover {
    color: #BB1900;
}

.nei-content .content {
    width: 1100px;
}

.crumbs {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.crumbs .name {
    font-size: 30px;
    line-height: 36px;
    color: #444;
    float: left;
}

.crumbs .list {
    float: right;
}

.crumbs .list img {
    position: relative;
    top: -2px;
}

.crumbs .list p,
.crumbs .list p a {
    font-size: 16px;
    color: #3D3D3D;
}

.crumbs .list p span {
    color: #BB1900;
}

.crumbs .list p span.ji {
    color: #3D3D3D;
}

.crumbs .list a:last-of-type {
    color: #BB1900;
}

.crumbs .list p span.ji:last-child {
    display: none;
}

.textlist li {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 23px 28px;
    margin-bottom: 20px;
}

.textlist li .title {
    font-size: 18px;
    line-height: 35px;
    color: #3D3D3D;
}

.textlist li .desc {
    line-height: 35px;
    height: 35px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist li .dete {
    line-height: 35px;
    color: #999;
    font-size: 12px;
}

.textlist li:hover {
    border: 1px solid #BB1900;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.textlist li:hover .title {
    color: #BB1900;
}

.textlist li:hover .desc {
    color: #666;
}

.textlist li:hover .dete {
    color: #BB1900;
}

.list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #BB1900 !important;
    border: 1px solid #BB1900 !important;
}

.piclist li {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 20px;
    margin-bottom: 20px;
}

.piclist li .img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.piclist li .img img {
    width: 280px;
    height: 158px;
    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;
}

.piclist li .text {
    box-sizing: border-box;
    padding: 10px 0;
}

.piclist li .title {
    font-size: 18px;
    line-height: 28px;
    color: #3D3D3D;
}

.piclist li .desc {
    line-height: 28px;
    color: #999;
    margin: 10px 0 25px 0;
}

.piclist li .dete {
    line-height: 28px;
    color: #999;
}

.piclist li .dete span {
    margin-right: 15px;
}

.piclist li .dete img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.piclist li:hover {
    border: 1px solid #BB1900;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.piclist li:hover .title {
    color: #BB1900;
}

.piclist li:hover .desc {
    color: #666;
}

.piclist li:hover .dete {
    color: #BB1900;
}

.piclist 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);
}

.picture li {
    float: left;
    margin-right: 28px;
    margin-bottom: 20px;
}

.picture li .img {
    overflow: hidden;
}

.picture li .img img {
    width: 348px;
    height: 197px;
    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;
}

.picture li .title {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 0 20px;
}

.picture li:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.picture 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);
}

.picture li:hover .title {
    color: #BB1900;
    font-weight: bold;
}

.detail {
    padding: 40px 126px;
    border: 1px solid #DBDBDB;
    margin-bottom: 40px;
}

.detail h2 {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.detail .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}



.detail .dtl {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 25px;
    width: auto;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}


.detail .detail-page {
    line-height: 70px;
    height: 70px;
}

.detail .detail-page p a {
    color: #999;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #BB1900;
    font-weight: bold;
}

.ftNav {
    margin: 20px 0;
}

.ftNav a {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.ftNav span {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 35px;
}