.content_warp {
    width: 100%;
    /* background: url('https://qqdai-data.oss-cn-shenzhen.aliyuncs.com/temp/87d80ae7e96b9214e3d1ba51379d99b8.png'); */
    background-color: #f5f5f5;
}

.content {
    width: 1200px;
    min-height: 1000px;
    /* background: #fff; */
    margin: 0 auto;
    padding-top: 14px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.content a {
    cursor: pointer;
}

.section1 {
    display: flex;
}

.section1 .div1 {
    width: 138px;
    margin-right: 10px;
    text-align: center;
}

.section1 .div1 .p1 {
    display: block;
    line-height: 59px;
    background-color: #fff;
    cursor: pointer;
}

.section1 .swiper-container {
    width: 600px;
    height: 470px;
    margin-left: 0;
    margin-right: 10px;
    --swiper-pagination-color: #fff;
}

.section1 .swiper-slide img {
    height: 100%;
    width: 100%;
}

.section1 .div3 {
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section1 .div3 img {
    width: 100%;
    height: 150px;
    border-radius: 3px;
}

.section1 .div4 {
    width: 255px;
    margin-left: 10px;
}

.section1 .div4 .top {
    height: 310px;
    background-color: #fff;
}

.section1 .div4 .top .name {
    display: flex;
    text-align: center;
}

.section1 .div4 .top .name span {
    flex: 1;
    border-bottom: solid 4px #ccc;
    padding: 6px;
    cursor: pointer;
}

.section1 .div4 .top .name span.active {
    border-color: var(--color);
    color: var(--color);
}

.section1 .div4 .top .name span:first-of-type {
    margin-left: 10px;
}

.section1 .div4 .top .name span:last-of-type {
    margin-right: 10px;
}

.section1 .div4 .bottom {
    /* height: 100px; */
}

.section1 .div4 .bottom img {
    margin-top: 10px;
    width: 100%;
    height: 150px;
}

.section1 .div4 .secelt-box .row {
    text-align: center;
    height: 29px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.section1 .div4 .secelt-box .left {
    display: block;
    float: left;
    width: 26%;
    font-size: 13px;
}

.section1 .div4 .secelt-box .button {
    height: 42px;
    background: var(--color);
    opacity: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    width: 90%;
    margin: 20px auto;
}

.section1 .div4 select {
    width: 100%;
    height: 50px;
    font-size: 20px;
}

.section1 .div4 .option2 {
    width: 74%;
    position: relative;
    display: block;
}

.section1 .div4 .option2 select {
    border: none;
    outline: none;
    width: 90%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 16px;
    background: #f5f5f5;
    /* color: #b3b3b3; */
    color: #757575;
    height: 28px;
    font-size: 13px;
}

.section1 .div4 .option2.address {
    display: flex;
    box-sizing: border-box;
    flex: 1;
    margin-left: 8px;
    margin-right: 11px;
}

.section1 .div4 .option2.address .select{
    padding-left: 6px;
}

.section1 .div4 .option2 .input1 {
    border: none;
    outline: none;
    width: 81%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 16px;
    background: #f5f5f5;
    /* color: #b3b3b3; */
    color: #757575;
    height: 28px;
    font-size: 13px;
}

.input1::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575;
}

.input1::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
}

.input1:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575;
}

.input1:-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
}

.section1 .div4 .option2 .sendCode {
    position: absolute;
    right: 16px;
    top: 4px;
    cursor: pointer;
    color: var(--color);
    background: #f5f5f5;
    font-size: 13px;
}

.section2 {
    height: 67px;
    line-height: 67px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: nowrap;
}

.section2 p {
    display: inline;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    text-align: center;
}

.section2 p:nth-child(n+1) {
    background-color: var(--color);
}

.section2 p:nth-child(2n) {
    background-color: var(--dark-color);
}

.list-num {
    height: 47px;
    display: flex;
    justify-content: space-between;
    background-image: url("../img/yuan.jpg");
    background-size: contain;
    align-items: center;
    box-shadow: 0px 2px 6px rgba(var(--rgb-color), 0.16);
    margin-top: 20px;
    padding-right: 20px;
}

