﻿@charset "utf-8";
/*
    * @time Fri Nov 13 2020 08:57:46 GMT+0800 (中国标准时间)
    */

.domPc {
    display: block;
}

.domMob {
    display: none;
}

.grid-1200 {
    width: 1200px;
}

.grid-120 {
    width: 120px;
}

.grid-770 {
    width: 770px;
}

.grid-400 {
    width: 400px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.main {
    margin-top: 20px;
}

.main .box {
    margin: 0 auto
}

.main .nav {
    position: fixed;
    top: 230px;
    left: 50%;
    transform: translateX(-740px);
    background: #fff;
    min-height: 250px;
    z-index: 99;
}

.main .nav .nav-cont {
    top: 70px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.main .nav .nav-cont.fixed {
    top: 0;
}

.main .nav .nav-cont a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.main .nav .nav-cont a:first-child {
    background: #083b90;
    border: 0;
}

.main .nav .nav-cont a:first-child img {
    vertical-align: middle;
}

.main .nav .nav-cont a.active {
    position: relative;
    color: #083b90;
    background: #f3f6f8;
}

.main .nav .nav-cont a.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #083b90;
}

.box-cont {
    float: left;
}

.hot {
    float: right;
}


/*酒业要闻*/
.rb_box {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    background: #efefef;
    margin-top: 10px;
    margin-bottom: 16px;
}

.rb_left {
    float: left;
    width: 48px;
    height: 35px;
    background: url(http://www.xinhuanet.com/fortunepro/images/cjgd.png) no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    padding-left: 30px;
}

.rb_right {
    float: left;
    width: 1115px;
    height: 35px;
    overflow: hidden;
}

.txtMarquee-left {
    width: 100%;
    position: relative;
}

.txtMarquee-left .bd .tempWrap {
    width: 100% !important;
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    white-space: nowrap;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: inline-block;
    width: auto !important;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
}

.txtMarquee-left .bd ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 15px;
}

/*part1*/
.part1 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.part1-left {
    width: 755px;
    height: 435px;
    position: relative;
    float: left
}

.focus {
    width: 100%;
    height: 435px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.focus .swiper-container {
    width: 100%;
    height: 100%;
}

.focus .swiper-container .img {
    position: relative;
    z-index: 1;
}

.focus .swiper-container .img img {
    width: 100%;
    height: auto;
}

.focus .swiper-container .tit {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 70px 10px 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}

.focus .swiper-container .tit a {
    color: #fff;
}

.focus .swiper-container .pagination {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 15px;
}

.focus .swiper-container .pagination .swiper-pagination-bullet {
    background: #0051a4;
    opacity: 1;
}

.focus .swiper-container .pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.focus .swiper-container .swiper-button-prev {
    left: 0;
    width: 34px;
    height: 73px;
    background: url(http://www.news.cn/politics/newpage2020/images/icon-arrow.png) left 0 no-repeat;
}

.focus .swiper-container .swiper-button-next {
    right: 0;
    width: 34px;
    height: 73px;
    background: url(http://www.news.cn/politics/newpage2020/images/icon-arrow.png) right 0 no-repeat;
}

.focus .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.3rem !important;
    right: 0.5rem !important;
    left: auto;
    width: auto;
    font-size: 18px;
    color: #fff;
    font-style: italic;
}

.focus .swiper-pagination-current {
    color: #2D8BDE;
    font-style: italic;
    font-size: 28px;
}

.focus .swiper-pagination-total {
    font-size: 24px;
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 99;
}

.part1-right {
    width: 420px;
    float: right;
    overflow: hidden;
}

.part1-right ul {
    overflow: hidden;
    margin: 0 auto;
}

.part1-right li {
    font-size: 18px;
    color: #333;
    padding: 10px 10px 0 10px;
    height: 36px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part1-right li+li {
    border-top: 1px solid #fff;
    padding: 10px 10px 0 10px;
}

.part1-right li:nth-child(1),
.part1-right li:nth-child(1) a,
.part1-right li:nth-child(4),
.part1-right li:nth-child(4) a,
.part1-right li:nth-child(7),
.part1-right li:nth-child(7) a {
    color: #6b8ae2;
    font-weight: 700;
}

.part1-right li:hover {
    background: #6b8ae2;
}

.part1-right li a {
    color: #333
}

.part1-right li:hover a {
    color: #fff !important
}

.part1-right li * {
    vertical-align: middle
}

.areabox,
.card {
    position: relative;
    border-top: 1px solid #bfbfbf;
    padding-bottom: 15px;
    overflow: hidden;
}

.areabox .title,
.card .title {
    padding: 5px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.areabox .title a,
.card .title a {
    display: inline-block;
    position: relative;
    color: #000;
}

.areabox .title a:before,
.card .title a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 4px;
    background: #2b6bd6;
}

.period .col-1 {
    float: left;
    width: 545px;
}

.period .col-2 {
    float: right;
    width: 215px;
}

.period .picBig,
.period .picSmall {
    position: relative;
    width: 100%;
}

.period .picBig img,
.period .picSmall img {
    width: 100%;
    height: auto;
    border-radius:5px;
}

.period .picBig .tit,
.period .picSmall .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    text-align: justify;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 0 0 5px 5px;
}

.period .picBig .tit a,
.period .picSmall .tit a {
    color: #fff;
}

.period .picSmall:nth-child(even) {
    margin-top: 10px;
}

.period .picSmall .tit {
    padding: 5px;
}

.brief .col-1 {
    float: left;
    width: 430px;
}

.brief .col-2 {
    float: right;
    width: 310px;
}

.brief .col-3 {
    width: 100%;
    margin-top: 20px;
}

.brief .textBox .tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    text-align: justify;
    margin-top: 5px;
}

.brief .textBox .tit a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brief .textBox .abs {
    margin-top: 5px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.brief .picBig {
    width: 100%;
}

.brief .picBig img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.brief .picBig .tit {
    box-sizing: border-box;
    text-align: justify;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 5px 5px;
}

.brief .picBig .tit a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#brief {
    position: relative;
}

#brief .swiper-button-prev {
    width: 26px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(0);
    z-index: 2;
    margin-top: 0;
    background-size: 80%;
}

#brief .swiper-button-next {
    width: 26px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(0);
    z-index: 2;
    margin-top: 0;
    background-size: 80%;
}

