/* 公共css段-s */
*{user-select:auto; outline:none;}
input,textarea,select,[contenteditable=true],[contenteditable=true]>*{ -webkit-user-select:auto; -ms-user-select:auto; user-select:auto;}
html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body,html,div,p,ul,li,span,h1,dl,dd,dt{margin:0;padding:0;}
body{margin-top:80px;}
a{text-decoration: none !important;color:#323232;}
a img,img{border:0;*display:block;object-fit:cover;}
img{border-radius: 4px;}
ul,li{list-style: none;}
html,body{
	background-color: #f8f8f8; 
	height: 100%;
	font-family:  "FZZYHTJW--GB1-0", "FZZYHTJW--GB1";
	
	/*font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Hiragino Sans GB W3,WenQuanYi Micro Hei,sans-serif;*/
	/*font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;*/
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
.clearfix{zoom: 1;}
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after {clear: both;}
em,i{font-style:normal;}
a:hover{text-decoration:none;}
pre{/*font-family:normal;*/white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word; 
font-size:16px;
	line-height: 30px;
	/**text-indent: 34px;**/
}
.none{display:none;}
.go2more{font-size: 14px;
    text-align: right;
    padding: 10px 0;}

/* 面包屑-s */
.navigation {
	width:1200px;
	padding-top:6px;

	margin:0px auto;
  height: 38px;
  line-height: 38px;
	font-size:14px;
 /*background: url(../img/homeicon.png) no-repeat 60% 60% left ;*/ 
  }
  .navigation a{
    font-size: 14px;
  }
  .navigation .currentNav{
    color:#c02218;
  }
/* 面包屑-e */
*::-webkit-scrollbar {
  background:#D8D8D8;
  width: 10px;
  }
/* 滚动槽 */
*::-webkit-scrollbar-track {
    background:#F1F1F1;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
    background:#D8D8D8;
    border-radius:10px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-shadow: inset 0 0 6px #C1C1C1;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background:#D8D8D8;
}
/*滚动条箭头*/
*::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: #D8D8D8;
  color: #fff;

  }
/**首页**/
.main-wrapper{margin: 0 auto; width: 1200px;min-height:calc(100vh - 88px);padding-bottom: 60px;}
.main{
	width: 1200px;
	margin: 0 auto;
    min-height:calc(100vh - 88px);
    padding-bottom: 60px;
}
.headerbg{    
	background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 8px 0px;
}
.mainHeader1 {
	width: 1280px;
    margin: 0 auto;
    padding: 12px 0 10px 0;
}
.mainHeader1 .logo {
    float: left;
    width: 45px;
    height: 70px;
}
.mainHeader1 .nav {
    float: left;
    margin-right: 40px;
    height: 58px;
    line-height: 58px;
    position: relative;
    top: 13px;
    z-index: 100;
}
.mainHeader1 .nav .navItem {
    float: left;
    min-width: 144px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.mainHeader1 .nav .navItem:last-child{border: 0;}
.mainHeader1 .nav .navItem.active .navItemA {
    color: #c02218;
    font-weight: bold;
    padding: 0 0 9px;
    border-bottom: 3px solid #c02218;
}
.mainHeader1 .nav .navItem ul {
    display: none;
    margin-top: 6px;
}
.mainNav .navItem .subNav, .mainHeader1 .navItem .subNav {
    display: none;
    padding: 0 10px;
    background-color: #f2f2f2;
    box-shadow: darkgrey 0px 0px 9px 0px;
    position: relative;
    z-index: 2;
    width: 124px;
}
.mainNav .navItem .subNav .subLi, .mainHeader1 .navItem .subNav .subLi {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
}
.mainHeader1 .nav .navItem .subNav .subLi a {
    line-height: 30px;
    display: block;
}
.mainHeader1 .nav .navItem .subNav .subLi a:hover{
	color: #c02218;
}
.mainHeader1 .nav .navItem:hover .navItemA {
  border-bottom: 3px solid #c02218;
  color: #c02218;
  font-weight: bold;
  padding: 0 0 9px;
}

.mainHeader1 .nav .navItem:hover ul {
  display: block;
  
}
.mainHeader1 .login {
    float: right;
    position: relative;
    top: 20px;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}
.mainHeader1 .search {
    border: 1px solid #eee;
    float: right;
    width: 200px;
    height: 22px;
    border-radius: 11px;
    position: relative;
    top: 12px;
    left: -15px;
    cursor: pointer;
    padding: 5px 10px;
    background: #fff;
}
.mainHeader1 .search .icon-sousuo{font-size: 16px !important;color: #999999;}
.mainHeader1 .login a {
    color: #555555;
    padding: 0 10px;
    font-size: 16px;
}
.mainHeader1 .search input {
    position: absolute;
    top: 0;
    left: 25px;
    width: calc(100% - 32px);
    height: 93%;
    background: #fff;
    border: 0;
}
.videoPlayIcon {
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.5) url(../imgs/videoPlayIcon.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.atlasIcon{
	position: absolute;
	z-index: 10;
	background: rgba(0,0,0,0.5) url('../imgs/imgIcon.png') no-repeat 10px center;
	background-size: 20%;
	border-radius: 0px 0px 0px 6px;
	padding: 4px 8px 4px 26px;
	font-size: 12px;
    bottom: 0;
    left: 0;
    color: #fff;
	
}
.audioList {
	width: 1200px;
    margin: 42px auto 0;
    text-align: left;
}
.audioList .audioItem {
	display: flex;
    margin-bottom: 30px;
    cursor: pointer;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 0;
}
.audioList .audioItem:last-child{
	border-bottom: 0;
}
.audioList .show {
	flex: 1;
    height: 70px;
    font-size: 16px;
    color: #333333;
}
.audioList .name {
    width: 100%;
    line-height: 70px;
    padding-left: 14px;
}
.audioItem .hoverShow {
    width: 380px;
}
.audioList .hoverShow .hoverShowCenter {
    width: 200px;
    margin: 0 auto;
    padding-top: 24px;
}
.audioList .hoverShow .hoverShowCenter .iconfont{
	float: left;
	font-size: 24px !important;
	color: #666;
}
.audioList .hoverShow a.item {
    float: left;
    width: 100px;
    font-size: 14px;
    box-sizing: border-box;
}
.audioList .hoverShow img {
    width: 24%;
    height: 24%;
    float: left;
}
.audioList .hoverShow .item div {
    float: left;
    padding-left: 6px;
    margin-right: 20px;
    line-height: 26px;
    color: #666;
}
.footer {
    width: 100%;
    background-color: #5c5c5c;
    padding: 20px 0;
}
.footerWrap {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footerWrap .footerLeft {
    width: 920px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
}
.footerWrap .icp {
	line-height: 26px;
    color: #bebebe;
    text-align: left;
}
.footerWrap .icp span {
    padding: 0px 18px;
}
.footerWrap .footerCenter a {
    margin-bottom: 4px;
    color: #bebebe;
    font-size: 14px;
    display: inline-block;
    padding-right: 80px;
    box-sizing: border-box;
}
.footerWrap .ptz_download_app_link {
    position: relative;
}
.footerWrap .footerCenter a:hover {
    color: #fff;
}
.footerWrap .footerCenter .ptz_download_app_link span {
    padding: 0;
}
.footerWrap .footerCenter .ptz_download_app_link:hover .ptz_download_app{
	display: block;
	padding: 0;
}
.footerWrap .footerLeft .icp span {
    padding: 0px 18px;
}
.footerWrap .ptz_download_app img {
    width: 170px;
    height: 170px;
}
.footerWrap .ptz_download_app {
    background: url(../imgs/er_bg.png) no-repeat 0 0;
    width: 170px;
    height: 183px;
    position: absolute;
    top: -180px;
    left: -100px;
    text-align: center;
    display: none;
}
.footerWrap .footerRigth {
    flex: 1;
    text-align: center;
    float: left;
}
.footerWrap .footerRigth .ewm {
    float: left;
    width: 260px;
    margin: 0 auto;
}
.ewm a {
    display: inline-block;
}
.weixinLink {
    position: relative;
}
.ptz_er {
    background: url(../imgs/er_bg.png) no-repeat 0 0;
    width: 170px;
    height: 183px;
    position: absolute;
    top: -180px;
    left: -115px;
    text-align: center;
    display: none;
}
.weixinLink:hover .ptz_er {
    display: block;
}
.footerWrap .footerRigth .ewm img {
    margin-top: 4px;
    width: 36px;
    height: 36px;
    float: left;
}
.footerWrap .weixinLink .ptz_er img {
    width: 170px;
    height: 165px;
}
.footerWrap .footerRigth .wbIcon {
    margin: 0 0px 0px 30px;
}
.cdhk-email {
    position: relative;
}
.arrow_icon {
    background: url(../imgs/arrow_icon.png) no-repeat 100% 100%/contain;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -25px;
    left: 26px;
    display: none;
}
.ptz_email {
    width: 170px;
    height: 75px;
    border-radius: 3px;
    position: absolute;
    top: -98px;
    left: -55px;
    line-height: 30px;
    padding-top: 10px;
    border-radius: 3px;
    border: 1px solid #FFF;
    background: #FFF;
    display: none;
}
.cdhk-email:hover .ptz_email {
    display: block;
}


/* 音频播放 */
.radioWrap {
  position: fixed;
  bottom:0;
  left: 0;
  z-index: 9999;
  height: 120px;
  width:100%;
  background: rgba(0,0,0,0.8);
}
.radioWrap .wrapCloseUp{
	width: 60px;
    height: 30px;
	position: absolute;
	left: 50%;
    top: -25%;
    background: url(../imgs/audio_close_up.png) no-repeat;
}
.radioWrap .wrapCloseDown{
	width: 60px;
    height: 30px;
	position: absolute;
	left: 50%;
    top: -25%;
    background: url(../imgs/audio_close_down.png) no-repeat;
}
.radioWrap .radioWrapCenter {
  width: 1080px;
  margin: 0 auto;
  height: 100%;
  color: #fff;
}
.radioWrap .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../imgs/closeGray.png) no-repeat;
  background-size: 100% 100%;
}
.radioWrap .close:hover {
  background: url(../imgs/close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.radioWrapCenter .RprevBtn {
  float: left;
  width: 16px;
  height: 20px;
  background: url(../imgs/audio1.png) no-repeat 100% 100%;
  margin-top: 60px;
  cursor: pointer;
}
.radioWrapCenter .RPlayBtn {
  float: left;
  width: 24px;
  height: 30px;
  margin: 55px 40px 0;
  background: url(../imgs/audio3.png) no-repeat;
  cursor: pointer;
}
.radioWrapCenter .RPlayBtn.stop {
  width: 24px;
  height: 30px;
  background: url(../imgs/audio4.png) no-repeat 100% 100%;
}
.radioWrapCenter .RnextBtn {
  float: left;
  width: 16px;
  height: 20px;
  background: url(../imgs/audio2.png) no-repeat 100% 100%;
  margin-top: 60px;
  cursor: pointer;
}
.radioWrapCenter .RstepBox {
  position: relative;
  width: 626px;
  margin: 15px 22px 0;
  float: left;
  cursor: pointer;
}
.radioWrapCenter .RstepBox .Rname {
  font-size: 18px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.radioWrapCenter .RstepBox .RstepBg {
  width: 626px;
  height: 8px;
  background: #666666;
  border-radius: 5px;
  position: relative;
  margin-top: 26px;
}
.radioWrapCenter .RstepBox .RstepBar {
  border-radius: 5px;
  width: 0%;
  height: 8px;
  background: #3573ff;
  position: relative;
}
.radioWrapCenter .RstepBox .RstepBar .progress_img{
	content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 4px solid #3573ff;
  top: -5px;
  right: -5px;
  background: #fff;
  border-radius: 50%;
}
.radioWrapCenter .RtimeBox {
  font-size: 16px;
  color: #AAAAAA;
  margin-top: 57px;
  float: left;
}
.radioWrapCenter .RtimeBox span {
  color: #fff;
}
.radioWrapCenter .RvolumeBtn {
  width: 28px;
  height: 23px;
  background: url(../imgs/audio5.png) no-repeat 100% 100%;
  float: left;
  margin: 56px 36px 0 17px;
  cursor: pointer;
}
.radioWrapCenter .RvolumeBtn.mute {
  background: url(../imgs/audio6.png) no-repeat 100% 100%;
}
.radioWrapCenter .Rdownload {
  width: 28px;
  height: 28px;
  background: url(../imgs/audio7.png) no-repeat 100% 100%;
  float: left;
  margin-top: 52px;
  cursor: pointer;
}
.radioWrapCenter .Rshare {
  width: 28px;
  height: 28px;
  background: url(../imgs/audio8.png) no-repeat 100% 100%;
  float: right;
  margin-top: 52px;
  cursor: pointer;
}
/* 音频播放-e */

/* 新闻详情版本1-s */
.newsDetailBox1 {
  width: 960px;
  margin: 0 auto;
	margin-bottom:20px;

}
.newsDetailBox1 .leftWrap {
 /* float: left;
	width: 880px;
	padding-right: 50px;
 */
/*待右侧相关推荐开发后以上三行放开*/	
  box-sizing: border-box;
}
.newsDetailBox1 .leftWrap .title {
  font-size: 24px;
	  line-height:50px;
  text-align: center;
	font-weight: 800;
    padding-top: 20px;	
}
.newsDetailBox1 .leftWrap .relationInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #999999;
  margin: 15px 0 26px 0;
	border-bottom:1px solid #dfdfdf;
}
.newsDetailBox1 .leftWrap .cont {
  font-size: 16px;
  line-height: 30px;
  /**text-indent: 2em;**/
  margin:20px 0px;
}
.newsDetailBox1 .leftWrap .cont a {
 	color: #416fa9;
}
.newsDetailBox1 .leftWrap .cont img{
	/**width: 100%;**/
	max-width: 100%;
}
.newsDetailBox1 .leftWrap .cont div{
	line-height: 30px;
	font-size:16px;
	margin:20px 0px;
	text-indent: 2em;
}
.newsDetailBox1 .leftWrap .cont > p{
	line-height: 30px;
	font-size:16px;
	margin:20px 0px;
	text-indent: 2em;
}
/* 文章详情页话题 2021-07-19 */
.topicList{
	display: flex;
    margin-top: 79px;
}
.topicList .topic{
	/* min-width: 180px; */
	cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
	line-height: 40px;
    background: #F3F3F3;
    border-radius: 20px;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}
.topicList-list{display:block;margin-top: 10px;}
.topicList .list-topic{font-size: 14px;font-weight:normal;line-height: 30px;float: left;margin-right: 8px;margin-bottom: 5px;}
.topicList .topic .sign{
	color: #C02218;
}
.newsDetailBox1 .leftWrap .bottom{
	text-align: center;
    margin-top: 136px;
    margin-bottom: 60px;
}
.newsDetailBox1 .leftWrap .bottom .image{
	width: 200px;
	height: 200px;
	margin: auto;
}
.newsDetailBox1 .leftWrap .bottom .image img{
	width: 100%;
	height: 100%;
}
.newsDetailBox1 .leftWrap .bottom .text{
	width: 322px;
	height: 43px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
    margin: auto;
    margin-top: 8px;
}
.newsDetailBox1 .leftWrap .relationLink {
  margin: 60px 0px 30px 0px;
  padding: 20px;
  border-top: 1px solid #DDDDDD;
  color:#c02218;
  font-size: 16px;
  height:30px;
	line-height:30px;
}
.newsDetailBox1 .leftWrap .relationLink a{
  display: block;
}
.newsDetailBox1 .rightWrap {
  width: 300px;

  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 811px;
  padding-top:10px;
  border-left:1px solid #e6e6e6;

} 
.newsDetailBox1 .rightWrap .listBox {

}
.newsDetailBox1 .rightWrap .listBox .relationTit {
  padding: 10px 0;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
	font-weight: 900;
	border-bottom:1px solid #eeeeee;
	margin-bottom:10px;
}
.newsDetailBox1 .rightWrap .listBox .titLink {
  font-size: 14px;
height:30px;
  line-height: 30px;
}
.newsDetailBox1 .rightWrap .listBox .titLink span{
  color: #000000;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: -10px;
}
.newsDetailBox1 .rightWrap .listBox .titLink a{
  width: 93%;
  display: inline-block;
}
/* 新闻详情版本1-e */
/* 图册-s */
#topicHead.topic-head .topic-logo {
  width: 98.7px;
  height:66.5px;
  padding-right: 20px;
  margin-top: 6px;
}
.atlas .topic-logo img{
  width: 98.7px;
  height:66.5px;
}
#topicHead.topic-head {
  height: 80px;
  padding-top: 0;

}
#topicHead.topic-head .topic-title h2 {
  color: #fff;
    font-size: 26px;
    margin: 15px 0 8px 0;
}
#topicHead.topic-head .topic-title p {
  font-size: 16px;
}
.atlas .desc-text-item {
  font-size: 16px;
  color: #fff;
}
.scroll-wrap {
  position: relative;
}
.tcShare {
  position: absolute;
  top: 80px;
  right: 0;
  width: 120px;
  height: 60px;
  background: url(../img/tcShare.png) no-repeat 100% 100%;
  z-index: 9999;
}
/* 图册-e */
/*播单-s*/
.display_none {
    display: none;
}
.audioDetail{
	width:1200px;
	margin: 0 auto;
}
.audioDetail .top{
	margin-top:5px;
	display: flex;
	padding:20px 30px;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.audioDetail .top .left{
	margin-right:25px;
}
.audioDetail .top .left img{
	width: 350px;
	height: 196px;
}
.audioDetail .top .right{
	
}
.audioDetail .top .right .title{
	height: 24px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.audioDetail .top .right .sub-title{
	margin-top: 10px;
	height: 19px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	line-height: 30px;
}
.audioDetail .top .right .intro{
	margin-top: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	line-height: 21px;
}

.audioDetail .top .right .topic{
	cursor: pointer;
	margin-top: 15px;
	margin-right: 10px;
	height: 30px;
    background: #F3F3F3;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.audioDetail .top .right .topic .sign{
	color: #C02218;
}
.audioDetail .top .right .topic span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	/*font-weight: 500;*/
}
.audioDetail .items {
	margin-top:10px;
	margin-bottom: 20px;
}
.audioDetail .items .item .audioInfo{
	display: flex;
    position: relative;
}
.audioDetail .items .item .audioInfo .title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #363636;
	line-height: 60px;
}
.audioDetail .items .item .audioInfo .publishDate{
	position: absolute;
    right: 200px;
    font-size: 14px;
	font-family: Microsoft YaHei;
	color: #999;
	line-height: 60px;
}
.audioDetail .items .item .audioInfo .lImg{
	width: 63px;
	margin-right:20px;
    position: relative;
}
.audioDetail .items .item .audioInfo .lImg img{
	vertical-align: middle;
    position: absolute;
    top: 50%;
    right:0;
    transform: translate(0,-50%);
	border-radius: 0px;
}
.audioDetail .items .item .audioInfo .rImg{
	position: absolute;
    right: 21px;
    height: 50px;
}
.audioDetail .items .item .audioInfo .rImg img{
	vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.audioDetail .items .item .line{
	border-bottom: 1px dashed #d0d0d0;
}
/*播单-e*/
/*视频-s*/
.videoPlayWrap {
  width: 100%;
  height: calc(100vh - 158px);
  background: #000000;
	clear: both;
}
.video_title {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    float: left;
    width: 800px;
    padding-left: 20px;
    margin-top: 14px;
}
.videoPlayWrap .videoPlayWrapCenter {
  width: 1080px;
  margin: 0px auto;
}
.videoPlayWrap .videoPlayWrapCenter .title {
  font-size: 24px;
  color: #fff;
  text-align: center;

}
.videoPlayWrap .videoPlayWrapCenter .video {
  width: 1080px;
  height: calc(100vh - 158px);
  color: #fff;
  /**margin:30px auto;**/
	clear: both;
}
.prism-player .prism-big-play-btn {
    left: 5% !important;
    bottom: 12% !important;
}
/*视频-e*/
/* 滚动槽 */
*::-webkit-scrollbar-track {
    background:#F1F1F1;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
    background:#D8D8D8;
    border-radius:10px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-shadow: inset 0 0 6px #C1C1C1;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background:#D8D8D8;
}
/*滚动条箭头*/
*::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background-color: #D8D8D8;
  color: #fff;

  }

/* 分页器-s */
#page {text-align: center;
margin-top:30px;
}
.page_div a {
  min-width: 30px;
  height: 28px;
  border: 1px solid #dce0e0!important;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  border-radius: 2px;
}
#firstPage,
#lastPage {
  width: 50px;
  border: 1px solid #CCCCCC!important;
}
#prePage,
#nextPage {
  width: 70px;
  border: 1px solid #CCCCCC!important;
}
.page_div .current {
  background-color: #c02218;
  border-color: #c02218;
  color: #FFFFFF;
}
.totalPages {
  margin: 0 10px;
}
.totalPages span,
.totalSize span {
  margin: 0 5px;
}
.totalPages, .totalSize{display: none;}
/* 分页器-e */
.sangHabanner {
    width: 1200px;
    /* height: 190px; */
    margin: 0 auto;
    position: relative;
}
.sangHabanner img {
    display: block;
    width: 100%;
    height: 100%;
}
.newsBox1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.newsBox1 .rightNews {
    padding-bottom: 78px;
    float: right;
    width: 980px;
    min-height: 410px;
    box-sizing: border-box;
}
.lifeBuddhismNewsBox1.newsBox1 .rightNews {
    padding-left: 30px;
}
.lifeBuddhismNewsBox1.newsBox1 .rightNews1 {
    /**padding-left: 40px;**/
}
.newsBox1 .rightNews1 {
    float: right;
    width: 940px;
    min-height: 410px;
    box-sizing: border-box;
}
.newsBox1 .rightNews1 .newsItem {
    margin-bottom: 30px;
}
.newsBox1 .rightNews1 .pic {
    width: 178px;
    height: 100px;
    margin: 0 24px;
    overflow: hidden;
    float: left;
    background-color: lightgray;
}
.newsBox1 .rightNews1 .pic {
    position: relative;
    margin-left: 0;
}
.newsBox1 .rightNews1 .pic img {
    width: 100%;
    height: 100%;
}
.newsBox1 .rightNews1 .pic .picNum{
	font-size: 12px;
    float: right;
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    padding: 4px 10px;
    bottom: 8px;
    right: 8px;
    border-radius: 16px;
}
.newsBox1 .rightNews1 .pic span{
	width: 41px;
    height: 44px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 5px;
    margin-left: -20px;
    margin-top: -22px;
    background: url(../imgs/videoIcon.png) no-repeat;
    background-size: 100% 100%;	
}
.newsBox1 .rightNews1 .details {
    float: left;
    width: 910px;
}
.newsBox1 .rightNews1 .title {
    font-size: 22px;
}
.newsBox1 .rightNews1 .date {
    color: #999999;
    font-size: 14px;
    margin-top: 8px;
}
.newsBox1 .rightNews1 .desc {
    font-size: 14px;
    color: #999999;
    margin: 10px 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* height: 50px; */
}
.newsBox1 .leftTab {
    width: 280px;
    background: #eeeeee;
    padding: 48px 0 38px 0;
    float: left;
    position: relative;
    top: 0;
    min-height: 460px;
    height: auto;
}
.newsBox1 .leftTab div {
    height: auto;
    line-height: 56px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    border-left: 5px solid #eeeeee;
    padding-left: 30px;
}
.newsBox1 .leftTab div.active {
    border-left: 5px solid #c02218;
    background-color: #ffffff;
    color: #c02218;
}
.newsBox1 .rightNews .newsItem2 {
    border-bottom: 1px dashed #DDDDDD;
    height: 64px;
    line-height: 64px;
    text-align: left;
}
.newsBox1 .rightNews .newsItem2 {
    display: block;
}

