* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {

    .gsjsBox,
    .gsdtBoxSon,
    .ywlyBox,
    .footerSon {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .gsjsBox,
    .gsdtBoxSon,
    .ywlyBox,
    .footerSon {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .gsjsBox,
    .gsdtBoxSon,
    .ywlyBox,
    .footerSon {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .gsjsBox,
    .gsdtBoxSon,
    .ywlyBox,
    .footerSon {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    .gsjsBox,
    .gsdtBoxSon,
    .ywlyBox,
    .footerSon {
        max-width: 1320px;
    }
}
button,
input,
textarea,
select {
    border: none;
    outline-style: none;
    background: none;
    box-sizing: content-box;
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    outline-style: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;
}

input::placeholder {
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;

}

textarea::placeholder {
    font-family: none !important;
    color: rgba(102, 102, 102, 0.702) !important;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: black;
}

body {
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}

.flex {
    display: flex;
    align-items: center;
}

.topBox {
    max-width: 1920px;
    height: 112px;
    padding: 0 170px 0 167px;
    margin: 0 auto;
    justify-content: space-between;
}

.topBoxLeft .logo {
    width: 197px;
    height: 52px;
    margin-right: 67px;
}

.topBoxUl {
    /* 2023.8.3修改 */
    font-size:19px;
    color: #333333;
}

.topBoxUl li {
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 52px;
    padding-bottom: 8px;
    cursor: pointer;
}

.topBoxUl>li:last-child {
    margin-right: 0;

}

.topBoxLiAct {
    color: #C7161C;
    font-weight: bold;
    border-bottom: 4px solid #C7161C;
}

.searchBtn,
.youjianBtn {
    cursor: pointer;
    height: 112px;
    position: relative;
}

.searchBtn {
    margin-right: 55px;
}

.searchBtn img {
    width: 21px;
    height: 21px;
}

.youjianBtn img {
    width: 26px;
    height: 20px;
}


.pagination {
    width: 100%;
    position: absolute;
    bottom: 57px;
    left: 0;
    z-index: 99;
    justify-content: center;
}

.pagination .swiper-pagination-switch {
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
    border-radius: 50%;
}

.pagination .swiper-active-switch {
    width: 65px;
    height: 14px;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0px 8px 21px 0px rgba(6, 25, 58, 0.8);
    opacity: 0.9;
    border-radius: 7px;
}

.swiperBox {
    width: 100%;
    max-height: 850px;
    position: relative;
    overflow-y: hidden;
}

.topSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.topSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.topSwiper .swiper-slide {
    width: 100%;
    max-height: 850px;
    height: 100%;
}

.topSwiper a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.topSwiper img {
    width: 100%;
    height: auto;
}

.swiperLeft {
    /* width: 46px;
    height: 82px; */
    position: absolute;
    top: 50%;
    left: 120px;
    /* margin-top: -41px; */
    transform: translate(0%, -50%);
    z-index: 99;
    cursor: pointer;
}

/* .swiperLeft2 {
    margin-top: -61.5px !important;
} */

.swiperLeft img {
    width: 46px;
    height: 82px;
}

.swiperLeft2 img {
    width: 86px;
    height: 123px;
}

.swiperRight {

    position: absolute;
    top: 50%;
    right: 94px;
    /* margin-top: -41px; */
    transform: translate(0%, -50%);
    z-index: 99;
    cursor: pointer;
}



.swiperRight img {
    width: 46px;
    height: 82px;
}

.swiperRight2 img {
    width: 86px;
    height: 123px;
}

.gsjsBox {
    /* width: 1200px; */
    width: 90%;
    margin: 90px auto 60px;
    position: relative;
}

.gsjsLeftBox {
    /* width: 644px; */
    width: 55%;
    height: auto;
    background: #F8FAFF;
    justify-content: center;
    padding: 15px;
}

.gsjsLeft {
    /* width: 614px; */
    width: 98%;
    height: auto;
    background: #FFFFFF;
    padding: 20px 43px 33px 31px;
}

.gsjsLeftTop {
    text-align: center;
    font-size: 20px;
    color: #E1E5F1;
}
.flex {
    display: flex;
    align-items: center;
}
.gsjsTitle {
    color: #C7161C;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.lineBox {
    margin: 25px auto 0;
    width: 440px;
    height: 2px;
    position: relative;
    background: rgba(199, 22, 28, 0.4);
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -34px;
    width: 68px;
    height: 4px;
    background: #C7161C;
    border-radius: 2px;
}

.gsjsDiv {
    margin-top: 50px;
    position: relative;
}

.gsjsDiv p {
    text-indent: 2em;
    /* 2023.8.3修改 */
    font-size: 22px;
    color: #808080;
    margin-bottom: 25px;
}

.gsjsDiv>p:last-child {
    margin-bottom: 0;
}

/* .gsjsRight img {
    width: 594px;
    height: 492px;
} */
.gsjsRight {
    width: 40%;
    height: 100%;
    position: relative;
}

.gsjsRight img {
    width: 100%;
    margin-left: -5%;
}

/* .gsjsDiv img {
    position: absolute;
    width: 594px;
    height: 492px;
    left: 560px;
    top: -120px;
} */

.gsdtBox {
    max-width: 1920px;
    height: 707px;
    margin: 0 auto;
    background: url('../img/gsdtBac.png') no-repeat;
    background-size: 1920px 707px;
    padding-top: 20px;
}

.gsdtBoxSon {
    width: 90%;
    margin: 0 auto;
}

.gsdtBodyUl {
    width: 100%;
    margin-bottom: 60px;
    border-bottom: 1px solid #BEBEBE;
}

.gsdtBodyUl li {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    cursor: pointer;
}

.gsdtBodyUl span {
    width: 6px;
    height: 6px;
    background: #DDDFE5;
    border-radius: 50%;
    display: block;
    margin: 0 30px 10px;
}

.gsdtBodyLiAct {
    font-weight: bold;
    color: #D01027 !important;
    border-bottom: 4px solid #C7161C;
}
.gsdtImg {
    width: 25%;
}

.gsdtTextBox {
    width: 73%;
}

.gsdtImg img {
    width: 100%;
    /* height: 340px; */
    margin-right: 60px;
}

.gsdtText {
    /* width: 330px; */
    width: 100%;
}

.gsdtText p {
    margin-bottom: 30px;
}

.gsdtText a {
    margin-bottom: 30px;
}

.gsdtText>a:last-child {
    margin-bottom: 0;
}

.gsdtBodyBottom {
    position: relative;
    justify-content: space-between;
}

.gsdtTextTime {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.gsdtTextBoxLeft {
    width: 35%;
    margin-right: 65px;
}

.gsdtTextBoxRight {
    width: 60%;
}

.gsdtTextTitle {
    color: #333333;
    font-weight: bold;
    /* 2023.8.3修改 */
    font-size: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.gsdtTextTitle2 {
    -webkit-line-clamp: 1 !important;
}

.gsdtTextNr {
    /* 2023.8.3修改 */
    font-size: 20px;
    color: #999999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.gsdtText2 {
    /* width: 372px; */
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BEBEBE;
}

.gsdtText2>p:nth-child(1) {
    margin-bottom: 30px;
}

.gsdtText2>p:nth-child(2) {
    margin-bottom: 20px;
}

.gsdtTextNr2 {
    -webkit-line-clamp: 2 !important;
}

.gsdtText3 {
    width: 372px;
}

.gsdtText3>p:nth-child(1) {
    margin-bottom: 30px;
}

.gsdtBtn {
    width: 150px;
    height: 56px;
    margin-top: 50px;
}

.gsdtBtn img {
    width: 150px;
    height: 56px;
}

.gsdtBtn {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.ywlyBox {
    width: 90%;
    margin: 35px auto 0;
}

.ywlyText {
    margin: 60px auto;
    width: 100%;
    /* text-indent: 2em; */
    line-height: 36px;
    /* 2023.8.3修改 */
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.ywlyUl {
    justify-content: space-between;
}

.ywlyLi {
    width: 23%;
    background: #F2F4F5;
}

.ywlyLiTop img {
    width: 100%;
    height: 340px;
    /* 2023.8.18修改 */
    object-fit: cover;
}

.ywlyLiBottom {
    padding: 25px 20px;
}

.ywlyLiTitle {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ywlyLiText {
    color: #666666;
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jiantouImg {
    width: 46px;
    height: 46px;
}

.ywlyLiCk {
    justify-content: flex-end;
}

.footer {
    padding-top: 50px;
    margin: 90px auto 0;
    max-width: 1920px;
    height: auto;
    padding-bottom: 40px;
    background: url('../img//dibBac.png') no-repeat;
    background-size: 1920px 347px;
    background-color: #F2F4F5;
}

.footerSon {
	width: 90%;
    margin: 0 auto;
    font-size: 18px;
}

.footerCenter {
    margin-top: 30px;
}

.footerCenterLeft {
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerCenterLeft p {
    margin-bottom: 15px;
}

.footerCenterLeft p:nth-child(odd) {
    max-width: 500px;

}

.footerCenterRight {
    width: 25%;
    justify-content: flex-end;
}

.footerCenterRight img {
    width: 66px;
    height: 66px;
    margin: 0 auto 12px;
}

.footerCenterRight p {
    font-size: 12px;
}

.footerBottom {
    margin-top: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.footerBottom p {
    text-align: center;
    width: 100%;
    margin-bottom: 13px;
}

.footerBottom a {
    text-align: center;
    width: 100%;
}


.footerBottom>div>img {
    width: 14px;
    height: 16px;
    margin-right: 7px;
}

.fhdbBtn {
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 14px 18px 0px rgba(207, 207, 207, 0.41);
    border-radius: 50%;
    position: fixed;
    right: 4%;
    bottom: 200px;
    justify-content: center;
    cursor: pointer;
}

.fhdbBtn img {
    width: 24px;
    height: 34px;
}

.gywmImg {
    width: 100%;
    height: auto;
    position: relative;
}

.gywmImg>img {
    width: 100%;
    height: auto;
}

.gywmBox {
    width: 1200px;
    margin: 80px auto 20px;
}

.gywmBoxBottom {
    margin: 100px auto 0;
}

.gywmLeft {
    width: 312px;
    height: 426px;
    background: url('../img/gywmBac.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 160px;
}

.gywmLeft img {
    width: 266px;
    height: 305px;
    position: absolute;
    top: 55px;
    left: 90px;
}

.gywmRight {
    width: 766px;
    min-height: 418px;
    background: #F8FAFF;
    padding: 30px;
}

.gywmRight p {
    font-size: 26px;
    color: #808080;
    margin-bottom: 30px;
}

.gywmRight p:last-child {
    margin-bottom: 0;
}

.khfwTopBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.khfwTopOne {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.khfwTopTwo {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.khfwlyb {
    width: 1200px;
    margin: 60px auto;
}

.khfwTitleTop {
    position: relative;
}

.khfwTitleTop img {
    width: 27px;
    height: 23px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.khfwTitleTop p {
    font-weight: bold;
    font-size: 24px;
    color: #C7161C;
    padding-bottom: 15px;
    border-bottom: 4px solid #C7161C;
    margin-bottom: -2px;
    box-sizing: border-box;
}

.khfwTitle {
    border-bottom: 1px solid #C7161C;
}

.lynrBox {
    margin-top: 55px;
}

.lynrBoxSon {
    width: 604px;
    margin: 0 auto;
}

.lynrBoxSon input {
    padding: 0 25px;
    /* color: #999999; */
    font-size: 20px;
    box-sizing: border-box;
    font-family: none !important;
}

.lynrBoxSon textarea {
    padding: 15px 25px;
    /* color: #999999; */
    font-size: 20px;
    font-family: none !important;
    box-sizing: border-box;
}

.qymcInp {
    width: 604px;
    height: 56px;
    background: rgba(225, 229, 241, 0.44);
    box-shadow: 0px 0px 5px 0px rgba(225, 229, 241, 0.44);
}

.xzcsDiv {
    width: 100%;
    margin: 10px auto;
    justify-content: space-between;
}

.xzcsDiv select {
    width: 293px;
    height: 56px;
    box-shadow: 0px 0px 5px 0px rgba(225, 229, 241, 0.44);
    border-radius: 4px;
    padding: 0 25px;
    box-sizing: border-box;
    color: rgba(102, 102, 102, 0.702);
    font-size: 20px;
    font-family: none !important;
}

.lynrText {
    width: 604px;
    min-height: 167px;
    background: rgba(225, 229, 241, 0.44);
    box-shadow: 0px 0px 5px 0px rgba(225, 229, 241, 0.44);
    border-radius: 4px;
}

.ltTjBtn {
    width: 230px;
    height: 52px;
    background: #B90C00;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 20px;
    display: block;
    margin: 20px auto 0;
}

.jyjzBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #BEBEBE;
}

.jyjzBoxSon {
    margin: 50px auto 0;
    display: flex;
    align-items: flex-end;
}

.jyjzLeft {
    width: 523px;
    margin-right: 117px;
    padding-bottom: 30px;
}

.jyjzLeftTop {
    color: #808080;
    font-size: 16px;
    margin-bottom: 20px;
}

.jyjzLeftTop p {
    line-height: 30px;
}

.jyjzLxfs {
    padding: 18px 0;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    justify-content: space-between;
}

.jyjzLxfsSon>p:nth-child(1) {
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}

.jyjzLxfsSon>p:nth-child(2) {
    font-size: 16px;
    color: #333333;
}

.jyjzDz {
    margin: 30px auto 0;
}

.jyjzDzTop {
    margin-bottom: 13px;
}

.jyjzDzTop img {
    width: 15px;
    height: 20px;
    margin-right: 12px;
}

.jyjzDzTop p {
    color: #333333;
    font-size: 16px;
}

.jyjzDzUl li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.jyjzDzUl>li:last-child {
    margin-bottom: 0;
}

.jyjzDzUl span {
    display: block;
    width: 6px;
    height: 6px;
    background: #BEBEBE;
    border-radius: 50%;
    margin-right: 8px;
}

.jyjzRight img {
    width: 566px;
    height: 286px;
}

.dqwzBox {
    width: 1200px;
    margin: 20px auto 0;
    font-size: 20px;

}

.icon_dqwz {
    width: 14px;
    height: 18px;
    margin-right: 8px;
}

.dqwzP {
    color: #8D8C8C;
}

.dqwzBox a {
    color: #666666;
}

.dqwzBox span {
    margin: 0 9px;
    color: #8D8C8C;
}

.gsdtBoxBottom {
    width: 1200px;
    margin: 60px auto 0;
}

.gsdtBoxTopUl {

    color: #333333;
    font-size: 24px;

}

.gsdtBoxTopUl li {
    padding-bottom: 15px;
    font-weight: bold;
    margin-right: 30px;
    cursor: pointer;
}

.gsdtBoxTopUl>li:last-child {
    margin-right: 0;
}

.gsdtBoxTopLiAct {
    color: #C7161C !important;
    border-bottom: 4px solid #C7161C;
    margin-bottom: -2px;
    box-sizing: border-box;
}

.gsdtUl {
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 88px;
}

.gsdtUl a {
    padding: 20px 0;
    color: #333333;
    font-size: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #BEBEBE;
}

.gsdtLiLeft p {
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gsdtLiLeft span {
    display: flex;
    width: 8px;
    height: 8px;
    background: #BFBFBF;
    border-radius: 50%;
    margin-right: 20px;
}

.gsdtLiRight p {
    color: #B9B9B9;
}

.gsdtLiRight img {
    margin-left: 25px;
    width: 9px;
    height: 16px;
}

.gsdtLiAct p {
    color: #C7161C !important;
}

.gsdtLiAct span {
    background: #C7161C !important;
}

.gsdtLiAct>.gsdtLiRight img:nth-child(2) {
    display: none !important;
}

.gsdtLiAct>.gsdtLiRight img:nth-child(3) {
    display: block !important;
}

.gsdtLi>.gsdtLiRight img:nth-child(2) {
    display: block;
}

.gsdtLi>.gsdtLiRight img:nth-child(3) {
    display: none;
}

.fyqDiv {
    justify-content: center;
}

.fyqDiv>button:last-child {
    margin-right: 0;
}

.fyqDiv button {
    width: 103px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5EAF5;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    margin-right: 14px;
}

.fyqUl li {
    width: 40px;
    height: 40px;
    border: 1px solid #E5EAF5;
    box-shadow: 0px 0px 5px 0px rgba(225, 229, 241, 0.44);
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    margin-right: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.ywlyHzTitle {
    width: 1200px;
    margin: 0 auto;
}

.fyqLiAct {
    border: none !important;
    width: 40px;
    height: 40px;
    background: #C9162D;
    box-shadow: 0px 0px 7px 0px rgba(201, 86, 86, 0.68);
    border-radius: 5px;
    color: #FFFFFF !important;
}

.ywlyBoxText {
    width: 931px;
    height: 173px;
}

.ywlyHzBox {
    /* width: 1200px; */
    margin: 60px auto 0;
}

.ywlyTitleImg {
    width: 54px;
    height: 46px;
    margin-right: 12px;
}

.ywlyZwTitle {
    font-size: 46px;
    margin-right: 25px;
    font-weight: bold;
}

.ywlyYwTitle {
    font-weight: bold;
    font-size: 32px;
    color: #E1E5F1;
    margin-right: 74px;
}

.ywlyTitleLine>p:nth-child(1) {
    width: 509px;
    height: 3px;
    background: #C7161C;
}

.ywlyTitleLine>p:nth-child(2) {
    width: 60px;
    height: 3px;
    background: #C7161C;
    margin: 0 10px;
}

.ywlyTitleLine>p:nth-child(3) {
    width: 20px;
    height: 3px;
    background: #C7161C;
}

.ywlyLb {
    margin: 88px auto 0;
}

.ywlyLbBox1 {
    max-width: 1920px;
    /* height: 707px; */
    margin: 0 auto;
    background: url('../img/ywlyBac1.png') no-repeat;
    background-size: 1920px 549px;
    /* padding-top: 20px; */
}

.ywlyLbBox1Son {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.ywlyLbBox1Son2 {
    padding: 90px 0 !important;
}

.ywlySonLeft {
    width: 496px;
    height: 395px;
    background: url('../img/ywlyImgBac.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 40px;
    position: relative;
}

.ywlySonLeft img {
    width: 532px;
    height: 389px;
    position: absolute;
    right: 26px;
    bottom: 34px;
    box-shadow: 0px 4px 10px 0px rgba(6, 25, 58, 0.4);

}
.ywlySonLeft2 img {
    left: 35px !important;
    bottom: 34px !important;
    right: auto !important;
}

.ywlySonRight {
    width: 600px;
}

.khfwTitle2 {
    width: 559px !important;
}

.ywlyNum {
    position: absolute;
    right: 18px;
    font-size: 32px;
}

.khfwTitle2 p {
    color: #333333 !important;
    font-size: 40px !important;
}

.ywlySonRightDiv {
    margin-top: 50px;
}

.ywlySonRightDiv p {
    color: #808080;
    font-size: 26px;
    text-indent: 2em;
    line-height: 40px;
}

.ywlyLbBox2 {
    background: none !important;
}

.ywlySonLeft2 {
    margin-left: 50px;
    margin-right: 0 !important;
}

.ywlyLbBox3 {
    background: url('../img/ywlyBac2.png') no-repeat !important;
    background-size: 1920px 550px !important;
}

.icon_JianTou {
    width: 11px;
    height: 14px;
    margin: 0 10px;
}

.gsdtXqBox {
    margin: 25px auto 0;
    padding: 50px 40px 60px;
    width: 1200px;
    border: 1px solid #E5EAF5;
}

.gsdtXqBoxTitle {
    margin: 0 auto 40px;
    width: 876px;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.gsdtXqBoxTime {
    justify-content: space-between;
    margin-bottom: 50px;
}

.gsdtXqBoxTime span {
    display: block;
    width: 473px;
    height: 1px;
    background: #B9B9B9;
    opacity: 0.4;
}

.gsdtXqBoxTime p {
    color: #AFAFAF;
    font-size: 16px;
}

.gsdtNr {
    padding: 0 50px;
}

.gsdtNr>p:nth-child(1) {
    margin-bottom: 50px;
}

.gsdtNr p {
    color: #666666;
    font-size: 18px;
    text-indent: 2em;
    line-height: 35px;
}

.gsdtNr img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.gsdtNrLast {
    margin-top: 80px;
}

.gsdtNrLast p {
    text-align: right;
}

.Search .lh-search-box {
    opacity: 1;
    visibility: visible;
}

.lh-search-box {
    position: absolute;
    right: 0;
    top: 90px;
    background: #f8f8f8;
    width: 320px;
    padding: 0 0 0 10px;
    box-sizing: content-box;
    visibility: hidden;
    opacity: 0;
    transition: cubic-bezier(0.215, .61, .355, 1) .25s;
    z-index: 999;
}

.lh-search-box .ss {
    width: 320px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    border-radius: 0;
    background: #f8f8f8;
    overflow: hidden;
}

.lh-search-box .ss .input {
    width: 252px;
    height: 68px;
    color: #333;
    display: block;
    line-height: 68px;
    background: rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    padding: 0;
    box-sizing: content-box;
    background: #f8f8f8;
}

.lh-search-box .ss .buttons {
    width: 68px;
    height: 68px;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: RGBA(208, 16, 39, 1);
    font-size: 14px;
    color: #fff;
    float: right;
}

.dq_select {
    /*设置select下拉框的背景颜色和背景图片*/
    background: rgba(225, 229, 241, 0.44) url("../img/xiala.png") no-repeat right !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*设置select下拉框背景图片的大小和位置*/
    background-size: 21px 17px !important;
    background-position-x: 264px !important;
}

/*设置select下拉框的样式，去掉下拉框箭头*/
.dq_select::-ms-expand {
    display: none;
}

.ywlySonLeftSon {
    width: 495px;
    height: 395px;
    border: 2px solid;
    border-image: linear-gradient(0deg, rgba(238, 241, 248, 0.5), rgba(238, 241, 248, 0.5)) 10 10;
    background: linear-gradient(0deg, rgba(238, 241, 248, 0.5) 0%, rgba(238, 241, 248, 0.5) 100%);
}