body {
    background-color: #f4f6f8 !important;
}

.gfkplist_content {
   max-width: 1120px;
    margin: 70px auto 20px auto;
}

.gfkplist_content_swiper {
    width: 100%;
    margin-top: 16px;
}

.gfkplist_content_swiper img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gfkplist_content_swiper p {
    position: absolute;
    left: 30px;
    bottom: 23px;
    height: 33px;
    font-size: 24px;

    font-weight: 600;
    color: #ffffff;
    line-height: 33px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.gfkplist_content_swiper .swiper-button-prev {
    width: 40px;
    height: 80px;
    padding: 20px 0;
    background: #000000;
    opacity: 0.7;
    left: 0 !important;
}

.gfkplist_content_swiper .swiper-button-prev img,
.gfkplist_content_swiper .swiper-button-next img {
    width: 100%;
    height: 40px;
}

.gfkplist_content_swiper .swiper-button-next {
    width: 40px;
    height: 80px;
    padding: 20px 0;
    background: #000000;
    opacity: 0.7;
    right: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35 !important;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.gfkplist_content_tab {}

.gfkplist_content_tab #box {
    width: 100%;
}

.gfkplist_content_tab ul {
    height: 72px !important;
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 25px;
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    border-bottom: #dddddd solid 1px;
}

.gfkplist_content_tab li {
    height: 72px !important;
    width: 100% !important;
    display: block;
    text-align: center;
    width: 100px;
    float: left;
    list-style: none;
    cursor: pointer;
    height: 30px;
    line-height: 72px;
}

.gfkplist_content_tab li:hover {
    font-weight: bold;
    transition: all 0.3s;
}

.gfkplist_content_tab .choice {
    font-size: 18px;

    font-weight: 600;
    color: #111111;
    border-bottom: 4px solid #009988;
}

.gfkplist_content_tab .tab-item {
    display: none;
    width: 100%;
}

.gfkplist_content_tab .show {
    display: block;
    width: 100%;
}

.gfkplist_content_tab .option {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gfkplist_content_tab .option_left {
    display: flex;
    flex-wrap: wrap;
}

.gfkplist_content_tab .option_left div{
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin-right: 20px;
    margin-top: 20px;
    padding-right: 10px;
}

.gfkplist_content_tab .option_left select {
    width: 170px;
    height: 40px;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    /* margin-right: 20px; */
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    
}

.gfkplist_content_tab .search {
    width: 360px;
    height: 40px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    overflow: hidden;
}

.gfkplist_content_tab .search input {
    width: 300px;
    height: 40px;
    background: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-left: 12px;
}

.gfkplist_content_tab .search img {
    width: 20px;
    height: 20px;
    margin: 8px 10px;
    cursor: pointer;
}

.list_content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
    align-content: flex-start;
}

.list_content .list {
    width: 360px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.list_content :nth-child(3n){
  margin-right: 0;
}

.list_content .list:hover .title {
    color: #35959f;
    transition: .3s;
}

.list_content .list img:hover  {
    color: #35959f;
    transform: scale(1.1);
}
.list_content .list a {
	display: block;
	overflow: hidden;
}
.list_content .list img {
    width: 320px;
    height: 180px;
}

.list_content .list .title {
    font-size: 16px;

    font-weight: 400;
    color: #111111;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.list_content .list .dec {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
	height: 48px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}

.list_content .list .time {
    display: flex;
    margin-top: 16px;
}

.list_content .list .time img {
    display: flex;
    width: 30px;
    height: 30px;
}

.list_content .list .time p {
    display: flex;
    font-size: 14px;

    font-weight: 400;
    color: #888888;
    line-height: 30px;
    margin-left: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}