.list-num .left {
    display: flex;
    height: 100%;
    align-items: center;
}

.list-num .left .num {
    background-color: var(--color);
    width: 36px;
    height: 100%;
    align-items: center;
    display: flex;
    border-radius: 0 20px 20px 0;
    margin-right: 20px;
    padding-left: 8px;
    color: #fff;
    padding-right: 8px;
}

.list-num .left .title1 {
    color: #333333;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
}

.list-num .left .title2 {
    color: var(--color);
}

.list-num .right {
    color: #6E6E6E;
    font-weight: 700;
}

.list-num .right a {
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer;
}

.section3 {
    width: 100%;
    height: 532px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.section3 img {
    width: 100%;
    height: 100%;
}

.section3 .left {
    width: 230px;
    margin-right: 10px;
    height: 532px;
}

.section3 .right {
    flex: 1;
}

.section3 .right .top {
    display: flex;
    height: 294px;
    margin-bottom: 10px;
}

.section3 .right .top div {
    width: 465px;
}

.section3 .right .top div:first-of-type {
    flex: 1;
    margin-right: 10px;
}

.section3 .right .top div:last-of-type {
    flex: 1;
}

.section3 .right .bottom {
    display: flex;
    justify-content: space-between;
}

.section3 .right .bottom div {
    margin-right: 10.5px;
    height: 228px;
    width: 228px;
}

.section3 .right .bottom div:last-of-type {
    margin-right: 0;
}

.section4 {
    display: flex;
    padding-right: 10px;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
    background-color: #fff;
}

.section4 .img-box {
    width: 228px;
    height: 280px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.section4 .img-box img {
    width: 100%;
    height: 100%;
}

.newsList_inner {
    float: right;
    /* height: 320px; */
    /* background: red; */
    width: 504px;
}

.newsList_inner .lists {
    height: 68px;
    width: 100%;
    /* background: lightblue; */
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

.newsList_inner .lists:last-of-type {
    border-bottom: none;
}

.newslist3 {
    width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.over_tit {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over_tit a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.flex_news {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #6E6E6E;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.flex_news :first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 420px;
}

.section5-box {
    overflow: hidden;
    height: 400px;
    background: #fff;
    padding: 10px;
}

.section5-box .block {
    margin-top: 13px;
    width: 100%;
    float: left;
}

.section5 {
    display: flex;
}

.section5 .zixun {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

.section5>div {
    margin-left: 20px;
}

.section5>div:first-of-type {
    margin-left: 0;
    width: 323px;
    /* display: flex;
    flex-wrap: wrap; */
}

.section5>div:first-of-type img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.section5>div:first-of-type h3 {
    width: 240px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.section5>div:first-of-type p {
    width: 240px;
    height: 44px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    opacity: 1;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section5>div:last-of-type p {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #5A1B16;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section5>div:last-of-type p a {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #5A1B16;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section5>div:last-of-type li {
    /* color: #5A1B16;
    list-style-type: disc;
    list-style-position: inside; */
    list-style-type: disc;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    /* border-bottom: 1px solid #EEEEEE; */
    /* padding: 5px 0px; */
}

.section5>div:last-of-type li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.section6 {
    background-color: #fff;
    padding: 28px 23px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 57px;
}

.section6 .newsDetail {
    display: block;
    cursor: pointer;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 13px;
    width: 49%;
}

.section6 .newsDetail:nth-of-type(2n) {
    margin-left: 2%;
}

.section6 .title {
    color: #333333;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.section6 .detail-box {
    justify-content: space-between;
    display: flex;
    color: #6E6E6E;
    font-size: 12px;
}

.section6 .detail-box span {
    justify-content: space-between;
    display: flex;
    color: #6E6E6E;
    font-size: 12px;
}

.section6 .detail-box .detail {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    display: inline-block;
}

.section7 {
    background-color: #fff;
    padding: 33px 23px;
}

.section7 a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    margin-right: 12px;
    line-height: 25px;
}