/*reset*/
@charset 'utf-8';
body,div,dl,dt,dd,ul,ol,li,tr,td,th,
h1,h2,h3,h4,h5,h6,hr,br,img,table,
input,form,a,p,textarea{
    padding:0;
    margin:0;
    font-family:system-ui,-apple-system,Segoe UI,Rototo,Helvetica,Arial,sans-serif;
}
ul,ol,li{
    list-style:none;
}
a{
    text-decoration:none;
    display:block;
}
img{
    border:0;
    display:block;
    object-fit: cover;
}
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
/*reset*/

body{background:#fff;margin-top:0;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;min-width:1200px;margin:0 auto}

#page_body{
    position: relative;
}

.top_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.top_banner img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}



.xizang_head{
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e9e9e9;
    padding: 22px 0;
}
.xizang_head .right_con,.xizang_head .left_con{
    display: flex;
    align-items: center;
}
.xizang_head .logo{
    width: 204px;
    height: 56px;
}
.xizang_head .logo img{
    width: 194px;
    height: 63px;
}
.xizang_head .input_search{
    width: 183px;
    height: 34px;
    margin-left: 25px;
    position: relative;
}
.xizang_head .input_search input{
    width: 143px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #9c3636;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 34px;
}
.xizang_head .input_search input::-webkit-input-placeholder {
    color: #adadad;
}

.xizang_head .input_search input:-moz-placeholder {
    color: #adadad;
}

.xizang_head .input_search input::-moz-placeholder {
    color: #adadad;
}

