.content {
    overflow: hidden;
}

.img-code{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 352px;
    height: 207px;
    background: url(../images/zz.jpg) no-repeat;
    background-size: 100%;
    z-index: 99;
}

/*专题*/
.lunbo-special {
    position: relative;
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background: rgba(244, 244, 244, 0.6);
    margin: 30px 0 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.lunbo-special .lunbo-special-container,
.lunbo-special .mySwiper {
    width: 1130px;
    height: 109px;
    overflow: hidden;

}

.tabnavs-span {
    cursor: pointer;
}

.lunbo-special .mySwiper .swiper-slide {
    width: 265px !important;
    height: 109px;
}

.lunbo-special .mySwiper .swiper-slide .links {
    display: block;
    width: 265px !important;
    height: 109px;
}

.lunbo-special .mySwiper .swiper-slide .links img {
    width: 100%;
    height: 100%;
}

.lunbo-special .mySwiper .swiper-prev {
    background-size: 100% 100%;
    left: 55px;
}

.lunbo-special .mySwiper .swiper-next {
    background-size: 100% 100%;
    right: 20px;
}

.lunbo-special .tbch {
    width: 36px;
    height: 136px;
    background: #1E407C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}

.lunbo-special .tbch a {
    writing-mode: vertical-lr;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 4px;
}

/*轮播图 + 右侧*/
.lunbo-swiper {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}


.lunbo-swiper .lunbo-left {
    width: 620px;
    /* width: 100%; */
    /* height: 405px; */
    border-radius: 10px;
}

.lunbo-swiper .lunbo-left .item {
    position: relative;
    display: block;
    /* width: 630px; */
    /* height: 505px; */
    height: 100%;
    width: 100%;
}

.lunbo-swiper .lunbo-left .item img {
    width: 100%;
    height: 100%;
}

.lunbo-swiper .lunbo-left .item .img-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    /* width: 630px; */
    width: 100%;
    height: 128px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.lunbo-swiper .lunbo-left .item .img-title .text {
    width: 82%;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 24px;
    padding-bottom: 24px;
}

.lunbo-swiper .lunbo-left .item .img-title .text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lunbo-swiper .lunbo-left .el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.lunbo-swiper .lunbo-left .el-carousel .el-carousel__indicators {
    right: 0px !important;
    bottom: 10px !important;
    left: auto !important;
}

.lunbo-swiper .lunbo-left .el-carousel .el-carousel__indicators .is-active .el-carousel__button {
    background: red;
}

.lunbo-swiper .lunbo-left .el-carousel .el-carousel__arrow i::before {
    content: '';
}

.lunbo-swiper .lunbo-right {
    width: 637px;
    /* height: 405px; */
}

.lunbo-swiper .lunbo-right .lunbo-right-content {
    width: 630px;
    height: 354px;
    /* overflow-y: hidden; */
}

.lunbo-swiper .lunbo-right .lunbo-right-content .navs {
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .navs .item {
    margin-right: 1px;
    width: 210px;
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    color: #817E7E;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    ;
    background: #F8F8F8;
    border-radius: 10px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .navs .item a {
    color: #817E7E;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .navs .current {
    background: #ffffff !important;
    border: 1px solid #dfdfdf !important;
    border-bottom: none !important;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .list {
    display: flex;
    flex-direction: column;
    /* margin-top: 24px; */
    line-height: 40px;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .list li::marker{
    color: #c8c8c8;
}



.lunbo-swiper .lunbo-right .lunbo-right-content .list .item {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size:22px;
    list-style-type: disc;
    margin-bottom: 22px;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .list .item:last-child{
    margin-bottom: 0;
}

.lunbo-swiper .lunbo-right .lunbo-right-content .list .item .links {
    color: #282828;
    font-size: 18px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}

.lunbo-swiper .lunbo-right .lunbo-right-content .list .item .links .time {
    color: #9B9B9B;
    padding-right: 5px;
}

/*  */
.lunbo-swiper2 {}

.lunbo-swiper2 .lunbo-panel {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lunbo-swiper2 .lunbo-panel-tab {
    width: 210px;
    display: block;
    /* height: 180px; */
}

.lunbo-swiper2 .lunbo-panel-top {
    width: 100%;
    height: 118px;
    border-radius: 5px;
    overflow: hidden;
    font-family: MiSans, MiSans;
    background-color: rgba(0, 0, 0, 0.4);
}

.lunbo-swiper2 .lunbo-panel-top>img {
    width: 100%;
    height: 100%;
}

.lunbo-swiper2 .lunbo-panel-bottom {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    height: 48px;
    padding: 8px 10px 12px 10px;
    color: #282828;
    box-shadow: 0 4px 9px 0 rgba(182, 195, 220, 0.6);
}

.lunbo-swiper2 .lunbo-panel-bottom>div {
    overflow: hidden;
    height: 100%;
}



/*横条广告*/
.zt-data {
    width: 100%;
    height: 120px;
    margin: 30px 0 10px;
}

.zt-data img {
    width: 100%;
    height: 100%;
}

/*板块*/
.plate {
    overflow: hidden;
    margin-bottom: 53px;
    display: flex;
    justify-content: space-between;
}

.plate .jydt {
    /* width: 550px; */
    width: 490px;
    /* margin-right: 34px; */
}

.plate .jydt .imageText {
    height: 258px;
}

.plate .jydt .imageText .img-w {
    width: 100%;
    height: 233px;
    margin-top: 17px;
    position: relative;
}


.plate .jydt .imageText .img-w .img-title {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 16px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plate .jydt .imageText .img-w img {
    width: 100%;
    height: 100%;
}

.plate .jydt .imageText .text-w {
    width: 110px;
    margin-left: 12px;
    margin-top: 17px;
}

.plate .jydt .imageText .text-w .title {
    height: 70px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    border-bottom: 2px solid #e8e8e8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
}

.plate .jydt .imageText .text-w .desc {
    margin-top: 12px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #A3A2A2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.plate .jydt .imageText .img-w .title {
    height: 55px;
    border: 1px solid;
}

.plate .jydt .list {
    margin-top: 0 !important;
}

.plate .zhzx {
    width: 520px;
    /* margin-right: 34px; */
}


.plate .ywgk-box {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
}

.plate .ywgk-left {
    width: 208px;
}

.plate .ywgk-title {
    background: #EFEFED;
    color: #6395C3;
    border-bottom: 1px solid #6395C3;
    padding: 12px 0 12px 12px;
    font-size: 16px;
}


.plate .ywgk-title a{
    color: #6395C3;
}

.plate .ywgk-item{
    display: flex;
    align-items: center;
    padding:8px 8px 8px 0;
    border: 1px solid #eee;
    margin-top: 8px;
}

.plate .ywgk-icon{
    display: block;
    width: 40px;
    height: 40px;
    padding: 0 6px;
    border-right: 1px solid #cbc6c6;
}

.plate .ywgk-zy{
    background: url(../images/yonghuzhiyin.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-hk{
    background: url(../images/shangchuanhuikuanxinxi.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-weizhi{
    background: url(../images/weizhi.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-beiwanglu{
    background: url(../images/beiwanglu.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-dafu{
    background: url(../images/dafu.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-cw{
    background: url(../images/cw.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-gwc{
    background: url(../images/gwc.png) no-repeat;
    background-size: 28px 28px;
    background-position: center center;
}

.plate .ywgk-name{
    width: 144px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.plate .ywgk-right {
    width: 295px;
   
}

.plate .ywgk-list2-ul{
    margin-top: 8px;
}

.plate .ywgk-list2-ul li{
    margin-bottom: 12px;
    list-style-type: disc;
    margin-left: 16px;
}

.plate .ywgk-list2-ul a{
    color: #333333;
    font-size: 16px;
    display: block;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}


.plate .com-item .list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    line-height: 40px;
}

.plate .com-item .list .item {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
}

.plate .com-item .list .item .links {
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jydt .com-item .list .item>a,
.plate .jydt .imageText>a {
    display: block;
}

.plate .jydt .imageText>a {
    width: 100%;
    height: 100%;
}

.plate .adv-box {
    width: 212px;
    margin-top: 42px;
}

.plate .adv-box img {
    margin-bottom: 30px;
}