/*顶部要闻样式*/
.content-top_bottom {
    cursor: pointer;
    width: 1420px;
    margin: 0 40px;
    font-weight: normal;
    text-align: center;
    font-size: 21px;
    line-height: 2em;
    position: relative;
    overflow: hidden;
    height: 36px;
    /*background: #fff;*/
}

.content-top_bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 9;
    /*background-image: linear-gradient(100deg,#fff 0%, #fff -100%, transparent 100%);*/
}

#demo {
    overflow: hidden;
    width: 1490px;
    float: left;
    line-height: 32px;
    margin-left: 10px;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

.content-top_bottom span {
    line-height: 34px;
    display: inline-block;
    height: 40px;
    /* padding-left: 150px; */
}

.content-top_bottom::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 9;
    /*background-image: linear-gradient(-100deg,#fff 0%, #fff -100%, transparent 100%);*/
}

.cms_block_span li {
    float: left;
}

.cms_block_span li:hover {
    color: #0079e9;
}

#demo a {
    padding: 0 20px;
    line-height: 24px;
    font-size: 18px;
}

#demo2 {
    float: left;
}

.content-box {
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 30px;*/
}

.content-top {
    height: 120px;
    margin-top: 42px;
    margin-bottom: 25px;
    background: url(../../image/linxiazhou/toutiao_bg.png) no-repeat left top;
    background-size: 100%;
}

.ct_first3 {
    height: 80px;
    width: 92%;
    line-height: 40px;
    padding: 0 60px 0 60px;
}

.ct_first {
    height: 75px;
    width: 100%;
}

.ct_first .top-title {
    text-align: center;
    font-size: 42px;
    line-height: 65px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ct_first > .top-title > a:hover {
    color: #0079e9;
    width: 100%;
    font-weight: 600;
}

.ct_first3 > .top-title > a:hover {
    color: #0079e9;
    width: 100%;
    font-weight: 600;
}

.ct_second {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 17px 10px 5px;
    align-items: center;
    position: relative;
    text-align: center;
}

.scroll-wrapper {
    display: flex;
    justify-content: space-around;
    flex: auto;
    position: relative;
    flex-wrap: wrap;
}

.ct_second_child {
    color: #a3a3a3;
    font-size: 16px;
    width: 300px;
    padding: 5px 2px 5px 5px;
    box-sizing: border-box;
    flex: auto;
    position: relative;
}

.ct_second_child li {
    width: 300px;
    margin: 0 auto;
}

.ct_second_child a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.ct_second > .scroll-wrapper > .ct_second_child > a:hover {
    width: 100%;
}

.text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1000px;
}

.ct_second_child::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    width: 1px;
    height: 18px;
    background-color: #b96e6d;
    transform: translate(0, 0);
}

.ct_second_child:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}

/*顶部轮播样式*/
.lunbo_redian {
    display: flex;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.lunbo_one {
    width: 69%;
    height: 558px;
}

.lunbo_one_box {
    width: 97% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.lunbo_one_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all .5s;
    margin: 0 auto;
}

.lunbo_one_img:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.lunbo_one_img > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, black, transparent);
}

.lunbo_one_img > div > a {
    position: absolute;
    width: 80%;
    height: 60px;
    bottom: 0;
    padding: 0 35px;
    color: #f0f0f0;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.lunbo_one_box .layui-carousel-ind {
    position: relative;
    top: -40px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo_one_box .layui-carousel-ind li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lunbo_one_box .layui-carousel-ind li.layui-this {
    background-color: #0079e9;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lunbo_one_box.layui-carousel-arrow {
    display: block !important;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    font-size: 40px !important;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
}

.dsjm_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 1500px;
    margin: 40px auto 18px;
}

.redian {
    height: 558px;
    width: 465px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
}

.lunbo_one.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 20px;
    display: block;
}

.lunbo_one.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    opacity: 1;
    left: 20px;
    display: block;
}

.lunbo_one.layui-carousel-ind {
    width: 120px;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redian_box {
    height: 40px;
    width: 462px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    border-bottom: 1px solid gray;
}

.redian_box ul {
    display: flex;
    height: 42px;
}

.redian_box ul li {
    width: 43px;
    height: 20px;
    padding: 9px 8px 9px 8px;
    font-size: 16px;
    text-align: center;
    color: black;
    cursor: pointer;
}

.redian_box_title {
    width: 57px;
    height: 20px;
    font-size: 18px !important;
    font-weight: 700;
    border-bottom: 2px solid #0079e9;
}

.redian_box_bottom {
    width: 462px;
    height: 516px;
}

.redian_box_text {
    padding-bottom: 20px;
    height: 35px;
}

.redian_box_text span a {
    padding: 5px 20px 6px 15px;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: black;
    background-color: white;
    border-bottom: 1px solid #f6d8d9;
}

.redian_box_text span a:hover {
    background: url(../../image/linxiazhou/lbyc_bg.png) no-repeat left top;
    background-size: 100%;
    font-size: 20px;
    color: white;
}

.rd_box {
    margin: 0 auto;
    width: 1500px;
    height: 77px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 3px 2px 2px 2px #dbd8d8;
}

.rd_box img {
    width: 177px;
    height: 37px;
    padding-left: 15px;
}

.text_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_box_first {
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.text_box_title {
    padding: 0px 20px 0px 32px;
    font-size: 18px;
    line-height: 42px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: #e43b0d !important;
    width: 28%;
}

.text_box_title span a {
    color: #e43b0d !important;
}

/*顶部要闻2样式*/
.content-top2 {
    height: auto;
}

.ct_first4 {
    height: auto;
    width: 90%;
    line-height: 40px;
    padding-left: 60px;
}

.ct_first2 {
    height: auto;
    width: 100%;
    padding-top: 45px;
    line-height: 40px;
}

.ct_first2 .top-title2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ct_first2 > .top-title2 > a:hover {
    color: #000000;
    width: 100%;
    font-weight: 600;
}

.ct_second2 {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 15px;
    align-items: center;
    position: relative;
    text-align: center;
}

.ct_second_box2 {
    display: flex;
    justify-content: space-around;
    flex: auto;
    position: relative;
}

.ct_second_child2 {
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 2px 5px 5px;
    box-sizing: border-box;
    flex: auto;
    position: relative;
}

.ct_second_child2 > a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    letter-spacing: 1px;

}

.ct_second2 > .ct_second_box2 > .ct_second_child2 > a:hover {
    width: 100%;
}

.ct_second_child2::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    width: 1px;
    height: 18px;
    background-color: #b96e6d;
    transform: translate(0, 0);
}

