<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
*tscss5.0——2019.09.12 shilei
*1.全局
*2.头部
*3.10px栏距
*4.头条
*5.幻灯
*6.新闻列表
*7.
*8.
*9.
*10.
*11.
*/
@font-face {
  font-family: "tsicon"; /* Project id 2761297 */
  src: url('iconfont.woff2?t=1657955335058') format('woff2'),
       url('iconfont.woff?t=1657955335058') format('woff'),
       url('iconfont.ttf?t=1657955335058') format('truetype');
}
.tsicon {
  font-family: "tsicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tsicon-up:before {content: "\e7ef";}
  /* 回顶部按钮 */
  .tstop-btn {font-size: 1.5rem; font-weight: 700; color: #ffffff;border-radius: 50%;padding: 0.5rem 1rem;text-align: center;background-color: #B3915E !important;position: fixed;right: 10px;bottom: 10px;transform: scale(0);opacity: 0;visibility: hidden;z-index: 99;outline: none;-webkit-transition: all linear 1.5s;-moz-transition: all linear 1.5s;-ms-transition: all linear 1.5s;-o-transition: all linear 1.5s;transition: all linear 1.5s;cursor: pointer;-webkit-animation: witr_bounce 3000ms ease-out infinite;animation: witr_bounce 3000ms ease-out infinite;}
  .tstop-btn.show {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);  opacity: 1;visibility: visible;}
#menu { margin: 0; padding: 0; position: fixed; right: 10px; bottom: 10px; list-style-type: none; z-index: 70;}
#menu li {  margin:  0 0 15px  0; } 
#menu li a {font-size: 32px;}
/* #menu a { float: left; padding: 10px 20px; background-color: #fff; color: #333; text-decoration: none;}
#menu .active a { color: #fff; background-color: #333;} */
/*全局设置开始*/
.tsh0 {height:0px;width: 100%;clear: both;overflow: hidden;}
.tsh1 {height:1px;width: 100%;clear: both;overflow: hidden;}
.tsh3 {height: 3px;width: 100%;clear: both;overflow: hidden;}
.tsh5 {height: 5px;width: 100%;clear: both;overflow: hidden;}
.tsh6 {height: 6px;width: 100%;clear: both;overflow: hidden;}
.tsh8 {height: 8px;width: 100%;clear: both;overflow: hidden;}
.tsh10 {height: 10px;width: 100%;clear: both;overflow: hidden;}
.tsh12 {height: 12px;width: 100%;clear: both;overflow: hidden;}
.tsh15 {height: 15px;width: 100%;clear: both;overflow: hidden;}
.tsh20 {height: 20px;width: 100%;clear: both;overflow: hidden;}
.tsh25 {height: 25px;line-height: 25px;width: 100%;clear: both;overflow: hidden;}
.tsh30 {height: 30px;width: 100%;clear: both;overflow: hidden;}
.tsh35 {height: 35px;width: 100%;clear: both;overflow: hidden;}
.tsh48 {height: 48px;width: 100%;clear: both;overflow: hidden;}
.tsh50 {height: 50px;width: 100%;clear: both;overflow: hidden;}
.tsh60 { height: 60px; width: 100%; clear: both; overflow: hidden;}
.tsh80 { height: 80px; width: 100%; clear: both; overflow: hidden;}
.tsh85 { height: 85px; width: 100%; clear: both; overflow: hidden;}
.tsh90 { height: 90px;width: 100%; clear: both; overflow: hidden;}
.tsh75 {clear: both;height: 75px;overflow: hidden;width: 100%;}
.tsh100 {height: 100px;width: 100%;clear: both;overflow: hidden;}

a.hui {color: #666;}
a:hover.hui {color: #d9534f;text-decoration: none;}
a.hui2 {color: #999;}
a:hover.hui2 {color: #3b77c9;text-decoration: none;}

a.hei {color: #333;}
a:hover.hei {color: #d9534f;}
a.white{color:#fff;}
a:hover.white{color:#d9534f;}
a.bai2{color:#fff;}
a:hover.bai2{color:#333;}
a.bai2{color:#fff;}
a:hover.bai2{color:#333;}
a.red{color:#ff4242;}
a:hover.red{color: #00AFE8;}
a.red2{color:#DB241E;}
a:hover.red2{color: #00AFE8;}
.bg_hui{background-color: #f5f5f5;}
#bg_black{background-color: #171717;}
.bg_white1{background-color: rgba(255,255,255,.5);}
.bg_white2{background-color: #ffffff;}
.bg_white3{background-color: rgba(255,255,255,.7);}
.bg_s2_list1{background-color: rgba(212,175,145,.42);}
.bg_black1{background-color: rgba(0, 0, 0, 0.66);}
.text_white{color: #ffffff;}
a:hover.text_white{color: #ffd737;}
.text-orange2{color:#fff8e1;}
a.text-orange2:hover{color:#ffd737;}
.btn-7r12y {
    color: #fff;
    background-color: #55606d;
    border-color: #55606d;
}
.bg-blue7{background-color: #c5d2df; }
.bg-blue8{background-color: #dcd3df; }
.bg-orange3{background-color:#e5d6cc;}
.btn-orange1{color:#c7a47a;}
.pos_rel{position: relative;}
/* 间隔 */
.mt-2{margin-top: 2rem;}
.mb-2{margin-bottom: 1.5rem;} 
.pt-2{padding-top: 2rem;}
.py-3{padding-top: 1rem;padding-bottom: 1rem;}
.lineH19{line-height: 1.9;}
.lineH15{line-height: 1.6;}
.lineH14{line-height: 1.4;}
/* 全屏 */
.w-100{width: 100%;}
.h-100{height: 100%;}
/* 段落空行 */
.text-2em{text-indent: 2em;}
/* 显示行数 */
.line-clamp2{-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.line-clamp3{-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.line-clamp4{-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.line-clamp5{-webkit-line-clamp: 5;line-clamp: 5;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
.line-clamp6{-webkit-line-clamp: 6;line-clamp: 6;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;}
 /*要闻*/

 .tsnew7 dd{background: url(../images/list.gif) no-repeat 0px 50%;padding-left: 15px;}
 /* 动态背景 */
 .bg-gradient38 {
	background-image: linear-gradient(135deg, #f07d37, #f57f84, #e79f77,#f26526, #f46728, #f48c6c, #f41336, #ba2723);
	background-size: 400% 400%;
    -webkit-animation: Gradient_box3 12s infinite alternate-reverse;
    animation: Gradient_box3 12s infinite alternate-reverse;
}
 @-webkit-keyframes Gradient_box3 {  
  0% { background-position: 0% 0% }  
  50% { background-position: 100% 100% }  
  100% { background-position: 0% 0% }  
}  

@keyframes Gradient_box3 {  
  0% { background-position: 0% 0% }  
  50% { background-position: 100% 100% }  
  100% { background-position: 0% 0% }  
} 
/*全局设置结束*/
/*背景开始*/
.section0 { background: url(../images/0.jpg) 50%;background-size: cover;}
.section1 { background: url(../images/1.jpg) 50%;background-size: cover;}
.section2 { background: url(../images/2.jpg) 50%;background-size: cover;}
.section3 { background: url(../images/3.jpg) 50%;background-size: cover;}
.section4 { background: url(../images/4.jpg) 50%;background-size: cover;}
.section5 { background: url(../images/5.jpg) 50%;background-size: cover;}
.section6 { background: url(../images/6.jpg) 50%;background-size: cover;}
.section7 { background: url(../images/7.jpg) 50%;background-size: cover;}
.section8 { background: url(../images/8.jpg) 50%;background-size: cover;}
.section9 { background: url(../images/9.jpg) 50%;background-size: cover;}
.section10 { background-color:#000000;}
.section20 { background: url(../images/bg21.jpg) 50%;background-size: cover;}
.section21 .slide{background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
.section21 .fp-tableCell{position: relative;}
.section22 { background: url(../images/bg20.jpg) 50%;background-size: cover;}
.section23 { background: url(../images/bg23.jpg) 50%;background-size: cover;}
.section24 { background: url(../images/bg24.jpg) 50%;background-size: cover;}

.section_dong1 { background: #c9e0f5 url(../images/body_bg3.gif) repeat;}
.s3_bg2{ background: url(../images/3_1.jpg) 50%;background-size: cover;}
.section_7r { background: url(../images/bg1.jpg) 50%;background-size: cover;background-attachment: fixed}
.fp-controlArrow.fp-next {right: 50px;}


/* 卡片样式 */
.card_zt_shadow01{border-radius: 50px;
	/* background: #e0e0e0; */
	box-shadow:  30px 30px 60px #bebebe,
				 -30px -30px 60px #ffffff;}
.card_zt_btm1{background-color: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	color: rgba(255, 255, 255, 0.75);
					}

.card_zt_btm2{background-color: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	color: rgba(255, 255, 255, 0.9);
					}

.card_zt_btm3{background-color: rgb(191 42 38 / 70%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 1px 5px 60px 0px #4646466b;
  /* box-shadow:2.8px 2.8px 2.2px rgba(0, 0, 0, 0.025),6.7px 6.7px 5.3px rgba(0, 0, 0, 0.036),12.5px 12.5px 10px rgba(0, 0, 0, 0.045),22.3px 22.3px 17.9px rgba(0, 0, 0, 0.054),41.8px 41.8px 33.4px rgba(0, 0, 0, 0.065),100px 100px 80px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow:2.8px 2.8px 2.2px rgba(0, 0, 0, 0.025),6.7px 6.7px 5.3px rgba(0, 0, 0, 0.036),12.5px 12.5px 10px rgba(0, 0, 0, 0.045),22.3px 22.3px 17.9px rgba(0, 0, 0, 0.054),41.8px 41.8px 33.4px rgba(0, 0, 0, 0.065),100px 100px 80px rgba(0, 0, 0, 0.09); */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
          }
  .card_zt_btm4{
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
            }
/* 自定义条纹滚动条strat3 */
.s7r-s3::-webkit-scrollbar {width: 8px; height: 8px; scrollbar-gutter:stable;cursor: pointer;}
.s7r-s3::-webkit-scrollbar-corner {background-color:transparent;}
.s7r-s3::-webkit-scrollbar-track {background-color:rgba(73,177,245,0.2);    border-radius:2em;}
.s7r-s3::-webkit-scrollbar-thumb {background-color:#49b1f5;background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,0.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,0.4) 0,hsla(0,0%,100%,0.4) 75%,transparent 0,transparent);border-radius:2em;}
.s7r-s3{overflow-y: auto!important;overflow-x: hidden!important;}
@media screen and (min--moz-device-pixel-ratio:0) {
    .s7r-s3 {scrollbar-color: #49b1f5 rgba(73,177,245,0.2);border-radius:2em;scrollbar-gutter:stable;
 scrollbar-width:8px; overflow-y: auto!important;overflow-x: hidden!important;scrollbar-track-color: transparent;-ms-scrollbar-track-color: transparent;} 
    .s7r-s3:hover{overflow-y: auto!important;overflow-x: hidden!important;scrollbar-color:#49b1f5 rgba(73,177,245,0.2);border-radius:2em;} 
}
/* 更新这一年 */
.gxzyn_bg1_1229{ background: url(../images/gxzyn_bg1_1229.jpg) 50%;background-size: cover;}
/* 日报社75周年庆 */
.qz75_btbg5_1129{ background: url(../images/qz75_btbg5_1129.png) 50%;background-size: 100% 100%;background-position: 50% 50%;}
.qz75_bg10_1129{ background: url(../images/qz75_bg10_1129.jpg) 50%;background-size: cover;}
.qz75_bg9_1129{ background: url(../images/qz75_bg9_1129.jpg) 50%;background-size: cover;}
.qz75_bg8_1129{ background: url(../images/qz75_bg8_1129.jpg) 50%;background-size: cover;}
.qz75_bg7_1129{ background: url(../images/qz75_bg7_1129.jpg) 50%;background-size: cover;}
.qz75_bg6_1129{ background: url(../images/qz75_bg6_1129.jpg) 50%;background-size: cover;}
.qz75_jz_1129{ background: url(../images/qz75_jz_1129.jpg) 50%;background-size: cover;}
.qz75_fm_1129{ background: url(../images/qz75_fm_1129.jpg) 50%;background-size: cover;}
/* 我的阿勒泰 */
.wdalt_tt_0508{ background: url(../images/wdalt_tt_0508.jpg) 50%;background-size: cover;}
.wdalt_col1bg_0508{ background: url(../images/wdalt_col1bg_0508.jpg) 50%;background-size: cover;}
.wdalt_col2bg_0508{ background: url(../images/wdalt_col2bg_0508.jpg) 50%;background-size: cover;}
.wdalt_col3bg_0508{ background: url(../images/wdalt_col3bg_0508.jpg) 50%;background-size: cover;}

/* 3d翻转图片开始 */
.fanzhuanpic{-webkit-transform-style: preserve-3d; transform-style: preserve-3d;	-webkit-perspective: 1000px;  perspective: 1000px;}
.front,.back{background-size: 100% 100%; background-position: center; -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);	-webkit-backface-visibility: hidden;  backface-visibility: hidden;	text-align: center;	min-height: 351px;	height: auto;	border-radius: 10px;	color: #fff;	font-size: 1.5rem;}
/* .back{  background: #cedce7;  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);} */
.front:after{	position: absolute;    top: 0;    left: 0;    z-index: 1;    width: 100%;    height: 100%;    content: '';    display: block;   -webkit-backface-visibility: hidden;      backface-visibility: hidden;  border-radius: 10px;}
.fanzhuanpic:hover .front,.fanzhuanpic:hover .back{  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);}
.back{  position: absolute;  top: 0;  left: 0;  width: 100%;}
.fanzhuanpic .back{  -webkit-transform: rotateY(180deg);          transform: rotateY(180deg);  -webkit-transform-style: preserve-3d;          transform-style: preserve-3d;}
.fanzhuanpic .front{  -webkit-transform: rotateY(0deg);     transform: rotateY(0deg); -webkit-transform-style: preserve-3d;     transform-style: preserve-3d;}
.fanzhuanpic:hover .back{  -webkit-transform: rotateY(0deg);     transform: rotateY(0deg);  -webkit-transform-style: preserve-3d;    transform-style: preserve-3d;}
.fanzhuanpic:hover .front{  -webkit-transform: rotateY(-180deg);         transform: rotateY(-180deg);  -webkit-transform-style: preserve-3d;          transform-style: preserve-3d;}
/* 3d翻转图片结束 */


/* 舞蹈节2023 */
.dashed { border-bottom: 1px dashed #c8c8c8;}
.dotted { border-bottom: 1px dotted #c8c8c8;}
.wdj2023_Thumbs{cursor: pointer;padding: 5px 0; position:relative;}
.wdj2023_Thumbs:hover,.wdj2023_Thumbs.on{background-color: #ffcc8e}

.wdj2023_abstext1 { position: absolute;background: rgba(0, 0, 0, 0.25);; width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;text-align: center;}
#menu2 { position: fixed;right: 0px; top: 0;  margin: 0px 0 0;padding-top: 10%;height: 100vh; list-style-type: none;z-index: 70;}
.navbtn{    position: relative;display: block;padding: 10px 15px;margin: 10px 0px;color:#ffffff; font-size: 16px;font-weight: bold;}
a:hover.navbtn{border-top: 2px solid #ef7975;border-bottom:2px solid #ef7975; color:#ffffff;background: rgb(217,60,46);
  background: linear-gradient(90deg, rgba(217,60,46,1) 0%, rgba(239,90,41,0) 100%);}
  .wdj2023_col1bg_230717{ background: url(../images/wdj2023_col1bg2_230717.jpg) 50%;background-size:cover;}
.wdj2023_col2bg_230717{ background: url(../images/wdj2023_col2bg_230717.jpg) 50%;background-size: cover;}
.wdj2023_navbg_230717{ background: url(../images/wdj2023_navbg_230717.png) 50%;background-size: 100% 100%;}
.wdj2023_col4bg2_230717{ background: url(../images/wdj2023_col4bg2_230717.png) right center;background-size: 35% 100%;}



/* unlock专题 */
.unlock_1_230517 { background: url(../images/unlock_1_230517.jpg) 50%;background-size: 100% 100%;}
.unlock_2_230517 { background: url(../images/unlock_2_230517.jpg) 50%;background-size: 100% 100%;}
.unlock_jzbg1_230517{background-image: url(../images/unlock_jzbg1_230517.gif);background-repeat: no-repeat;background-position: center center; background-size:135% 100%; padding: 5px 5px;}
/* 遗存 */
.ddsdgj_col1bg_221211{background-image: url(../images/ddsdgj_col1bg_221211.jpg);background-repeat: no-repeat;background-position: center center; background-size: cover;}
/* 走进博物馆 */
.zjbwg_col2_imgbg2_221129{background-image: url(../images/zjbwg_col2_imgbg2_221129.png);background-repeat: no-repeat;background-position: center center; background-size: cover; padding: 10px;}
.zjbwg_col2_imgbg1_221129{background-image: url(../images/zjbwg_col2_imgbg1_221129.png);background-repeat: no-repeat;background-position: center center; background-size:96% 100%; padding: 40px 0;}
.zjbwg_col2bg_221129{background-image: url(../images/zjbwg_col2bg_221129.jpg);background-repeat: no-repeat;background-position: center center;background-size:cover; }
.zjbwg_Thumbs{cursor: pointer;padding: 5px 0;}
.zjbwg_Thumbs:hover{background-color: #ffcc8e}
/* 触摸历史 */
.cmlsccwm_col2_textbg1_20221106{background-image: url(../images/cmlsccwm_col2_textbg1_20221106.png);background-repeat: no-repeat;background-position: center center; background-size: 100% 100%;}
.abs_center{position: absolute;top:0; bottom:0;left:0;right:0;margin: auto;}
.abs_center2{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.abs_center_bottom3{position: absolute; bottom:0;left:0;right:0;margin: auto;}
.abs_right_bottom1{position: absolute; bottom:30px;left:0;right:30px;}
.zj-title-a{position: absolute;top: 50px;left: 47%;z-index: 100;}
.btn-danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #971f1f;
}

.btn-danger2:hover {
	color: #fff;
	background: rgb(223,113,78);
	background: linear-gradient(180deg, rgba(223,113,78,0) 0%, rgba(223,113,78,1) 90%);
}
/* 音乐播放按钮 */
#audio_btn {
      width: 30px;
      height: 30px;
      background-image: url(../images/music_btn.png);
     background-size: contain;
	 cursor: pointer;
 }
  
  .rotate {
      -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
     -o-animation: rotating 5s linear infinite;
     animation: rotating 5s linear infinite
 }
 
 @-webkit-keyframes rotating {
     from { -webkit-transform: rotate(0) }
    to { -webkit-transform: rotate(360deg) }
 }
 
 @keyframes rotating {
     from { transform: rotate(0) }
    to { transform: rotate(360deg) }
 }
 @-moz-keyframes rotating {
     from { -moz-transform: rotate(0) }
     to { -moz-transform: rotate(360deg) }
 }


.section3 .fp-next{border-color: transparent transparent transparent #be8053;}
.section3 .fp-prev { border-color: transparent #be8053 transparent transparent;}

.lh-hxdtgd2 .thumbnail{position: relative;padding: 0;}
.btn-bgimghb{position: absolute; top: 0; left: 0;right: 0;opacity: 1;transition: all 3s linear;cursor:pointer;}
.btn-bgimghidden {
    opacity: 0;
}
/*背景结束*/
/*头部开始*/
.navbar-inverse{  min-height: 40px;}
.navbar-inverse .navbar-nav &gt; li {font-size: 12px;}
.navbar-inverse .navbar-nav &gt; li &gt; a {border-radius: 4px;color: #fff;    padding: 9px 6px;behavior: url(ie-css3.htc);}
.navbar-inverse .navbar-form{margin-top: 2px;margin-bottom: 2px;}
.navbar-inverse .navbar-nav &gt; li + li { margin-left: 2px;}
.navbar-inverse .input-group{width: 150px;}
.jubao{float: right;margin-left: 15px;}
.navbar-inverse .navbar-collapse {font-family: Arial, Helvetica, sans-serif;    }

/* 卡片鼠标放置背景 */
.card_bg_text1 .cir {position:absolute;top:0;right:0;left:-50%;background:#f4f4f4;height:150%;width:80%;transform:scale(0);transition:all .6s;border-radius:100%;z-index:0}
.card_bg_text1:hover .cir {transform:scale(1);background:#d7a449;opacity:.3}

/* 重置图片弹出层摘要 */
/* .mask-layer-imgbox .mask-layer-imgName{display: none;} */
@media (min-width: 768px){
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	    line-height: 1.4;   
	}
	.vedioBox video{   position: fixed;  right: 0px;  bottom: 0px;  min-width: 100%;  min-height: 100%;  height: auto;   width: auto;
	  z-index:11
	}  
	.vedioBox source{   min-width: 100%;   min-height: 100%;  height: auto;   width: auto;  } 
	/* 一行三个文章的幻灯 左右按钮在下面 */
	.texthd_container {margin-bottom: 0px;position: relative;float: left;width: 100%;}
	.texthd {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
	.texthd li {position: absolute;width: 100%;left: 15px;top: 0;}
	
	.texthd_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);bottom:0;left: 35%;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 35px;width: 176px;background: transparent url("../images/themes5.png") no-repeat left top;}
	
	.texthd_nav:active {opacity: 1.0; }
	.texthd_nav:hover { opacity: 0.8; background-image: url("../images/themes5.png");}
	.texthd_nav.next {left: auto;background-position: right center;right: 35%;}
	.btn-danger2 {
	    
	   background:rgba(255, 255, 255, .5) ;
	    border-color: #ea745f;
		border-radius: 130px;
	}
	.card_bg_text1{margin-bottom: 30px;box-shadow: 0 0 10px rgba(190,128,83,.5);padding: 35px;position: relative;overflow: hidden;border-radius: 6px;}
		/* .vedioBox{height: 880px; } */
	.marginTop-15{margin-top: -30px;}
	.tszt-w90{width:85%;margin: 0 auto;}
	.m10 li {margin: 0 10px;  }
  /* 间隔 */

  .p-md-3{padding: 1rem}
  .p-md-3r{padding: 3rem}
  .p-md-5r25{padding: 5rem 25rem;}
  .py-md-5r{padding-top: 5rem;padding-bottom: 5rem;}
  .py-md-8r{padding-top: 8rem;padding-bottom: 8rem;}
  .px-md-3r{padding-left: 3rem;padding-right: 3rem;}
  .px-md-5r{padding-left: 5rem;padding-right: 5rem;}
  .px-md-8r{padding-left: 8rem;padding-right: 8rem;}
  .px-md-10r{padding-left: 10rem;padding-right: 10rem;}
  .px-md-15r{padding-left: 15rem;padding-right: 15rem;}
  .px-md-15per{padding-left: 13%;padding-right: 13%;}
  .mx-md-1r{margin-left: 1rem;margin-right: 1rem;}
  .mx-md-2r{margin-left: 2rem;margin-right: 2rem;}
  .mx-md-10r{margin-left: 10rem;margin-right: 10rem;}
  .mt-md-33per{margin-top:33%;}
  .mb-md-3{margin-bottom: 1rem;}
  .mb-md-3r{margin-bottom: 3rem;}
  .my-md-2{margin-top: 0.5rem;margin-bottom: 0.5rem;}
	.tsh-80-20 {height: 80px;width: 100%;clear: both;overflow: hidden;}
   	.tsh-105-20 {height: 105px;width: 100%;clear: both;overflow: hidden;}
	.tsh-600-20 {height: 600px;width: 100%;clear: both;overflow: hidden;}
	.tsh-600-300 {height: 600px;width: 100%;clear: both;overflow: hidden;}
   	.tsh-0-20{height: 0px;width: 100%;clear: both;overflow: hidden;}
	.tsh-8-20{height: 8px;width: 100%;clear: both;overflow: hidden;}
   	.tsh-20-7 {height: 8px;width: 100%;clear: both;overflow: hidden;}
   .tsh-30-10 {height: 30px;width: 100%;clear: both;overflow: hidden;}
   .tsh-50-10 {height: 50px;width: 100%;clear: both;overflow: hidden;}
  .navbar-inverse .navbar-collapse.collapse {height: 40px !important;}
    .navbar-default .navbar-nav{width: 100%; }
    .navbar-default .navbar-nav li{font-size: 14px; width: 6.25%;}
    .navbar-default .navbar-nav li a{padding-left: 5px;padding-right: 5px;    text-align: center;}
	.panel-body2 { padding: 40px 100px 15px 100px;}
	.panel-body3 { padding: 20px 100px 35px 100px;}
	.panel-body4 { padding: 6px 30px 30px 30px;}
	.panel-body5 { padding: 15px 50px;}
  .panel-body6 { padding: 15px;}
.s1_bg1{background-image: url(../images/s1-bg1.png);background-repeat: no-repeat;background-size: 100% 100%;padding: 60px 20px 85px 96px;}
.s1_bg2{background-color: #4679be;padding: 20px 20px 15px 20px;display: block;color: #fff;}
.s1_bg2 h3{height: 88px;overflow: hidden;line-height: 1.4;margin: 5px 0 0 0;}
.s1_bg3{background-image: url(../images/s1-bg2.png);background-repeat: no-repeat;background-position: right bottom;}
.s1_btn001{position: relative;margin: 0 78px 0 30px;}
.s1_btn002{position: relative;margin: 0 30px 0 78px;}
.s1_btn001 .btn01,.s1_btn002 .btn01{position: absolute; top: 20px;left: -25px;z-index: 10;}
.s2_btn_r{border-radius: 50%;background-color: #fff;height: 164px;width: 164px;line-height: 164px;color: #bb4848;font-weight: 700;font-family: "新宋体",SimSun,"宋体",sans-serif;font-size: 42px;text-align: center;}

.bg_s3_list1{background-image: url(../images/s2-bg1.png);background-size: 100% 100%;height: 500px;margin: -30px -17px 0px -15px;overflow: hidden;}
	/* 高度控制 */
		
	.tsh-10-15,.tsh-6-15  {height: 15px;width: 100%;clear: both;overflow: hidden;}
	.tsh-10-20 {height: 20px;width: 100%;clear: both;overflow: hidden;}
		.tsh-10-25 {height: 25px;width: 100%;clear: both;overflow: hidden;}
	.tsh-10-30 {height: 30px;width: 100%;clear: both;overflow: hidden;}
	.tsh-10-50 {height: 50px;width: 100%;clear: both;overflow: hidden;}
	.tsh-10-60 {height: 60px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-50 {height: 50px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-55 {height: 55px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-65 {height: 65px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-90 {height: 90px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-200 {height: 200px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-300 {height: 300px;width: 100%;clear: both;overflow: hidden;}
		.h33 img{height:33px;width: 100%;margin-bottom: 2px;}
		.h50 img{height:50px;width: 100%;}
		.h50c img{height:50px;}
		.h60 img{height:60px;width: 100%;}
		.h84 img{height:84px;width: 100%;}
		.h100 img{height:100px;width: 100%;}
		.h120 img{height:120px;width: 100%;}
		.h145 img{height:145px;width: 100%;}
		.h155 img{height:155px;width: 100%;}
		.h160 img{height:160px;width: 100%;}
		.h195 img{height:195px;width: 100%;}
		.h200 img{height:200px;width: 100%;}
		.h218 img{height:218px;width: 100%;}
		.h235 img{height:235px;width: 100%;}
		.h300 img{height:300px;width: 100%;}
		.h320 img{height:320px;width: 100%;}
		.h346 img{height:346px;width: 100%;}
		.h380 img{height:380px;width: 100%;}
		.h535 img{height:535px;width: 100%;}
		.h555 img{height:555px;width: 100%;}
		.h570 img{height:570px;width: 100%;}
		.h600 img{height:600px;width: 100%;}
		.h680 img{height:646px;width: 100%;}
		.w120h80 img{width: 120px;height:80px;}
		.w150h100 img{width: 150px;height:100px;}
		.w110h78 img{width: 110px;height:78px;}
		.w160h110 img{width: 160px;height:110px;}
    .card-h3{height: 306px;}
    .card-h200{height: 200px;}
      /*要闻*/
   .tsnew1 dt{font-size: 16px;}
   .tsnew1 dd{font-size: 14px;background: url(../images/list.gif) no-repeat 0px 17px;padding-left: 15px;}
   .tsnew1 dt,.tsnew1 dd{line-height: 33px;height: 33px;overflow: hidden;}
    
 
/* 横图标题1 */
.slide-title1{position: absolute;bottom: 10%;left: 35%;font-weight: 700;color: #fff;font-size: 32px;}
/* 横图幻灯边距 */
.container-padding15{padding: 0 15%;}
/* 专题背景 */
.ddsdgj_imgbg_221211{background-image: url(../images/ddsdgj_imgbg_221211.png);background-repeat: no-repeat;background-position: center center; background-size: 100% 100%;position: relative;}
/* unlock专题 */
.unlock_1_230517 { background: url(../images/unlock_1_230517.jpg) 50%;background-size: 100% 100%;}
.unlock_2_230517 { background: url(../images/unlock_2_230517.jpg) 50%;background-size: 100% 100%;}

}    
    /*头条*/
    .headline1{padding: 0;text-align: center;margin: 0 0 3px 0;font-size: 22px;color: #333333;height: 32px;overflow: hidden;font-weight: 700;line-height: 32px;}
    
.headline2{padding: 0px;text-align: left;margin: 0px 0 5px 0;font-size: 18px;color: #013068;height: 22px;overflow: hidden;line-height: 22px;}
    
    .headline1 a:hover,.headline2 a:hover{color: #f33;text-decoration: none;}
    
    /*新闻内容页*/
   .tuijian_title{line-height: 24px;height: 48px;overflow: hidden;margin-top: 15px;}
   /*新闻内容页相关阅读*/ 
    .xgyd{margin: 15px 0;width:100%;clear: both;border-bottom: 1px solid #ccc;}
    .xgyd_left_img{width:25%; height:auto;border-radius: 6px;padding-right: 20px;float: left;}
    .xgyd_title{height: 19px; overflow: hidden;}
    .zhaiyao4{line-height: 1.7;text-indent: 2em;margin: 0;}
    .xiangguan-info{line-height: 1.8;height:24px;overflow: hidden;color: #999999;margin-top: 3px;}
    /*列表页*/
   .tabslist1 li{font-size: 16px;}
   .list-pic .thumbnail img {height: 137px;}
   .tspic_title{line-height: 1.3;height:36px;overflow: hidden;text-align: center;}
  .tspic_title2{line-height: 1.3;height:28px;overflow: hidden;text-align: center;margin: 5px 0 25px 0;line-height: 28px;font-size: 16px;text-align: center;}
    /*第一屏视频*/
	/* {background-color:#000000; width:100%; cursor: pointer;margin: 0 auto;} */

	.linkBtn{position: absolute;right:20px;top:20px;z-index:999 !important;}
	
	/*顶部多语导航条*/
	.dy-btn-list{position: relative;height: 370px;}
	.dy-btn1{position: absolute;left: 0px;top: 0;display: block;}
	.dy-btn2{position: absolute;left: 154px;top: 87px;display: block;}
	.dy-btn3{position: absolute;left: 309px;top: 0;display: block;}
	.dy-btn4{position: absolute;left: 0px;top: 174px;display: block;}
	.dy-btn5{position: absolute;left: 309px;top: 174px;display: block;}
	.dy-btn6{position: absolute;left: 915px;top:84px;display: block;}
	.dy-btn-list img{transition:all .4s;
		-moz-transition:all .4s;
		-webkit-transition:all .4s;
		-o-transition:all .4s;}
	.dy-btn-list img:hover {
		transform:scale(1.2);
	}
	/*国旗同框图*/
	.container{position: relative;}
	.gqyk-btn-list{position: relative;height: 370px;}
	.gqyk-btn1{position: absolute;right: 1100px;bottom: 333px;display: block;}
	.gqyk-btn2{position: absolute;right: 880px;bottom: 350px;display: block;}
	.gqyk-btn3{position: absolute;right: 710px;bottom: 393px;display: block;}
	.gqyk-btn4{position: absolute;right: 540px;bottom: 425px;display: block;}
	.gqyk-btn5{position: absolute;right: 360px;bottom: 380px;display: block;}
	.gqyk-btn6{position: absolute;right: 1145px;bottom:210px;display: block;}
	.gqyk-btn7{position: absolute;right: 980px;bottom: 165px;display: block;}
	.gqyk-btn8{position: absolute;right: 780px;bottom: 200px;display: block;}
	.gqyk-btn9{position: absolute;right: 520px;bottom: 240px;display: block;}
	.gqyk-btn10{position: absolute;right: 260px;bottom: 220px;display: block;}
	
	.gqyk-btn-list img{transition:all .4s;
		-moz-transition:all .4s;
		-webkit-transition:all .4s;
		-o-transition:all .4s;}
	.gqyk-btn-list img:hover {
		transform:scale(1.2);
	}
	/* 3d标签云 */
	#rotate{/* background: rgba(82, 114, 144, 0.7); */ background-color: #103468; position: relative;width: 100%;height: 370px;margin: 0px auto 0;border-radius: 50%;background-image: url(../images/s1-bg1.jpg);}
	#rotate a{position:absolute;top:0px;left:0px;color:#f96702;font-weight:bold;padding:3px 6px;}
	/* #rotate a:hover{border:1px solid #eee;background:#f96702;border-radius:5px;} */
   .tszt-qmttb{height: 180px;overflow: hidden;}
   .tszt-qmttb li{margin: 0 38px;}
   /* 弹幕 */
   .barrager{width:100%;margin:0 auto;height:700px;overflow:hidden;position:relative;}
   .barrager div{position:absolute;color: fff;}
  
   
   .btn2 {
       display: inline-block;
       padding: 6px 12px;
       margin-bottom: 0;
       font-weight: 400;
	   font-size: 18px;
       line-height: 1.42857143;
       text-align: center;
       white-space: nowrap;
       vertical-align: middle;
       -ms-touch-action: manipulation;
       touch-action: manipulation;
       cursor: pointer;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       background-image: none;
       border: 1px solid transparent;
       border-radius: 12px;
   }
   .btn-default{color: #fff;background-color:#881970;}
           .addBarrager{border:1px solid #d5d5d5;height:75px;width:800px;margin:0 auto 30px;-webkit-border-radius: 20px;-moz-border-radius:20px;border-radius: 20px;}
           .addBarrager input{height:38px;margin-top:20px;margin-left:2%;width:70%;text-indent:30px;border:none;line-height:38px;font-size:20px;}
           .addBarrager .submit{height:38px;background:#fff;font-size:20px;font-family: "微软雅黑";width:25%;margin-top:20px;border-left:1px solid #d5d5d5;}
		   
		   /* 动画 */
		 
			 .opacity0{ opacity: 0;} 
		   
   /*第二屏小图列表*/
   .tjzt_list h4,.tjzt_list2 h4,.tjzt_list3 h4{height:24px;overflow: hidden;}
   .tjzt_list2 h4{height:50px;overflow: hidden;}
   .tjzt_list .zhaiyao{height:64px;overflow: hidden;}
   .abstractOneLine {height: 32px; overflow: hidden;font-size: 16px;line-height: 32px;}
   
   .text_info1 {text-indent: 2em;font-size: 14px;color: #666; line-height: 1.5;}
    .text_info2 {text-indent: 2em;font-size: 14px;color: #999999; margin-top: 10px;line-height: 32px;}
	.text_info3 {text-indent: 2em;line-height: 1.8;}
  .text_info4 {text-indent: 2em;font-size: 14px; margin-top: 10px;line-height: 1.4;}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;background-color: #4679be;
}
 /*第三屏*/   

   .gr_yx_ulList1,.gr_yx_ulList2,.gr_yx_ulList3,.gr_yx_ulList4{list-style: none;padding: 0;margin-bottom: 10px;}
   
   .gr_yx_ulList1 li,.gr_yx_dlList2 dd{line-height: 40px;height: 40px;overflow: hidden; background: url(../images/hr_list.png) no-repeat 0 50%;padding: 0 0 0 30px;margin: 0;font-size: 18px;}
   .gr_yx_ulList2 li{line-height: 42px;height: 42px;overflow: hidden; argin: 0;font-size: 18px; border-bottom: 1px dashed #999;}
   .gr_yx_ulList3 li{line-height: 42px;height: 42px;overflow: hidden; argin: 0;font-size: 18px; }
   .gr_yx_dlList2{margin-bottom: 10px;}
   .gr_yx_dlList2 dt{line-height: 32px;height: 32px;overflow: hidden;font-size: 18px;font-weight: 400;margin: 8px 0;}
   
   .gr_yx_ulList4 li{line-height: 36px;height: 36px;overflow: hidden; background: url(../images/list.gif) no-repeat 10px 50%;padding-left: 30px;font-size: 18px;}
   
   .lmbj2{ z-index: 1;float: left;width: 85px;padding: 25px 0 0 0;}
   .lmbj2_r{ padding-left: 85px; z-index: 2;}
   /*第四屏无图列表*/
   .tjzt_list .zhaiyao2,   .tjzt_list2 .zhaiyao2{{height:60px;overflow: hidden;}
   .tjzt_list .zhaiyao3,.tjzt_list3 .zhaiyao3,.tjzt_list2 .zhaiyao3{height:40px;overflow: hidden;}
   /*第五屏小图列表*/


}

.logo {display: inline-block;float: left;margin-right: 20px;}


.hui{color: #999999;}
.redline{    border-bottom: 2px solid #dd0202;}

/*头部结束*/
/*10px栏距开始*/
.Information .col-xs-1, .Information .col-sm-1, .Information .col-md-1, .Information .col-lg-1, .Information .col-xs-2, .Information .col-sm-2, .Information .col-md-2, .Information .col-lg-2, .Information .col-xs-3, .Information .col-sm-3, .Information .col-md-3, .Information .col-lg-3, .Information .col-xs-4, .Information .col-sm-4, .Information .col-md-4, .Information .col-lg-4, .Information .col-xs-5, .Information .col-sm-5, .Information .col-md-5, .Information .col-lg-5, .Information .col-xs-6, .Information .col-sm-6, .Information .col-md-6, .Information .col-lg-6, .Information .col-xs-7,  .Information .col-sm-7,  .Information .col-md-7,  .Information .col-lg-7,  .Information .col-xs-8, .Information .col-sm-8, .Information .col-md-8,.Information .col-lg-8, .Information .col-xs-9, .Information .col-sm-9, .Information .col-md-9, .Information .col-lg-9, .Information .col-xs-10, .Information .col-sm-10, .Information .col-md-10, .Information .col-lg-10, .Information .col-xs-11, .Information .col-sm-11, .Information .col-md-11, .Information .col-lg-11, .Information .col-xs-12, .Information  .col-sm-12, .Information .col-md-12, .Information .col-lg-12,.Information .col-df-5,.Information .col-df-9 {padding-left: 5px;padding-right: 5px;}
.Information .row { margin-left: -5px; margin-right: -5px;}
.textmessage1{padding: 10px;}
.textmessage2{padding: 10px 10px 10px 66px;background: url(../images/xjxs.png) no-repeat 10px 50%;}
.col-df-5{float: left;width: 20%;}
.col-df-4{float: left;width: 25%;}
.col-df-9{float: left;width: 11.11%;}
/*10px栏距结束*/
/*方图标开始*/
.Information2 .col-df-4 a{display: block;position: relative;background-color: #eeeeee;border: 1px solid #cccccc;width: 100%;font-size: 12px;text-align: center;margin: 0 auto 10px auto;height: 72px;padding-top: 10px;}
.Information2 .col-df-4 a:hover{color: #d9534f;border: 1px solid #d9534f;}
.Information2 .col-df-4 {padding-left: 2px;padding-right: 2px;}
.Information2 .row { margin-left: -2px; margin-right: -2px;}
.Information2 .col-df-4 span{position: absolute;bottom: 10px;left: 0; right: 0;height: 18px;overflow: hidden;}
.flyzw{letter-spacing: -1px;}
/*方图标结束*/
/*拼图开始*/
.pintu .col-xs-1, .pintu .col-sm-1, .pintu .col-md-1, .pintu .col-lg-1, .pintu .col-xs-2, .pintu .col-sm-2, .pintu .col-md-2, .pintu .col-lg-2, .pintu .col-xs-3, .pintu .col-sm-3, .pintu .col-md-3, .pintu .col-lg-3, .pintu .col-xs-4, .pintu .col-sm-4, .pintu .col-md-4, .pintu .col-lg-4, .pintu .col-xs-5, .pintu .col-sm-5, .pintu .col-md-5, .pintu .col-lg-5, .pintu .col-xs-6, .pintu .col-sm-6, .pintu .col-md-6, .pintu .col-lg-6, .pintu .col-xs-7,  .pintu .col-sm-7,  .pintu .col-md-7,  .pintu .col-lg-7,  .pintu .col-xs-8, .pintu .col-sm-8, .pintu .col-md-8,.pintu .col-lg-8, .pintu .col-xs-9, .pintu .col-sm-9, .pintu .col-md-9, .pintu .col-lg-9, .pintu .col-xs-10, .pintu .col-sm-10, .pintu .col-md-10, .pintu .col-lg-10, .pintu .col-xs-11, .pintu .col-sm-11, .pintu .col-md-11, .pintu .col-lg-11, .pintu .col-xs-12, .pintu  .col-sm-12, .pintu .col-md-12, .pintu .col-lg-12 {padding-right: 0px;padding-left: 0px;}
.pintu img{/* padding: 0 1px 1px 0 !important; */margin: 0 auto !important;width: 100%;height: auto;}
.pintu .row { margin-left: 0px; margin-right: 0px;}
/*拼图结束*/

/*头条结束*/

/*所有幻灯开始*/
/*幻灯全局*/
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li { -webkit-backface-visibility: hidden;position: absolute;display: none; width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;width: 100%;border: 0;margin: 0 auto;}


/* 第一个幻灯 */
.events {list-style: none;}
.callbacks_container {margin-bottom: 0px;position: relative;float: left;width: 100%;}
.callbacks {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.callbacks li {position: absolute;width: 100%;left: 0;top: 0;}
.callbacks img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;margin: 0 auto;}
.callbacks .caption {display: block;position: absolute;z-index: 2;font-size: 16px;text-shadow: none;color: #fff;height: 40px;line-height: 40px;overflow: hidden;left: 0;right: 0;bottom: 0;padding: 0px 50px 0px 94px;margin: 0;max-width: none;text-align: center;}
.callbacks .captionbg {display: block;position: absolute;z-index: 1;font-size: 16px;text-shadow: none;color: #fff; background-color:#000000;  filter:alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4;opacity: 0.4;height: 40px; line-height: 40px;overflow: hidden;left: 0;right: 0;bottom: 0;padding: 0px 50px 0px 94px; margin: 0; max-width: none;text-align: center;}

.callbacks_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);bottom: 0;left: 0;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 40px;width: 40px;background: transparent url("../images/themes.png") no-repeat left top;}
.callbacks_nav:active {opacity: 1.0; background-color: #333;}
.callbacks_nav:hover { opacity: 0.8; background-color: #666;}
.callbacks_nav.next {left: auto;background-position: right top;right: 0;}
/*页码*/
.callbacks_tabs{margin: 0;padding: 0;list-style: none;position: absolute;bottom: 0;left: 50px; z-index: 4;}
.callbacks_tabs li{font-size: 18px;line-height: 40px;height: 40px;width: 20px;display: none;}
.callbacks_tabs .callbacks_here{display: block;color: #fff;}
.callbacks_tabs li a{color: #bb2c34;font-size: 28px;}
.callbacks_tabs li a:hover{color: #000;text-decoration: none;}

/*第二种幻灯：图解新疆、广告*/
.tjxj_container {margin-bottom: 0px;position: relative;width: 100%; text-align: center;}
.tjxj_container img{margin: 0 auto;}
.tjxj_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);bottom: 0;left: 0;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 40px;width: 40px;background: transparent url("../images/themes.png") no-repeat left top;}
.tjxj_nav:active {opacity: 1.0; background-color: #333;}
.tjxj_nav:hover { opacity: 0.8; background-color: #666;}
.tjxj_nav.next {left: auto;background-position: right top;right: 0;}

/* 第三种幻灯：原创手绘、最后一公里等 */
.havetitle_container {margin-bottom: 0px;position: relative;float: left;width: 100%;}
.havetitle {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.havetitle li {position: absolute;width: 100%;left: 0;top: 0;}
.havetitle img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;margin: 0 auto;}
.havetitle .caption {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 20px;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 15px 5px;margin: 0;max-width: none; text-align: center;font-size: 16px;background: rgba(0, 0, 0, 0.6);}
.havetitle .caption2 {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 20px;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 15px 5px;margin: 0;max-width: none; text-align: center;font-size: 16px;background: rgba(0, 0, 0, 0.6);}
.havetitle .caption3 {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 1.4;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 5px 5px;margin: 0;max-width: none; text-align: center;font-size: 14px;background: rgba(0, 0, 0, 0.6);}
.havetitle .captionbg {display: block;position: absolute;z-index: 1;text-shadow: none;color: #fff;background-color: #000000;height: 30px;line-height: 30px;overflow: hidden;left: 0;right: 0;bottom: 0;margin: 0;max-width: none;text-align: center; filter:alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4;opacity: 0.4;}
.havetitle_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top:45%;left: 0;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 60px;width: 30px;background: transparent url("../images/themes2.png") no-repeat left top;}

.havetitle_nav:active {opacity: 1.0; background-color: #333;}
.havetitle_nav:hover { opacity: 0.8; background-image: url("../images/themes1.png");}
.havetitle_nav.next {left: auto;background-position: right center;right: 0;}





/* 第四种幻灯： */
.havetitle_container {margin-bottom: 0px;position: relative;float: left;width: 100%;}
.bottomtitle {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.bottomtitle li {position: absolute;width: 100%;left: 0;top: 0;}
.bottomtitle img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;margin: 0 auto;}
.bottomtitle .caption {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 20px;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 15px 5px;margin: 0;max-width: none; text-align: center;font-size: 16px;background: rgba(0, 0, 0, 0.6);}
.bottomtitle .caption2 {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 20px;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 15px 5px;margin: 0;max-width: none; text-align: center;font-size: 16px;background: rgba(0, 0, 0, 0.6);}
.bottomtitle .caption3 {display: block;position: absolute;z-index: 2;text-shadow: none;color: #fff;height: auto;line-height: 20px;overflow: hidden;left: 0px;right: 0px;bottom: 0;padding: 15px 5px;margin: 0;max-width: none; text-align: center;font-size: 16px;background: rgba(0, 0, 0, 0.6);}

.bottomtitle .captionbg {display: block;position: absolute;z-index: 1;text-shadow: none;color: #fff;background-color: #000000;height: 40px;line-height: 40px;overflow: hidden;left: 0;right: 0;bottom: 0;margin: 0;max-width: none;text-align: center; filter:alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4;opacity: 0.4;border-radius: 8px;}
.bottomtitle_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top:42%;left: 0;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 60px;width: 30px;background: transparent url("../images/themes2.png") no-repeat left top;
}
.bottomtitle_nav:active {opacity: 1.0; }
.bottomtitle_nav:hover { opacity: 0.8; background-image: url("../images/themes1.png");}
.bottomtitle_nav.next {left: auto;background-position: right center;right: 0;}

/* 大图无缝滚动开始 */
.picMarquee-left{ width:100vw;  overflow:hidden; position:relative;  }

.picMarquee-left .bd{ padding:0px;margin: 0;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; padding: 0;margin: 0;}
.picMarquee-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }

.picMarquee-left .bd ul li img{ width:400px; height:225px;  display:block; padding:0px; }

/* 大图无缝滚动结束 */
/* 横向多图幻灯开始 */

.lh-hxdtgd2 .mhn-item{width:100%;padding:15px;}
.lh-hxdtgd2 .mhn-img{min-height:160px;overflow:hidden;height:100%;width:100%;color:white;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;position:relative}
.lh-hxdtgd2 .mhn-text{text-align:center;padding:0 10px}
.lh-hxdtgd2 .mhn-text h4{overflow:hidden;font-size: 16px;line-height: 30px;height: 60px;}
.lh-hxdtgd2 .mhn-text p{max-height:4.5em;overflow:hidden}
.lh-hxdtgd2 .owl-stage-outer{z-index:1;}
.lh-hxdtgd2 .owl-nav{color:#333;position:absolute;/* top:0; */left:0;right:0;bottom:0}
.lh-hxdtgd2 .owl-nav svg{color:currentColor}
/* .lh-hxdtgd2 .owl-nav .disabled{display:none} */
.lh-hxdtgd2 .owl-prev,.lh-hxdtgd2 .owl-next{/* top:37%; */z-index:2;width:92px;/* height:158px; */position:absolute;bottom: 0;}
.lh-hxdtgd2 .owl-prev{left:200px}
.lh-hxdtgd2 .owl-next{right:170px}
.lh-hxdtgd2 .owl-dots{text-align: center;}
.lh-hxdtgd2 .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline; }
.lh-hxdtgd2 .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.lh-hxdtgd2 .owl-dots .owl-dot.active span,.lh-hxdtgd2 .owl-dots .owl-dot:hover span{background:#869791}
.lh-hxdtgd2 .redtext1{background-color: #c01900;padding: 10px;font-size: 14px;}
/* 横向多图滚动幻灯结束 */
/* 3d幻灯 */
.certify2 {position: relative;width: 100%;margin: 0 auto}
.certify2 .swiper-container {position: relative;--swiper-theme-color: #ff9724;
    --swiper-navigation-color: #FFE8C6;
    --swiper-navigation-size: 2.25rem;}
.certify2  .swiper-slide {/* width: 274px;height: 487px; background: #fff;box-shadow: 0 8px 30px #ddd;*/}
.certify2  .swiper-slide img{display:block;width: 100%;height: auto;}
.certify2  .swiper-slide p {line-height: 45px;padding-top: 0;text-align: center;color: #636363;font-size: 1.1em;margin: 0;overflow: hidden;height: 45px;}
.certify2 .swiper-pagination {width: 100%;bottom: 0px;}
.certify2 .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
.certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #00aadc;background-color: #fff;}
.certify2 .tsicon-right-circle,.certify2 .tsicon-left-circle{opacity: 0.5;top: 44%;padding: 0.5rem 0.9rem;
    position: absolute;
  font-size: 2rem;
 /* width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size); */
    width: 2rem;
    height: 2rem;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.certify2 .tsicon-right-circle{right: 10px; left: auto;}
.certify2 .tsicon-left-circle{left:10px;right: auto;}
.certify2 .tsicon-right-circle,.certify2 .tsicon-left-circle{opacity: 0.6;top: 48%;}
.certify2 .swiper-container:hover .tsicon-right-circle, .certify2 .swiper-container:hover .tsicon-left-circle{ background-color: #FFE8C6;border-radius: 50%; opacity: 1;}



/* 右边文字左边幻灯222 */
.twhd2_tab{list-style: none;margin: 0;padding: 0;}
.twhd2_tab li{color: #666666;padding: 12px 50px 22px 80px;background-position: 0 50%;background-repeat: no-repeat; transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;}
.twhd2_tab .f01{background-image: url(../images/text_bg7.png);}
.twhd2_tab .f02{background-image: url(../images/text_bg8.png);}
.twhd2_tab .f03{background-image: url(../images/text_bg9.png);}
.twhd2_tab .f04{background-image: url(../images/text_bg10.png);}
.twhd2_tab .f05{background-image: url(../images/text_bg11.png);}
.twhd2_tab li:hover{cursor: pointer;}
/* .twhd2_tab li span{float: left;font-size: 22px; font-weight: 700;line-height: 51px;margin-right: 10px;}*/
.twhd2_tab li p{line-height: 24px;height: 48px;overflow: hidden;margin: 0 ;font-size: 16px;} 
.twhd2_tab .on{transform:scale(1.1);}
.twhd2_tab li{padding: 5px}
.twhd2_tab li span{float: left;font-size: 20px; font-weight: 700;line-height: 26px;margin-right: 10px;}
.twhd2_tab li p{line-height: 20px;margin: 0;height: 60px;}
.mlxc-hdh1 .swiper-slide {background-color: rgba(225, 225, 225, .5) ;height: 86vh;overflow-x: hidden;overflow-y: auto;padding: 20px;}

/* 右边文字左边幻灯3333 */
.twhd3_tab{list-style: none;margin: 0;padding: 0;}
.twhd3_tab li{}
.twhd3_tab li:hover{cursor: pointer;}
.twhd3_tab .on{transform:scale(1.1);}



.btnzt {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btnzt2 {
    display: inline-block;
	margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px; 
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-1 {
  background: rgb(6,14,131);
  background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
  border: none;
}
.btn-1:hover {
   background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}
/* 4 */
.btn-4 {
  background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-4:hover{
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 0%;
  width: .1px;
}
.btn-4:after {
  width: 0%;
  height: .1px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: .1px;
  height: 0%;
}
.btn-4 span:after {
  width: 0%;
  height: .1px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}
/* 6 */
.btn-6 {
  background: rgb(247,150,192);
background: radial-gradient(circle, rgba(247,150,192,1) 0%, rgba(118,174,241,1) 100%);
  line-height: 1.5;
  /* padding: 0; */
  border: none;
  color: #fff;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
 box-shadow:
   -1px -1px 20px 0px rgba(255,255,255,1),
   -4px -4px 5px 0px rgba(255,255,255,1),
   7px 7px 20px 0px rgba(0,0,0,.4),
   4px 4px 5px 0px rgba(0,0,0,.3);
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  background: #fff;
  color: #76aef1;
  box-shadow: none;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow:
   -1px -1px 20px 0px rgba(255,255,255,1),
   -4px -4px 5px 0px rgba(255,255,255,1),
   7px 7px 20px 0px rgba(0,0,0,.4),
   4px 4px 5px 0px rgba(0,0,0,.3);
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}
/* 7 */
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 1.5;
 /* padding: 0; */
  border: none;
  color: #fff;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

/* 一行多个专题banner2幻灯 */
.important1 .swiper-container,.important2 .swiper-container,.important4 .swiper-container{padding-bottom: 1rem;--swiper-theme-color: #ff9724;/* 设置Swiper风格 */  --swiper-navigation-color: #FFE8C6;/* 单独设置按钮颜色 */  --swiper-navigation-size: 1.875rem;/* 设置按钮大小 */}
.important1 .swiper-pagination-bullet,.important2 .swiper-pagination-bullet,.important4 .swiper-pagination-bullet  { width: 10px;height: 10px;}
.important1 .swiper-button-next,.important2 .swiper-button-next, .important4 .swiper-button-next,.important1 .swiper-button-prev,.important2 .swiper-button-prev,.important4 .swiper-button-prev{opacity: 0.6;top: 38%;}
.important1 .swiper-container:hover .swiper-button-next,.important2 .swiper-container:hover .swiper-button-next,.important4 .swiper-container:hover .swiper-button-next,.important1 .swiper-container:hover .swiper-button-prev, .important2 .swiper-container:hover .swiper-button-prev,.important4 .swiper-container:hover .swiper-button-prev{opacity: 1;}
/*所有幻灯结束*/
/*新闻列表开始*/
/* 图片鼠标放置背景 */
.team-thumb {position: relative;cursor: pointer;}
.team-thumb .team-hover { position: absolute;background:#d4af91; width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;text-align: center;opacity: 0;transform: translateY(100%);transition: 0.5s 0.2s;border-radius: 50%;}
.team-thumb:hover .team-hover {opacity: 0.85; transition-delay: 0.3s;transform: translateY(0);}
.team-thumb img {transition: 0.5s 0.2s;}
.team-thumb .img-circle{border: 5px solid #de8c54;}
.team-thumb:hover img { transform: scale(1.2);}
.team-thumb .team-item,.wdj2023_abstext1 .team-item {position: absolute;top: 50% ;left: 50%;right: -40%; -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.team-thumb .team-hover2 { position: absolute;background:#d4af91; width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;text-align: center;opacity: 0;transform: translateY(100%);transition: 0.5s 0.2s;}
.team-thumb:hover .team-hover2 {opacity: 0.85; transition-delay: 0.3s;transform: translateY(0);}
.zoomImg{margin-bottom: 20px;}
/*标题一*/
.yw_title{border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;    height: 44px;background-image: url(../images/icon1.png);background-repeat: no-repeat;background-position: 10px 50%;}
.yw_title h3{float: left;margin: 0;line-height: 40px;padding-left: 60px;}
.ywt_right{float: right;line-height: 40px;}

.shipin{background: url(../images/playicon.png) no-repeat 8px 3px;padding-left: 32px;}
a:hover.shipin{color: #dd251e;}
/*标题二*/
.hui_title{background-color: #eeeeee;border-top: 2px solid #dd251e;height: 40px;line-height: 40px;padding-left: 10px;}
.hui_title h4{float: left;}
/*标题二*/
.hui_title h3{float: left;margin: 0;line-height: 38px;}


/*列表2*/
.tsnew2{margin: 0 0 10px 0;padding: 0;list-style: none;}
.tsnew2 li{background: url(../images/list.gif) no-repeat 0px 14px;padding-left: 15px;line-height: 28px;height: 28px;overflow: hidden;}
/*视频列表*/
.tssp_title{line-height: 28px;margin: 0;padding: 0;text-align: center;height: 28px;overflow: hidden;background-color: #eeeeee;}
.tsspnew{margin: 0;padding: 0;list-style: none;}
.tsspnew li{background: url(../images/playicon.png) no-repeat 0px 50%;padding-left: 25px;line-height: 32px;height: 32px;overflow: hidden;font-size: 16px;}
/*第二屏小图列表*/
.tjzt_list {margin-bottom: 30px;}
.tjzt_list h4{margin: 0 0 10px 0;line-height: 24px;font-weight: bold;}
.tjzt_list img{float:left;margin-right: 20px;width: 24%;}
.tjzt_list .zhaiyao{font-size: 15px;text-indent: 2em;}
.tjzt_list .zhaiyao2,.tjzt_list .zhaiyao3{font-size: 15px;text-indent: 2em;color: #999999;}

.tjzt_list2 {margin-bottom: 34px;}
.tjzt_list2 h4{margin: 0px 0 15px 0;line-height: 24px;font-weight: bold;padding-top: 27px;}
.tjzt_list2 img{float:left;margin-right: 20px;width: 27%;border-radius: 50%;}
.tjzt_list2 .zhaiyao{font-size: 15px;text-indent: 2em;}
.tjzt_list2 .zhaiyao2,.tjzt_list2 .zhaiyao3{font-size: 15px;text-indent: 2em;color: #999999;}

.tjzt_list3 {margin-bottom: 50px; border: 1px solid #ff9999; padding: 20px 20px 30px 45px;position: relative;}
.tszt-listbg1{position: absolute;top: 23%;left: -21px;}
.tjzt_list3 h4{margin: 0 0 20px 0;line-height: 24px;font-weight: bold;font-size: 24px;}
.tjzt_list3 .zhaiyao3{font-size: 15px;color: #999999;}

.tszt-textbg1{background-image: url(../images/tszt-textbg1.png);background-repeat: no-repeat;background-size: 100%;height: 99px;padding: 15px 70px 0px 70px;font-size: 16px;line-height: 24px;}
/*列表3 没有灰点*/
.tsnew3{margin: 0 0 10px 0;padding: 0;list-style: none;}
.tsnew3 li{line-height: 28px;height: 28px;overflow: hidden;}
/*标题四*/
.line_title{padding-left: 10px;position: relative;height: 56px;margin-bottom: 15px;}
.line_title h3{margin: 0;border-bottom: 2px solid #666;height: 42px;line-height: 42px;width: 100%;}
.linet_b{position: absolute;background: url(../images/line_titlebg.jpg) no-repeat 0 0;width: 42px;height: 16px;left: 0;bottom: 0;}
/*列表四*/
.tsnew4{margin-bottom: 15px;}
.tsnew4 dt{font-size: 20px; font-weight: 500;}
.tsnew4 dt a{color: #000;}
.tsnew4 dt a:hover{color:#d9534f; }
.tsnew4 dd{font-size: 16px;background: url(../images/list.gif) no-repeat 0px 18px;padding-left: 15px;}
.tsnew4 dt,.tsnew4 dd{line-height: 36px;height: 36px;overflow: hidden;}
/*列表五从右到左*/
.tsnew5{margin: 0 0 10px 0;padding: 0;list-style: none;float: right;}
.tsnew5 li{background: url(../images/list.gif) no-repeat right 14px;padding-right: 15px;line-height: 28px;height: 28px;overflow: hidden;    text-overflow: ellipsis;    direction: rtl;text-align: right;float: right;}


.tabslist1{list-style: none;padding: 0;margin: 0;}
.tabslist1 li{background: url(../images/dian2.png) left 16px no-repeat;padding-left: 10px;  line-height: 34px;text-overflow: ellipsis;white-space: nowrap;width: 100%;overflow: hidden;height: 34px; }
.tabslist1 li span{ color:#999; float: right; background-color: #fff;padding: 0 5px;}

/*第一屏列表*/
.tszt-div-list1{background: url(../images/dian-tszt-fang.png) left 13px no-repeat;padding-left: 28px;  line-height: 40px;text-overflow: ellipsis;white-space: nowrap;width: 100%; overflow: hidden; 
height: 40px; border-bottom: 2px dashed #cccccc;margin: 0px 0;}
/*第四屏列表*/
.tszt-div-list2{ line-height: 32px;text-overflow: ellipsis;white-space: nowrap;width: 100%; overflow: hidden; 
height: 32px; margin: 0px 0;}

/*第三屏列表标题*/
.lmbj{border-bottom: 2px solid #dfdfdf;height: 28px;width: 100%;}
.lmtitle1{font-size: 20px;border-bottom: 2px solid #cc3333;float: left;margin: 0px; height: 28px;font-weight: 700;}

/*新闻列表结束*/
/*新闻内容页开始*/
.breadcrumb{line-height: 52px;padding: 0 15px;margin-left: 0;}
.breadcrumb img{margin-right: 15px;}
.active-title{text-align: center;line-height: 1.2;font-weight: bold;color: #252525;}
.active-subhead{text-align: center;color: #666;}
.active-info{text-align: center;line-height: 3;border-top: 1px dashed #dbdbdb;border-bottom: 1px dashed #dbdbdb;color: #999999;}
.active-info2{text-align: left;line-height: 3;color: #999999;margin: 50px 0 20px 0;border-bottom: 1px solid #e8e8e8;width:100%;}
.hy-active,.hy-active p{color: #000;font-size: 16px;}
.hy-active p{line-height: 2;margin-bottom: 20px;}
.hy-active img {max-width: 96%;height: auto;display: block;border-radius: 6px;}
.zebian{float: right;color: #999999;}

.info-time{margin: 0 0 0 20px;}

.lujing-ts {
    margin-right: 5px;
    margin-left: 5px;
}
/*新闻内容页结束*/
/* 竖显幻灯开始 */
.sl{
  height: 820px;
  background-color: #908673;
  margin-top: 30px;
}
.lh-vision {
  position: relative;
  padding: 3% 0;
}
.lh-vision:before {
  content: '';
  display: block;
  width: 359px;
  height: 196px;
  position: absolute;
  right: 6vw;
  bottom: 0;
}
.lh-vision-tab {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
.lh-vision-tab .tempWrap {
  overflow: visible !important;
}
.lh-vision-bd li {
  transition: ease .65s;
  opacity: .4;
  padding: 25px 0;
  position: relative;
  height: 174px !important;
  list-style: none;
  text-align: left;
}
.lh-vision-bd li:before {
  content: '';
  display: block;
  width: 0;
  height: 110%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: ease-in .65s;

}
.lh-vision-bd li .text {
  padding-left: 270px;
  padding-right: 75px;
  position: relative;
}
.lh-vision-bd li:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.lh-vision-bd li .img {
  width: 270px;
  transition: ease .65s;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../images/img-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px;
}
.lh-vision-bd li .img img{max-width: 100%; border-radius: 25px;}
.lh-vision-h2 {
  overflow: hidden;
  transition: ease .65s;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 28px;
}
.lh-vision-h2 a {
  font-size: 22px;
  color: #fff;
}

.lh-vision-h3 {
  overflow: hidden;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-family: '\5B8B\4F53',vendna,Arial,Tahoma,Helvetica,san-serif;
  font-weight: normal;
  transition: ease .65s;
  margin-bottom: 5px;
  margin-top: 5px;
  
}
.lh-vision-bd li.active {
  opacity: 1;
  z-index: 1;
}
.lh-vision-bd li.active:before {
  width: 100%;
}
.lh-vision-bd li.active .lh-vision-h2 {
  transition-delay: .35s;
  transform: translateY(-10px);
  color: #c13211;
  font-size: 22px;
  height: 56px;
}
.lh-vision-bd li.active .lh-vision-h2 a {
  color: #c13211;
}
.lh-vision-bd li.active .lh-vision-h3 {
  transition-delay: .45s;
  transform: translateY(-10px);
  color: #000;
  line-height: 24px;
  /* height: 120px; */
  text-indent: 2em;
}
.lh-vision-bd li.active .lh-vision-h2 b:after {
  background: #c13211;
}
.lh-vision-bd li.active .img {
  width: 310px;
  box-shadow: 0 0 35px rgba(12,3,6,.3);
  left: -55px;
  background-image: url(../images/img-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px;
 
}
.lh-vision-bd li.active .text {
  padding-left: 310px;
}
.lh-vision-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.lh-vision-btn a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dda040;
  color: #dda040;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  margin: 15px 0;
}
.lh-vision-btn a:hover {
  border-color: #dda040;
  color: #dda040;
}
.lh-vision-btn a i {
  font-size: 24px;
}
.lh-vision-btn a.prev {
  background: url("../images/pic04.png") no-repeat center center;
}
.lh-vision-btn a.next {
  background: url("../images/pic05.png") no-repeat center center;
}
.lh-vision-shadow a {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
}
.lh-vision-shadow a.prev {
  top: 0;
}
.lh-vision-shadow a.next {
  bottom: 0;
}
.lh-section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lh-vision-bd li {
    padding: 5px 4px 5px 0;
    height: auto !important;
	width: 100%;
  }
  .lh-vision-bd li .img {
    width: 70%;
    position: inherit;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  .lh-vision-bd li .text {
    padding-left: 15px;
    text-align: center;
  }
  .lh-vision-h2 {
    line-height: 24px;
  }
  .lh-vision-h2 a {
    font-size: 16px;
  }
  .lh-vision-h3 {
    padding-left: 0;
    text-align: left;
	font-size: 12px;
	height: auto;
  }
  .lh-vision-tab {
    padding: 0;
  }
  .lh-vision-bd li {
    opacity: 1;
  }
  .lh-vision-h2 b {
    margin-right: 0;
  }
  .lh-vision-bd li.active .img {
    width: 70%;
  }
  .lh-vision-btn {
    left: 0;
    position: inherit;
    top: 0;
    transform: translateY(0);
    text-align: center;
  }
  .lh-vision-btn a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transform: rotate(-90deg);
  }
  .lh-vision-btn a:hover {
    color: #fff;
    border-color: #fff;
  }
  .lh-vision-btn a.prev {
    background: url("../images/pic04.png") no-repeat center center;
  }
  .lh-vision-btn a.next {
    background: url("../images/pic05.png") no-repeat center center;
  }
  .lh-vision-bd li:before {
    display: none;
  }
  .lh-vision-bd li.active .lh-vision-h3, .lh-vision-bd li.active .lh-vision-h2 a {
    color: #333;
  }
  .lh-vision-bd li.active .img {
    left: 23%;
  }
  .lh-vision-bd li.active .text {
    padding: 0;
  }
  .lh-vision-shadow {
    display: none;
  }
  .lh-vision-bd li.active .lh-vision-h2 b:after {
    background: #fff;
  }
  .lh-vision-bd li.active .lh-vision-h2, .lh-vision-bd li.active .lh-vision-h3 {
    transform: translateY(0);
	height: auto;
	color: #666666;
  }
  
  /* 横图标题1 */
  .slide-title1{position: absolute;bottom: 5%;left: 5%;color: #fff;}
}

/* 竖显幻灯结束 */


/*选项卡开始*/
.cd-tabs {
  position: relative;
}
.cd-tabs ul{list-style: none;    margin: 0 ;padding: 0;}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);font-family: Arial, Helvetica, sans-serif;
}


@media only screen and (min-width: 768px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
   
}

.cd-tabs-navigation {
  width: 455px;
        border-bottom: 2px solid #d9534f;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 42px;
    line-height: 42px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #a09f97;
  padding: 0 10px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #fff;
  background-color: #d9534f;
}
.cd-tabs-navigation a.selected {
  background-color: #d9534f !important;
  box-shadow: inset 0 2px 0 #333;
  color: #fff;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: 100%;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
    .cd-tabs-navigation li{width: 16.66%;}
  .cd-tabs-navigation a {
    height: 42px;
    line-height: 42px;
    width: auto;
    text-align: center;
    font-size: 14px;
    
    padding: 0 1rem;
      overflow: hidden;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #333;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}
.cd-tabs-content  .dyshow {
  display: none;
  padding: 10px 0 0 0;
  
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}


@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 0;
  }
  
  
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*第二个选项卡*/


#youlian_xxk .cd-tabs-navigation {width: 455px; border-bottom: 2px solid #dfdfdf;}
#youlian_xxk .cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
#youlian_xxk .cd-tabs-navigation li {
  float: left;
}
#youlian_xxk .cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 42px;
    line-height: 42px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #c3c2b9;
  padding: 0 10px;
}
#youlian_xxk .no-touch .cd-tabs-navigation a:hover {
  color: #fff;
  background-color: #d9534f;
}
#youlian_xxk .cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 2px 0 #fff;
  color: #000;border-bottom: 2px solid #d9534f;
}
#youlian_xxk .cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
    
  #youlian_xxk .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: 100%;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
    #youlian_xxk .cd-tabs-navigation li{width: 16.66%;}
  #youlian_xxk .cd-tabs-navigation a {
    height: 42px;
    line-height: 42px;
    width: auto;
    text-align: center;
    font-size: 14px;
    
    padding: 0 1rem;
      overflow: hidden;
  }
  #youlian_xxk .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #fff;border-bottom: 2px solid #d9534f;
  }
  #youlian_xxk .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

/*选项卡结束*/

/*适配平板开始*/

@media only screen and (min-width: 992px){
   .navbar-default .navbar-nav li{font-size: 18px; width: 6.25%;}
   .navbar-default .navbar-nav{width: 100%; }
   .navbar-default .navbar-nav li a{padding-left: 5px;padding-right: 5px;    text-align: center;}
      /*要闻*/
   .tsnew1 dt{font-size: 18px;}

   .tsnew1 dd{font-size: 16px;background: url(../images/list.gif) no-repeat 0px 20px;padding-left: 15px;}
   .tsnew1 dt,.tsnew1 dd{line-height: 40px;height: 40px;overflow: hidden;}
    /*头条*/
    .headline1{padding: 0;text-align: center;margin: 0 0 12px 0;font-size: 40px;color: #333333;height: 42px;overflow: hidden;font-weight: 700;line-height: 42px;}
    
.headline2{padding: 0px;text-align: left;margin: 10px 0 10px 0;font-size: 26px;color: #013068;height: 32px;overflow: hidden;line-height: 32px;}
  
    .headline1 a:hover,.headline2 a:hover{color: #f33;text-decoration: none;} 
    
}
/*适配平板结束*/
/*适配手机开始*/

@media (max-width: 767px){
  /* 间隔 */
  .p-xs-3r{padding: 3rem 10rem;}
	.xspadding20{padding: 2px 20px;}
	.xspadding30{padding: 2px 30px;}
	.xspadding40{padding: 2px 40px;}
	.xspadding50{padding: 2px 50px;}
	.xspadding60{padding: 2px 60px;}
	.xspadding80{padding: 2px 80px;}
	.xspadding120{padding: 0px 120px;}
	.xspadding150{padding: 0px 150px;}
	.xspadding180{padding: 0px 180px;}
  .py-xs-5r{padding-top: 5rem;padding-bottom: 5rem;}
  .px-xs-7r{padding-left: 7rem;padding-right: 7rem;}
	.xswidth50{width: 50%;}
	h2{font-size: 18px;margin: 5px 0;}
	h3{font-size: 16px;margin: 5px 0;}
	.btn-danger2 { background:rgba(255, 255, 255, .5) ;border-radius: 130px;}
	.col-df-5{float: left;width: 33.3334%;}
	.s2_btn_r{border-radius: 50%;background-color: #fff;height: 100px;width: 100px;line-height: 100px;color: #bb4848;font-weight: 700;font-family: "新宋体",SimSun,"宋体",sans-serif;font-size: 30px;text-align: center;}
	/* 一行三个文章的幻灯 左右按钮在下面 */
	.texthd_container {margin-bottom:0px;position: relative;float: left;width: 100%;}
	.texthd {position: relative;list-style: none;overflow: hidden;width: 100%;padding:  0 0 30px 0;margin: 0;}
	.texthd li {position: absolute;width: 100%;left: 0px;top: 0;}
	
	.texthd_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);bottom:0;left: 5px;opacity: 0.6;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 35px;width: 140px;background: transparent url("../images/themes5.png") no-repeat left top;}
	
	.texthd_nav:active {opacity: 1.0; }
	.texthd_nav:hover { opacity: 0.8; background: transparent url("../images/themes5.png") no-repeat left top;}
	.texthd_nav.next {left: auto;background-position: right center;right: 5px;}
	
	.picMarquee-left .bd ul li img{ width:320px; height:180px;  display:block; padding:0px; }
	/* 卡片样式二 */
	  .card_bg_text1,.card_bg_text3{margin-bottom: 10px;box-shadow: 0 0 10px rgba(0,0,0,.15);padding: 5px;position: relative;overflow: hidden;border-radius: 6px;background-color: #fff;}
	  .card_bg_text1 h3,.card_bg_text3 h1{font-size: 16px;margin: 0 0 10px 0;padding: 0;line-height: 1.3;}
	.vedioBox{height: 240px; }
	   /*导航隐藏*/
   #fp-nav{display: none;}
	.tsh-20-7 {height: 7px;width: 100%;clear: both;overflow: hidden;}
    .tsh-30-10,.tsh-50-10 {height: 10px;width: 100%;clear: both;overflow: hidden;}
	.tsh-80-20,.tsh-105-20,.tsh-0-20,.tsh-600-20 {height: 20px;width: 100%;clear: both;overflow: hidden;}
	.tsh-600-300 {height: 300px;width: 100%;clear: both;overflow: hidden;}
	.tsh-6-15 {height: 6px;width: 100%;clear: both;overflow: hidden;}
	.tsh-10-60,.tsh-10-50,.tsh-10-30,.tsh-10-20, .tsh-10-25, .tsh-10-15{height: 10px;width: 100%;clear: both;overflow: hidden;}
	.tsh-20-50,.tsh-20-55,.tsh-20-65,.tsh-20-90,.tsh-20-200,.tsh-20-300 {height: 20px; width: 100%; clear: both;overflow: hidden;}
.navbar-inverse .navbar-toggle{margin: 2px;}
.navbar-inverse .navbar-brand{padding: 9px 15px;height: 38px;}
.navbar-nav li{float: left;} 
    .logo{float: none;text-align: center;margin: 0 auto;display: block;}
    .tsicon li{margin: 10px auto;width: 20%;}
    .container{    padding-left: 5px;padding-right: 5px;}
    .row {margin-left: -5px; margin-right: -5px;}
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 5px;padding-right: 5px;}
   .tsnew1 dt{font-size: 14px;} 
    .tsnew1 dd{font-size: 13px;padding-left: 4px;}
    .tsnew1 dt,.tsnew1 dd{line-height: 28px;height: 28px;overflow: hidden;}
    .tjzt_list p{font-size: 13px;}
    /*头条*/
    .headline1{padding: 0px 15px 10px 15px;text-align: center;margin: 0 auto;font-size: 1.8rem;
    line-height: 1.8;color: #013068;color: #f33;font-weight: bold;}
    
.headline2{padding: 0px 0 10px 0;text-align: center;margin: 0;font-size: 1.5rem;
    line-height: 1.3;}
    .headline1 a{color: #f33;}
    .headline1 a:hover,.headline2 a:hover{color: #013068;text-decoration: none;}
    .navbar-default .navbar-nav li{font-size: 16px;}
    /*新闻内容页*/
   .active-title {
    text-align: center;
    line-height: 1.3;
    font-size: 22px;
}
.active-info{line-height: 1.3;font-size: 12px;margin-top: 20px;}
.active-subhead{font-size: 14px;}
   .tuijian_title{line-height: 24px;margin-top: 15px;}
   /*列表页*/
  .tabslist1 li span{display: none;}
   /*新闻内容页相关阅读*/ 
    .xgyd{margin: 15px 0;width:100%;clear: both;}
    .xgyd_left_img{max-width: 100%;border-radius: 6px;}
    .xgyd_title{text-align: center;}
    .xiangguan-info{line-height: 1.8;color: #999999;margin-top: 3px;width:100%;}
    .zhaiyao4{line-height: 1.7;text-indent: 2em;margin: 0;}
    .xgyd_img_center{text-align: center;display: block;}

    /* unlock专题 */
.unlock_1_230517 { background: url(../images/unlock_s1_230518.png) 50%;background-size: 100% 100%;}
.unlock_2_230517 { background: url(../images/unlock_s2_230518.png) 50%;background-size: 100% 100%;}
}
@media (max-width: 321px){ /*新闻内容页*/
   .tuijian_title{line-height: 24px;margin: 0px;}}
@media (max-width: 992px){.container{    padding-left: 5px;padding-right: 5px;}
    .row {margin-left: -5px; margin-right: -5px;}
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 5px;padding-right: 5px;}}
/*适配手机结束*/
// Mixin itself
.clearfix() {
  &amp;:before,
  &amp;:after {
    content: " ";
    display: table;
  }
  &amp;:after {
    clear: both;
  }
}

// Usage as a mixin
.element {
  .clearfix();
}
// Class
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mb-3{margin-bottom: 3rem;}
.mb-5{margin-bottom: 5rem;}
.d-block{display: block;}

// Usage as a mixin
.element {
  .center-block();
}
/*适配pc大屏开始*/
@media (min-width: 1200px){
    #huand1 img{width: 100%; height: 350px;}
    #huand4 img,#huand5 img,#huand6 img,.info_h img{width: 100%;height: 65px;}
    .col-df-9 img{width: 100%;height: 55px;}
    .tjxj_container img,.h164 img{height: 164px;}
    .h380 img{height: 380px;}
    .huand20, .h225 img{height: 225px;}
    .h250 img{height:250px;}
    .h190 img{height: 190px;}
    .h103 img{height: 103px;}
    .h109 img{height: 109px;}
    #tjzt_list img{height: 79px;}
    .h65 img{height: 65px;}
    .h60 img{height: 60px;}
    .h51 img{height: 51px;}
    /*列表一*/
.tsnew1 dt{font-size: 20px;}

.tsnew1 dd{font-size: 18px;background: url(../images/list.gif) no-repeat 0px 21px;padding-left: 15px;}
.tsnew1 dt,.tsnew1 dd{line-height: 40px;height: 40px;overflow: hidden;}


.tszt-div-list1,.tszt-div-list2{width:90%; margin: 0 auto;}
}
/*适配pc大屏结束*/

.tszt-iframe1{width:1000px;height:430px;margin: 0 auto;border: 1px solid #cccccc;}
</pre></body></html>