.xizang_head .input_search input:-ms-input-placeholder {
    color: #adadad;
}
.xizang_head .input_search .search_btn{
    width: 18px;
    height: 18px;
    background-image: url(img/search_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.xizang_head .head_tag{
    margin-right: 5px;
    display: inline-block;
    width: 128px;
    height: 32px;
    border-radius: 32px;
    background: #e6e6e6;
    font-size: 16px;
    line-height: 32px;
    color: #962a2a;
    text-align: center;
}
.xizang_head .head_tag:hover{
    color: rgb(255, 0, 0);
}
.xizang_head .down_app{
    width: 106px;
    height: 34px;
    margin-left: 15px;
    background-color: #aa182c;
    border-radius: 5px;
    background-image: url(img/u26.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    cursor: default;
    position: relative;
}
.xizang_head .down_app span{
    margin-left: 32px;
}
.xizang_head .down_app .QRcode{
    display: none;
    width: 182px;
    height: 182px;
    position: absolute;
    top: -188px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.xizang_head .down_app .QRcode img{
    width: 182px;
    height: 182px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xizang_head .down_app:hover .QRcode{
    display: block;
}
.xizang_head .select{
    margin-left: 10px;
}
.xizang_head .select .language{
    width: 115px;
    height: 34px;
    border: 1px solid #9c3636;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}
.xizang_head .select .language option{
    font-size: 16px;
}

.xizang_content{
    width: 1140px;
    margin: 22px auto 45px auto;
    display: flex;
    justify-content: space-between;
}
.xizang_content .left_con{
    width: 775px;
}
.xizang_content .right_con{
    width: 315px;
    position: relative;
}
.xizang_content .left_con .left_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xizang_content .left_con .left_nav .tag_list{
    width: 700px;
    display: flex;
    justify-content: space-between;
}
.xizang_content .left_con .left_nav .tag_list .tag_item{
    font-size: 20px;
    font-weight: 500;
    color: #262323;
    cursor: pointer;
    position: relative;
    padding: 6px 0;
}
.xizang_content .left_con .left_nav .tag_list .tag_item>span:hover{
    color: #707070;
}
.xizang_content .left_con .left_nav .tag_list .tag_item.cur>span{
    font-size: 20px;
    color: #f04142;
}
.xizang_content .left_con .left_nav .tag_list .tag_item.cur>span::after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.5px;
    width: 20px;
    height: 3px;
    background: #f04142;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list_icon{
    width: 12px;
    height: 12px;
    background-image: url(img/xiala.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.xizang_content .left_con .left_nav .more_btn{
    width: auto;
    height: 30px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #262323;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list{
    width: 330px;
    position: absolute;
    /* left: -35px; */
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: none;
    z-index: 88;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .arrow_icon{
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 18px;
    /* margin-left: 85px; */
    margin-left: 183px;
    position: relative;
    z-index: 10;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg{
    overflow: hidden;
    margin-top: -7px;
    width: 330px;
    /* height: 128px; */
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    -webkit-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content{
    width: 312px;
    margin: 15px auto 5px auto;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content .tit{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item{
    width: 68.4px;
    height: 28.4px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28.4px;
    text-align: center;
    color: #1f1d1d;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item:nth-child(4n){
    margin-right: 0;
}
.xizang_content .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item.cur{
    background: #4d8eff;
    color: #fff;
}
/* .xizang_content .left_con .left_nav .more_btn:hover .text{
    color: #707070;
} */
.xizang_content .left_con .left_nav .more_btn .list{
    width: auto;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    display: none;
}
.xizang_content .left_con .left_nav .more_btn .list .arrow_icon {
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 18px;
    margin-left: 180px;
    position: relative;
    z-index: 10;
}
.xizang_content .left_con .left_nav .more_btn .list .list_bg{
    overflow: hidden;
    margin-top: -7px;
    width: 222px;
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    -webkit-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
}
.xizang_content .left_con .left_nav .more_btn .list .list_bg .content{
    width: 190px;
    margin: 15px 27px 5px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xizang_content .left_con .left_nav .more_btn .list .list_bg .content .item{
    font-size: 16px;
    font-weight: normal;
    color: #1f1d1d;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    /* background: #f8f8f8; */
}
.xizang_content .left_con .left_nav .more_btn .list .list_bg .content .item:hover{
    background: #f8f8f8;
}
.xizang_content .left_con .left_nav .more_btn .list .list_bg .content .item.long{
    margin-right: 20px;
}
.xizang_content .left_con .left_nav .more_btn:hover .list{
    display: block;
    will-change: transform;
    -webkit-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    -moz-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    -o-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
    animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
}

@-webkit-keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes ani_x_fixed_tool_pop {
    0% {
        opacity: .5;
        -webkit-transform: scale(.8);
        /* transform-origin: 150px top; */
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
.xizang_content .left_con .left_content{
    margin-top: 20px;
    overflow: hidden;
}
.xizang_content .left_con .left_content .new_item{
    margin-bottom: 35px;
}


/* 新加855 */
.xizang_content .left_con .left_content .new_item.box_855{
    width:775px;
    background: #fcfcfc;
    height:auto;
    padding:12px 0;
    border-radius: 6px;
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne{
    width:775px;
    height: 50px;
    line-height: 50px;
    object-fit: cover;
    display: flex;
    align-items: center;
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .dian{
    width:30px;
    height:50px;
    display: flex;
    align-items: center;
    
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .dian span{
    width:10px;
    height: 10px;
    background: #4d8eff;
    border-radius: 50%;
    margin-left:10px
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word{
    width:730px;
    height: 50px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap; 
    scrollbar-width: none; /* 对于 Firefox 隐藏滚动条 */
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word::-webkit-scrollbar {
    display: none; /* 对于 Chrome, Safari 和 Opera 隐藏滚动条 */
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word p{
    animation: move 85s linear infinite;
    /* transition: move 85s s ease-in-out; */
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word p:hover{
    color:#000;
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word p span{
    margin-right: 25px;
    font-size: 20px;
    color: #222;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.xizang_content .left_con .left_content .new_item.box_855 .divOne .word2 p span{
    margin-right: 25px;
    font-size: 20px;
    color: #222;
}
@keyframes move{
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.xizang_content .left_con .left_content .new_item .text_con .title{
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
    /* letter-spacing: 0.1em; */
}
.xizang_content .left_con .left_content .new_item .text_con .title a , .xizang_content .left_con .left_content .new_item .text_con .title .toAppShow{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
    cursor: pointer;
    /* letter-spacing: 0.1em; */
}
.xizang_content .left_con .left_content .new_item .text_con .title:hover a ,.xizang_content .left_con .left_content .new_item .text_con .title:hover .toAppShow{
    color: #f04142;
}
.xizang_content .left_con .left_content .new_item .text_con .title:hover{
    color: #f04142;
}
.xizang_content .left_con .left_content .new_item .text_con .sourse{
    margin-top: 17px;
}
.xizang_content .left_con .left_content .new_item .text_con .sourse .sourseLink{
    display: inline-block;
    margin-right: 10px;
}
.xizang_content .left_con .left_content .new_item .text_con .sourse span{
    color: #999;
    font-size: 14px;
}
.xizang_content .left_con .left_content .new_item .text_con .sourse span a{
    color: #999;
    font-size: 14px;
}
.xizang_content .left_con .left_content .new_item.oneImg{
    display: flex;
    justify-content: space-between;
}
.xizang_content .left_con .left_content .new_item.oneImg .text_con{
    width: 579px;
}
.xizang_content .left_con .left_content .new_item.oneImg .text_con .title{ 
    height:56px;
}
.xizang_content .left_con .left_content .new_item.oneImg .img_con{
    width: 184px;
}
.xizang_content .left_con .left_content .new_item.oneImg .img_con .img_item{
    width: 184px;
    height: 103px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.oneImg .img_con .img_item img{
    width: 184px;
    height: 103px;
}
.xizang_content .left_con .left_content .new_item.oneImg .img_con .img_item .play_icon{
    width: 32px;
    height: 32px;
    background-image: url(img/play_icon2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xizang_content .left_con .left_content .new_item.oneImg .img_con .img_item .duration{
    width: 54px;
    height: 23px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3607843137254902);
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
}
.xizang_content .left_con .left_content .new_item.oneImg .text_con .sourse{
    margin-top: 28px;
}



.xizang_content .left_con .left_content .new_item.threeImg .img_con{
    height: 137px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xizang_content .left_con .left_content .new_item.threeImg .img_con .img_item{
    width: 245px;
    height: 137px;
    border-radius: 5px;
    overflow: hidden;
}
.xizang_content .left_con .left_content .new_item.threeImg .img_con .img_item img{
    width: 245px;
    height: 137px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.threeShuImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .img_con{
    width: 245px;
    margin-bottom: 35px;; 
}
.xizang_content .left_con .left_content .new_item.threeShuImg .img_con .img_item{
    width: 245px;
    height: 427px;
    overflow: hidden;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .img_con .img_item img{
    width: 245px;
    height: 427px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .text_item{
    width: 245px;
    margin-top: 12px;
    height:50px;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .text_item .title{
    width: 245px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
    height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .text_item .title a , .xizang_content .left_con .left_content .new_item.threeShuImg .text_item .toAppShow{
    width: 245px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.threeShuImg .text_item .title:hover a , .xizang_content .left_con .left_content .new_item.threeShuImg .text_item .title:hover .toAppShow{
    color: #f04142;
}

/* 855 */
.xizang_content .left_con .left_content .new_item.threeOneImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .img_con{
    width: 245px;
    margin-bottom: 35px;; 
}
.xizang_content .left_con .left_content .new_item.threeOneImg .img_con .img_item{
    width: 245px;
    height: 245px;
    overflow: hidden;
    border-radius: 4px;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .img_con .img_item img{
    width: 245px;
    height: 245px;
    border-radius: 4px;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .text_item{
    width: 245px;
    margin-top: 12px;
    height:50px;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .text_item .title{
    height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .text_item .title{
    width: 245px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .text_item .title a{
    width: 245px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
}
.xizang_content .left_con .left_content .new_item.threeOneImg .text_item .title:hover a{
    color: #f04142;
}


.xizang_content .left_con .left_content .new_item.twoImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}
.xizang_content .left_con .left_content .new_item.twoImg .img_con{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    width: 378px;
    margin-bottom: 35px;
}
.xizang_content .left_con .left_content .new_item.twoImg .img_con .img_item{
    width: 378px;
    height: 213px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.xizang_content .left_con .left_content .new_item.twoImg .img_con .img_item img{
    width: 378px;
    height: 213px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.twoImg .img_con .img_item .play_icon{
    width: 42px;
    height: 42px;
    background-image: url(img/play_icon2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xizang_content .left_con .left_content .new_item.twoImg .img_con .img_item .duration{
    width: 54px;
    height: 23px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3607843137254902);
    position: absolute;
    right: 5px;
    bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item{
    width: 378px;
    margin-top: 12px;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .title{
    height:50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .title{
    width: 378px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .title a ,.xizang_content .left_con .left_content .new_item.twoImg .text_item .title .toAppShow{
    width: 378px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .title:hover a , .xizang_content .left_con .left_content .new_item.twoImg .text_item .title:hover  .toAppShow{
    color: #f04142;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .title:hover{
    color: #f04142;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .sourse{
    margin-top: 13px;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .sourse .sourseLink{
    display: inline-block;
    margin-right: 10px;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .sourse span{
    color: #999;
    font-size: 14px;
}
.xizang_content .left_con .left_content .new_item.twoImg .text_item .sourse span a{
    color: #999;
    font-size: 14px;
}
/* 轮播效果 */
.xizang_content .left_con .left_content .swiperLun {
    width: 775px;
    height: 194px;
    margin-bottom: 35px;
    position: relative;
}
.xizang_content .left_con .left_content .swiperLun img{
    width: 775px;
    height: 194px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .swiperLun .swiper-pag{
    position: absolute;
    left: 365px;
    z-index:9;
}
.xizang_content .left_con .left_content  .swiper810Lun{
    width:775px;
    height: 436px;
    margin-bottom: 35px;
    position: relative;
}
.xizang_content .left_con .left_content .swiper810Lun img{
    width: 775px;
    height: 436px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .swiper810Lun .yinBg{
    width:775px;
    height: 80px;
    position: absolute;
    left:0;
    bottom:0;
    background: url(img/bgTu.png);
    background-size:775px 80px;
}
.swiper-pagination-bullet{
    background: #fff!important;
    opacity: 1!important;
    width:10px!important;
    height: 10px!important;
}
.swiper-pagination-bullet-active{
    background: #007aff!important;
}
.xizang_content .left_con .left_content .swiper810Lun p{ 
    font-size: 20px;
    position: absolute;
    bottom: 16px;
    color: #fff;
    left: 10px;
}
.xizang_content .left_con .left_content .swiper810Lun .swiper-pag{
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    width: fit-content;
}
/* 滑动效果 */
.xizang_content .left_con .left_content .moveImg{
    position: relative;
    margin-bottom:35px;
    
}
.xizang_content .left_con .left_content .moveImg .move{
    display: flex;
    /* animation: move 350s linear infinite; */
}

.xizang_content .left_con .left_content .moveImg .img_con{
    width:300px;
    margin-right:20px;
}
.xizang_content .left_con .left_content .moveImg .img_con .img_item{
    width:300px;
    height:169px;
    overflow: hidden;
    cursor: pointer;
}
.xizang_content .left_con .left_content .moveImg .img_con .img_item img{
    width:300px;
    height:169px;
}
.xizang_content .left_con .left_content .moveImg  .text_item{
    width:300px;
    margin-top:12px;
}
.xizang_content .left_con .left_content .moveImg  .text_item .title, .xizang_content .left_con .left_content .moveImg  .text_item .title a{
    width:300px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xizang_content .left_con .left_content .moveImg  .text_item .title a:hover{
    color: #f04142;
}

.xizang_content .left_con .left_content .new_item.fourImg .img_con{
    height: 270px;
    display: flex; 
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item{
    width: 180px;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-right:20px;
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item img{
    width: 180px;
    height: 270px;
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item .info{
    width: 160px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item .info .title{
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item .info .duration{
    display: flex;
    align-items: center;
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item .info .duration .play_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(img/play_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -3px;
}
.xizang_content .left_con .left_content .new_item.fourImg .img_con .img_item .info .duration span{
    font-size: 12px;
    color: #fff;
    margin-left: 2px;
}
.xizang_content .left_con .left_content .new_item.onlyFourImg {
    display: flex;
    align-items: center;
}
.xizang_content .left_con .left_content .new_item.onlyFourImg a , .xizang_content .left_con .left_content .new_item.onlyFourImg div{
    width:150px;
    height: 150px;
    margin-right: 58px;
}
.xizang_content .left_con .left_content .new_item.onlyFourImg img{
    width:150px;
    height: 150px;
}
.xizang_content .left_con .left_content .new_item.oneBigImg857{
    width: 775px;
    height: 104px;
    overflow: hidden;
    border-radius: 4px;
}
.xizang_content .left_con .left_content .new_item.oneBigImg857 img {
    width: 775px;
    height: 104px;
    border-radius: 4px;
    cursor: pointer;
    will-change: transform;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    object-fit: cover;
}
.xizang_content .left_con .left_content .new_item.oneBigImg{
    width: 775px;
    height: 194px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.xizang_content .left_con .left_content .new_item.oneBigImg a img , .xizang_content .left_con .left_content .new_item.oneBigImg .toAppShow img{
    width: 775px;
    height: 194px;
    border-radius: 4px;
    cursor: pointer;
    will-change: transform;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    object-fit: cover;
}
.xizang_content .left_con .left_content .new_item.oneBigImg a img:hover , .xizang_content .left_con .left_content .new_item.oneBigImg .toAppShow img:hover{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
.xizang_content .left_con .left_content .new_item.oneBigImg801{
    width: 775px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.xizang_content .left_con .left_content .new_item.oneBigImg801 a {
    overflow: hidden;
}
.xizang_content .left_con .left_content .new_item.oneBigImg801 .title801{
    color:#222;
    font-size: 20px;
    margin-top:10px;
    cursor: pointer;
}
.xizang_content .left_con .left_content .new_item.oneBigImg801 .title801:hover{
   color: #f04142;
}
.xizang_content .left_con .left_content .new_item.oneBigImg801 a img , .xizang_content .left_con .left_content .new_item.oneBigImg801 .toAppShow img{
    width: 775px;
    height: 436px;
    border-radius: 4px;
    cursor: pointer;
    will-change: transform;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    object-fit: cover;
}
.xizang_content .left_con .left_content .new_item.oneBigImg801 a img:hover , .xizang_content .left_con .left_content .new_item.oneBigImg801 .toAppShow img:hover{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
.xizang_content .left_con .left_content .oneSmallImg{
    width:775px;
    height: auto;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}
.xizang_content .left_con .left_content .oneSmallImg img{
    width:775px;
    height:auto;
    object-fit: cover;
}
.xizang_content .left_con .left_content .oneSmallImg .smallBg{
    width:775px;
    height:104px;
    background: url(img/bg_xzftrq.png) no-repeat;
    background-size: 100% auto;
}
.xizang_content .left_con .left_content .oneSmallImg .imgBox{
    width:775px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top:50%;
    left:0;
    margin-top: -15px;;
    display: flex;
    font-size: 18px;
    color: #222;
}
.xizang_content .left_con .left_content .oneSmallImg .imgBox .title{
    line-height: 30px;
    padding-left:100px;
    min-width: 100px;
}
.xizang_content .left_con .left_content .oneSmallImg .imgBox .more{
    line-height: 30px;
    margin-left:auto;
    margin-right: 20px;
    color: #222;
}

.xizang_content .left_con .left_content .new_item .img_con .img_item img{
    will-change: transform;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}
.xizang_content .left_con .left_content .new_item .img_con .img_item:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
.xizang_content .left_con .left_content .only_top .new_item .text_con .title .zhiding:after{
    content: "置顶";
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    background: #fff2f2;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    left: 6px;
}
.xizang_content .left_con .left_content .only_top .new_item .text_con .title .zhidingZang:after{
    content: "རྩེ་རུ་འཇོག";
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    background: #fff2f2;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    left: 6px;
}
.xizang_content .left_con .left_content .only_top .new_item{
    margin-bottom: 15px;
}
.xizang_content .left_con .left_content .only_top{
    margin-bottom: 30px;
}
.xizang_content .left_con .left_content .load{
    margin-top: 45px;
    text-align: center;
    font-size: 16px;
    color: #968484;
}
.xizang_content .left_con .left_content .load_icon{
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    /* animation: slideUpAnimation 3s ease forwards; */
}

.xizang_content .right_con .news_hotspot .tit_box{
    font-size: 20px;
    color: #101010;
    display: flex;
    align-items: flex-start;
}
.xizang_content .right_con .news_hotspot .tit_box .icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(img/hot_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.xizang_content .right_con .news_hotspot .tit_box span{
    margin-left: 8px;
}
.xizang_content .right_con .news_hotspot .news_list{
    margin-top: 20px;
}
.xizang_content .right_con .news_hotspot .news_list .news_item {
    display: flex;
    margin-bottom: 15px;
}
.xizang_content .right_con .news_hotspot .news_list .news_item .rank{
    /* width: 25px;
    font-size: 20px;
    color: #8a8484;
    line-height: 25px;
    font-weight: bold; */

    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: ByteNumber-center;
    color: #999;
    text-align: center;
}
.xizang_content .right_con .news_hotspot .news_list .news_item:nth-child(1) .rank{
    color: #a82e2e;
}
.xizang_content .right_con .news_hotspot .news_list .news_item:nth-child(2) .rank{
    color: #f04142;
}
.xizang_content .right_con .news_hotspot .news_list .news_item:nth-child(3) .rank{
    color: #ff9a03;
}
.xizang_content .right_con .news_hotspot .news_list .news_item .titAndLink{
    width: 267px;
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    color: #222;
    line-height: 25px;
    letter-spacing: 0.1em;
}
.xizang_content .right_con .news_hotspot .news_list .news_item .titAndLink a{
    font-size: 16px;
    color: #222;
    line-height: 22px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xizang_content .right_con .news_hotspot .news_list .news_item .titAndLink:hover a{
    color: #f04142;
}
.xizang_content .right_con .news_hotspot .news_list .news_item .titAndLink:hover{
    color: #f04142;
}
.xizang_content .right_con .news_hotspot.fixed{
    position: fixed;
    top: 90px;
    left: 0;
}


.xizang_content .right_con .Copyright{
    width: 310px;
    font-size: 12px;
    color: #8a8484;
    line-height: 25px;
    letter-spacing: 0.1em;
    margin-left: 5px;
    margin-top: 30px;
}


.xizang_floatNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    -moz-box-shadow: 0 2px 16px rgba(54,56,79,.06);
    -webkit-box-shadow: 0 2px 16px rgba(54,56,79,.06);
    box-shadow: 0 2px 16px rgba(54,56,79,.06);
    z-index: 99;
}

.xizang_floatNav .left_con{
    margin-left: 28px;
    width: 950px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xizang_floatNav .left_con .logo{
    width: 137px;
    height: 37px;
}
.xizang_floatNav .left_con .logo img{
    width: 119px;
    height: 37px;
}



.xizang_floatNav .left_con .left_nav{
    width: 775px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xizang_floatNav .left_con .left_nav .tag_list{
    width: 700px;
    display: flex;
    justify-content: space-between;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item{
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
    color: #262323;
    cursor: pointer;
    position: relative;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item>span:hover{
    color: #707070;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item.cur>span{
    font-size: 16px;
    color: #e41700;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item.cur>span::after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.5px;
    width: 20px;
    height: 3px;
    background: #f04142;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list_icon{
    width: 12px;
    height: 12px;
    background-image: url(img/xiala.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}
.xizang_floatNav .left_con .left_nav .more_btn{
    width: 52px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #262323;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list{
    width: 330px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    display: none;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .arrow_icon{
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 18px;
    margin-left: 178px;
    /* margin: 0 auto; */
    position: relative;
    z-index: 10;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg{
    overflow: hidden;
    margin-top: -7px;
    width: 330px;
    /* height: 128px; */
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    -webkit-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content{
    width: 315px;
    margin: 15px auto 5px auto;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content .tit{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item{
    width: 68.4px;
    height: 28.4px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28.4px;
    text-align: center;
    color: #1f1d1d;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item:nth-child(4n){
    margin-right: 0;
}
.xizang_floatNav .left_con .left_nav .tag_list .tag_item .list .list_bg .content .city_list .city_item.cur{
    background: #4d8eff;
    color: #fff;
}
/* .xizang_floatNav .left_con .left_nav .more_btn:hover .text{
    color: rgb(255, 0, 0);
} */
.xizang_floatNav .left_con .left_nav .more_btn .list{
    width: auto;
    position: absolute;
    right: -73px;
    top: 30px;
    display: none;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .arrow_icon {
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .list_bg{
    overflow: hidden;
    margin-top: -7px;
    width: 207px;
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    -webkit-box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
    box-shadow: -1px -1px 3px rgba(153, 153, 153, 0.34901960784313724), -1px -1px 1px 0px rgba(0, 0, 0, 0.17647058823529413) inset;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .list_bg .content{
    width: 175px;
    margin: 15px 27px 5px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .list_bg .content .item{
    font-size: 14px;
    font-weight: normal;
    color: #1f1d1d;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 5px;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .list_bg .content .item:hover{
    background: #f8f8f8;
}
.xizang_floatNav .left_con .left_nav .more_btn .list .list_bg .content .item.long{
    margin-right: 20px;
}
.xizang_floatNav .left_con .left_nav .more_btn:hover .list{
    display: block;
    will-change: transform;
    /* -webkit-animation: ani_x_fixed_tool_pop2 .3s 0s ease-out forwards;
    -moz-animation: ani_x_fixed_tool_pop2 .3s 0s ease-out forwards;
    -o-animation: ani_x_fixed_tool_pop2 .3s 0s ease-out forwards; */
    animation: ani_x_fixed_tool_pop2 .3s 0s ease-out forwards;
}
/* @-webkit-keyframes ani_x_fixed_tool_pop2 {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5) translateX(-50%);
        transform-origin: center center;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }
}

@-moz-keyframes ani_x_fixed_tool_pop2 {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5) translateX(-50%);
        transform-origin: center center;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }
}

@-o-keyframes ani_x_fixed_tool_pop2 {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5) translateX(-50%);
        transform-origin: center center;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }
}

@-ms-keyframes ani_x_fixed_tool_pop2 {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5) translateX(-50%);
        transform-origin: center center;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-50%);
    }
} */

@keyframes ani_x_fixed_tool_pop2 {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
        /* transform-origin: center center; */
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

.xizang_floatNav .right_con{
    margin-right: 28px;
    display: flex;
    align-items: center;
}
.xizang_floatNav .right_con .input_search{
    width: 135px;
    height: 28px;
    position: relative;
}
.xizang_floatNav .right_con .input_search input{
    width: 123.4px;
    height: 26.4px;
    border-radius: 34px;
    border: 1px solid #9c3636;
    outline: none;
    padding-left: 10px;
    /* padding-right: 26px; */
    font-size: 14px;
    line-height: 34px;
}
.xizang_floatNav .right_con .input_search input{
    width: 97.4px;
    height: 26.4px;
    border-radius: 34px;
    border: 1px solid #9c3636;
    outline: none;
    padding-left: 10px;
    padding-right: 26px;
    font-size: 14px;
    line-height: 34px;
}
.xizang_floatNav .right_con .input_search input::-webkit-input-placeholder {
    color: #adadad;
}

.xizang_floatNav .right_con .input_search input:-moz-placeholder {
    color: #adadad;
}

.xizang_floatNav .right_con .input_search input::-moz-placeholder {
    color: #adadad;
}

.xizang_floatNav .right_con .input_search input:-ms-input-placeholder {
    color: #adadad;
}
.xizang_floatNav .right_con .input_search .search_btn{
    width: 14px;
    height: 14px;
    background-image: url(img/search_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}


.xizang_floatNav .right_con .select{
    margin-left: 35px;
}
.xizang_floatNav .right_con .select .language{
    width: 79px;
    height: 28px;
    border: 1px solid #9c3636;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
}
.xizang_floatNav .right_con .select .language option{
    font-size: 12px;
}

.right_menu{
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 24px;
    z-index: 999;
}
.right_menu .right_item{
    width: 40px;
    /* height: 50px; */
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}
.right_menu .right_item.refresh{
    background-image: url(img/shuaxin.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}
.right_menu .right_item.goTop{
    background-image: url(img/goTop.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    margin-top: 15px;
}
.right_menu .right_item .text{
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
.right_menu .right_item.goTop .text{
    margin-top: 19px;
}
.xizang_content .left_con .left_content .load_info{
    display: none;
    width: fit-content;
    margin: 0 auto 20px auto;
    background: #f9f9f9;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 30px;
    animation: slideUpAnimation 0.8s ease forwards;
}
@keyframes slideUpAnimation {
    0% { transform: translateY(100%); opacity: 0; } /* 初始状态下向下移动并不显示 */
    100% { transform: translateY(0); opacity: 1; } /* 结束时位于原点且完全显示 */
}

@keyframes move {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}


/* 二级页 */
.xizang_content .left_con  .titleTop{
    background: url(img/syj.png) no-repeat left top/34px 32px;
    padding-left:40px;
    font-size: 22px;
    height:40px;
    line-height: 40px;
    margin-bottom: 20px;   

}
.xizang_content .left_con  .oneBig{
    width: 775px;  
}
.xizang_content .left_con  .oneBig img{
    width: 775px;
    height: auto;
}
.xizang_content .left_con  .oneBig .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #222;
    cursor: pointer;
    margin:20px 0 35px;
    min-height: 1px;
}




.erweima{z-index: 10; background: url(//www.vtibet.cn/new/image/erweimabg.png) no-repeat;width: 442px;height: 174px;position: fixed;top: 50%;left: 50%;z-index: 1;margin: -87px -221px;}
.erweima a{float: left;}
.erweima a img{margin: 50px 0 0 38px;}
.erweima p{float: left;margin: 43px 0 0 14px;}
.erweima p span{font-size: 18px; font-weight: 400; color: #FFFFFF; line-height: 27px;display: block;}
.erweima p i{font-size: 12px; font-weight: 400; color: #FFFFFF; line-height: 18px;display: none;}
.img_ewm{width: 86px;height: 86px;display: inline-block;background: url(//www.vtibet.cn/new/image/ewmbg.png) no-repeat;text-align: center;vertical-align: middle;margin-top: 45px;margin-left: 30px;}
.img_ewm img{width: 74px;height: 74px;margin: 5px auto 0 auto;}
.erweima .close {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQFJREFUOE+l0zErxlEUx/HPMylMZPEOLBYZDSZvAINQUpJNKYOBd0ApjMpGFspgMShGZVBegJmBQVI6urdu9/GQ/qfucOr8vuf8zr23pWG0Ouh7MZzOB+7xgLe6/ifAGC5xjid8YhCTWMRRCakBW+jHGt6rbjHVKW4Rdd9RAuYwi4k/1rKLY1yXgB48ow+v2MQZ7hJsBOuYRhdeMBC1eYJRrGImCZawgeWUXyTxScpjgh3cZEAsZyh5zw7msY9uLOCwsLaNRxz8BphKXkMXo+fukbcBagtZHMKIGLmEtFmol3iFvaJrAFcw3mmJ0aXRNeb9NHpIGdLoKWdIo8/0rw/+BaEoRBF+RGxnAAAAAElFTkSuQmCC);
}

/* Right part images start */
.yizhipic_wrapper .yizhipic {
  margin-bottom: 30px;
}

.yizhipic_wrapper .yizhipic .image {
  width: 100%;
  background: #FCFCFC;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  overflow: hidden;
  position: relative;
}

.yizhipic_wrapper .yizhipic .image img {
  width: 100%;
  height: auto;
}

.yizhipic_wrapper .yizhipic .image i {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
}

.yizhipic_wrapper .yizhipic .image span {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(img/play.png) no-repeat;
  top: 50%;
  left: 50%;
  margin: -12px -14px;
  cursor: pointer;
}

.yizhipic_wrapper .yizhipic .r_txt {
  margin-top: 8px;
  width: 100%;
}

.yizhipic_wrapper .yizhipic .r_txt a {
  font-size: 20px;
  font-weight: 400;
  color: #292929;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: inline-block;
}

.yizhipic_wrapper .yizhipic .r_txt .date {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #9E9E9E;
  line-height: 21px;
  margin-top: 30px;
  display: inline-block;
}

.yizhipic_wrapper .yizhipic .r_txt .date i {
  float: right;
  font-size: 14px;
  font-weight: 300;
  color: #9E9E9E;
  line-height: 21px;
  margin-left: 20px;
}
/* Right part images end */

/* new carousel 240729 start*/
.carousel240729 {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.carousel240729 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel240729 ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.carousel240729 ul li .image,
.carousel240729 ul li .image img {
  height: 100%;
}

.carousel240729 ul li .image a {
  display: inline;
}

.carousel240729 ul li .image img {
  display: inline;
  object-fit: fill;
}

.carousel240729 .banner-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.carousel240729 .banner-nav i {
  width: 12px;
  height: 13px;
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  opacity: 0.5;
  margin-left: 7px;
  cursor: pointer;
}

.carousel240729 .banner-nav i.active {
  width: 26px;
  height: 13px;
  background: rgba(234, 45, 38, 1);
  border-radius: 7px;
  opacity: 1;
}
/* new carousel 240729 end*/

/* old title3 */
.right_con .headTitle{ font-size: 28px; font-weight: 400; color: #292929;margin: 20px 0;clear: both;padding-left: 45px;line-height: 37px;}
.right_con .headTitle a{ font-size: 18px; font-weight: 400; color: #EA2D26;float: right;background: url('img/more.png') no-repeat right center;padding-right: 30px;}
.right_con .headTitle3{background: url('//www.vtibet.cn/style/img/yizhi.png') no-repeat;}