/* 茶产业上方切换 */

.cwh_navbox.ccy .in_cwh_nav li:nth-child(1) .bk2 {
    background-image: url(x2_ccy_word_icon1.png);
}

.cwh_navbox.ccy .in_cwh_nav li:nth-child(2) .bk2 {
    background-image: url(x2_ccy_word_icon2.png);
}

.cwh_navbox.ccy .in_cwh_nav li:nth-child(3) .bk2 {
    background-image: url(x2_ccy_word_icon3.png);
}

.cwh_navbox.ccy .in_cwh_nav li:nth-child(4) .bk2 {
    background-image: url(x2_ccy_word_icon4.png);
}

.cwh_navbox.ccy .in_cwh_nav li:nth-child(5) .bk2 {
    background-image: url(x2_ccy_word_icon5.png);
}

.cwh_navbox.ccy .in_cwh_nav li:nth-child(6) .bk2 {
    background-image: url(x2_ccy_word_icon6.png);
}

.cwh_navbox.ccy .in_cwh_nav li.on .bk2 {
    background-image: url(x2_tea_in_cwh02_h.jpg);
}

/* 茶产业上方切换end */

/* 茶科技上方切换 */

.cwh_navbox.ckj .in_cwh_nav li:nth-child(1) .bk2 {
    background-image: url(x2_ckj_word_icon1.png);
}

.cwh_navbox.ckj .in_cwh_nav li:nth-child(2) .bk2 {
    background-image: url(x2_ckj_word_icon2.png);
}

.cwh_navbox.ckj .in_cwh_nav li:nth-child(3) .bk2 {
    background-image: url(x2_ckj_word_icon3.png);
}

.cwh_navbox.ckj .in_cwh_nav li:nth-child(4) .bk2 {
    background-image: url(x2_ckj_word_icon4.png);
}

.cwh_navbox.ckj .in_cwh_nav li:nth-child(5) .bk2 {
    background-image: url(x2_ckj_word_icon5.png);
}

.cwh_navbox.ckj .in_cwh_nav li.on .bk2 {
    background-image: url(x2_tea_in_cwh03_h.jpg);
}

.cwh_navbox.ckj .line {
    width: 872px;
}

/* 茶科技上方切换 end */

/* 新茶人上方切换 */

.cwh_navbox.xcr .in_cwh_nav li:nth-child(1) .bk2 {
    background-image: url(x2_xcr_word_icon1.png);
}

.cwh_navbox.xcr .in_cwh_nav li:nth-child(2) .bk2 {
    background-image: url(x2_xcr_word_icon2.png);
}

.cwh_navbox.xcr .in_cwh_nav li:nth-child(3) .bk2 {
    background-image: url(x2_xcr_word_icon3.png);
}

.cwh_navbox.xcr .in_cwh_nav li:nth-child(4) .bk2 {
    background-image: url(x2_xcr_word_icon4.png);
}

.cwh_navbox.xcr .in_cwh_nav li:nth-child(5) .bk2 {
    background-image: url(x2_xcr_word_icon5.png);
}

.cwh_navbox.xcr .in_cwh_nav li.on .bk2 {
    background-image: url(x2_tea_in_cwh04_h.jpg);
}

.cwh_navbox.xcr .line {
    width: 872px;
}

/* 新茶人上方切换 end */

/* 栏目文章页 */
.banner {
    height: 430px;
}

.banner img {
    height: 100%;
    object-fit: cover;
}

.qhkx_crumbs {
    width: 1400px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 20px;
    color: #863d3d;
    background: url(x2_tea_weizhi.png) left center no-repeat;
    background-size: auto;
    padding-left: 30px;
}

.qhkx_crumbs a {
    color: #863d3d;
}

.qhkx_crumbs a:hover {
    color: #642727;
}

.x2_sm_title {
    font-size: 38px;
    font-weight: bold;
    color: #b6281a;
    text-align: center;
    margin: 61px 0 49px 0;
    letter-spacing: 4px;
}

.x2_line1 {
    width: 100%;
    height: 3px;
    background-color: #a20b0b;
}

.x2_line2 {
    width: 100%;
    height: 1px;
    background-color: #a20b0b;
    margin-top: 5px;
}

.x2_content {
    width: 100%;
    margin-top: 45px;
    font-size: 22px;
    color: #863d3d;
    line-height: 46px;
    /*text-indent: 44px;
    text-align: center;*/
    margin-bottom: 72px;
}

.x2_content p {
    /*text-align: left;*/
    margin-bottom: 16px;
}

.x2_content img {
    width: 810px;
    text-align: center;
    margin: 0 0 16px;
}

/* 栏目文章页 end  */

/* 视频列表页 */
.x2_main {
    width: 100%;
}

