*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}


/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}

.main {
    max-width: 1200px;
    margin: 40px auto;
}



.center{
    width: 1200px;
    margin: 0 auto;
    height: 512px;
}
.headlines {
    width: 100%;
    margin-top: 20px;
}
.headlines-flag {
    width: 84px;
    height: 100%;
    background: url(../headlines-flag.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    line-height: 60px;
    position: relative;
}
.headlines-content h1 a{
    color: #1c6876;
}

.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #111111;
}
.headlines-article {
    width: 100%;
    height: 350px;
    margin-top: 45px;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.headlines-article-list {
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}
.headlines-article-list li {
    border-bottom: 1px dashed #bfbfbf;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.headlines-article-list li a:first-child{
    font-size: 18px;
    font-weight: bold;
}
.headlines-article-list li p {
    font-size: 16px;
    color: #888;
}
.headlines-article-list li p a {
    color: #1c6876;
}
.imgnews{
    height: 100%;
    width: 600px;
    float: right;
}



/*轮播图*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
.pb-carouselWarp {
    position: relative;
    width: 600px;
    height: 350px;
    overflow: hidden;
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%;
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pb-carouselWarp .pb-carousel li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel-ind li:first-child{
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0;
}
.pb-carouselWarp .pb-carousel li p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(10,10,10,0.5);
    color: #fff;
    width: 96%;
    padding: 0px 2%;
    overflow: hidden;
    height: 60px;
    text-align: center;
}
.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}
.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
    background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}






/*视频展播*/
.main2_bg{
    height: 506px;
    background: url(main2-bg.jpg) center top repeat-y;
    margin-top: 20px;
}
.main1400 {
    width: 1400px;
    margin: 0 auto;
}
.ywsd_left {
    width: 570px;
    float: left;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
ul.ywsd {
    padding-top: 20px;
}
ul.ywsd li {
    font-size: 18px;
}
ul.ywsd li a {
    display: block;
    background: url(ywsd-icon.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .1s linear;
}
ul.ywsd + ul.ywsd {
    border-top: 1px dotted #cac0ba;
    margin-top: 16px;
}
ul.ywsd {
    padding-top: 20px;
}

.video_row {
    width: 798px;
    float: right;
    margin-right: 2px;
}
.video_title {
    padding-left: 18px;
}
.ywsd_title {
    font-size: 24px;
    font-weight: bold;
    color: #ba1b21;
    padding-top: 20px;
}
.video_content {
    width: 798px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.video_content .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content .bd li {
    zoom: 1;
    position: relative;
}
.video_content b{
    display: block;
    width: 700px;
    height: 400px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.video_content i {
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 313px;
    top: 152px;
    z-index: 3;
}
.video_content p {
    width: 650px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}
.video_content .bd span img {
    width: 700px;
    height: 400px;
    display: block;
}



/*赤壁茶产业*/
.djch_box { width: 100%; height: 460px; background:#f5f5f5;  }
.djch_nr { width: 1172px; height: 460px; margin: 0 auto; }
.focusBox4 { width: 1172px; height: 460px; position: relative; background: #fff; }
.focusBox4 .arrow-left4 { background: url(djch_left.png) no-repeat left top; position: absolute; left: -55px; top: 189px; width: 37px; height: 82px; z-index: 2 }
.focusBox4 .arrow-right4 { background: url(djch_right.png) no-repeat left bottom; position: absolute; right: -55px; top: 189px; width: 37px; height: 82px; z-index: 2 }
.focusBox4 .swiper-container { width: 1171px; height: 460px; }
.swiper-slide { position: relative; }
.slide_cont { width: 1185px; }
.narrow_box { float: left; width: 230px; height: 460px; position: relative; margin-right: 7px; transition: all 1s; cursor: pointer; }
.narrow_box .title { position: absolute; left: 0; width: 230px; height: 230px; background: url(http://www.newsimg.cn/world/scosummit2018/images/djch_bj.png) no-repeat; font-size: 18px; color: #fff; font-weight: bold; line-height: 32px; text-align: center; padding: 40px 35px; z-index: 2; box-sizing: border-box; }
.narrow_box .title a { color: #fff; }
.narrow_box .img { position: absolute; left: 0; width: 230px; height: 230px; top:230px\9; }
.narrow_box .img img { width: 100%; height: 100%; }
.narrow_box:nth-child(odd) .title { top: 0; }
.narrow_box:nth-child(odd) .img { top: 230px; }
.narrow_box:nth-child(even) .title { top: 230px; }
.narrow_box:nth-child(even) .img { top: 0; }
.narrow_box.on { width: 460px; height: 460px; }
.narrow_box.on .img { position: absolute; left: 0; width: 460px; height: 460px; top:0\9; }
.narrow_box.on .title { position: absolute; left: 0; top: 327px; width: 100%; height: 133px; background: url(http://www.newsimg.cn/world/scosummit2018/images/djch_bj2.png) repeat-x; font-size: 18px; color: #fff; font-weight: bold; line-height: 32px; text-align: center; padding: 75px 10px 0 10px; }
.narrow_box.on:nth-child(odd) .img { top: 0; }


/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 60px;
}