#brief .swiper-container .swiper-button-prev,
#brief .swiper-container .swiper-button-next {
    display: none;
}

#brief .swiper-container:hover .swiper-button-prev,
#brief .swiper-container:hover .swiper-button-next {
    display: block;
}

#brief .swiper-slide {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#brief .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

#brief .swiper-slide .tit {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-top: 5px;
}

.virtuoso ul {
    width: 100%;
    margin-top: 10px;
}

.virtuoso li {
    float: left;
    width: calc(100%/3 - 6px);
    margin-left: calc(6px*3 / 2);
}

.virtuoso li:first-child {
    margin-left: 0;
}

.virtuoso li .media {
    position: relative;
    width: 100%;
    height: 420px;
    cursor: pointer;
    overflow: hidden;
}

.virtuoso li .media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.virtuoso li .media .tit {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: calc(100% / 2);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    background-color: #6b8ae2;
    border-radius: 5px 5px 0 0;
}

.virtuoso li .media .tit::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-10px);
    top: -20px;
    z-index: 2;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.virtuoso li:nth-child(even) .media img {
    top: calc(100% / 2);
    border-radius: 0 0 5px 5px;
}

.virtuoso li:nth-child(even) .tit::before {
    top: 100%;
    border-color: #fff transparent transparent transparent;
}

.virtuoso li:nth-child(odd) .media .tit {
    top: calc(100% / 2);
    border-radius: 0 0 5px 5px;
}



.list-style0 li {
    position: relative;
    margin-bottom: 5px;
}

.list-style0 li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bfbfbf;
}