.ct_second_child2:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 20%;
    height: 18px;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}

/*广告位1*/

.gg1-box {
    /*height: 220px;*/
}

.gg1-top {
    width: 100%;
    height: 100px;
}

.gg1-bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.gg1-bottom-left {
    width: 65%;
    padding-right: 20px;
}

/*市县新闻、数字报*/
.content-top3 {
    display: flex;
    height: auto;
    margin-top: 44px;
    margin-bottom: 15px;
}

.sx_news {
    background: white;
    height: 270px;
    /* margin: 0 auto; */
    padding: 0 20px 20px 20px;
    width: 71%;
    margin: 0 20px 0 0;
}

.shuzibao {
    width: 32%;
}

.sx_news_title > ul {
    display: flex;
}

.sx_news_title > ul > li {
    width: 100px;
    padding-right: 22px;
    height: 30px;
}

.active1 > a {
    font-size: 20px;
    border-bottom: solid 3px #0079e9;
    font-weight: 600;
    padding-bottom: 8px;
}

.sx_news_title > ul > li > a:hover {
    font-size: 20px;
    border-bottom: solid 3px #0079e9;
    width: 100%;
    font-weight: 600;
}

/*轮播图2*/
.lunbo2 {
    width: 43%;
    margin: 18px 0px 0 0;
    display: flex;
}

.lunbo2_img {
    width: 100%;
    overflow: hidden;
}

.lunbo2_box {
    width: 100%;
    height: 382px;
}

