body {
    min-width: 1380px;
    overflow-x: auto;
}

.container {
    width: 1380px;
    margin: 0 auto;
}
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

a,
input,
select,
textarea,
area,
button {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

textarea {
    overflow: auto;
    resize: none;
}

ul,
li {
    list-style: none;
}
.inline-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hidden2 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 头部 */
.head_content {
    width: 100%;
    position: relative;
}

.head_top {
    position: absolute;
    width: 1366px;
    top: 47px;
    left: calc(50% - 683px);
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_top .search {
    width: 500px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #B4B4B4;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    border: none;
    justify-content: space-between;
}

.head_top .search input {
    flex: 1;
    height: 100%;
    padding-left: 20px;
    border: none;
    z-index: 1000;
    cursor: pointer;
}

.head_top .search-btn {
    width: 115px;
    height: 100%;
    background: #CC4643;
    border-radius: 0 6px 6px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login_register {
    display: flex;
    justify-content: end;
}

.login_register a {
    margin-left: 50px;
    height: 27px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #FFF;
}

.login_register a img {
    height: 22px;
    margin-right: 10px;
}

.head-list-box {
    width: 100%;
    /*margin-top: -4px;*/
    background: rgba(205, 45, 45, 1);
    position: relative;
}

.head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.head-list {
    line-height: 56px;
    width: 171px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.head-list a {
    color: #fff;
    display: block;
}

.head-list.current,
.head-list:hover {
    background: #ff5757;
}
.head-list:hover .subnav {
    display: block !important;
}
.head-list .subnav {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    content: '';
    width: 153px;
    display: none;
}
.head-list .subnav li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    background: rgba(205, 45, 45, 1);
}
.head-list .subnav li:hover {
    background: #ff5757;
}
.head-list .subnav li a {
    color: #fff;
    font-size: 14px;
}
/* 底部 */
.footer {
    min-width: 1380px;
    width: 100%;
    text-align: center;
    line-height: 2;
    color: #FFF;
    background: #c10a0b;
    display: flex;
    padding: 20px;
}
.footer .big-box {
    display: flex;
    align-items: center;
    width: 950px;
}
.footer .info{
    display: inline-block;
    padding: 20px 0;
    vertical-align: middle;
    margin-right: 20px;
    flex: 1;
}
.footer .info p {
    text-align: left;
}
.footer .footer-qrcode {
    flex: 1;
    display: flex;
    justify-content: end;
}
.footer .footer-qrcode .qrcode-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-right: 50px;
}
.footer .footer-qrcode .qrcode-img:last-child {
    margin-right: 0;
}
.footer .footer-qrcode .qrcode-img img {
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 6px;
    width: 110px;
}
.footer_i {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_i ._span {
    width: 100%;
    margin-top: 5px;
}

.footer_i ._span span {
    color: #cd2d2d;
}
.main {
    width: 100%;
    max-width: 1380px;
    margin: auto;
}
.text_title_hover:hover {
    color: #c10a0b;
}
/* 数字、文章轮播列表 */
.content1 {
    display: flex;
    justify-content: space-between;
    height: 330px;
    margin-top: 20px;
}

.content1 .left {
    width: 335px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 6px;
    flex-shrink: 0;

    background-color: #fff;
}
.content1 .left .left-content {
    width: 100%;
    height: 100%;
    background-image: url("../imgs/center1-left.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.content1 .left .item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1;
    padding: 0;
    cursor: initial;
}
.content1 .left .item .item-content {
    color: #FFF;
}
.content1 .left .item .item-content > div {
    margin-bottom: 5px;
}
.content1 .left .item:after {
    display: none;
}
.content1 .left .item:hover {
    color: #000;
}
.content1 .left .item img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.content1 .left .item strong {
    font-family: Georgia, serif;
    font-size: 30px;
    color: #fff;
}
.content1 .left .item .title {
    font-weight: bolder;
}
.content1 .right {
    width: 1019px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    flex: 1;
}
.content1 .right .el-carousel__item {
    border-radius: 6px !important;
}
.content1 /deep/.el-carousel__indicators--horizontal {
    right: 10px !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.content1 .right .carousel {
    width: 515px;
    position: relative;
}

.content1 .right .carousel a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.content1 .right .carousel a p {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 0 0 10px;
    color: #fff;
    box-sizing: border-box;
    background-color: #00000080;
    border-radius: 6px;
}

.content1 .right .text_list {
    width: calc(100% - 535px);
    margin-left: 20px;
}
.content1 .right .text_list .text_list-item {
    margin-bottom: 20px;
}
.content1 .right .text_list .text_list-item:last-child {
    margin-bottom: 0;
}
.content1 .right .text_list .text_list-item:hover .tit {
    color: #c10a0b;
}
.more {
    text-align: right;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    /*margin-top: 6px;*/
    /*padding-right: 10px;*/
    /*background: url(../imgs/more_icon.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 7px 10px;*/
    /*background-position: right center;*/
}
.more:after {
    content: "";
    width: 6px;
    height: 12px;
    background-image: url("../imgs/more_icon.png");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.more a {
    font-size: 14px;
    color: #949494;
    padding-right: 10px;
}

/* 无图文字列表 */
.text_list .text_list-item a {
    display: flex;
    align-items: center;
}

.text_list .text_list-item .dian {
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #C10A0B;
}

.text_list .text_list-item .tit {
    flex: 1;
    font-size: 16px;
    /*margin: 6px 0;*/
}

.content1 .right .text_list .text_list-item:first-child .tit {
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bolder;
}

.content1 .right .text_list .text_list-item:first-child .dian {
    display: none;
}
.content2 {
    padding: 20px 0;
    width: 100%;

}
.content2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zhuanti-banner {
    width: 100%;
}
.content2 ul li {
    margin-bottom: 20px;
    width: 680px;
}
.content2 ul li:nth-child(3),
.content2 ul li:nth-child(4) {
    margin-bottom: 0;
}
.content2 ul li a {
    display: block;
    width: 100%;
}
.content2 ul li a img {
    width: 100%;
    border-radius: 6px;
}
.content3 {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}

.content3 .wmsj_tit {
    text-align: center;
    margin-bottom: 10px;
}

.nav_title {
    width: 100%;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 550;
    padding-left: 15px;
    background-image: url(../imgs/tit_icon.png);
    background-size: 72px 26px;
    background-repeat: no-repeat;
    background-position: left center;
    flex-shrink: 0;
    color: initial;
}
.nav_title span {
    margin-right: 50px;
    flex-shrink: 0;
}
.nav_title .nav-title-icon {
    flex: 1;
}
.nav_title2 {
    background-image: url(../imgs/tit_icon2.png) !important;
    background-size: 12px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #cd2d2d;

    font-size: 16px;
}
.nav_title3 {
    background-image: url(../imgs/tit_icon4.png) !important;
    background-size: 95px 26px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    font-size: 16px;
    color: #FFF;
}
.nav_title .more{
    margin-top: 0;
    display: flex;
    align-items: center;
}
.area_list_wrapper {
    margin-bottom: 20px;
}
.area_desc {
    display: flex;
    padding: 20px 60px;
    background-color: #FFF;
    margin-bottom: 20px;
    border-radius: 6px;
    min-height: 600px;
}

.area_desc > .area_content {
    line-height: 1.8;
    flex: 1;
    /*margin-right: 30px;*/
}
.area_desc > .area_content .date_info {
    display: inline-block;
    padding: 10px 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #333;
    margin-bottom: 20px;
}
.area_desc > .area_content .area-content-title {
    font-weight: 550;
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 24px;
}
.area_desc > .area_content .area-content-item {
    line-height: 2;
    margin-bottom: 20px;
}
.area_desc > .area_content .area-content-item table {
    border-collapse: collapse;
    width: 100% !important;
}
tbody tr td:first-child {
    width: 72px;
}
tbody tr td:nth-child(2) {
    width: 120px;
}
tbody tr td:nth-child(3) {
    width: 182px;
}
tbody tr td:nth-child(4) {
    width: 161px;
}
tbody tr td:nth-child(5) {
    width: 120px;
}
table td, table th {
    border: 1px solid #ccc;
    padding: .4rem;
    text-align: center;
}
tbody
.area_desc > .area_content div {
    background-color: transparent !important;
}
.area_desc > .area_content table {
    margin: 0 auto;
}
.area_desc > .area_content span {
    text-indent: 2em;
}
.area_desc .area_img {
    width: 444px;
    flex-shrink: 0;
}
.area_desc .area_img img {
    width: 100% !important;
    height: 100% !important;
}
.area_arc_list {
    width: 100%;
    padding: 20px;
    padding-top: 5px;
    box-sizing: border-box;
    background-color: #FFF;
    padding-bottom: 0;
}
.area_arc_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.area_arc_list ul li {
    width: 660px;
    height: 132px;
    margin-bottom: 20px;
}
.area_arc_list ul li a {
    display: flex;
    height: 100%;
}
.area_arc_list ul li a img {
    width: 186px;
    height: 132px;
    flex-shrink: 0;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 6px;
}
.area_arc_list ul li a .content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.area_arc_list ul li a .content .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 550;
}
.area_arc_list ul li a .content .short-title {
    color: #333;
    font-size: 15px;
}
.area_list {
    display: flex;
    justify-content: space-between;
}

.area_list .area_list-item {
    width: 120px;
    height: 159px;
    position: relative;
}
.area_list .area_list-item a {
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.area_list .area_list-item img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.area_list .area_list-item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fef3ac;
    line-height: 1.5;
    z-index: 11;
    border-radius: 6px;
    background-color: #00000080;
    padding: 0 5px;
}

.area_list .area_list-item .text div {
    font-size: 16px;
    margin-top: 3px;
    color: #fff;
}

.area_list .area_list-item:hover .text {
    color: #c10a0b;
    background-color: rgba(255, 255, 255, 0.46);
}
.area_list .current_item {
    color: #c10a0b !important;
    background-color: rgba(255, 255, 255, 0.46) !important;
    font-weight: bolder;
}
.area_list .current_item  div  {
    color: #c10a0b !important;
}
.area_list .area_list-item:hover .text div {
    color: #c10a0b;
}
.text_columns {
    width: 100%;
    padding: 20px;
    padding-top: 5px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 6px;
}

.search-wrapper {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}
.search-wrapper .search {
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*padding: 0 20px;*/
    display: flex;
}
.search-wrapper .search input {
    width: 100%;
    height: 100%;
    border: 1px solid #c10a0b;
    border-radius: 6px;
    padding-left: 20px;
    z-index: 1000;

}
.search-wrapper .search .clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 165px;
    width: 20px;
}
.search-wrapper .search .search-btn {
    width: 115px;
    height: 40px;
    background: #CC4643;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}
.search-wrapper .search .search-btn input {
    cursor: pointer;
}
.search-wrapper .search .search-btn .value {
    color: #FFF;
    margin-left: 10px;
}
.search-wrapper .search .search-btn .search-icon {
    width: 14px;
    /*margin-top: 3px;*/
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #333;
}
.pinpai-list {
    width: 100%;
    display: flex;
}
.pinpai-list .type-name {
    margin-right: 10px;
}
.pinpai-list .pinpai-item {
    padding: 0 20px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin-right: 20px;
}
.pinpai-list .pinpai-item:hover {
    background-color: #c10a0b;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    padding: 0 20px;
}
.pinpai-list .pinpai-current {
    background-color: #c10a0b;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    padding: 0 20px;
    margin-right: 20px;
}
.img_list_wrapper {
    padding: 20px;
    background-color: #FFF;
    border-radius: 6px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.img_list_wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.img_list_wrapper ul li {
    width: 252px;
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
}
.img_list_wrapper ul .img-li li:nth-child(4n) {
    margin-right: 0;
}
.img_list_wrapper ul li:nth-child(4n) {
    margin-right: 0;
}
.img_list_wrapper ul li a {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}
.img_list_wrapper ul li a img.cover {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}
.img_list_wrapper ul li a img.play_icon {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 20px;
    bottom: 47px;
}
.img_list_wrapper ul li a .title {
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.art_img_list_wrapper {
  margin-bottom: 0px;
}
.art_img_list_wrapper ul li:nth-child(4n) {
  margin-right: 20px;
}
.art_img_list_wrapper ul li:nth-child(5n) {
  margin-right: 0;
}
.video-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-modal .video-operate {
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.45);
}
.video-modal .video-wrapper {
    margin: auto;
    width: 60%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-modal .video-wrapper video {
    width: 100%;
    /*height: 100%;*/
    border-radius: 6px;
}
.video-modal .video-wrapper .modal-title {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
}
.video-modal .video-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}
.video-modal .video-wrapper .operate {
    color: #C10A0B;
    display: flex;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
}
.video-modal .video-wrapper .operate  img.lg-icon {
    margin-right: 5px;
    color: #C10A0B !important;
    width: 20px;
    margin-bottom: 0;
    max-width: max-content;
    max-height: max-content;
}
.video-modal .video-wrapper .operate:last-child img.lg-icon {
    width: 15px;
}
.list-pinpai {
    padding: 20px;
    background-color: #FFF;
    border-radius: 6px;
}
.list-pinpai ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-pinpai ul li {
    width: 660px;
    height: 110px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 6px;
}
.list-pinpai ul li:nth-child(2n) {
    margin-right: 0;
}
.list-pinpai ul li a {
    width: 100%;
    height: 100%;
    display: flex;
}
.list-pinpai ul li a img {
    height: 100%;
    width: 200px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 6px;
}
.list-pinpai ul li a .title {
    width: 0;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    display: flex;
    align-items: center;
    color: initial;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 550;
}
.list-pinpai ul li a .title b {
    /*font-weight: normal;*/
}
.text-indent2 {
    text-indent: 2em;
    margin: 0 !important;
}
.zixun_zhaiyao, .zixun_zhaiyao2 {
    padding: 20px;
    background: linear-gradient(to right, #f1d7b3, #f6f2e9);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.zixun_zhaiyao {
    display: block;
}

.zixun_zhaiyao .right {
    width: 650px;
    flex-shrink: 0;
}
.zixun_zhaiyao .zixun_title_img {
    width: 225px;
    margin: 0 0 20px -20px;
}
.zixun_zhaiyao .title {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.zixun_zhaiyao2 {
    padding: 20px 0;
}
.zixun_zhaiyao2 .content {
    width: 100%;
    background-image: url("../imgs/zixun_bg.png");
    background-size: 100% 100%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.zixun_zhaiyao2 .content img {
    width: 55px;
    margin-right: 30px;
    flex-shrink: 0;
}
.zixun_zhaiyao2 .right {
    flex: 1;
    text-indent: 2em;
    margin: 0 !important;
    line-height: 1.8;
    color: #ffd49f;
}
.zixun_zhaiyao2 .right div {
    text-indent: 2em;
    margin: 0 !important;
    line-height: 1.8;
}
.zixun_zhaiyao h2,
.zixun_zhaiyao h1,
.zixun_zhaiyao h3 {
    margin: 0 !important;
}
.zixun_zhaiyao div {
    text-indent: 2em;
    margin: 0 !important;
    line-height: 1.8;
}
.zixun_zhaiyao3 {
    background-image: url("../imgs/zixun_bg2.png");
    background-size: 100% 100%;
    min-height: 278px;
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
}
.zixun_zhaiyao3 .title3 {
    width: 800px;
    position: absolute;
    left: 20px;
    top: -40px;
}
.zixun_zhaiyao3 img.left {
    width: 55px;
    flex-shrink: 0;
    margin: 30px 30px 30px 5px;
}
.zixun_zhaiyao3 .right {
    padding-top: 40px;
}
.zixun_zhaiyao4 {
    background-image: url("../imgs/zixun_bg3.png");
    background-size: 100% 100%;
    display: flex;
    margin-top: -335px;
    position: relative;
    height: 250px;
    margin-bottom: 20px;
}
.zixun_zhaiyao4 .center {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.zixun_zhaiyao4 .left {
    /*background-image: url('../imgs/zixun_bg3_left.png');*/
    /*background-repeat: no-repeat;*/
    height: 220px;
    /*width: 100px;*/
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 35px;
    color: #C10A0B;
    padding-left: 20px;
}
.zixun_zhaiyao4 .content {
    padding: 0 30px;
}
.zixun_zhaiyao4 .content div {
    margin: 0 !important;
    line-height: 1.8;
    text-indent: 2em;
    font-size: 16px;
}
.zixun_list-wrapper {
    padding: 30px;
    background-color: #FFF;
    border-radius: 10px;
}
.zixun_list-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zixun_list-wrapper ul li {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}
.zixun_list-wrapper ul li:first-child {
    padding-top: 0;
}
.zixun_list-wrapper ul li a {
    width: 100%;
    display: flex;
}
.zixun_list-wrapper ul li a img {
    width: 300px;
    height: 168px;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    object-fit: cover;
}
.zixun_list-wrapper ul li a .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
    width: 0;
}
.zixun_list-wrapper ul li a .right .title {
    font-size: 18px;
    font-weight: bolder;
}
.zixun_list-wrapper ul li a .right .content,
.zixun_list-wrapper ul li a .right .time {
    text-indent: 2em;
    font-size: 15px;
    color: #666;
}
.zixun_list-wrapper ul li a .right .time {
    text-indent: 0;
}
.activity_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.activity_wrapper a {
    width: 32%;
    height: 109px;
}
.activity_wrapper a img {
    width: 100%;
}
.el-pagination {
    display: flex;
    justify-content: center;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #c10a0b !important;
    color: #fff;
}
.el-pager li {
    background-color: #FFF !important;
    border: 1px solid #ccc !important;
}
.el-pager li:hover {
    border: 1px solid #c10a0b !important;
}
.el-pagination button {
    padding: 4px 11px !important;
    border: 1px solid #ccc !important;
    flex-shrink: 0;
    background-color: #FFF !important;
}
.el-pagination button.btn-next {
    margin: 0 15px 0 5px !important;
}
.el-pagination button:not(:disabled):hover {
    border: 1px solid #c10a0b !important;
    color: #c10a0b !important;
}
.el-pagination  button span {
    line-height: initial !important;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content3 .left {
    width: 660px;
    margin-right: 0;
}
.content3 .left .swiper {
    width: 100%;
}
.content3 .right {
    width: 660px;
}

.video_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video_list-item {
    width: 206px;
    position: relative;
    margin-right: 20px;
    box-sizing: border-box;
}

.video_list-item:nth-child(3n) {
    margin-right: 0;
}

.video_list-item a {
    width: 100%;
    height: 100%;
}

.video_list-item img {
    width: 100%;
    height: 113px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

.video_list-item .tit {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.video_list-item .video_icon {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 71px;
    z-index: 99;
}

.content3 .carousel {
    padding: 0 45px;
}
.content3 .swiper img {
    width: 206px;
    height: 113px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}
.content3 .swiper .swiper-button-prev,
.content3 .swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    background-color: rgba(31, 45, 61, .11);
    border-radius: 50%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #fff;
    font-weight: bolder;
    font-size: 16px !important;
}
.content3 .swiper p {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.content3 /deep/.el-carousel__item {
    width: 190px;
}

.content3 /deep/.el-carousel__indicators--horizontal {
    display: none;
}

.content3 /deep/.el-carousel__arrow{
    top: calc( 50% - 15px);
    background:none;
    color: #999;
    font-size: 42px;
    font-weight: bold;
}

.content3 /deep/.el-carousel__arrow--right{
    right: 3px;
}

.content3 /deep/.el-carousel__arrow--left{
    left: -53px;
}

.content4{
    margin-top: 20px;
    height: 365px;
}

.content4 .left,.content4 .right{
    width: 680px;
    padding: 0 20px;
    border-radius: 6px;
    background-color: #fff;
    height: 100%;
}

.content4 .left{
    height: 100%;
    margin-right: 20px;
}

.pic_list{
    display: flex;
    flex-wrap: wrap;
}

.pic_list .pic_list-item{
    width: 200px;
    /*height: 107px;*/
    margin-bottom: 20px;
    margin-right: 20px;
}

.pic_list .pic_list-item:nth-child(3n){
    margin-right: 0;
}

.pic_list .pic_list-item a{
    width: 100%;
    height: 100%;
}

.pic_list .pic_list-item img{
    width: 200px;
    height: 110px;
    border-radius: 6px;
    object-fit: cover;
}

.pic_list .pic_list-item .tit{
    font-size: 16px;
    margin-top: 5px;
    color: #333;
}
.qrcode{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top:0;
    left: 0;
}
.qrcodeBox{
    background: #fff;
    width: 300px;
    height: 350px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
}
.qrcodeBox img{
    margin-bottom: 10px;
}
.content5{
    display: flex;
    margin: 20px 0;
    height: 384px;
}
.float-right {
    position: fixed;
    right: 120px;
    bottom: 20px;
    z-index: 1000;
}
.float-right .float {
    width: 130px;
    height: 160px;
    border: 1px solid #c10a0b;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffeff0;
}
.float-right .float:first-child .code-img {
    padding: 5px;
}
.float-right .float .code-img {
    width: 82px;
    height: 83px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #FFF;
}
.float-right .scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.float-right .scroll .top-icon {
    margin-bottom: 10px;
}
.content5 .left{
    width: 0;
    flex: 1;
    margin-right: 20px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.content5 .center{
    width: 0;
    flex: 1;
    height: 100%;
    margin-right: 20px;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.dongtai-content2 {
    display: flex;
    justify-content: space-between;
    padding: 50px 20px !important;
}
.dongtai-content2 .list_nav {
    flex-shrink: 0;
    margin-right: 20px;
}
.dongtai-content2 ul {
    flex: 1;
    margin: 0 50px;
}
.content5 .center .dongtai-content {
    padding: 0;
    background-color: transparent;
}
.content5 .center .dongtai-content li {
    border-radius: 6px;
    margin-bottom: 20px !important;
}
.content5 .center .dongtai-content li:last-child {
    margin-bottom: 0 !important;
}
.content5 .right{
    height: 100%;
    padding: 0 20px 20px 20px;
    border-radius: 6px;
    background-color: #fff;
    flex: 1;
    width: 0;
}
.content5 .right .text_list-item {
    margin-bottom: 20px;
}
.content5 .left .dianpaidan{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.content5 .left .dianpaidan a {
    width: 406px;
    height: 91px;
    border-radius: 6px;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.content5 .left .dianpaidan a:first-child {
    background-image: url("../imgs/dianpaidan1.jpg");
}
.content5 .left .dianpaidan a:nth-child(2) {
    background-image: url("../imgs/dianpaidan2.jpg");
}
.content5 .left .dianpaidan a:nth-child(3) {
    background-image: url("../imgs/dianpaidan3.jpg");
    margin-bottom: 0;
}
.content5 .left .dianpaidan a:nth-child(2) .icon {
    width: 32px;
    height: 28px;
}
.content5 .left .dianpaidan a:nth-child(3) .icon {
    width: 26px;
    height: 29px;
}
.content5 .left .dianpaidan .content {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 550;
}
.content5 .left .dianpaidan .content .icon {
    width: 31px;
    height: 33px;
    margin-right: 10px;
}
    /* 爱心卡片 */

.love-card {
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    /*margin-bottom: 20px;*/
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
}

.love-card__children {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 320px;
    height: 350px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 6px;
}

.love-card__children:nth-child(4n) {
    margin-right: 0;
}

.love-card__children .img {
    width: 100%;
    height: 204px;
}

.love-card__children .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    border-radius: 6px;
    object-fit: cover;
}

.love-card__children-text {
    padding: 10px 20px;
}

.love-card__children-text p {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
}

.love-card-children__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #C10A0B;
    font-size: 18px;
    font-weight: 550;
}

.love-card-children__title.zm_ing {
    color: #C10A0B;
}

.love-card-children__title.zm_ed {
    color: #bbb;
}

.love-card-children__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
}

.love-card-children__right {
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 15px;
    float: right;
}

.love-card-children__title.zm_ing .love-card-children__right {
    border: 2px solid #C10A0B;
}

.love-card-children__title.zm_ed .love-card-children__right {
    border: 2px solid #ddd;
}

/* 飘窗相关 */
.float-box {
  z-index: 2000;
  width: 270px;
  height: 202px;
  border-radius: 5px;
  position: fixed;
  text-align: left;
  top: 0;
  left: 0;
}

.float-box span {
  text-align: right;
  position: absolute;
  right: 6px;
  top: 6px;
  color: #fff;
  cursor: pointer;
}

.float-box div {
  margin-top: 30px;
}

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