@charset "utf-8";
/* CSS Document */

/* 藏文字体 */
@font-face {
  font-family: 'Sarchung';
  src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.eot');
  src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.woff') format('woff'), /* Modern Browsers */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.ttf')  format('truetype'), /* Safari, Android, iOS */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchung.svg#baiti') format('svg'); /* Legacy iOS */
   }

@font-face {
	font-family: 'Sarchen';
	src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.eot');
	src: url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.woff') format('woff'), /* Modern Browsers */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.ttf')  format('truetype'), /* Safari, Android, iOS */
           url('//www.qhtibetan.com/khatse/font/Qomolangma-UchenSarchen.svg#heiti') format('svg'); /* Legacy iOS */
   }
/** CSS Reset **/
* {
    padding: 0;
    margin: auto;
}

body {
  /*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue","\u73e0\u7a46\u6717\u739b\u2014\u4e4c\u91d1\u8428\u743c\u4f53", "Qomolangma-Uchen Sarchung", Sarchung, Kokonor, Kailasa, "Tibetan Machine Uni", Jomolhari, "Noto Sans Tibetan", "Microsoft Himalaya",  sans-serif;  */
    font-family:Sarchung,  sans-serif;
    line-height: 1.85;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt {
    margin-top: 0;
    line-height: 1.85;
    margin-bottom: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #d80707;
    /** opacity:.8; **/
    /** transition: .2s ease opacity; **/
}

/*a:hover { color: #ff9724 !important; background-color: transparent; -webkit-text-decoration-skip: objects; }*/
a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

img {
    border: none
}

ol,
ul,
li {
    list-style: none
}

i,
em {
    font-style: normal
}

pre {
    border: 0;
}

dt {
    font-weight: normal;
}

p {
    margin-bottom: 0
}

a {
    cursor: pointer;
    outline: none;
    color: #555;
    text-decoration: none;
}

select {
    border: 1px solid #A9A9A9;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: middle;
    border-style: none;
}

video {
    max-width: 980px;
    width: 100%;
}

input {
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    color22: #337ab7 !important;
}

.clear {
    width: 0px;
    height: 0px;
    font: 0px/0px Arial;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.blank {
    DISPLAY: block;
    HEIGHT: 1px;
    VISIBILITY: visible;
    CLEAR: both;
    OVERFLOW: hidden
}

.h-10 {
    display: block;
    clear: both;
    height: 10px;
    line-height: 10px;
}

.h-15 {
    display: block;
    clear: both;
    height: 15px;
    line-height: 15px;
}

.h-20 {
    display: block;
    clear: both;
    height: 50px;
    line-height: 50px;
}

.fl {
    float: left;
}

.fr {
    float: right
}



.row-anew {

    margin-right: -10px;
    margin-left: -10px;
}

.col-anew {
    padding-left: 10px;
    padding-right: 10px;
}

/* nav */
.nav { background: #fe2413; height: 70px; width: 100%; position: relative; margin: 0px auto 20px; }
.nav .navlogo { width: 100px; height: 44px; position: absolute; /*left: 50%; margin-left: -560px;*/ z-index: 5; top: 9px; }
.nav .navlogo img { width: 100%; height: 44px; }
.nav ul { position: absolute; height: 70px; /*left: 20%; margin-left: -150px; */z-index: 6; top: 0; 
    }
.nav li { float: left; padding: 0 50px; font-size: 20px; font-weight: bold;line-height: 70px; text-align: center; cursor: pointer; position: relative; list-style: none;
}
.nav li a:hover{ /* background: #c81e25; */  color: #fff;}
.nav li+li { /* margin-left: 30px; */
}
.nav li a { color: #fff; position: relative; z-index: 5; }
.nav li:before { content: ""; width: 100%; height: 100%; background: #c81e25;  text-align: center; position: absolute; left: 4px; top: 0; display: none; transform: skewX(160deg); -ms-transform: skewX(160deg); /* IE 9 */
-moz-transform: skewX(160deg); /* Firefox */
-webkit-transform: skewX(160deg); /* Safari 和 Chrome */
-o-transform: skewX(160deg); z-index: 1; }

.nav li:hover:before { display: block;}
.nav li:after { content: "/"; width: 0px; height: 70px; color: #e92f0f; text-align: center; position: absolute; right: 0; z-index: 2;/* margin-left: 30px; */
}

/*头条*/
.headnews {
    padding: 30px 30px;
}

.headnews h3 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.headnews h3 a {
    text-decoration: none;
    color: #900;
    background-image: -webkit-linear-gradient(left, #900, #FF5722 25%, #900 50%, #FF5722 75%, #900);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    text-shadow: 1px 1px rgb(0 0 0 / 0%);
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -100% 0
    }
}

.headnews p {
    font-size: 16px;
    line-height: 28px;
    color: #ffddcb;
    text-indent: 2em;
}

.headnews p a {
    color: #e10000;
}


/* 要闻列表 */
ul.list4 {
  margin-bottom: 15px;
}
.list4 li{ 
    position: relative; 
    margin-bottom: 7px;
    width: 100%;
    padding: 0 10px 0 20px; 
    height: 58px;
    line-height: 58px;
    background: #f0eae6;

    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/

}
.list4 li a{ 
    color: #333;
    font-size: 16px;
}
.list4 li:hover{
    background: #df3836;
}
.list4 li a:hover{
color:#fffbbf;
}

.list4 li:hover:before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 100%;
    background: #ff9724;    
}

/*文章列表*/  
ul.gj-list {
    margin-bottom: 15px;
}
.gj-list li {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    line-height: 41px;
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/
}
.gj-list li a {
    color: #222;
}
.gj-list li:before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    width: 8px;
    height: 8px;
    border: 2px #8e0201 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.gj-list li:hover:before {
    background: #ff9724;
    border: 2px #ff9724 solid;
}

/* gj-list + gj1-list*/
.gj1-list li a{     
      float: left;
      width: 90%; 
      color: #222;    
}

.gj1-list li span {
    float: right;
    color: #666;
}


 /*栏目名称*/
.titlebox p { font-size: 13px; text-align: center; color: #000; margin: 0 auto; }
.titlebox h2 { display: inline-block; margin: 0; position: relative; }
.titlebox a { display: inline-block; font-size: 26px; color: #e70711; letter-spacing: 1px; font-weight: bolder; }
.titlebox {margin: 30px 0;text-align: center;position: relative;}
.titlebox h2:before { right: -41px; border-width: 8px; border-color: #fdc253; top: 8px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }
.titlebox:hover h2:before{border-color: #e72713;}
.titlebox h2:after { right: -31px; border-width: 8px; border-color: #e72713; top: 16px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }
.titlebox:hover h2:after{border-color: #fdc253;}
.titlebox a:before { left: -41px; border-width: 8px; border-color: #fdc253; top: 8px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }
.titlebox:hover a:before {border-color: #e72713;}
.titlebox a:after { left: -31px; border-width: 8px; border-color: #e72713; top: 16px; content: ""; position: absolute; border-style: solid; overflow: hidden; height: 8px; }
.titlebox:hover a:after {border-color: #fdc253;}
.titlebox {width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #d70000;
    margin-bottom: 15px;}

.lm-title {
    text-align: center;
    border-bottom: 2px solid #e32626;
    margin-bottom: 15px;
}

.lm-title a {
    font-size: 24px;
    color: #fe2413;
    text-shadow: 0 1px 1px #c15636;
}
.lm-title a:before {
    display: inline-block;
    content: '';
    width: 6em;
    height: 2em;
    /*width: 300px;
    height: 100px;*/
    margin-right: .5em;
    margin-bottom: 4px;
    background: url('../images/jjlh.png') center center;
    background-size: cover;
    vertical-align: middle;

}
  
/*图片放大效果 直接在父目录加class=“fangda”即可*/
/*demo3*/   
.list-img {padding-left: 0;padding-top: 5px;margin-bottom: 5px; font-size:1em;}
.list-img li{float:left;padding-bottom:8px;padding-top: 5px;}
.list-img img{display: block; width:auto; height:auto;}
.list-img li a {display: block; zoom: 1; position: relative; color:#FFFFFF; overflow: hidden;}
.list-img li a:hover{text-decoration: none;}

/*图片下部半透明黑色条*/
.list-img li b{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight:normal
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99000000', EndColorStr='#99000000');
    zoom11: 1;
    text-indent: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

 /*图片下方带底色的标题*/
.list-img li h2
{   
    padding-left: 7px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color:#f3f3f3;  /*#f6f6f6;*/
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/
}
.list-img li h2 a{
    color:#222;
    font-size: 14px;    
}

.list-img li h2 a:hover{
    color: #f70;
}

/*图片正中央的白色视频播放器图标*/
.player-ico4 {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/player-ico4.svg) center center;
}


/*鼠标遇上去播放图标消失*/
ul li .xiaoshi {
    opacity: 1;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);   
}
ul li:hover .xiaoshi{
    opacity: 0;
    transition: all .3s;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

/*图片放大效果 直接到父目录加class=“fangda”即可*/
.fangda a img {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.fangda a:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}

/* footer*/
.footer {
    background: #e62933;
    font-size: 14px;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.footer a {
    color: #fff;
}


@media screen and (min-width: 1px) and (max-width: 992px) {
    .headnews {
        padding: 10px 0px;
    }

    .headnews h3 {
        font-size: 24px;
    }

    .gj1-list li a{     
      width: 100%; 
    
}
ul.list4 {
  margin-top: 15px;
}
.headnews h3 {
    font-size: 22px;

}
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-01-17 11:37:53" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->