.clear {
    clear: both;
}

.x2_main ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

.x2_main ul li:nth-child(3n) {
    margin-right: 0;
}

.x2_list {
    width: 433px;
    height: 460px;
    background-color: #fff;
    background-image: url(x2_list_back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 1px 2px 8px rgba(55, 33, 9, 0.13);
    position: relative;
}

.x2_list.video_list .x2_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.x2_list.has_pic .x2_list_content {
    display: none;
}

.x2_list.has_pic .x2_list_time {
    position: absolute;
    bottom: 10px;
}

.x2_list:hover {
    background-image: url(x2_list_back_hover.png);
}

.x2_list:hover p {
    color: #f1eee8;
}

.x2_list:hover .x2_list_title {
    color: #fff;
}

.x2_list .x2_pic {
    width: 100%;
    min-height: 20px;
    text-align: center;
}

.x2_list .x2_pic div {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.x2_list .x2_pic_icon {
    width: 86px;
    height: 89px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    left: 50%;
    margin-left: -43px;
}

.x2_list .x2_pic .x2_pic_img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 0.5s;
}

.x2_list:hover .x2_pic .x2_pic_img {
    transform: scale(1.1);
}

.x2_list .x2_list_words {
    width: 100%;
    padding: 20px 40px 0;
    box-sizing: border-box;
    color: #8f6565;
}

.x2_list .x2_list_title {
    color: #723232;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list1 .x2_list .x2_list_title {
    -webkit-line-clamp: 1;
}

.x2_list .x2_list_time {
    margin: 16px 0 24px;
    font-size: 18px;
}

.x2_list .x2_list_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 20px;
    line-height: 30px;
}

/* 视频列表页 end  */

/* 普通图文列表页 */

.x2_list_horizontal {
    width: 1400px;
    height: 279px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    background-image: none;
}

.x2_list_horizontal:hover {
    background-image: none;
    background-color: #a20b0b;
}

.x2_list_horizontal:hover .x2_list_more {
    color: #fff;
    border-bottom-color: #fff;
}

.x2_list_horizontal:hover .x2_list_more::after {
    background-image: url(x2_list_more_icon_hover.png);
}

.x2_list_horizontal .x2_pic {
    width: 433px;
    height: 240px;
    float: left;
    margin-right: 32px;
}

.x2_list_horizontal .x2_list_words {
    padding: 0 20px 0 0;
    padding-left: 20px;
}

.x2_list_horizontal .x2_list_time {
    margin: 9px 0 8px;
    color: #817569;
}

.x2_list_horizontal .x2_list_content {
    -webkit-line-clamp: 3;
    margin: 16px 0 8px;
    line-height: 30px;
    font-size: 18px;
}