.lunbo2_box_img {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.lunbo2_box_img .layui-carousel-ind {
    position: relative;
    top: -48px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo2_box_img .layui-carousel-ind li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lunbo2_box_img .layui-carousel-ind li.layui-this {
    background-color: #0079e9;
    width: 12px;
    height: 7px;
    margin: 0 3px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lunbo2_img img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    object-fit: fill;
    transition: all .5s;
}

.lunbo2_img:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.shipin-left-box3-bottom:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.shipin-left-box2-bottom:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.shipin-left-box-bottom:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.shipin-left-box2-bottom:hover .xinwen-text-left-top {
    transform-origin: center;
    transform: scale(1.13);
}

.shipin-left-box2-bottom:hover .xinwen-text-left-top.bottomxinwen {
    transform-origin: center;
    transform: scale(1.09);
}

.shipin-left-box-bottom:hover .shipin-text-left-top {
    transform-origin: center;
    transform: scale(1.15);
}

.carouselpar .carousel-img li:hover img {
    transform-origin: center;
    transform: scale(1.02);
}

.box1-bottom:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.lunbo2_img > div > a {
    width: 100%;
    position: relative;
    height: 46px;
    bottom: 46px;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    background-color: rgba(103, 96, 98, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.lunbo2_box .layui-carousel-ind {
    position: relative;
    top: -20px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo2_box .layui-carousel-ind ul {
    background-color: unset !important;
}

/*数字报*/
.szb {
    display: flex;
    width: 503px;
    height: auto;
    /*background-color: white;*/
    /*padding: 15px;*/
    margin: 0 0 0 15px;
}

.szb-title {
    padding-top: 10px;
    width: 297px;
    height: 27px;
    /*border-bottom: 1px solid gray;*/
}

.szb-title > span > a {
    position: relative;
    top: 15px;
    left: -12px;
    font-size: 20px;
    /*border-bottom:solid 3px #0079e9;*/
    width: 100%;
    font-weight: 600;
    letter-spacing: 3px;
}

.zb-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    /*border-bottom: 1px solid black;*/
    justify-content: space-between;
}

.zhibo_pindao {
    font-size: 14px;
    padding-top: 20px;
    padding-right: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.zhibo_anniu {
    padding-left: 6px;
}


.zb-title > span > a {
    color: black;
    font-size: 20px;
    /* border-bottom: solid 3px #0079e9; */
    width: 100%;
    font-weight: 600;
    position: relative;
    top: 16px;
    left: -22px;
}

.szb-bottom {
    display: flex;
    width: 500px;
}

.szb-img {
    height: 220px;
    padding: 15px 33px 8px 27px;
}

.table4_con img {
    width: 315px;
    object-fit: fill;
    transition: all .5s;
    overflow: hidden;
}

.table4_con:hover img {
    transform-origin: center;
    transform: scale(1.03);
    box-shadow: 0 0 15px black;
}

.szb-right {
    display: flex;
    width: 67%;
    background-color: white;
    height: 428px;
    margin-top: 26px;
    padding-left: 3px;
    flex-direction: column;
}

.szb-right-box {
    display: flex;
    flex-direction: column;
    /*margin-left: 20px;*/
}

.to_left {
    position: relative;
    /*border: 1px solid #0079e9;*/
    background: url(../../image/linxiazhou/szbbg.png) no-repeat left top;
    background-size: 90% 107%;
    background-position: 4px 0px;
    padding: 2px 0 0 0px;
    color: #0079e9;
    cursor: pointer;
}

.first_page li:hover {
    position: relative;
    border: 1px solid #0079e9;
    color: #0079e9;
    cursor: pointer;
}

.table4_list ul li span {
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 7px;
    height: 36px;
    width: 134px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 6px 23px;
    box-shadow: #00158091 1px 1px 5px 0px;
}

.table4_list ul li {
    margin: 2px 0px;
    width: 94%;
    text-align: center;
}

.table4_list ul li:hover {
    position: relative;
    /*border: 1px solid #0079e9;*/
    background: url(../../image/linxiazhou/szbbg.png) no-repeat left top;
    background-size: 89% 104%;
    background-position: 5px 0px;
    /*padding: 2px 0 0 0px;*/
    color: #0079e9;
    cursor: pointer;
}

.table4_con {
    height: auto;
    padding: 26px 2px 10px 0;
}

.item1 {
    width: 100%;
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*.item1 img {*/
/*    line-height: 40px;*/
/*    font-weight: 600;*/
/*    padding: 5px 22px;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*}*/
/*专题*/
.zt {
    display: flex;
    height: 90px;
    margin-top: 2px;
    margin-bottom: 24px;
}

.zt.m {
    display: flex;
    height: 90px;
    margin-top: 2px;
}

.zt-left {
    width: 3%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zt-left-box {
    width: 20px;
    height: 70px;
    background-color: #0079e9;
    box-shadow: #ededed -5px 0 10px 10px;
    text-align: center;
}

.zt-left-box > span {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
}

.carouselpar {
    width: 1500px;
    margin: 0 auto;
    height: 493px;
    position: relative;
}

.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}

.carouselpar .sltm-carousle {
    width: 100%;
}

.lf {
    float: left;
}

.carouselpar #Carouselzt ul {
    padding-left: 0;
    display: flex;
    /*flex-direction: column;*/
    flex-direction: row;
}

.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sltm-carousle {
    width: 100%;
    height: 100%;
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carouselpar .carousel-img li {
    height: 100px;
    width: 300px;
}

.carousel-img li {
    height: 100%;
    width: 100%;
}

.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.carousel-img li a img {
    height: 112px;
    width: 270px;
    object-fit: fill;
    transition: all .1s;
    overflow: hidden;
    /*padding-top: 20px;*/
}

.carl-btn {
    width: 17px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.carl-btn img {
    margin: 0 auto;
    width: 40px;
}

.pre {
    top: 41%;
    left: 15px;
}

.next {
    top: 41%;
    right: 30px;
}

/*视频中心*/
.sp {
    width: 1500px;
    height: 491px;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 25px;
}

.sp .shipinzhongxin {
    width: 100%;
    line-height: 50px;
}

.shipinzhongxin img {
    width: 100%;
    height: 100%;
}

.shipin-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 100px);
    top: 7px;
    text-align: center;
}

.shipin-text > span a {
    font-size: 22px;
    font-weight: 600;
    color: #0079e9;
}

.shipin-video {
    width: 65.5%;
    height: 451px;
    display: flex;
    /* padding: 25px; */
    /*background-color: white;*/
}

.shipin-left {
    display: flex;
    width: 75%;
    height: 100%;
}

.shipin-left-box1 {
    width: 635px;
    height: 375px;
}

.box1-title {
    width: 350px;
    height: 25px;
    padding: 20px 0 10px 10px;
    display: flex;
}

.box1-title-text > span > a {
    font-size: 20px;
    color: #0079e9;
}

.box1-bottom {
    position: relative;
    width: 650px;
    height: 430px;
}

.box1-bottom > a img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.box1-bottom > img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.box1-bottom > div {
    /*box-shadow: 0 0 1px 0;*/
}

.box1-bottom-title span a {
    coloe: white !important;
}

.box1-bottom-title {
    width: 97%;
    position: relative;
    bottom: 8px;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box1-bottom span {
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    text-indent: 1em;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 33px;
    bottom: 6px;
    background-color: black;
    color: white !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 300;
    cursor: pointer;
}

/*视觉志*/
.shipin-middle {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.shipin-middle1 {
    display: flex;
    flex-direction: column;
    padding-top: 33px;
}

.shipin-left-box2 {
    display: flex;
}

.shipin-left-box2-one {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    padding-right: 25px;
}

.shipin-left-box2-top {
    width: 220px;
    height: 25px;
    padding: 20px 0 10px 10px;
    display: flex;
}

.shipin-left-box2-top-text > span > a {
    font-size: 20px;
    color: #0079e9;
    line-height: 30px;
}

.shipin-left-box2-bottom {
    position: relative;
    top: 20px;
    background: url(../../image/linxiazhou/shipin_logo.png) no-repeat left top;
    background-size: 10%;
    overflow: hidden;
}

.shipin-left-box2-bottom img {
    position: relative;
    width: 312px;
    height: 204px;
    object-fit: fill;
    transition: all .5s;
    overflow: hidden;
}

.shipin-left-box2-bottom span {
    position: relative;
    bottom: 26px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 99.5%;
    /* height: 60px; */
    background: linear-gradient(to top, black, transparent);
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.shipin-left-box2-bottom span a {
    color: white;
    margin: 0 5px;
}

.shipin-box-bottom {
    position: relative;
}

.shipin-box-bottom img {
    position: relative;
    width: 93%;
    height: 142px;
}

.shipin-box-bottom span {
    position: relative;
    bottom: 26px;
    overflow: hidden;
    width: 80%;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.shipin-box-bottom span a {
    color: white;
}

.shipin-left-box3-bottom {
    position: relative;
    top: 18px;
}

.shipin-left-box3-bottom img {
    position: relative;
    width: 265px;
    height: 181px;
    padding-left: 19px;
}

.shipin-left-box3-bottom span {
    position: relative;
    bottom: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 19px;
    overflow: hidden;
    width: 94.5%;
    background-color: rgba(103, 96, 98, 0.5);
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.shipin-left-box3-bottom span:hover {
    color: #0079e9;
}

.shipin-left-box3-bottom span a {
    color: white;
}

.shipin-left-box-bottom {
    width: 400px;
    height: 266px;
    position: relative;
    top: 10px;
    left: 20px;
    overflow: hidden
}

.shipin-left-box-bottom video {
    position: relative;
    width: 400px;
    height: 266px;
    border-radius: 10px;
    object-fit: fill;
    transition: all 1s;
    overflow: hidden;
}

.zbbottombox {
    background: linear-gradient(to top, black, transparent);
    bottom: 50px !important;
    height: 49px !important;
    line-height: 50px !important;
    font-size: 18px !important;
    border-radius: 10px;
}

.shipin-left-box-bottom-text span {
    padding: 3px 10px 5px 25px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: black;
}

.shipin-left-box-bottom-text-left span {
    padding: 3px 10px 5px 25px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: black;
}

.shipin-left-box-bottom-text-left span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 960px;
    margin-top: 14px;
}

.shipin-box-top {
    padding-top: 30px;
}

.shipin-right-box-bottom-text-left span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.zbbottombox a:hover {
    color: #0079e9;
    font-weight: 600;
}

.xinmeiti_biaoti_content span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.content-shizheng_number span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.content-fazhi_number span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.content-fazhi3 a:hover {
    color: #0079e9;
    font-weight: 600;
}

.one_week_box a:hover {
    color: #0079e9;
    font-weight: 600;
}

.one_week_box2 a:hover {
    color: #0079e9;
    font-weight: 600;
}

.szb-title span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.zb-title span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.zhibo_pindao a:hover {
    color: #0079e9;
    font-weight: 600;
}

.culture-active .culture-text span:hover {
    color: #0079e9;
    font-weight: 600;
}

.shipin-left-box2-bottom span a:hover {
    color: #0079e9;
    font-weight: 600;
}

.item2 a span:hover {
    color: #0079e9;
    font-weight: 600;
}

.text_box_title span a:hover {
    font-weight: bold;
    font-size: 18px;
}

.lunbo_one_img > div > a:hover {
    color: #0079e9;
    font-weight: 600;
}

#demo a:hover {
    color: #0079e9;
    font-weight: 600;
}

.shipin-left-box-bottom-text span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 963px;
    margin-top: 14px;
}

.shipin-text-left-top span {
    position: relative;
    bottom: 26px;
    overflow: hidden;
    width: 400px;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.shipin-left-box-bottom span {
    position: relative;
    bottom: 26px;
    overflow: hidden;
    width: 400px;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.shipin-left-box-bottom span a {
    color: white;
}

.jiuquan.w {
    width: 70%;
}

.shipin-left-box2-two {
    display: flex;
    width: 94%;
    height: 323px;
    /*background-color: white;*/
    flex-direction: column;
}

.shipin-box-two {
    display: flex;
    width: 314px;
    height: 225px;
    flex-direction: column;
    padding-left: 16px;
    background: url(../../image/linxiazhou/bofang_button.png) no-repeat center center;
    background-size: 10%;
}

.shipin-left-box2-three {
    display: flex;
    width: 282px;
    height: 199px;
    flex-direction: column;
}

.shipin-left-box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shipin-left-top-box {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shipin-left-box3-two {
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    padding-right: 25px;
}

.shipin-right {
    width: 1500px;
    height: 610px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.h {
    height: 100%;
    background: url(../../image/linxiazhou/xmtback.png) no-repeat;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
}

.shipin-left-box1 {
    height: 550px;
}

.shipin-right-title {
    height: 25px;
    padding: 5px 0 10px 0;
    display: flex;
}

.shipin-right-title > span > a {
    font-size: 20px;
    color: #0079e9;
    line-height: 30px;
}

.duanshipin-box {
    width: 280px;
    height: 100px;
    overflow: hidden;
}

.duanshipin-box .swiper-wrapper {
    width: 258px;
    height: 310px;
}

.duanshipin-box .swiper-wrapper .swiper-slide {
    width: 60%;
    display: flex;
    -webkit-box-pack: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    transition: 300ms;
}

.duanshipin-box .swiper-container2 {
    width: 100%;
    height: 100%;
}

.duanshipin-box .swiper-slide-next-next, .duanshipin-box .swiper-slide-prev-prev {
    z-index: 997;
}

.duanshipin-box .swiper-slide-next, .duanshipin-box .swiper-slide-prev {
    z-index: 998;
}

.duanshipin-box .swiper-slide-active {
    transform: scale(1.03);
    z-index: 999;
}

.duanshipin-box .swiper-slide img {
    width: 155px;
    height: 155px;
    object-fit: fill;
    box-shadow: 0 0 5px #e3e3e3;
}

/*短视频*/

.meitijuzhen-right {
    width: 1158px;
    background-color: white;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.meitijuzhen {
    width: 300px;
    height: 312px;
    display: flex;
    position: relative;
}

.meitijuzhen-box {
    width: 280px;
    height: 310px;
    overflow: hidden;
}

.meitijuzhen-box .swiper-wrapper {
    width: 258px;
    height: 310px;
}

.meitijuzhen-box .swiper-wrapper .swiper-slide {
    width: 60%;
    display: flex;
    -webkit-box-pack: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    transition: 300ms;
}

.meitijuzhen-box .swiper-container2 {
    width: 100%;
    height: 100%;
}

.meitijuzhen-box .swiper-slide-next-next, .meitijuzhen-box .swiper-slide-prev-prev {
    z-index: 997;
}

.meitijuzhen-box .swiper-slide-next, .meitijuzhen-box .swiper-slide-prev {
    z-index: 998;
}

.meitijuzhen-box .swiper-slide-active {
    transform: scale(1.03);
    z-index: 999;
}

.meitijuzhen-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.duanshipin .img_box {
    display: flex;
    padding: 10px 10.3px;
    width: 227px;
    flex-direction: column;
    align-items: center;
}

/*广告位2*/
.gg2 {
    margin-top: 28px;
    height: 90px;
    width: 1500px;
}

.gg2 img {
    width: 100%;
    height: 100%;
}

/*大块新闻区*/
.content-maxnews {
    height: auto;
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}

.left-news {
    flex: none;
    width: 360px;
    /*height: 1250px;*/
    margin-right: 15px;
}

.content-caijing {
    flex: none;
    width: 97.4%;
    height: 307px;
    /*margin-bottom: 15px;*/
    background-color: white;
    margin-right: 5px;
}

.content-shuzibao_biaoti {
    display: flex;
    justify-content: space-between;
    height: 50px;
    /*border-bottom: 1px solid gray;*/
    margin-bottom: 12px;
}

.xinmeiti_biaoti {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.xinss {
    margin-bottom: 12px;
}

.spxw_biaoti {
    display: flex;
    justify-content: space-between;
    height: 44px;
}

.content-shizheng_number {
    flex: none;
    width: 90px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-bottom: 2px solid #0079e9;*/
}

.defaltlog {
    position: relative;
    top: 17px;
}

.content-shizheng_number span a {
    font-size: 20px;
    font-weight: 560;
    display: block;
    width: 122px;
    padding-left: 5px;
}

.xinmeiti_biaoti_content {
    flex: none;
    display: flex;
    width: 100px;
    height: 50px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-bottom: 2px solid #0079e9;*/
    align-items: center;
    justify-content: flex-start;
}

.spxw_biaoti_content {
    flex: none;
    /*width: 220px;*/
    line-height: 30px;
    display: flex;
    text-overflow: ellipsis;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.xinmeiti_biaoti_content span a {
    font-size: 20px;
    font-weight: 560;
    position: relative;
    display: block;
    left: -17px;
    top: 14px;
    width: 122px;
}

.spxw_biaoti_content span a {
    font-size: 16px;
    display: block;
    width: 90px;
    text-align: center;
    position: relative;
    margin: 24px 2px 0;
}

.left-news-shizheng {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}

.left-news_tuwen {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.left-news_tu {
    flex: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-right: 16px;
}

.left-news_tu img {
    object-fit: fill;
    transition: all 1s;
    position: relative;
    width: 100%;
    height: 217px;
    overflow: hidden;
}

.left-news_tu:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.left-news_wen {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    height: 77px;
    line-height: 26px;
    box-sizing: border-box;
}

.left-news_wen span > a {
    margin: 0 10px;
    line-height: 29px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: white;
    text-align: center;
}

.left-news_wen span {
    position: relative;
    background-color: rgba(103, 96, 98, 0.5);
    bottom: 30px !important;
    height: 30px !important;
    line-height: 20px !important;
    color: white;
    width: 100%;
}

.left-news_wen span a:hover {
    font-size: 16px;
    font-weight: 600;
    color: #0079e9;
}

.left-news_title {
    height: 26px;
    top: -18px;
    position: relative;
}

.left-news_title span {
    padding: 0px 15px 0px 15px;
    margin: 10px 0;
    font-size: 16px;
    /*line-height: 15px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.left-news_title span::before {
    /*content: "";*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*border-radius: 50%;*/
    /*background: #0079e9;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*margin-top: 18px;*/
}

.content-fazhi {
    flex: none;
    width: 97.4%;
    height: 307px;
    /*margin-bottom: 15px;*/
    background-color: white;
    margin-right: 5px;
}

.content-fazhi_number {
    flex: none;
    width: 120px;
    height: 52px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-bottom: 2px solid #0079e9;*/
}

.content-fazhi_number span a {
    font-size: 20px;
    font-weight: 560;
    position: relative;
    top: 29px;
    left: -21px;
}

.content-fazhi2 {
    flex: none;
    width: 380px;
    height: 230px;
    margin-right: 15px;
}

.content-fazhi3 {
    flex: none;
    width: 86%;
    margin: 10px 0 20px 0;
    height: 217px;
    background-color: white;
    /* margin-right: 5px; */
    padding: 15px;
}

/*公告广告*/
.content_fazhi9 {
    flex: none;
    width: 380px;
    height: 250px;
    margin-right: 15px;
}

.gonggao {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #0079e9;

}

.gonggao_box {
    flex: none;
    width: 300px;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 22px;
}

.gonggao_box ul {
    display: flex;
}

.gonggao_box ul li {
    line-height: 36px;
    margin-right: 60px;
    font-size: 22px;
    text-align: center;
}

.gonggao_box_title {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;
}

.gonggao_box ul li:hover {

    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;

}

.gonggao_box_text {
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gonggao_box_text span {
    padding: 0 20px 0 25px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.gonggao_box_text span:hover {
    font-weight: 600;
    color: #0079e9;
}

.gonggao_box_text span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 0px;
    margin-top: 13px;
}

.left_news-shizheng9 {
    width: 100%;
    height: 50%;
    margin-top: 10px;
}


/*短评长论*/
.pinglun {
    display: flex;
    justify-content: space-between;
    height: 32px;
    /*border-bottom: 1px solid gray;*/
}

.pinglun_box {
    flex: none;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinglun_box ul {
    display: flex;
}

.pinglun_box ul li {
    line-height: 36px;
    margin-right: 60px;
    font-size: 22px;
    text-align: center;
}

.pinlun_box_title {
    font-size: 22px;
    font-weight: 560;
    border-bottom: 3px solid #0079e9;
}

.pinglun_box ul li:hover {

    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;

}

.pinlun_box_text {
    height: 35px;
    position: relative;
}

.pinlun_box_text span {
    padding: 0 20px 0 25px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.pinlun_box_text span:hover {
    font-weight: 600;
    color: #0079e9;
}

.pinlun_box_text span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 0;
    margin-top: 13px;
}

.left-news-shizheng2 {
    width: 100%;
    height: 50%;
    margin-top: 10px;
}

.left-gg2 {
    flex: none;
    width: 380px;
    height: 90px;
    margin-right: 15px;
    position: relative;
}

.left-gg2 img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5%;
}

.carouselpar .carousel-img .xmtli {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 500px;
    margin-bottom: 20px;
}

.carousel-img .xmtli img {
    width: 275px;
    height: 489px;
}

.xmtli::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(10px, -15px);
}

.xmtli:hover::after {
    background: linear-gradient(to right bottom, #ad81e4, #8bb2fc);
}

.xmtli {
    margin: 0 10px;
}

.xmtli a:hover {
    border: 2px solid #0079e9;
    border-radius: 10px;
}

/*一周热帖*/
.one_week {
    display: flex;
    justify-content: space-between;
    height: 32px;
    /*border-bottom: 1px solid gray;*/
}

.pinglun_box a {
    font-size: 20px;
    font-weight: 560;
    flex: none;
    width: 92px;
    height: 30px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #0079e9;
    display: block;
}

.one_week_box a {
    font-size: 20px;
    font-weight: 560;
    flex: none;
    width: 92px;
    height: 30px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #0079e9;
    display: block;
}

.one_week_box ul {
    display: flex;
}

.one_week_box ul li {
    line-height: 36px;
    margin-right: 45px;
    font-size: 22px;
    text-align: center;
}

.one_week_box_title {
    font-size: 22px;
    font-weight: 560;
    border-bottom: 3px solid #0079e9;
}

.one_week_box ul li:hover {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;
}

.one_week_text {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}

.one_week_text_title {
    height: 35px;
    position: relative;
}

.one_week_text_title img {
    position: absolute;
    top: 10px;
    width: 11px;
    height: 11px;
}

.one_week_text_title span {
    padding: 0px 10px 0 25px;
    margin: 2px 0;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.one_week_text_title span:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 0;
    margin-top: 18px
}

.one_week_text_title span a:hover {
    font-weight: 600;
    color: #0079e9;
}

.shipin-left-box3-bottom span a:hover {
    font-weight: 600;
    color: #0079e9;
}

.lunbo2_img > div > a:hover {
    font-weight: 600;
    color: #0079e9;
}

.swiper-slide span:hover {
    font-weight: 600;
    color: #0079e9;
}

.left-news_title-img img {
    /*width: 100%;*/
    height: 44px;
    margin: 1px 11px;
    object-fit: none;
}

.left-news_title-img a {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
}


/*交流*/
.content-fazhi4 {
    flex: none;
    width: 380px;
    height: 230px;
    margin-right: 15px;
    display: flex;
    flex-direction: column
}

.sx_news_title {
    display: flex;
    justify-content: flex-end;
    height: 460px;
    width: 100%;
    /* margin-right: 20px; */
    flex-direction: column;
    /*background: white;*/
    /*padding: 20px;*/
}

.one_week_box2 {
    flex: none;
    height: 55px;
    display: flex;
    line-height: 70px;
    /* border-bottom: 1px solid gray; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_week_box2 ul {
    display: flex;
    position: relative;
    top: 12px;
    left: -16px;
    align-items: center;
    height: 37px;
}

.last {
    width: 1450px;
    margin: 65px auto 0;
    padding: 0 30px;
    z-index: 999;
    background-color: #f3f4fc;

}

.hezuo {
    width: 1500px;
    margin: 0 auto;
}

.sl {
    height: 106px !important;
}

.one_week_box2 ul li {
    height: 20px;
    padding: 3px 3px 15px 0;
    text-align: center;
    color: black;
    cursor: pointer;
    line-height: 20px;
    margin-right: 20px;
    font-size: 20px;
}

.one_week_box_title2 {
    font-size: 22px;
    font-weight: 560;
    border-bottom: 3px solid #0079e9;
}

/*.one_week_box2 ul li:hover {*/
/*    font-size: 20px;*/
/*    font-weight: 560;*/
/*    color: #0079e9;*/
/*    border-bottom: 3px solid #0079e9;*/
/*}*/
.one_week_text2 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}

.one_week_text_title2 {
    height: 35px;
    position: relative;
}

.one_week_text_title2 span {
    padding: 5px 10px 0 25px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.one_week_text_title2 span:hover {
    font-weight: 600;
    color: #0079e9;
}

.one_week_text_title2 span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 0px;
    margin-top: 18px;
}

/*科技*/
.content-fazhi6 {
    width: 380px;
    height: 280px;
    margin-right: 15px;
}

.one_week3 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #0079e9;
}

.one_week_box3 {
    flex: none;
    width: 130px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid #0079e9;
}

.one_week_box3 > span > a {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    display: block;
    width: 130px;
}

.one_week_box_title3 {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;
}

.one_week_box3 ul li:hover {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    border-bottom: 3px solid #0079e9;
}

.left_news_shizheng3 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}

.left_news_tuwen3 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.left_news_tu3 {
    flex: none;
    width: 180px;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 16px;
}

.left_news_tu3 img {
    object-fit: fill;
    transition: all 1s;
    position: relative;
    width: 180px;
    height: 100px;
    overflow: hidden;
}

.left_news_tu3:hover img {
    transform-origin: center;
    transform: scale(1.03);
}

.left_news_wen3 {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
}

.left_news_wen3 span > a {
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    letter-spacing: 1px;
}

.left_news_wen3 span > a:hover {
    font-weight: 600;
    color: #0079e9;
}

.left_news_title3 {
    height: 35px;
    position: relative;
}

.left_news_title3 span {
    height: 30px;
    padding: 5px 3px 0px 18px;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.left_news_title3 span:hover {
    font-weight: 600;
    color: #0079e9;
}

.left_news_title3 span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    left: 0;
    margin-top: 16px;
}

/*便民服务*/
.content-fazhi5 {
    flex: none;
    width: 86%;
    height: 209px;
    margin-bottom: 20px;
    background-color: white;
    /* margin-right: 5px; */
    padding: 15px;
}

.one_week_box4 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #0079e9;
    flex-wrap: wrap;
    line-height: 57px;
}

.one_week_box4 > div {
    font-size: 22px;
    font-weight: 560;
    border-bottom: 3px solid #0079e9;
    line-height: 78px;
    height: 57px;
}

.left-news-shizheng5 {
    width: 100%;
    height: 38%;
    margin-top: 10px;
}

.left-gg {
    flex: none;
    width: 380px;
    height: 90px;
    margin-right: 15px;
}

.left-gg img {
    width: 380px;
    height: 100%;
    overflow: hidden;

}

.left-news_title-img {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    align-items: flex-end;
}

.shipin-right-box-bottom-text-left span {
    font-size: 18px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    color: black;
}

.middle-news {
    flex: none;
    width: 360px;
    /*height: 1250px;*/
    margin-right: 15px;
}

.right-news {
    flex: none;
    width: 400px;
    /*height: 1250px;*/
    margin-right: 15px;
}

/*广告位3*/
.gg3 {
    height: 90px;
    width: 1500px;
}

.gg3 img {
    width: 100%;
    height: 100%;
}

/*大块文化区*/
.content-culture {
    height: auto;
    display: flex;
    margin-top: 15px;
}

.left-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}

.middle-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}

.right-news2 {
    flex: none;
    width: 400px;
    height: 560px;
    margin-right: 5px;
}

.content-shizheng_number2 {
    flex: none;
    width: 150px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid #0079e9;
}

.content-shizheng_number2 span a {
    font-size: 22px;
    font-weight: 560;
    color: #0079e9;
    display: block;
    width: 150px;
}

.content-caijing2 {
    width: 86%;
    height: 280px;
    margin-right: 15px;
}

/*广告位4*/
.gg4 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 90px;
    width: 1500px;
}

.gg4 img {
    width: 100%;
    height: 100%;
}

/*新媒体*/
.content-xinmeiti {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.rongmei {
    width: 100%;
    height: 100%;
    background: url("../../image/linxiazhou/beijing.png") no-repeat;
}

.rongmei-title {
    height: 70px;
    position: relative;
}

.rongmei-title img {
    width: 100%;
    height: 100%;
}

.rongmei-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 95px);
    top: 22px;
    text-align: center;
}

.rongmei-text > span a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.rongmei-img {
    height: 440px
}

.xinmeiti-box .swiper-container {
    width: 100%;
    height: 100%;
}

.xinmeiti-box .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1.03);
}

.xinmeiti-box .swiper-slide-next-next, .xinmeiti-box .swiper-slide-prev-prev {
    transform: scale(1.03);
    z-index: 997;
}

.xinmeiti-box .swiper-slide-next, .xinmeiti-box .swiper-slide-prev {
    transform: scale(1.03);
    z-index: 998;
}

.xinmeiti-box .swiper-slide-active {
    transform: scale(1.03);
    z-index: 999;
}

.xinmeiti-box .swiper-slide img {
    width: 505px;
    height: 270px;
    object-fit: fill;

}

/*多彩酒泉*/
.jiuquan {
    height: 508px;
}

.jiuquan-title {
    width: 100%;
    height: 70px;
    position: relative;
}

.jiuquan-title img {
    width: 100%;
    height: 100%;
}

.jiuquan-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 95px);
    top: 22px;
    text-align: center;
}

.jiuquan-text > span a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.jiuquan-img {
    width: 100%;
    height: 340px;
}

.jiuquan-img img {
    width: 100%;
    height: 100%;
}

.section-culture-shijue {
    padding: 10px 0 10px 0;
}

.culture-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.culture-content > a {
    display: contents;
}

.culture-flex {
    flex: 2;
    height: 424px;
    transition: all 1.5s;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.culture-flex img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.culture-flex::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    transition: all 1.5s;
}

.culture-text-top {
    width: 40px;
    height: 220px;
    position: absolute;
    overflow: hidden;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    left: 27%;
    top: 16%;
    z-index: 999;
    text-overflow: ellipsis;
    writing-mode: tb-rl;
    letter-spacing: 13px;
    line-height: 40px;
}

.culture-text {
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 0;
    line-height: 4em;
    color: black;
    font-size: 16px;
    text-align: center;
}

.culture-text-left-top {
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 0;
    line-height: 4em;
    color: black;
    font-size: 16px;
    text-align: center;
}

.culture-active {
    flex: 14;
}

.culture-active .culture-text {
    transform: translateY(0);
    opacity: 1;
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*border: 1px solid #b0acac;*/
    color: white;
    background-color: rgba(103, 96, 98, 0.5);
    font-size: 18px;
}

.culture-active .culture-text-left-top {
    transform: translateY(0);
    opacity: 1;
    border-bottom-right-radius: 10px;
    background-color: red;
}

.culture-active::after {
    background-color: rgba(100, 100, 100, 0);
}

/*友情链接*/
.lianjie {
    /*height: 144px;*/
}

.lianjie-title {
    width: 100%;
    line-height: 0px;
    position: relative;
}

.lianjie-title-text {
    width: 190px;
    height: 30px;
    position: absolute;
    left: calc(50% - 100px);
    top: 7px;
    text-align: center;
}

.lianjie-title-text > span {
    font-size: 20px;
    font-weight: 600;
    color: #0079e9;
    border-bottom: 4px solid #0079e9;
    padding: 5px;
}

.lianjie-title img {
    width: 100%;
    height: 100%;
}

.lianjie-text {
    width: 100%;
    height: 168px;
    display: flex;
    flex-direction: column;
}

.lianjie_text_title {
    height: 70px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.lianjie_text_title > ul {
    display: flex;
    border-bottom: 1px solid gray;
    width: 100%;
}

.lianjie_text_title > ul > li {
    padding-right: 65px;
    height: 30px;
}

.active2 > a {
    color: #0079e9;
    font-size: 20px;
    border-bottom: solid 3px #0079e9;
    font-weight: 600;
    padding-bottom: 8px;
}

.lianjie_text_title > ul > li > a:hover {
    color: #0079e9;
    font-size: 16px;
    border-bottom: solid 3px #0079e9;
    width: 100%;
    font-weight: 600;
}

.lianjie_text_title > ul > li > a {
    font-size: 16px;
    width: 160px;
    text-align: center;
}

.lianjie-text-bottom {
    width: 100%;
    height: 95px;
}

.lianjie-text2 {
    width: 100%;
    display: flex;
    height: 80px;
    color: #0079e9;
    font-size: 14px;
}

.lianjie-text2 .item2 {
    width: 1500px;
    height: 100px;
    display: flex;
    flex-flow: wrap;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.lianjie-text2 .item2 span {
    display: inline-block;
    width: 109px;
    height: 50px;
    font-size: 14px;
    color: #0079e9;
    text-align: left;
}

/*返回按钮*/
.slider_bar {
    position: fixed;
    top: 800px;
    right: 90px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;

}

.slider_bar img {
    width: 55px;
    height: 55px;
}

.slider_bar div {
    color: #0079e9;
    width: 74px;
    height: 18px;
    font-size: 14px;
    text-align: center;
}

.in_img {
    padding-top: 40px;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.below_img1 {
    width: 100px;
    display: none;
}

.above_img1 {
    width: 100px;
}

.above_img {
    width: 234px;
    height: 77px;
}

.img_box {
    display: flex;
    padding: 10px 11px;
    width: 227px;
    flex-direction: column;
    align-items: center;
}

.img_box:hover .above_img1 {
    display: none;
}

.img_box:hover .below_img1 {
    display: block;
}

.gg1 {
    margin-top: 30px;
}

.zttopic {
    height: 489px;
    width: 1505px;
    overflow: hidden;
}

.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}

.carouselpar #Carouselzt ul {
    padding-left: 0;
    transition: transform 0.5s ease;
}

.carouselpar #Carouselzt ul.hovered {
    transform: translateX(1740px);
}

.ztbox {
    height: 228px !important;
    background: url(../../image/linxiazhou/zhuanti_bg.png) no-repeat left top;
    background-size: 100% 100%;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

.ztbox.carouselpar {
    height: 190px !important;
}

.ztckgd {
    text-align: center;
    cursor: pointer;
    color: #6f6e6e;
}

.ztckgd a {
    color: #6f6e6e !important;
}

.carouselpar .carousel-img li {
    height: 96%;
    display: flex;
    width: 250px;
    float: left;
    flex-direction: column;
    align-items: center;
}

.carousel-img li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
}

.carousel-img li span {
    margin-top: 10px;
    font-size: 14px;
}

.culture-active .culture-text {
    text-align: center;
    transform: translateY(0);
}

.culture-active .culture-text-left-top {
    width: auto;
    height: 39px;
    line-height: 39px;
    font-size: 16px !important;
    padding: 0 10px;
    text-align: center;
    transform: translateY(0);
    opacity: 1;
}

.culture-text {
    position: absolute;
    width: 100%;
    padding-top: 3px;
    height: 2.5em;
    bottom: 0;
    line-height: 2.5em;
    color: black;
    font-size: 15px;
    transform: translateY(2em);
    opacity: 0;
    text-align: center;
    transition: all .3s .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
}

.culture-text-left-top {
    position: absolute;
    width: 25%;
    padding-top: -15px;
    top: 0;
    color: white;
    background: linear-gradient(to right, #fd644f, #f28e26);
    font-size: 15px;
    transform: translateY(2em);
    opacity: 0;
    transition: all .3s .1s;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}

.shipin-text-left-top {
    position: absolute;
    width: 19%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    top: 0;
    color: white;
    background: linear-gradient(to right, #ed0f24, #b93d46);
    font-size: 17px !important;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 999;
}

.shipin-text-left-top span {
    margin: 8px 3px !important;
    position: static !important;
    font-size: 16px !important;
}

.xinwen-text-left-top {
    position: absolute;
    width: 26%;
    height: 33px;
    line-height: 33px;
    top: 0;
    color: white;
    background: linear-gradient(to right, #fd644f, #f28e26);
    font-size: 16px;
    border-bottom-right-radius: 10px;
}

.xinwen-text-left-top div {
    margin: 0px 0px !important;
    position: static !important;
    bottom: 26px;
    overflow: hidden;
    width: 100%;
    color: white;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 300;
    text-align: center;
}

.culture-active::after {
    content: '';
    background-color: rgba(100, 100, 100, 0);
    /*background: url(../../image/linxiazhou/shipin_logo.png) no-repeat left top;*/
}

* {
    margin: 0;
    padding: 0;
}

.zhuanti_sanhang {
    width: 300px;
}

#zhuanti {
    height: 307px;
    overflow: hidden;
    position: relative;
}

.swiper-container2:hover .swiper-button-prev,
.swiper-container2:hover .swiper-button-next {
    display: block;
}

#zhuanti li {
    list-style: none;
    height: 102px;
}

#zhuanti li img {
    width: 300px;
    height: 100px;
    position: absolute;
}

#poem {
    position: absolute;
    top: 0px;
    display: flex;
    left: 0px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
}

#poem div {
    width: 350px;
    height: 30px;
}

#lv {
    margin: 0 auto;
    width: 1000px;
    height: 800px;
    background: rgb(150, 235, 180);
    text-align: center;
}

#img {
    width: 900px;
    height: 600px;
    margin-top: 60px;
}

#pre {
    position: absolute;
    right: 51%;
}

#next {
    position: absolute;
    right: 44%;
}

#info {
    font-size: x-large;
    padding-top: 30px;
}

.chushi-yangshi {
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    color: #0079e9 !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.zhibo-chushi-yangshi {
    padding: 4px 12px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    color: #0079e9 !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}