.list-style0 li a {
    padding-left: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.list-style2 li {
    position: relative;
    margin-bottom: 10px;
}

.list-style2 li:nth-child(n+4) {
    margin-bottom: 0;
}

.list-style2 li .img {
    float: left;
    margin-right: 10px;
    width: 130px;
    height: 85px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style2 li:nth-child(n+4) .img {
    display: none;
}

.list-style2 li .img img {
    width: 100%;
    height: 100%;
}

.list-style2 li .tit {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 5px 5px 5px 0;
    max-height: 85px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-style3 {
    overflow: hidden;
}

.list-style3 ul {
    width: 100%;
}

.list-style3 li {
    position: relative;
    margin-bottom: 17px;
}

.list-style3 li .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style3 li .img img {
    width: 100%;
    height: auto;
}

.list-style3 li .tit {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-style3 li .tit a {
    color: #333;
}

.observe {
    position: relative;
}

.observe .swiper-container {
    width: 100%;
    height: 550px;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 0 20px;
}

.observe .swiper-slide {
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.observe .swiper-slide .img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.observe .swiper-slide .img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.observe .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 0 0 5px 5px;
}

.observe .swiper-slide .tit a {
    color: #fff;
}

.observe .swiper-button-prev {
    width: 26px;
    left: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(13px);
    z-index: 3;
    top: 40px;
    background-size: 80%;
 }

.observe .swiper-button-next {
    width: 26px;
    right: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(-13px);
    z-index: 3;
    top: inherit;
    bottom: 10px;
    background-size: 80%;
 }


.observe .swiper-slide.swiper-slide-active {
    padding-top: 0;
}

.observe .swiper-container .pagination {
    bottom: 0;
}

.special {
    margin-top: 10px;
    background: #fff;
}

.special.fixed {
    margin-top: 0;
}


@media screen and (max-width:768px) {
    .domPc {
        display: none;
    }

    .domMob {
        display: block;
    }

    a {
        color: #333;
    }

    .grid-120,
    .grid-1200,
    .grid-400,
    .grid-770 {
        width: 100%;
    }

    .grid-400,
    .grid-770 {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .main {
        margin-top: 0;
    }

    .rb_box {
        width: 100%;
    }

    .rb_right {
        width: 75%;
    }

    .part1 {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .part1-left {
        width: 100%;
        height: auto;
        position: relative;
        float: inherit;
    }

    .focus {
        height: auto;
    }

    .focus .swiper-container .swiper-button-prev,
    .focus .swiper-container .swiper-button-next {
        width: 26px;
        height: 56px;
        background-size: cover;
    }

    .focus .swiper-pagination-fraction {
        font-size: 14px;
        bottom: 0.2rem !important;
        right: 0.2rem !important;
    }

    .focus .swiper-pagination-current {
        font-size: 20px;
    }

    .focus .swiper-pagination-total {
        font-size: 18px;
    }

    .focus .swiper-container .tit {
        padding: 10px 50px 10px 10px;
    }

    .part1-right {
        width: 100%;
        float: inherit;
        overflow: hidden;
    }

    .part1-right li {
        font-size: 16px;
        color: #333;
        padding: 10px 10px 0 10px;
        height: 32px;
        border-bottom: 1px solid #dcdcdc;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .part1-right li+li {
        border-top: 1px solid #fff;
        padding: 10px 10px 0 10px;
    }

    .part1-right li:last-child {
        border: 0;
    }

    .period .col-1,
    .period .col-2 {
        float: inherit;
        width: 100%;
    }

    .period .picSmall {
        margin-top: 10px;
    }

    .brief .col-1 {
        float: inherit;
        width: 100%;
    }

    .brief .col-2 {
        float: inherit;
        width: 100%;
        margin-top: 15px;
    }

    .brief .col-3 {
        width: 100%;
        margin-top: 10px;
    }

    #brief .swiper-container .swiper-button-prev,
    #brief .swiper-container .swiper-button-next {
        display: block;
        transform: translateY(0);
        background-size: 60%;
        top: 35%;
    }

    .virtuoso li {
        float: left;
        width: calc(100%/3 - 3px);
        margin-left: calc(3px*3 / 2);
    }

    .virtuoso li .media {
        height: 194px;
    }

    .virtuoso li .media .tit {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed {
        position: inherit !important;
    }

    .observe .swiper-container {
        padding: 0;
        margin: 10px auto 0;
        position: relative;
        height: auto;
    }

    .observe .swiper-slide {
        margin-bottom: 0;
    }

    .observe .swiper-button-prev {
        left: 0;
        margin-top: inherit;
        transform: rotate(0) translateY(0);
        z-index: 3;
        top: 45%;
        background-size: 60%;
    }

    .observe .swiper-button-next {
        right: 0;
        margin-top: inherit;
        transform: rotate(0) translateY(0);
        z-index: 3;
        top: 45%;
        bottom: inherit;
        background-size: 60%;
    }
}