body {
    background: url('../img/bg.png') no-repeat;
}
.banner {
    width: 100%;
    height: 500px;
    margin-bottom: 27px;
    background: url('../img/banner.png') no-repeat;
    background-position: center;
}
.Headlines {
    height: 142px;
    margin-bottom: 60px;
    background: url('../img/toutiao.png') center bottom no-repeat,
                url('../img/ttbg.png') center bottom no-repeat;
}
.Headlines-main {
    height: 100%;
}
.Headlines-title {
    color: #de9739;
    font-size: 27px;
    padding-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.Headlines-txt {
    padding-left: 220px;
}
.Headlines-abstract,.frist-news-nav {
    text-indent:2em;
    line-height: 27px;
}
.Headlines-txt .details {
    color:#de9739;
    margin-left: 10px;
}
.ellipsis {
    white-space: nowrap;      /*超出的空白区域不换行*/
    overflow: hidden;         /*超出隐藏*/
    text-overflow: ellipsis;
}
.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 最新报道和图说三夏 */
.news-picture {
    margin-bottom: 80px;
}
.news,.picture {
    width: 583px;
}
.small-title {
    height: 77px;
    position: relative;
}
.more {
    color: #666666;
    position: absolute;
    top:45px;
    right: 10px;
}
.news-title {
    background: url('../img/newsTitle.png') no-repeat;
}
.picture-title {
    margin-bottom: 28px;
    background: url('../img/pictureTitle.png') no-repeat;
}
.frist-news {
    margin-top: 28px;
    border-bottom: 1px dashed #ccc;
}
.frist-news h1 {
    font-weight: 600;
    font-size: 23px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 35px;
}
.frist-news h1::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #de9739;
}
.frist-news-nav {
    color: #666;
    margin-bottom: 34px;
    padding-left: 15px;
}
.news-list {
    /* width: 100%; */
}
.news-list li {
    margin-top: 37px;
    padding-left: 15px;
    position: relative;
}
.news-list li::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
}
.news-list li a {
    color: #333;
}
.picture-carousel {
    width: 515px;
    height: 358px;
    margin: 0 auto;
    padding-top:25px;
    position: relative;
    /*background: url("../img/pictureCarouselBg.png") no-repeat;*/
}
.swiper-container {
    width: 444px;
    height: 312px;
    margin: 0 auto;
}
.swiper-container img {
    width: 100%;
    height: 100%;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #e2e2e2;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background: #de9739;
    width: 30px;
}
.swiper-button-prev1,.swiper-button-next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-prev1 {
    left: -40px;
}
.swiper-button-next1 {
    transform: rotate(180deg);
    right: -40px;
    margin-top: -10px;
}
.swiper-button-prev1 img,.swiper-button-next1 img {
    width: 37px;
    height: 29px;
}
/* 微视频 */
.micro-video {
    margin-bottom: 50px;
}
.video-title {
    /* margin-bottom: 20px; */
}
.video-title img {
    width: 100%;
    height: 67px;
}
.video-box {
    height: 673px;
    background: url('../img/videoMain.png') center center no-repeat;
    margin: 0 auto;
    padding-top: 70px;
}
.video-main {
    width: 1114px;
    height: 513px;
    margin: 0 auto;
}
.video-carousel {
    width: 158px;
    /*position: relative;*/
}
.video-carousel .swiper-container {
    width: 158px;
    height: 400px;
    margin-top: 60px;
}
.video-carousel .swiper-slide {
    width: 156px;
    height: 120px;
     margin-bottom: -10px; 
}
.video-carousel .swiper-slide img {
    height: 94px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.video-carousel .swiper-slide p {
    text-align: center;
}
.video img {
    width: 100%;
    height: 100%;
}
.swiper-button-prev2,.swiper-button-next2 {
    position: absolute;
    transform: translateY(-50%);
}
.swiper-button-prev2 {
    left: 50%;
    margin-left: -25px;
    bottom: -50px;
}
.swiper-button-next2 {
    transform: rotate(180deg);
    top: 0;
    left: 50%;
    margin-left: -25px;
}
.swiper-button-prev2 img,.swiper-button-next2 img {
    width: 49px;
    height: 26px;
}
.video {
    width: 910px;
    height: 100%;
    position: relative;
}
#showVideoImg {
    /* object-fit: cover; */
}
.current-video-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.current-video-title i,.current-video-title p {
    color: #fff;
}
.current-video-title img {
    width: 50px;
    height: 50px;
    margin-top: 200px;
}
/* 地方动态和科学防控 */
.local-science {
    margin-bottom: 70px;
}
.local-title {
    background: url('../img/localTitle.png') no-repeat;
}
/* 农机设备和畅通保障 */
.rjsb-title {
    background: url('../img/rjsb.png') no-repeat;
}
.ctbz-title {
    background: url('../img/ctbz.png') no-repeat;
}
/* 秸秆利用和夏播夏管 */
.jgly-title {
    background: url('../img/jgly.png') no-repeat;
}
.xbxg-title {
    background: url('../img/xbxg.png') no-repeat;
}


.science-title {
    background: url('../img/scienceTitle.png') no-repeat;
}
/* 媒体聚焦 */
.media-focus {
    
}
.media-focus-bg {
    height: 690px;
    background: url('../img/jjdt.png') center center no-repeat;
}
.media-focus-main {
    padding: 85px 75px;
    padding-bottom: 50px;
}
.media-focus-main-left {
    width: 510px;
}
.Image-Text .text {
    width: 270px;
}
.Image-Text h1 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 21px;
}
.Image-Text p {
    text-indent:2em;
    line-height: 27px;
}
/* 节气 */
.solar-term-box {
    position: relative;
    height: 460px;
}
.solar-term {
    width: 100%;
    height: 505px;
    background: url('../img/jq.png') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    padding-left: 171px;
    top: -90px;
}
.term-item {
    width: 160px;
    height: 292px;
    position: absolute;
    padding-top: 35px;
}
.term-item:nth-child(odd) {
    background: url('../img/fk.png') center top no-repeat;
    background-size: 100% 100%;
    top: 108px;
}
.term-item:nth-child(even) {
    background: url('../img/fk2.png') center top no-repeat;
    background-size: 100% 100%;
    top: 82px;
}
.term-item:nth-child(1) {
    
}
.term-item:nth-child(2) {
    left: 335px;
}
.term-item:nth-child(3) {
    left: 502px;
}
.term-item:nth-child(4) {
    left: 668px;
}
.term-item:nth-child(5) {
    left: 837px;
}
.term-item:nth-child(6) {
    left: 1004px;
}
.term-item-arrow {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 202px;
}
.term-item-arrow:nth-child(odd) {
    background: url('../img/arrowUp.png') center top no-repeat;
    background-size: 100% 100%;
}
.term-item-arrow:nth-child(even) {
    background: url('../img/arrowDown.png') center top no-repeat;
    background-size: 100% 100%;
}
.term-item-arrow:nth-child(1) {
    left: 304px;
}
.term-item-arrow:nth-child(2) {
    left: 473px;
}
.term-item-arrow:nth-child(3) {
    left: 636px;
}
.term-item-arrow:nth-child(4) {
    left: 807px;
}
.term-item-arrow:nth-child(5) {
    left: 973px;
}
.term-nav,.term-title {
    width: 111px;
    height: 75px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 70px;
}
.term-nav {
    line-height: 19px;
    overflow: hidden;
}
.term-title p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}