.x2_list_more {
    width: 202px;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #a20b0b;
    color: #a20b0b;
    line-height: 40px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.x2_list_more::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 9px;
    background-image: url(x2_list_more_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

/* 普通图文列表页 end  */

/* 纯文字列表页 */

.x2_list .x2_list_content.no_has_pic {
    -webkit-line-clamp: 9;
}

/* 纯文字列表页end  */

/* 视频列表页2 */

.x2_list_video2 {
    width: 433px;
    height: 370px;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(55, 33, 9, 0.13);
    position: relative;
}

.x2_list_video2 .x2_pic {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.x2_list_video2 .x2_pic .x2_pic_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.x2_list_video2:hover .x2_pic_img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.x2_list_video2 .x2_pic .x2_pic_icon {
    width: 86px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -42px;
}

.x2_list_video2 .x2_list_words {
    margin-top: 30px;
    text-align: center;
}

.x2_list_video2 .x2_list_words p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x2_list_video2 .x2_list_words .x2_list_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #723232;
}

.x2_list_video2 .x2_list_words .x2_list_content {
    font-size: 18px;
    color: #8f6565;
}

.x2_list_video2 .x2_list_back2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* 视频列表页2end */

/* 分页 */
.tea_page {
    text-align: center;
    padding: 30px 0 86px;
    position: relative;
    z-index: 11;
}

.tea_page_s {
    display: inline-block;
    font-size: 14px;
}

.tea_page a {
    cursor: pointer;
    background: #fff;
}

.tea_page a,
.tea_page .txt {
    padding: 0 3px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d1d1d1;
    /* margin: 0 3px 0 0; */
    color: #2d2d2d;
    font-size: 16px;
    border-radius: 3px;
    min-width: 30px;
    display: inline-block;
}

.tea_page span:nth-child(1) {
    margin-left: 4px;
}

.tea_page a:hover {
    color: #fff;
    border: 1px solid #a20b0b;
    background: #a20b0b;
}

.tea_page .cur {
    color: #fff;
    border: 1px solid #a20b0b;
    background: #a20b0b;
}

.tea_page span {
    border: none;
}

.tea_page .txt {
    width: 18px;
}

.tea_page #num {
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 32px;
    vertical-align: top;
    font-size: 16px;
    background: #fff;
}

.tea_page font {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.tea_page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.tea_page #go {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    cursor: pointer;
    *padding: 0 3px;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #a20b0b;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}

/* 分页结束  */










@media screen and (max-width: 1440px) {

    .cwh_navbox .line {
        width: 820px;
    }

    .cwh_navbox.ckj .line {
        width: 662px;
    }

    .cwh_navbox.xcr .line {
        width: 662px;
    }

    /* 栏目文章页 */
    .banner {
        height: 324px;
    }

    .qhkx_crumbs {
        width: 1000px;
        margin: 22px auto 0;
        font-size: 14px;
        line-height: 14px;
        color: #863d3d;
        background-size: 11px 15px;
        padding-left: 20px;
    }

    .x2_sm_title {
        font-size: 30px;
        margin: 42px 0 34px 0;
        letter-spacing: 3px;
    }

    .x2_line2 {
        margin-top: 3px;
    }

    .x2_content {
        margin-top: 30px;
        font-size: 18px;
        line-height: 36px;
        text-indent: 36px;
        margin-bottom: 50px;
    }

    .x2_content p {
        margin-bottom: 12px;
    }

    .x2_content img {
        width: 560px;
        margin: 0 0 12px;
    }

    /* 栏目文章页 end  */

    /* 视频列表页 */

    .x2_main ul li {
        margin-right: 35px;
        margin-bottom: 38px;
    }

    .x2_list {
        width: 310px;
        height: 330px;
    }

    .x2_list .x2_pic {
        min-height: 14px;
    }

    .x2_list .x2_pic div {
        height: 173px;
    }

    .x2_list .x2_pic_icon {
        width: 65px;
        height: 67px;
        margin-top: -32px;
        margin-left: -33px;
    }

    .x2_list .x2_pic .x2_pic_img {
        height: 173px;
    }

    .x2_list .x2_list_words {
        padding: 14px 28px 0;
    }

    .x2_list .x2_list_title {
        font-size: 16px;
        line-height: 33px;
    }

    .x2_list .x2_list_time {
        margin: 10px 0 16px;
        font-size: 12px;
    }

    .x2_list .x2_list_content {
        font-size: 14px;
        line-height: 20px;
    }

    /* 视频列表页 end  */

    /* 普通图文列表页 */

    .x2_list_horizontal {
        width: 1000px;
        height: 200px;
        padding: 14px;
    }

    .x2_list_horizontal .x2_pic {
        width: 309px;
        height: 171px;
        margin-right: 22px;
    }

    .x2_list_horizontal .x2_list_words {
        padding: 0 14px 0 0;
        padding-left: 14px;
    }

    .x2_list_horizontal .x2_list_time {
        margin: 6px 0 5px;
    }

    .x2_list_horizontal .x2_list_content {
        margin: 9px 0 5px;
        line-height: 21px;
        font-size: 12px;
    }

    .x2_list_more {
        width: 142px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .x2_list_more::after {
        width: 18px;
        height: 7px;
        background-size: 18px 7px;
        margin-top: -3px;
    }

    /* 普通图文列表页 end  */

    /* 视频列表页2 */

    .x2_list_video2 {
        width: 310px;
        height: 264px;
    }

    .x2_list_video2 .x2_pic {
        height: 172px;
    }

    .x2_list_video2 .x2_pic .x2_pic_icon {
        width: 64px;
        height: 67px;
        margin-top: -32px;
        margin-left: -35px;
    }

    .x2_list_video2 .x2_list_words {
        margin-top: 21px;
    }

    .x2_list_video2 .x2_list_words .x2_list_title {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .x2_list_video2 .x2_list_words .x2_list_content {
        font-size: 14px;
    }

    /* 视频列表页2end */

    /* 分页 */
    .tea_page {
        padding: 21px 0 74px;
    }

    .tea_page_s {
        font-size: 12px;
    }

    .tea_page a,
    .tea_page .txt {
        padding: 0 2px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        border-radius: 2px;
        min-width: 21px;
    }

    .tea_page span:nth-child(1) {
        margin-left: 3px;
    }

    .tea_page .txt {
        width: 15px;
    }

    .tea_page #num {
        height: 22px;
        line-height: 22px;
        border-radius: 2px;
        width: 22px;
        font-size: 14px;
    }

    .tea_page font {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }

    .tea_page font i {
        padding-bottom: 2px;
        display: inline-block;
    }

    .tea_page #go {
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        *padding: 0 2px;
        font-size: 14px;
        border-radius: 2px;
    }

    /* 分页结束  */


}