.wrapper {
    font-size: 16px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.row1 {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row2 {
    width: 100%;
    display: -ms-flexbox;
    /* IE 10 */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dangjian-wrapper {
    padding-top: 500px;
    background: url("../images/dangjian/banner.png") no-repeat top center;
    background-color: #fff;
}


.dangjian-wrapper .part{
    position: relative;
    z-index:11;
}

.dangjian-wrapper .main {
    overflow: hidden;
    padding: 0;
    width: 1200px;
    margin: 0 auto 34px;
    background: url("../images/dangjian/bg.png") no-repeat top center;
    border-radius:  20px  20px 0 0;
    position: relative;
}

.dangjian-wrapper .main:after {
    display: inline-block;
    content: '';
    width:100%;
    height:auto;
    position: absolute;
    top:200px;
    left:0;
    right:0;
    bottom:0;
    background-color: #FFF5EC;
}

.dangjian-wrapper .part-label {
    display: block;
    text-align: center;
    width: 140px;
    height: 47px;
    line-height: 40px;
    background: url("../images/label-bg.png") no-repeat;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 11;
}

.dangjian-wrapper .part-list .list-tab {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #D40C0C;
}

.dangjian-wrapper .part-list .list-tab .label {
    float: left;
    margin-right: 60px;
    margin-bottom: 10px;
}

.part-list .list-tab span {
    float: left;
    font-size: 20px;
    color: #000000;
    padding: 0 30px;
    cursor: pointer;
    font-weight: bold;
    line-height: 48px;
    margin-top: 10px;
}

.part3 .list-tab span {
    padding: 0 20px;
}

.part-list .list-tab a.more-btn {
    float: right;
    font-weight: normal;
    line-height: 14px;
    padding: 20px 17px 14px 0;
    font-size: 14px;
    color: #999;
    background: url("../images/dangjian/more.png") no-repeat right 20px;
}

.part-list .list-tab span.active {
    font-size: 20px;
    color: #fff;
    background: #D40C0C;
}

.part-list .list {
    overflow: hidden;
}

.part-list .list .list-item {
    display: block;
    height: 20px;
    position: relative;
    color: #333333;
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
}

.part-list .list .list-item p.row1,
.part-list .list .list-item p.row2 {
    position: absolute;
    padding-left: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 800px;
}

.part-list .list .list-item .time {
    margin-left: 800px;
}

.part-list .list .list-item:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 16px;
    background: #D40C0C;
    transform: rotate(15deg);
    position: absolute;
    left: 3px;
    top: 4px;
}

.part1 {
    padding: 40px;
    overflow: hidden;
    margin-bottom: 6px;
}

.part1 .part-left {
    width: 600px;
    height: 400px;
    float: left;
}
.part1 .part-left .swiper-container{
    height: 400px;
}
.part1 .part-left .swiper-container img{
    width:100%;
    height:100%;
}
.part1 .part-list {
    margin-left: 640px;
    height: 400px;
    overflow: hidden;
}

.part1 .swiper images {
    width: 100%;
    height: 400px;
}

.part1 .swiper p {
    line-height: 40px;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 94px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #FFFFFF;
}

.part1 .swiper-pagination {
    bottom: 17px !important;
    right: 10px;
    left: auto !important;
    width: auto !important;
    height: 6px;
    overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.part1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #0069B8;
}

.part1 .part-list .list-item {
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #EDE0D4;
    margin-top: 16px;
    padding: 0px 20px;
}


.part1 .part-list .list-item:before {
    display: none;
}

.part1 .part-list .list-item p.row2 {
    width: 310px;
    float: left;
}

.part1 .part-list .list-item .time {
    margin-left: 310px;
    text-align: right;
    line-height: 70px;
}

.part2 {
    overflow: hidden;
    padding: 0 40px;
    margin-bottom: 40px;
}

.part3 {
    position: relative;
    padding: 0 40px 40px;
}


.part3 .swiper-slide {
    width: 212px !important;
    margin:40px 20px 0 0;
    overflow: hidden;
}

.part3 .swiper-slide img {
    width: 100%;
    height: 141px;
    object-fit: cover;
}

.part3 .swiper-button-next,
.part3 .swiper-button-prev {
    width: 12px;
    height: 12px;
    background: url("../images/swiper-btn.png") no-repeat;
    background-size: 100% 100%;
    top: 160px;
    margin-top: 0;
}

.part3 .swiper-button-prev:hover {
    background: url("../images/swiper-redbtn-active.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
}

.part3 .swiper-button-next:hover {
    background: url("../images/swiper-redbtn-active.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.part3 .swiper-button-prev {
    transform: rotate(180deg);
}

.part1 .swiper-button-next,
.part1 .swiper-button-prev {
    width: 40px;
    height: 80px;
    background: url("../images/next.png") no-repeat;
    background-size: 100% 100%;
    top: 160px;
    margin-top: 0;
    right: 0;
}

.part1 .swiper-button-prev:hover {
    background: url("../images/next-active.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
}

.part1 .swiper-button-next:hover {
    background: url("../images/next-active.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.part1 .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}