.newsBox1 .rightNews .newsItem2.tit {
    font-size: 22px;
}
.newsBox1 .rightNews .newsItem2 .left {
    position: relative;
    font-size: 16px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 640px;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .left {
    padding-left: 17px;
    width: 280px;
}
.musicActive {
    width: 32px;
    height: 10px;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2.live .left {
    color: #c02218;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .left .musicActive {
    display: none;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2.live .left .musicActive {
  display: inline;
  position: absolute;
  left: 2px;
}

.musicActive i {
    background: #c02218;
    color: #c02218;
    width: 2px;
    margin-right: 3px;
    display: inline-block;
}
.musicActive i:nth-of-type(1) {
  -webkit-animation: wave 0.66s linear infinite;
  animation: wave 0.66s linear infinite;
}
.musicActive i:nth-of-type(2) {
  -webkit-animation: wave 0.8s linear infinite;
  animation: wave 0.8s linear infinite;
}
.musicActive i:nth-of-type(3) {
  -webkit-animation: wave 0.7s linear infinite;
  animation: wave 0.7s linear infinite;
}
@-webkit-keyframes wave{
  0%{height:5px}
  50%{height: 20px}
  100%{height: 14px}
}
@keyframes wave{
  0%{height:5px}
  50%{height: 20px}
  100%{height: 14px}
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList {
    width: 560px;
    float: right;
    box-sizing: border-box;
    height: 64px;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a .fileTitle {
    font-size: 14px;
    color: #666;
    margin-top: -50px;
    margin-left: 28px;
    line-height: 26px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a {
  /* width: 38px; */
  height: 44px;
  display: inline-block;
  margin-right: 25px;
 /*  display: none; */
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a img:nth-child(2) {
  display: none;
}

.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a img:nth-child(1) {
  display: inline-block;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a:hover img:nth-child(2) {
  display: inline-block;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a:hover img:nth-child(1) {
  display: none;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a:last-child {
  margin-right: 0;
}
.sadhanaWrap .newsBox1 .rightNews .newsItem2 .iconList a img {
  width: 26px;
  height: 26px;
}




/** 法脉传承s **/
.newsBox10 .item{
	float: left;
	margin: 0 40px 48px 0;
	width: 200px;
	text-align: center;
}
.newsBox10 .item:nth-child(5x) {
	margin-right: 0;
}
.newsBox10 .item img{
	margin-bottom: 18px;
	width: 100%;
	height: 266px;
}
.newsBox10 .item .text{
	color: #333333;
	font-size: 20px;
}
/** 法脉传承e **/
/* 传承法师 */
.inherit {
  /**width: 1080px;
  margin: 0 auto; **/
}
.inherit .prayer img{
	width: 100%;	
}
.newsItemTitle em {
    width: 8px;
    height: 16px;
    background: #c02218;
    display: inline-block;
    margin-right: 14px;
}
.inherit .bxz img{
	width: 100%;
}
.inherit .introduce {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.inherit .introduce .leftPic {
  width: 300px;
  height: 404px;
  float: left;
}
.inherit .introduce .leftPic img {
  width: 100%;
  height: 100%;
}
.inherit .rightCont {
  float: left;
  width: 780px;
  padding-left: 60px;
  box-sizing: border-box;
}
.inherit .name {
  font-size: 20px;
  margin-bottom: 15px;
}
.inherit .info {
  font-size: 16px;
  line-height: 30px;
}
.inherit .info p {
 text-indent: 2em; 
padding-bottom:20px;
}
.inherit .info div {
 text-indent: 2em;
padding-bottom:20px;
}
.inherit .deeds {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  padding-top: 30px;
}
.inherit .deeds .leftCont {
  float: left;
  width: 780px;
  padding-right: 60px;
  box-sizing: border-box;
}
.inherit .deeds .rightPic {
  float: left;
  width: 300px;
}
.inherit .deeds .rightPic img {
  width: 100%;
  height: 100%;
	margin-top:10px;
}
.inherit .linkBtn {
  margin: 55px 0 60px;
  padding: 0 60px;
}
.inherit .linkBtn a.linkBtnItem {
  display: inline-block;
  width: 110px;
  height: 154px;
  margin-right: 168px;
}
.inherit .linkBtn a.linkBtnItem:last-child {
  margin-right: 0;
}
.inherit .tcWrap {
padding-top:40px;
  width: 1080px;
}
.inherit .prayer {
  padding: 30px 0 65px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 60px 0 50px;
}
.inherit .prayer .tit,.inherit .bxz .tit{
  font-size: 24px;
}
.inherit .prayer .cont{
  font-size: 16px;
  color: #333333;
  margin-top: 50px;
  line-height: 36px;
}
.inherit .prayer .cont  p {
  text-align: center;
}
.inherit .bxz .cont {
  margin-top: 50px;
  margin-bottom: 60px;
}
.inherit .bxz p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.readBook {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999;
}
.readBook:hover{
	color: #FFF;
	background: #C02218;
	border: 0;
}
/** 图集-s **/
.treasureWrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 88px;
    min-height: 100vh;
}
.treasurePicList .picItem {
    float: left;
    width: 280px;
    height: 240px;
    margin-left: 0px;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 28px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    border-radius: 4px;
}
.treasurePicList .picItem {
    width: 275px;
}
.treasurePicList .picItem:nth-child(3n) {
    margin-right: 0;
}
.treasurePicList .picItem:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.treasurePicList .picItem .pic {
    width: 280px;
    height: 190px;
    float: none;
    margin-left: 0px;
    position: relative;
}
.treasurePicList .picItem .pic {
    width: 100%;
}
.treasurePicList .picItem .pic img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
}
.treasurePicList .picItem .picNum {
    font-size: 14px;
    float: right;
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    padding: 4px 10px;
    bottom: 8px;
    right: 8px;
    border-radius: 16px;
}
.treasurePicList .picItem .picInfo {
    height: 48px;
    background: #fff;
    line-height: 48px;
    box-sizing: border-box;
}
.treasurePicList .picItem .picName {
    float: left;
    font-size: 15px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}
.treasureWrap .newsBox4 .videoItem:nth-child(3n) {
    margin-right: 0;
}
/** 图集-e **/
/* 左侧树 */
.st_tree{padding:10px;
}
/* 超链接 */
.st_tree a{
	text-decoration:none;
	margin-left: 8px;    
	overflow: hidden;
  display: inline-block;
	height: 24px;
font-size:18px;
}
.st_tree a.active {
  color: #c02218;
}
/* 鼠标经过的超链接 */
.st_tree a:hover{color:#c02218;}
/* 菜单 */
.st_tree ul{padding:0 18px;margin:0;}
/* 菜单项 */
.st_tree ul li{
  font-size: 14px;
  color: #222;
  line-height: 24px;
  cursor: pointer;
  list-style: none;
  background: url(../imgs/st_node.jpg);
  background-repeat: no-repeat;
  /* padding: 0 0 3px 20px; */
  margin-top: 18px;
  background-position: left center;
  padding-left: 10px;
}
/* 子菜单 */
.st_tree ul li ul{}
/* 子菜单项 */
.st_tree ul li ul li{}
/* 子菜单的父节点 */
.st_tree .folder{font-size: 16px;margin-top:22px;background:url(../imgs/st_folder.png);background-repeat:no-repeat;padding:0 0 0 20px;}
/* 展开的父节点 */
.st_tree .open{background:url(../imgs/st_folder_open.png);background-repeat:no-repeat;padding:0 0 0 20px;}
/* 左侧树 */
/** 视频-s **/
.newsBox4 {
    margin: 0px 0px 80px;
    position: relative;
}
.newsBox4 .leftTab {
  min-width: 280px;
  width: 280px;
  border: 1px solid #F2F2F2;  
  box-sizing: border-box;
  background: #ffffff;
  float: left;
  position: relative;
  z-index: 99;
  padding-bottom: 12px;
  /**min-height: 500px;**/
}
.treasureWrap .newsBox4 .leftTab {
  width: 266px;
  min-width: 200px;
}

.treasureWrap .newsBox4 .leftTab div {
   font-size: 18px;
   /* padding-left: 30px; */
}
.newsBox4 .rightNews {
    padding: 0 0 20px 30px;
    float: right;
    width: 910px;
    box-sizing: border-box;
    min-height: 500px;
    /* position: absolute; */
    right: 0;
}
.treasureWrap .newsBox4 .rightNews {
    padding-left: 0;
}
.treasureWrap .newsBox4 .videoItem {
    width: 280px;
    height: 210px;
    float: left;
    margin-right: 30px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
}
.treasureWrap .audioList .audioItem .right .title {
    height: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #333333;
    padding-top: 10px;
}
.treasureWrap .audioList .audioItem .right .intro {
    height: 24px;
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    line-height: 21px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsBox4 .rightNews {
    padding: 0 0 20px 30px;
    float: right;
    width: 910px;
    box-sizing: border-box;
    min-height: 500px;
    /* position: absolute; */
    right: 0;
}
.treasureWrap .newsBox4 .rightNews {
    padding-left: 0;
}
.treasureWrap .newsBox4 .videoItem .pic {
    width: 100%;
    height: 150px;
    position: relative;
    cursor: pointer;
}
.treasureWrap .newsBox4 .videoItem .pic img {
    width: 280px;
    height: 157px;
    border-radius: 4px 4px 0px 0px;
}
.treasureWrap .newsBox4 .videoItem .cont {
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
}
.treasureWrap .newsBox4 .videoItem .cont .name {
    float: left;
    font-size: 15px;
    width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.treasureWrap .newsBox4 .videoItem .videoPlayIcon{
	left: unset;
    top: unset;
    transform: unset;
}
.treasureWrap .newsBox4 .videoItem:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}
/** 视频-e **/
/** 播单-s **/
.treasureWrap .audioList .audioItem {
    display: flex;
    margin-bottom: 30px;
    cursor: pointer;
    border-bottom: 0;
}
.treasureWrap .audioList .audioItem:hover {
    background-color: #fff;
}
.treasureWrap .audioList .audioItem .left {
    margin-right: 30px;
    position: relative;
}
.treasureWrap .audioList .audioItem .left .thumbImg {
    width: 200px;
    height: 112px;
    border-radius: 6px;
}
.treasureWrap .audioList .audioItem .left .bottom {
    position: absolute;
    top: 82px;
    left: 0;
    min-width: 79px;
    height: 30px;
    background: rgba(0,0,0,0.49);
    border-radius: 6px;
}
.treasureWrap .audioList .audioItem .left .bottom img {
    width: 12px;
    height: 19px;
    vertical-align: middle;
    margin-left: 8px;
}
.treasureWrap .audioList .audioItem .left .bottom span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 5px;
}
.topicList-list {
    display: block;
    margin-top: 10px;
}
.topicList .topic {
    /* min-width: 180px; */
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    background: #F3F3F3;
    border-radius: 20px;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.topicList .list-topic {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
}
/** 播单-e **/
.cmst-cont {
    width: 585px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 20px 20px 25px 30px;
}
.cmst-cont ul {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.cmst-cont ul li {
    list-style: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmst-cont ul li a:hover {
    color: #C02218;
}
/** 门措上师 **/
.inherit .tcWrap {
    padding-top: 40px;
    width: 1080px;
}
.LunboBox {
    position: relative;
}
.content {
    margin-top: 80px;
    text-align: center;
}
.LunboBox .content {
    width: 982px;
    margin: 0 auto;
}
.LunboBox .Box_con {
    position: relative;
}
.LunboBox .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 46px;
    cursor: pointer;
}
.LunboBox .Box_con .btnl {
    background: url(../imgs/jtl02.png) no-repeat center;
    left: -72px;
}
.LunboBox .Box_con .btnr {
    background: url(../imgs/jtr02.png) no-repeat center;
    right: -72px;
}
.LunboBox .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.LunboBox .Box_con .conbox ul {position: relative;list-style: none;}
.LunboBox .Box_con .conbox ul li {float: left;width: 220px;height: 163px;margin-left: 38px;overflow: hidden;}
.LunboBox .Box_con .conbox ul li:first-child {margin-left: 0;}
.LunboBox .Box_con .conbox ul li img {display: block;width: 220px;height: 137px;transition: all 0.5s;}
.LunboBox .Box_con .conbox ul li p {text-align: center;height: 36px;line-height: 36px;background: #fff;}
.LunboBox .Box_con .conbox ul li:hover img {transform: scale(1.1);}
/** 每日一图 **/
.everydayPic {
    width: 1200px;
    margin: 0 auto;
}
.carouselTk {
    position: relative;
    z-index: -1;
    opacity: 0;
}
.everydayPicList .picItem {
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
}
.everydayPicList .picItem:nth-child(4n) {
    margin-right: -27px;
}
.everydayPicList .picItem .pic {
    position: relative;
    width: 280px;
    height: 158px;
}
.everydayPicList .picItem .pic img {
    width: 100%;
    height: 100%;
}
.picDesc {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,1);
    opacity: 0.5;
    color: #FFF;
    font-size: 16px;
    width: 100%;
    height: 67px;
    line-height: 21px;
    box-sizing: border-box;
}
.everydayPicList .picItem .picDesc {
    height: 73px;
    border-radius: 6px;
}
.everydayPicList .picItem:hover .picDesc{
	display: block;
}
.everydayPicList .picItem .picTit {
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    height: 36px;
    line-height: 21px;
    padding-left: 11px;
    text-align: left;
    width: 260px;
}
.everydayPicList .picItem .dailypicDownload{float: right;}
.everydayPicList .picItem .dailypicDownload .iconfont{color: #FFF;
    padding-right: 11px;
    font-size: 18px;}
.picdata {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    color: #999;
    padding-left: 16px;
    padding-right: 70px;
}
.everydayPicList .picItem .picdata {
	color: #FFF;
	padding-left: 11px;
}
.carouselTk .carouselTkBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.carouselTk .lbWrap {
    width: 900px;
    height: 600px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -450px;
}
.everydayPic .carouselTk .lbWrap {
    width: 860px;
    height: 500px;
}
.carouselTk .example {
    width: 630px;
    height: 520px;
    font-size: 18px;
    text-align: center;
    margin: 45px auto 21px;
}
.everydayPic .carouselTk .example {
    height: 435px;
}
.ft-carousel {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}
.carouselTk .carousel-item .pic {
    position: relative;
}
.everydayPic .carouselTk .carousel-item .pic {
    height: 354px;
}

.carouselTk .ft-carousel .carousel-item img {
    width: 630px;
    height: 420px;
    object-fit: contain;
}
.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.carouselTk .carousel-indicators {
    display: none;
}
.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}
.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../imgs/prev.png) no-repeat;
    display: none;
}
.carouselTk .ft-carousel .carousel-prev-btn {
    display: block;
    position: fixed;
    left: 50%;
    margin-left: -390px;
    width: 50px;
    height: 50px;
}
.everydayPic .carouselTk .ft-carousel .carousel-prev-btn {
    top: 40%;
    margin-left: -415px;
}
.ft-carousel .carousel-next-btn {
    right: 0;
    display: none;
    background: url(../imgs/next.png) no-repeat;
}
.carouselTk .ft-carousel .carousel-next-btn {
    display: block;
    position: fixed;
    right: 50%;
    margin-right: -390px;
    width: 50px;
    height: 50px;
}
.everydayPic .carouselTk .ft-carousel .carousel-next-btn {
    top: 40%;
    margin-right: -377px;
}
/** 仪轨详情 **/
.sadhanaDetails {
  width: 1080px;
  margin: 0 auto;
}
.sadhanaDetails .title {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
}
body {
  color: #333333;
}
.sadhanaDetails .shareWarp {
  text-align: right;
}
.sadhanaDetails .shareWarp img {
  height: 30px;
  width: 30px;
  margin-left: 15px;
}
.sadhanaDetails .attachWrap .title{
  	margin-top: 40px;
  	margin-bottom: 30px;
	text-align: left;
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.sadhanaDetails .attachWrap .inline{
	display: flex;
    position: relative;
}
.sadhanaDetails .attachWrap .inline .itemGroup {
	display: flex;
}
.sadhanaDetails .attachWrap .inline .itemGroup .item{
	width: 68px;
    height: 68px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    text-align: center;
  	margin-bottom: 39px;
  	margin-right: 34px;
}
.sadhanaDetails .attachWrap .inline .itemGroup .item .typeIcon{
	margin-top: 8px;
}
.sadhanaDetails .attachWrap .inline .itemGroup .item .typeName{
	
}
.sadhanaDetails .attachWrap .inline .rightBtn{
	position: absolute;
    right: 0;
    display: flex;
}
.sadhanaDetails .attachWrap .inline .rightBtn:hover{
	color: #c02218;
}
.sadhanaDetails .attachWrap .inline .rightBtn .img{
	width: 20px;
	height:18px;
	margin-right: 10px;
}

.sadhanaDetails .attachWrap .inline .rightBtn:hover .gray{
  display: none;
}
.sadhanaDetails .attachWrap .inline .rightBtn:hover .active {
  display: block;
}
.sadhanaDetails .attachWrap .inline .rightBtn:hover {
  color: #c02218;
}
.sadhanaDetails .attachWrap .inline .rightBtn .active {
  display: none;
}
.sadhanaDetails .version{
    margin-top: 40px;
    margin-left: 40px;
	display: flex;
    width: 120px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #C02218;
	border-radius: 6px;
}
.sadhanaDetails .version .item{
	width: 100px;
    text-align: center;
}
.sadhanaDetails .version .active{
	background:#c02218;
    color: #FFFFFF;
}
.sadhanaDetails .void{
	height: 70px;
    margin-top: 20px;
}
.zlWrap {
  background: #eeeeee;
  height: 90px;
	border-radius: 10px;
}
.zlWrap .text {
  background: #f7f7f7;
  width: 107px;
  text-align: center;
  line-height: 140px;
  font-size: 18px;
}
.zlWrap {
  margin-top: 10px;
}
.zlWrap .pic {
  margin-left: 42px;
  text-align: center;
	font-size: 14px;
}
.zlWrap .pic img {
  display: block;
  width: 26px;
  margin: 20px 0 4px 0;
}
.zlWrap .zlWrapItem {
  float: left;
  /* height: 140px; */
}
.zlWrap .zlWrapItem:hover .gray{
  display: none;
}
.zlWrap .zlWrapItem:hover .active {
  display: block;
}
.zlWrap .zlWrapItem:hover {
  color: #c02218;
}
.zlWrap .zlWrapItem .active {
  display: none;
}
.downloadItem {
  width: 160px;
  margin: 5px 0 0 50px;
}
.downloadItem .zlxzBtn .tit{
  width: 160px;
  height: 32px;
  line-height: 32px;
	font-size:14px;
  color: #fff;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../imgs/sj.png) no-repeat #c02218;
  background-position: 129px center;
  cursor: pointer;
 border-radius: 4px;
}
.downloadItem:hover .downloadList {
  display: block;
}
.downloadItem .downloadList {
  height: auto;
  width: 160px;
  box-sizing: border-box;
  background: #fff;
  display: none;
}
.downloadItem .downloadList .item {
  width: 160px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.downloadItem .downloadList .item::before {
  content:'';
  position: absolute;
  left: 10px;
  bottom: 0;
  height: 1px;
  background: #eeeeee;
  width: 140px;
}
.downloadItem .downloadList .item:hover {
  background: #eeeeee;
}
.sadhanaDetails .intro {
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 40px;
}
.sadhanaDetails .cont {
  	padding: 38px 200px;
  /* box-sizing: border-box; */
	line-height: 30px;
	/* border:1px dashed #dcdcdc; */
	margin-top:10px;
	border-radius: 6px;
	margin-bottom:16px;
}
.sadhanaDetails .line{
border: 1px dashed #dcdcdc;
}
.sadhanaDetails .cont .contItem {
  float: left;
  width: 145px;
}
.sadhanaDetails .cont .contItem:first-child {
  margin-right: 160px;
}
.sadhanaDetails .cont .contItem p{
  font-size: 16px;
  line-height: 36px;
}
.sadhanaDetails .cont p img {max-width:100%;}
/** 右侧文章列表 **/
.treasureWrap .articleList .articleItem {
	display: flex;
    margin-bottom: 30px;
}

.treasureWrap .articleList .articleItem .left {
	margin-right:30px;
	position: relative;
}
.treasureWrap .articleList .articleItem .left .thumbImg{
	width: 200px;
	height: 112px;
	border-radius: 6px;
}
.treasureWrap .articleList .articleItem:hover .right .title{
	color: #C02218;
}

.treasureWrap .articleList .articleItem .right .title{
	height: 22px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	/*font-weight: bold;*/
	color: #333333;
}
.treasureWrap .articleList .articleItem .right .title:hover{
	color: #C02218;
}

.treasureWrap .articleList .articleItem .right .publishTime{
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #999999;
	line-height: 30px;
}
.treasureWrap .articleList .articleItem .right .intro{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	line-height: 21px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsBox4 .rightNews .anthology .anthologyItem {
  float: left;
  width: 130px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.newsBox4 .rightNews .anthology {
  /* margin-left: 40px; */
}
.treasureWrap .newsBox4 .rightNews .anthology .anthologyItem:nth-child(6n) {
  margin-right: 0px;
}

.newsBox4 .rightNews .anthology .anthologyItem:nth-child(6n) {
  margin-right: 0;
}
.newsBox4 .rightNews .anthology .anthologyItem .img {
  width: 130px;
	height:180px;
	background-color: #e6e6e6;
}
.newsBox4 .rightNews .anthology .anthologyItem .img img {
  width: 100%;
  height: 100%;
}
.newsBox4 .rightNews .anthology .anthologyItem .title {
  font-size: 15px;
  text-align: center;
	padding:10px 8px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** 扎西持林景点介绍 **/
.scenic-intro{
	position: absolute;
	top: 70px;
    left: 800px;
    padding: 13px;
    box-sizing: border-box;
	width: 270px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	text-align: left;
}
.scenic-intro .title{
	margin-bottom: 5px;
	font-size: 16px;
	color: #333333;
}
.scenic-intro .info {
	margin-bottom: 5px;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
}
.scenic-intro .pics{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 5px;
}
.scenic-intro .pics img{
	width: 75px;
	height: 43px;
}
.scenic-intro .go2see,.scenic-intro .icon-xiayibu{
	font-size: 12px;
	color: #333333;
}
.scenic-intro .go2see:hover, .scenic-intro .go2see:hover .icon-xiayibu{
	color:#C02218;
}
.lifeBuddhismNewsBox1.newsBox1 .rightNews1 .main-title{
	margin-bottom: 14px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
/** 搜索 **/
.mainHeader1.border {
  padding-bottom: 25px;
}
.mainHeader1 .logo img {
    height: 100%;
}
.searchPage.mainHeader1 .nav {
	display: flex;
	position: unset;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.searchPage input {
    width: 680px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 36px;
    border-radius: 4px;
    font-size: 16px;
    background: url(../imgs/sideSearch.png) no-repeat;
    background-size: 16px 16px;
    background-position: 12px center;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    border: 1px solid #ccc;
}
.searchPage button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c02218;
    cursor: pointer;
    border: none;
    outline: none;
    margin-left: -6px;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    color: #fff;
}
.searchPage button:hover {
  background: #c02218;
  color: #fff;
}
.searchPage .logo{margin-right: 0;}
.searchPage.mainHeader1 .nav{margin:0 auto;}
.searchWrap {
  width: 1080px;
  margin: 0 auto;
}

.searchWrap .tabList {
  text-align: center;
  padding-top: 34px;
  margin-bottom: 34px;
}
.searchWrap .tabList  span.item {
  display: inline-block;
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #dddddd;
  border-radius: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.searchWrap .tabList  span.item.active {
  background: #c02218;
  color: #fff;
}
.searchWrap .tabList  span.item:last-child {
  margin-right: 0;
}

.searchWrap .contList .noItem {
  width: 100%;
}
.searchWrap .contList .noItem .noResult{
  text-align: center;
}
.searchWrap .contList .noItem .noResult .text{
  display: block;
}

.searchWrap .contList .item {
  margin-bottom: 52px;
}
.searchWrap .contList .item .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.searchWrap .contList .item span {
  cursor: pointer;
}
.searchWrap .contList .item  .leftPic {
  float: left;
  width: 190px;
  height: 120px;
  margin-right: 40px;
}
.searchWrap .contList .item  .leftPic .default {
  width: 100%;
  height: 120px;
}
.searchWrap .contList .item  .leftPic .book {
  height: 120px;
}
.searchWrap .contList .item .rightInfo {
  float: left;
  line-break: 24px;
  width: 847px;
	line-height:26px;
    max-height: 120px;
	  font-size: 16px;
}
.searchWrap .contList .item .rightInfo .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.searchWrap .contList .item .rightInfo span.keyword{
  color: #c02218;
  font-weight: bold;
}
.searchWrap .contList .item .rightInfo .date {
  color: #999999;
  margin-top: 15px;
} 
.searchWrap #page {
  margin-bottom: 60px;
}









































