body.detail-bg {
    padding: 0;
    /* background: #fff url(../images/bg.gif) repeat; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

button {
    cursor: pointer;
}

button,
input {
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

body {
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

a {
    text-decoration: none;
    display: block;
    outline: none !important;
}

.clearfix::after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1
}

/* 头部样式开始 */
.header-hd {
    /* background-color: #fff; */
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 10px;
    z-index: 999;
    width: 100%;
    overflow: visible !important;
    /* background: url(../images/dhl.png) no-repeat top center fixed; */
    background-size: 120%;
    background-color: rgba(255, 255, 255, 0.6); /* 白色，70% 不透明 */
}

.header-hd-top {
    display: flex;
    position: relative;
    min-width: 1200px;
    /* width: 1422px; */
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
body.detail-bg .header-hd-top {min-width: 800px;}

.header-hd a {
    color: #333333;
}
.header-hd .logo > a {text-align: center;}
.menu a {
    padding: 8px;
}

.nav ul li.menu:nth-child(n+9):nth-child(-n+10){
    display: none;
}

.nav a:hover {
    color: #d8b012;
}

.logo {
    /* width: 20%; */
    margin-right: 40px;
    /* margin: 0 auto; */
}

.logo:hover img {
    opacity: 0.7;
}

.logo img {
    width: auto;
    height: 127px;
    margin-bottom: 0;
}
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* text-align: center; */
}
.nav li {position: relative;}
.menu {
    margin: 15px 5px 0;
    font-family:'Times New Roman', Times, serif;
    font-size: 15px;
    line-height: 18px;
    /* display: inline-block;
    text-align: left; */
}
.menu a::first-letter{
    font-size: 19px;
}
.menu:last-child > a {
    position: relative;
}
/* .menu:last-child > a::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 9px;
    width: 16px;
    height: 16px;
    background: url(../images/m.menu.png) no-repeat;
    background-size: 100%;
} */

li.menu-sub:nth-child(-n+8){
    display: none;
}

.submenu,
.sub_menu {
    display: none;
    position: absolute;
    left: 0;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 0 8px #cdcdcd;
    border: 1px solid #cdcdcd;
}
.sub_menu {
    top: 0;
}
.menu .submenu a {
    padding: 6px 8px;
    white-space: nowrap;
}
.menumark{
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
/* .navA {
    float: left;
    margin: 34px 0 0 35px;
}

.navA li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 15px;
    width: 60px;
    height: 60px;
    margin-right: 6px;
    background: url(../images/hbk.png) no-repeat;
    background-size: 60px 60px;
    transition: all 0.01s;
}

.navA li:hover {
    transform: scale(1.05);
}

.navA li a,
.navB div a,
.repeat-BA-navB a,
.repeat-BA-navA a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.navA li span {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    color: #d8b012;
    text-align: center;
}

.navA li:first-child span {
    padding-right: 2px;
    width: 32px;
} */

.search {
    position: absolute;
    right: 0;
    top: 60px;
    width: 180px;
    height: 28px;
}

.search input {
    float: left;
    width: 148px;
    outline: none;
    padding: 0 8px;
    margin: 0 !important;
    border-radius: 18px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.search button {
    float: left;
    width: 24px;
    height: 20px;
    border: 0;
    padding: 0 !important;
    margin: 1.5px;
    border-radius: 0 !important;
    background-color: transparent;
}
.search button img {
    width: 100%;
    height: 100%;
}

/* .navB {
    position: absolute;
    top: 72px;
    right: 12px;
    height: 97px;
}

.navB div {
    float: left;
    border-radius: 50%;
    width: 97px;
    height: 97px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.01s;
}

.navB div:hover {
    transform: scale(1.05);
}

.navB div:nth-child(1) {
    background: url(../images/yuan1.png) no-repeat;
    background-size: 97px 97px;
}

.navB div:nth-child(2) {
    margin: 0 6px;
    background: url(../images/yuan2.png) no-repeat;
    background-size: 97px 97px;
}

.navB div:nth-child(3) {
    background: url(../images/yuan3.png) no-repeat;
    background-size: 97px 97px;
}

.navB div a {
    padding: 40px 10px;
}

.navB div span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family:'Times New Roman', Times, serif;
} */
.social-media {
    position: absolute;
    top: 0;
    right: 22px;
    width: 140px;
}
.social-media > a {
    float: left;
    margin: 18px 5px 0;
    width: 25px;
    height: 25px;
    background: url(../images/facebook.pc.png) no-repeat;
    background-size: 100%;
}
.social-media > a:nth-child(2) {
    background: url(../images/twitter-circle-fill.png) no-repeat center;
    background-size: 106%;
}
.social-media > a:nth-child(3) {
    background: url(../images/instagram.png) no-repeat center;
    background-size: 89%;
}
.social-media > a:nth-child(4) {
    background: url(../images/video-youtube.png) no-repeat center;
    background-size: 110%;
}
/* 头部样式结束 */

/* 文章页内容部分样式开始 */
.banner {
    position: relative;
    z-index: 1;
    /* 以上两行为提升相对于footerpage的层级关系 */
    width: 800px;
    margin: 0 auto;
    margin-top: 192px;
    background-color: #fff;
}

.banner-l {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 205px;
    /* top: 190px; */
    /* margin-bottom: 30px; */
    /* position: relative;
    float: left; */
    /* margin: 190px 0 30px 30px; */
    /* border: 2px solid #c3b490;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.2);    */
}

.banner-l-s {
    position: relative;
    /* position: absolute;
    top: -157px;
    left: -2px; */
    width: 66px;
    /*height: 157px;*/
    font-size: 20px;
    background-color: #cf853c;
}

.banner-l-s span {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*transform: translateY(-50%);*/
    display: block;
    width: 10px;
    padding: 20px 5px;
    color: #fff;
    text-align: left;
    line-height: 28px;
    cursor: context-menu;
}

.j_banner-l-lists {
    position: relative;
    padding-top: 20px;
    border: 2px solid #c3b490;
    border-radius: 0 5px 5px 5px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 5px rgba(0, 0, 0, 0.2);
}

.banner-l-z a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.banner-l-z li {
    line-height: 24px;
    font-size: 14px;
    padding-right: 12px;
    margin-left: 12px;
}

.banner-l-z li:hover {
    background-color: #ddc9b0;
}
.current-li {
    background-color: #ddc9b0;
    color: #fff;
}

.flip-page .page_cont span {
    margin: 0;
    width: 18px;
    height: 18px;
    font-size: 14px;
}

.flip-page .page_cont a {
    margin: 0 3px;
    font-size: 14px;
}

/* .banner-r {
    width: 1200px;
    margin: 8px 0 0 8px;
} */

.banner-r-player-pic {
    width: 100%;
    height: 383px;
    margin: 10px 0;
}

.banner-r-player-pic img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-r-player audio {
    width: 100%;
}

.entry-content p:first-child {
    margin-top: 20px;
}

#paging {
    margin-top: 44px;
}

#paging .page_cont span {
    margin: 0 5px;
    width: 22px;
    height: 22px;
    font-size: 16px;
}

#paging .page_cont a {
    margin: 0 5px;
    font-size: 16px;
}

.entry-content ul {
    margin-bottom: 45px;
}
#post-2853 .entry-content img{
    margin-bottom: 0px;
}
.sidebar {
    position: fixed;
    top: 530px;
    left: 50%;
    margin-left: 630px;
    width: 25px;
    z-index: 9;
}
.sidebar > a {
    margin-bottom: 3px;
}
.sidebar > a:nth-child(3) {
    width: 19px;
    margin-left: 3px;

}
.sidebar > a img {
    margin-bottom: 0;
}
.linkSucces {
    display: none;
    position: fixed;
    top: 583px;
    left: 50%;
    margin-left: 605px;
    padding: 0 5px;
    font-size: 14px;
    background-color: #ccc;
    z-index: 99;
}

/* 文章内容部分样式结束 */
/* 视频页开始 */
.checklines {
    margin: 15px 0 10px 0;
    padding-right: 30px;
    text-align: right;
    font-style: oblique;
    font-size: 14px;
}

.checklines .lines {
    display: inline-block;
    width: 66px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-style: normal;
    cursor: pointer;
}

.banner-r-media {
    position: relative;
}

.mediashow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mediashow:first-child {
    display: block;
}

.content-media {
    margin-top: 10px;
}

/* 视频页结束 */
/* 页脚部分开始 */
.footerpage {
    position: relative;
    padding-top: 60px;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background-color: #111d2e;
}

.footerpage .foot img {
    margin-bottom: 0;
}

/* .foot {
    width: 1415px;
    margin: 0 auto;
} */

.foot div {
    text-align: center;
}

.foot .footlogo img {
    height: 97px;
    width: auto;
}

.foot .relevance {
    margin: 30px 0 80px 0;
}

.foot .relevance img {
    width: 35px;
    height: 35px;
}

.foot .relevance a {
    display: inline-block;
    margin: 0 20px;
}

.foot span {
    color: #fff;
    font-size: 18px;
    margin-right: 60px;
}

.footcover {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 70px;
    background-color: #111d2e;
}

/* 页脚部分结束 */
.slider-bar {
    display: none;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: 630px;
    z-index: 10;
    /* 提升相对banner的层级 */
    width: 25px;
    height: 88px;
    cursor: pointer;
}

/* 列表页样式开始 */
body.list-bg {
    /* background-color: #f6f2ef; */
    padding: 0;
}

#page {
    position: relative;
    z-index: 1;
    /* 上两行提升相对于footerpage的层级 */
    width: 1200px;
    box-shadow: 0 0 0;
}

#page #main {
    padding: 192px 0 0 0;
    /* background-color: #f6f2ef; */
}

.header-post-title-container .post-title-wrapper {
    float: left;
    padding-left: 0;
}

.header-post-title-container .post-title-wrapper h1{
    color: #98956c;
}

.entry-date,
.author {
    position: relative;
    padding-left: 20px;
}

.entry-date::before,
.author::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/date.png) no-repeat center;
    background-size: 100%;
}

.author::before {
    background: url(../images/person.png) no-repeat center;
    background-size: 100%;
}

.breadcrumb {
    margin-top: 36px;
}

.header-post-title-container {
    padding: 0;
    box-shadow: 0 0 0;
}

#main .inner-wrap {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
    margin: 0 auto;
    /* border-top: solid 1px #000;
    border-bottom: solid 1px #000; */
}
#main .inner-wrap p{
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 21px;
}

.banner .inner-wrap {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 34px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.header-post-title-container .post-title-wrapper .header-post-title-class{
    font-size: 30px;
}

#inner-wrap_list #primary {
    width: 100%;
}

.content_category {
    margin-bottom: 96px;
    height: auto;
    padding: 35px 38px 0;
    background-color: #ddc9b0;
}

#content .content_category:last-child {
    padding-bottom: 16px;
    margin-bottom: 0;
}

#content .content_category:last-child .arrows {
    margin-top: 20px;
}

.sanj-detailed-list,
.content_sanj {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.content_sanj_title,
.sanj-detailed-title {
    margin-top: 10px;
    float: left;
    text-align: center;
    width: 260px;
    height: 158px;
    margin-left: 15px;
    border-top: solid 2px #000;
}

.content_sanj_title a,
.sanj-detailed-title a {
    width: 280px;
    font-size: 18px;
    text-align: left;
    /* line-height: 100px; */
    color: #000;
}

.content_sanj_list,
.sanj-detailed-content {
    position: relative;
    float: left;
    /* width: 266px; */
    margin-right: 20px;
    padding-bottom: 2px;
    background-color: #fff;
    overflow: hidden;
}

.content_sanj a:nth-of-type(4n),
.sanj-detailed-list a:nth-of-type(4n),
.classify .classify-content:nth-of-type(4n) {
    margin-right: 0;
}

.content_sanj a:nth-of-type(n+5) {
    display: none;
}

.content_sanj_cover,
/* .sanj-content-cover {
    position: absolute;
    left: -45px;
    top: -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
} */

.content_sanj_pic,
.sanj-content-pic {
    float: left;
    height: 220px;
    width: 280px;
}

.content_sanj_pic img,
.sanj-content-pic img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fff;
    border-bottom: 5px solid #fff;
}

.content_sanj_introduce,
.sanj-content-introduce {
    float: left;
    width: 500px;
    height: 100px;
}
.content_sanj_introduce h3,
.sanj-content-introduce h3,
.entry-container-left h3,
.narrate-intrduce h3 {
    position: relative;
    padding: 0;
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    /* height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.content_sanj_introduce p,
.sanj-content-introduce p,
.entry-container-left p,
.foyan-intrduce p,
.narrate-intrduce p {
    /* position: relative; */
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    height: 88px;
    /* 兼容IE */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999999;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_sanj_introduce p span,
.sanj-content-introduce p span,
.narrate-intrduce p span {
    /* position: absolute; */
    left: 0;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /* width: 100%; */
    text-align: left;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.sanj-time{
    position: absolute;
    margin-top: 10px;
    text-align: left;
    top: 188px;
}
.arrows {
    margin-top: 10px;
    text-align: center;
}

.arrows a {
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    background-size: 28px 30px;
}

.sanj-detailed {
    margin: 20px 20px;
    /* padding: 35px 38px 0; */
    background-color: #f5f3f3;
}

.sanj-detailed-content {
    margin-bottom: 0px;
}

/* 列表页样式结束 */
/* 首页样式开始 */
body.index-bg {
    padding: 0;
}

body.index-bg #page #main {
    padding: 192px 0 0 0;
    /* background: url(../images/yunlong.png) no-repeat 0 425px; */
    /* background-size: 1200px; */
}
body.index-bg #page {
    width: 1200px;
    /* background-color: #f8f4f1; */
}
.slideshow {height: 340px;}
.slideshow .swiper {    
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.slideshow .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slideshow .swiper-slide img {
    display: block;
    width: 600px;
    height: 396px;
    object-fit: cover;
    margin-bottom: 0;
}

.slideshow .slides {
    flex: 1;
    display: flex;
    height: 100%;
    color: #fff;
    text-align: left;
}
.slideshow .displayblock > a {
     flex: 1;
}

.slideshow .displayblock > a:hover{
    color: transparent;
}
.slideshow .displayblock > a figure {
   width: 100%;
   height: 100%;
}

.slideshow .slides .entry-container {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 40%;
    color: #fff;
}

.slideshow .entry-description-container {
    padding: 16px 24px;
    background-color: rgba(0, 0, 0, .3);
}

.slideshow .entry-title a {
    color: #fff;
}

.slideshow .slider-lunbo {
    margin-bottom: 0;
    color: #fff;
}

.slideshow .entry-reader a {
    float: left;
    text-align: center;
    padding: 1rem 1.5rem;
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    background-color: #ddc9b0;
}

.slideshow .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.slideshow .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.slideshow .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}
.a-classify-packeg{
    background-color: #f9f5f2;
    /* padding-top: 80px; */
}
.indepth-scriptures-packeg{
    background-color: #f9f5f2;
    margin-top: 22px;
}
.classify-scriptures{
    /* margin-left: 6px; */
    /* margin-top: 80px; */
    font-family: 'Times New Roman', Times, serif;
}
.Suggested-Videos,
.narrate .classify>p,
.articles .classify>p,
.articles-foyan .classify>p,
.classify-title {
    text-align: center;
    font-size: 22px;
    line-height: 70px;
    margin-bottom: 50px;
    background-color: #fff;
}
.a-classify-packeg .articles .articles-right .narrate-left .narrate-intrduce h3{
    margin-bottom: 22px;
    font-size: 27px;
    font-family: 'Times New Roman', Times, serif;
}
.a-classify-packeg .swiper-Videos .slides-Videos .entry-container-left .h3-p-pack h3{
    margin-bottom: 10px;
    font-size: 27px;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    line-height: 28px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.a-classify-packeg .swiper-Videos .slides-Videos .entry-container-left .h3-p-pack p{
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.Suggested-Videos span,
.narrate .classify>p span,
.articles .classify>p span,
.articles-foyan .classify>p span,
.classify-title span {
    display: inline-block;
    width: 125px;
    height: 70px;
    background: url(../images/textbox.png) no-repeat;
    background-size: 125px 70px;
    color: #573f3e;
}

.a-classify{
    width: 1200px;
    height: 150px;
    text-align: center;
    background-color: #ffffff;
    vertical-align: middle;
    padding-top: 1px;
}
/* .video-recommend{
    background:url(../images/Featured\ Videos.png) no-repeat;
    background-size: 1200px auto;
    background-color: #ffffff;
    background-position: center bottom;
    height: 184px;
} */
.recommend-line{
    width: 500px;
    margin: 0 auto;
    padding-top: 77px;
    font-size: 46px;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: solid 1px #000;
}
/* .worldview{
    background:url(../images/Know\ the\ World.png)  no-repeat;
    background-size: 1200px auto;
    background-color: #ffffff;
    background-position: center bottom;
} */
/* .into-buddhism{
    background: url(../images/Introduce\ to\ Buddhism.png)  no-repeat;
    background-size: 1200px auto;
    background-color: #ffffff;
    background-position: center bottom;
} */
/* .indepth-scriptures{
    background: url(../images/Into\ the\ Sutras.png)  no-repeat;
    background-size: 1200px auto;
    background-color: #ffffff;
    background-position: center bottom;
} */
.swiper-Videos {
    height: auto;
    /* margin-bottom: 10px; */
}

.slides-Videos {
    height: auto;
    width: 1200px;
    /* padding: 10px; */
    margin: 0 auto;
    margin-top: 29px;
    background-color: #f9f5f2;
}

.entry-container-left {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}
.entry-container-left > div{ /*设置并排显示--lzh*/
    float: left;
    width: 340px;
    height: auto;
    margin: 0 20px;
}
.entry-container-left > div:nth-child(4),
.entry-container-left > div:nth-child(5),
.entry-container-left > div:nth-child(6) {
    margin-top: 20px;
}

.entry-container-left > div:nth-child(1),
.entry-container-left > div:nth-child(2),
.entry-container-left > div:nth-child(3) {
    margin-top: 29px;
}
.entry-container-left > div a  img{ /*设置并排显示--lzh*/
    width: 359px;
    height: 201px;
    background-size: cover;

}
.entry-container .h3-p-pack{
    width: 335px;
    height: 110px;
}
.content_category .content_sanj .content_sanj_list .content_sanj_introduce h3,
.sanj-detailed-list .sanj-detailed-content .sanj-content-introduce h3{
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 23px;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}
.content_category .content_sanj .content_sanj_list .content_sanj_introduce p,
.sanj-detailed-list .sanj-detailed-content .sanj-content-introduce p{
    /* height: 36px; */
    overflow: hidden;
    line-height: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.content_category .content_sanj .content_sanj_list .content_sanj_introduce,
.sanj-detailed-list .sanj-detailed-content .sanj-content-introduce{
    height: 130px;
    padding-bottom: 10px;
    position: relative;
}
.foyan-intrduce h3 {
    margin-bottom: 22px;
    position: relative;
    padding: 0;
    font-size: 27px;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    line-height: 28px;
    /* height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.slides .slides-pic {
    position: relative;
    float: right;
    width: 505px;
    height: 345px;
}

.slides .slides-pic div,
.articles-pic figure,
.articles-foyan .foyan-pic>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slides .slides-pic img,
.articles-pic figure img,
.classify-content-pic img,
.articles-foyan .foyan-pic div img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow .slides a img:hover {opacity: 1};
.morevideo {
    position: absolute;
    left: 88px;
    bottom: 15px;
    width: 135px;
    height: 40px;
    border-radius: 20px;
    background-color: #2b7a97;
}

.morevideo a {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.indepth--classify .classify {
    width: 1120px;
    margin: 0 auto;
    padding-top: 50px;
}

.narrate .classify>p {
    margin-bottom: 105px;
}

.classify-flex .narrate-left {
    position: relative;
    float: left;
    width: 255px;
    margin-bottom: 50px;
}

.narrate div:nth-of-type(4n) {
    margin-right: 0 !important;
}
.indepth-scriptures-packeg .narrate-left .narrate-intrduce{
    background-color: #ffffff;
}
.narrate-title {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 110px;
    background-color: #c03d3c;
}
.foyan-narrate-title{
    float: left;
    width: 40px;
    height: 110px;
    z-index: 1;
    background-color: #c03d3c;
}
.foyan-narrate-title .foyan-pic{
    width: 100%;
    height: 100%;
}
.foyan-intrduce .foyan-pic a  img{
    margin-bottom: 0;
    width: 230px;
    height: 151px;
    object-fit: cover;
}
.foyan-intrduce .foyan-pic a{
    width: 230px;
    height: 197px;
}
.foyan-narrate-title a{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 13px;
}

.articles-pic .narrate-title {
    top: 0;
    transform: translateY(-50%);
}
.narrate-title a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.narrate-content figure {
    height: 170px;
}

.narrate-content figure img {
    margin-bottom: 0;
    width: 230px;
    height: 153px;
    object-fit: cover;
}
.articles-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:-moz-box; 
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-top: 29px;
    padding: 0 45px;
    padding-top: 29px   ;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.narrate-left a .narrate-intrduce {
    padding: 22px 10px 10px 15px
}
.narrate-intrduce
.articles .classify>p,
.articles-foyan .classify>p {
    margin-bottom: 105px;
}

.articles-pic{
    float: left;
    position: relative;
    width: 505px;
    height: 345px;
    margin-bottom: 70px;
}
.a-classify-packeg .articles-foyan{
    position: relative;
}

.foyan-intrduce {
    width: 520px;
    height: 230px;
}
.foyan-intrduce  .foyan-pic{
    float: left;
    width: 230px;
    height: 197px;
}
.foyan-intrduce  .foyan-h3{
    float: left;
    width: 290px;   
}
.foyan-intrduce  .foyan-h3 a {
    padding: 5px 10px 0 20px;
}
.foyan-intrduce a .foyan-pic img{
    width: 197px;
    height: 197px;
}
.scriptures-explanation{
    width: 397px;
    height: 67px;
    margin-top: 7px;
    background: url(../images/scriptures-explanation.jpg) no-repeat;
    background-size: 300px auto;
}
.recommended-you{
    width: 397px;
    height: 67px;
    background: url(../images/recommended-you.jpg) no-repeat;
    background-size: 300px auto;
}
.entry-container-left h3 span {
    background-color: #25b7b4;
}

.classify-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    height: 300px;
    margin-bottom: 30px;
    margin-right: 25px;
}

.classify-content-pic {
    flex: 23.8%;
    height: 280px;
    /* width: 280px; */
}
.classify-content-title{
    /* width: 20%; */
    flex: 35%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 43px;
    border-top: solid 1px #000;
}

.classify-content-title h1{
    color: #000;
    width: 100%;
    word-break: break-word;
    font-size: 40px;
}

.classify-content-list {
    flex: 38%;
    /* float: left; */
    position: relative;
    /* padding-top: 16px; */
    height: 280px;
    /* width: 55%; */
    /* font-family: 'Times New Roman', Times, serif; */
}
/* .classify-content:nth-of-type(3) .classify-content-pic .classify-content-title,
.classify-content:nth-of-type(4) .classify-content-pic .classify-content-title{
    top:30px;
    right: 30px;
}
.classify-content:nth-of-type(3) .classify-content-pic .classify-content-title h3,
.classify-content:nth-of-type(4) .classify-content-pic .classify-content-title h3{
    text-align: right;
} */
/* .classify-content-left, */
.classify-content-right {
    /* float: left; */
    width: 100%;
    padding: 6px 12px;
    height: 280px;
}
.classify-content-left a,
.classify-content-right h6 a{
    color:#fff;
    /* bottom: 0px;
    width: 280px; */
}
.classify-content-left h1,
.classify-content-left p,
.classify-content-right a {
    color: #000;
}

.classify-content-right {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-right: 6px;
    padding-left: 60px;
    flex-direction: column-reverse;
    justify-content: center;
    /* border-left: solid 1px #8e7f4f; */
}

.classify-content-left h5 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    height: 216px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.classify-content-right h6 {
    /* font-size: 15px; */
    line-height: 18px;
    padding-bottom: 16px;
}

.classify-content-right .v_title {
    display: inline-block;
    /* white-space: nowrap; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 370px;
}

.cross-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 132px;
    background-color: #fff;
}

/* 首页样式结束 */
/* 搜索页开始 */
body#search-bg {
    padding: 0;
    background: url(../images/bg.gif) repeat;
}

body#search-bg .page-search {
    width: 1200px;
    background-color: #fff;
}

body#search-bg .page-search #main {
    padding: 200px 0 0 0;
    background: url(../images/yunlong.png) repeat-y 0 123px;
    background-size: 1200px;
}

body#search-bg .page-search #primary {
    float: none;
    width: 960px;
    margin: 0 auto;
}

#search-2 .search-wrap {
    padding-bottom: 0;
    /* margin-bottom: 25px; */
    height: 44px;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
    border-radius: 24px;
}

#search-2 .search-wrap:hover {
    box-shadow: 0 2px 10px 1px rgba(64, 60, 67, .20);
}

#search-2 input {
    float: left;
    width: 66%;
    height: 100%;
    font-size: 16px;
    line-height: 44px;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0 5px 0 20px;
    color: rgba(0, 0, 0, .87);
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* #search-2 select {
    width: 12%;
    height: 26px;
    border: 0;
    border-radius: 13px;
    text-align: center;
    background-color: rgb(62 60 60 / 46%);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
} */
/* #search-2 select option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    margin-top: 10px;
    height: 26px;
    width: 106px;
    background-color: #eaeaea;
    border: 0;
    border-radius: 13px;
} */
.suited-title {
    position: relative;
    float: left;
    width: 14%;
    height: 26px;
    margin: 8px 5px 0 0;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    background-color: rgb(62 60 60 / 46%);
    cursor: pointer;
    transition: all 0.01s;
}

.suited-title:hover {
    transform: scale(1.05);
}

.suited-title span {
    position: relative;
    color: rgba(0, 0, 0, .87);
    background: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.suited-title span::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0, 0, 0, .87);
    border-bottom: 1px solid rgba(0, 0, 0, .87);
    transform: rotate(45deg);
}

.suited-left,
.suited-right {
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    /* height: 100%; */
}

.suited-left li:hover,
.suited-right li:hover {
    background-color: #4285f4;
    color: #fff;
}

.suited-catelist li {
    margin-top: 10px;
    border-radius: 13px;
    background-color: rgb(62 60 60 / 15%);
}

/* .icon-arrow-down-2:before {
    content: "\f0ab";
} */
#search-2 button {
    border: 0;
    outline: none;
    width: 32px;
    background-color: #fff;
    margin: 5px 0 0 5px;
}

#content-search {
    margin: 0 auto;
    width: 900px;
}

#content-search article {
    margin-top: 30px;
}

#content-search article:last-child {
    margin-bottom: 70px;
}

#content-search .entry-content {
    margin-bottom: 0;
}

#content-search .entry-title a {
    display: inline-block;
    color: #1a0dab;
}

#content-search article p {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#content-search article h2 {
    padding-bottom: 10px;
}

/* 搜索页结束 */
/* 学人通道开始 */
#aisle-xueren .aisle-xueren,
#aisle-xueren1 .aisle-xueren1,
#aisle-xueren2 .aisle-xueren2 {
    width: 1200px;
}

body#aisle-xueren,
body#aisle-xueren1,
body#aisle-xueren2,
#aisle-xueren .aisle-xueren #main,
#aisle-xueren1 .aisle-xueren1 #main,
#aisle-xueren2 .aisle-xueren2 #main {
    background-color: #fff;
}

#aisle-xueren .aisle-xueren #main .breadcrumb,
#aisle-xueren1 .aisle-xueren1 #main .breadcrumb,
#aisle-xueren2 .aisle-xueren2 #main .breadcrumb {
    margin-top: 0;
}

.chuxuerumen {
    position: relative;
    padding: 102px 0 160px 0;
    background-color: #f6f2ef;
}
.xueren-title-0 {
    position: absolute;
    left: 35px;
    top: 0;
    padding: 40px 0 0 122px;
    width: 222px;
    height: 222px;
    font-size: 36px;
    line-height: 36px;
    writing-mode: vertical-lr;
    cursor: context-menu;
    background: url(../images/yuan1.png);
    background-size: 100%;
    z-index: 1;
}
.xueren-title-0 span {
    letter-spacing: 2px;
    color: #fff;
}
#aisle-xueren2 .xueren-title-0 {
    background: url(../images/yuan3.png);
    background-size: 100%;
}
.chuxuerumen .header-pic {
    position: relative;
    border-radius: 0 20% 20% 0;
    overflow: hidden;
    margin-bottom: 85px;
    height: 588px;
}

#aisle-xueren1 .chuxuerumen .header-pic {
    margin-bottom: 0;
}

.header-pic img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aisle-xueren .chuxuerumen .header-pic>span,
#aisle-xueren1 .chuxuerumen .header-pic>span,
#aisle-xueren2 .chuxuerumen .header-pic>span {
    position: absolute;
    left: 70px;
    top: 200px;
    max-width: 290px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

#aisle-xueren2 .chuxuerumen .header-pic span {
    left: 640px;
    top: 200px;
}

.j_abstract_span {
    font-size: 30px;
    color: #fff;
}

.elementary-0 {
    margin: 0 45px 0 55px;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #c08a4f;
}

#aisle-xueren1 .elementary-0 {
    float: left;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

#aisle-xueren2 .elementary-0 {
    background-color: #867d78;
}

.elementary-0>div {
    position: relative;
    margin: 0 30px 0 115px;
    padding-left: 45px;
}

#aisle-xueren1 .elementary-0>div {
    margin: 0 0 0 171px;/*115*/
    padding-left: 35px;
    width: 562px;
    height: 245px;
}

.lists-content>div:not(:first-child) .elementary-0>div:last-child {
    border-top: 1px solid #000;
}


.elementary-0 .xueren-title {
    position: absolute;
    left: -100px;
    bottom: -8px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-lr;
    background-color: rgba(140, 113, 156, 0.66);
    z-index: 1;
}

#aisle-xueren2 .elementary-0 .xueren-title {
    background-color: rgba(136, 159, 208, 0.66);
}

#aisle-xueren .elementary-0>div:last-child .xueren-title,
#aisle-xueren2 .elementary-0>div:last-child .xueren-title,
#aisle-xueren1 .elementary-0>div:last-child .xueren-title {
    top: -8px;
    background-color: #474b8a;
    z-index: 0;
}
.detailed-lists-0,
#aisle-xueren1 .detailed-lists-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
#aisle-xueren1 .elementary-0 > div:last-child .detailed-lists-1,
.elementary-0 > div:last-child .detailed-lists-0 {
    align-items: flex-start;
    min-height: 150px;
}

#aisle-xueren1 .detailed-lists-1 {
    position: relative;
    height: 100%;
}

.detailed-lists-1>p {
    position: absolute;
    left: 0;
    bottom: -10px;
    padding-left: 30px;
    margin-bottom: 0;
    width: 527px;
    height: 20px;
}

.detailed-lists-1>p span {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #313131;
    margin-right: 60px;
}

.elementary-0 .detailed-lists-0 article h2,
#aisle-xueren1 .elementary-0 .detailed-lists-1 article h2 {
    position: relative;
    padding: 0 15px 24px;
    font-size: 18px;
    line-height: 30px;
    width: 60px;
    writing-mode: vertical-lr;
}

#aisle-xueren1 .elementary-0 .detailed-lists-1 article h2 {
    width: 80px;
    padding: 0 25px 24px;
}

.elementary-0>div:last-child .detailed-lists-0 article h2,
#aisle-xueren1 .elementary-0>div:last-child .detailed-lists-1 article h2 {
    padding: 24px 15px 0;
}

#aisle-xueren1 .elementary-0>div:last-child .detailed-lists-1 article h2 {
    padding: 24px 25px 0;
}

.elementary-0 .detailed-lists-0 article h2 a,
#aisle-xueren1 .elementary-0 .detailed-lists-1 article h2 a {
    color: #000;
    letter-spacing: 2px;
}

.lists-content>div {
    margin: 30px 45px 0 55px;
    background-color: #99443d;
    border-radius: 20px;
}

.lists-content>div:nth-child(2) {
    background-color: #46608e;
}

.lists-content>div:nth-child(3) {
    background-color: #548685;
}

.lists-content>div:nth-child(4) {
    background-color: #b27c62;
}

.lists-content>div:nth-child(5) {
    background-color: #ba813e;
}

.lists-content>div:nth-child(6) {
    background-color: #767d85;
}
.long-title {
    float: left;
    height: 530px;
    /* width: 423px;*/
    line-height: 22px;
    padding: 117px 0 0 0;
}
.long-title span {
    float: left;
    width: 296px;
    height: 296px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 296px;
    font-size: 36px;
    writing-mode: vertical-lr;
    /* margin-right: 12px; */
}
.j_guide {
    text-align: right;
    height: 20px;
}
.tiele-lists {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    padding: 0 0 0 35px;
    width: 1200px;
    height: 223px;
    z-index: 9;
}
@keyframes tieleTop {
    0% {
        top:-185px;
    }
    100% {
        top: 37px;
    }
}
.tiele_fixed {
    position: fixed;
    top: 37px;
    background-color: #f6f2ef;
    animation: tieleTop .5s ease-in-out;
}

.tiele-lists div:first-child {
    float: left;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background: url(../images/yuan2.png) no-repeat;
    background-size: 100%;
    padding: 40px 0 0 122px;
    font-size: 36px;
    line-height: 36px;
    writing-mode: vertical-lr;
    color: #fff;
    cursor: context-menu;
}
.tiele-lists div:nth-child(n+2) {
    float: left;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: url(../images/zj-circle.png) no-repeat;
    background-size: 100%;
    margin: 43px 0 0 8px;
    padding: 20px 0 0 55px;
    cursor: pointer;
    font-size: 26px;
    writing-mode: vertical-lr;
    transition: all 0.01s;
}
.tiele-lists div span {
    letter-spacing: 2px;
    color: #fff;
}
.tiele-lists div:nth-child(n+2):hover {
    transform: scale(1.05);
}
.j_circle_s {
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #313131;
}
.j_circle_x {
    position: absolute;
    left: 20px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #313131;
}

/* 学人通道结束 */


/* 龙树禅七开始 */
@font-face {
    font-family: "myFont";
    src: url("./font/FZFWZHUZGDSMCJW.eot"); /* IE9 */
    src: url("./font/FZFWZHUZGDSMCJW.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("./font/FZFWZHUZGDSMCJW.woff") format("woff"), /* chrome、firefox */
    url("./font/FZFWZHUZGDSMCJW.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("./font/FZFWZHUZGDSMCJW.svg#FZFWZHUZGDSMCJW") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

.breadcrumb_cq {
    margin-top: 0;
}

.master {
    width: 100%;
    position: relative;
}

.master-map {
    position: relative;
    height: 660px;
}

.master-map img,
.contents img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.master-map::before {
    content: '';
    position: absolute;
    left: 0;
    top: 523px;
    width: 692px;
    height: 862px;
    background: url(../images/leaf.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.master-map::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -70px;
    height: 300px;
    width: 100%;
    background: url(../images/topcover.png) no-repeat;
    background-size: 100%;
}

.topical {
    position: relative;
    margin-top: 70px;
    height: 412px;
}

.topical ul {
    position: absolute;
    left: 0;
    top: -231px;
    padding: 161px 100px 0 0;
    height: 643px;
    width: 100%;
    background: url(../images/semicircle.png) no-repeat right;
    background-size: auto 100%;
}

/* .topical ul li {
    float: right;
    writing-mode: vertical-rl;
    white-space: pre-line;
    line-height: 38px;
    font-size: 20px;
    font-weight: 700;
    font-family: "myFont";
}

.topical ul li:nth-child(2) {
    white-space: normal;
}

.topical ul li:nth-child(2) h3 {
    font-size: 80px;
    line-height: 120px;
    font-family: 'cqFont';
}

.longshu {
    color: #aa9328;
}

.topical ul li:nth-child(3) {
    font-size: 17px;
} */

.contents {
    position: relative;
    z-index: 10;
}

.contents .contents-list {
    position: relative;
    margin-bottom: 100px;
}

.contents .contents-list:nth-child(1) a,
.contents .contents-list:nth-child(3) a {
    float: right;
    width: 909px;
    height: 450px;
    background: url(../images/semicircleleft.png) no-repeat;
    background-size: auto 100%;
    border-radius: 225px 0 0 225px;
    transition: all 0.005s;
}

.contents .contents-list:nth-child(1) a:hover,
.contents .contents-list:nth-child(2) a:hover,
.contents .contents-list:nth-child(3) a:hover {
    transform: scale(1.002);
}

.contents .contents-list:nth-child(4) a:hover,
.contents .contents-list:nth-child(5) a:hover {
    transform: scale(1.005);
}

.contents .contents-list:nth-child(1) .Plate-area,
.contents .contents-list:nth-child(3) .Plate-area {
    float: left;
    position: relative;
    width: 202px;
    height: 450px;
    border-radius: 225px 0 0 225px;
}

.contents .contents-list:nth-child(1) .Plate-area h3,
.contents .contents-list:nth-child(2) .Plate-area h3,
.contents .contents-list:nth-child(3) .Plate-area h3 {
    position: absolute;
    top: 30px;
    right: 2px;
    font-size: 62px;
    width: 50px;
    line-height: 56px;
    font-family: "myFont";
}

.contents .contents-list:nth-child(1) .Plate-area h3::after,
.contents .contents-list:nth-child(2) .Plate-area h3::after,
.contents .contents-list:nth-child(3) .Plate-area h3::after,
.contents .contents-list:nth-child(4) a h3::after,
.contents .contents-list:nth-child(5) a h3::after {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 3px solid #9c1010;
}

.contents .contents-list:nth-child(4) a h3::after {
    right: 12px;
    bottom: 12px;
}

.contents .contents-list:nth-child(5) a h3::after {
    right: 12px;
}

.contents .contents-list:nth-child(1) .Plate-area p,
.contents .contents-list:nth-child(2) .Plate-area p,
.contents .contents-list:nth-child(3) .Plate-area p {
    width: 162px;
    margin: 170px 0 0 50px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    /* font-family: "myFont"; */
}

.contents .contents-list:nth-child(1) .Plate-pic,
.contents .contents-list:nth-child(3) .Plate-pic {
    float: right;
    width: 677px;
    height: 450px;
}

.contents .contents-list:nth-child(2) a {
    float: none;
    width: 881px;
    height: 450px;
    background: url(../images/semicircleright.png) no-repeat right;
    background-size: auto 100%;
    border-radius: 0 225px 225px 0;
    transition: all 0.005s;
}

.contents .contents-list:nth-child(2) .Plate-area {
    float: right;
    position: relative;
    width: 202px;
    height: 450px;
    border-radius: 0 225px 225px 0;
}

.contents .contents-list:nth-child(2) .Plate-area h3 {
    left: 0;
}

.contents .contents-list:nth-child(2) .Plate-area p {
    margin: 224px 0 0 -12px;
}

.contents .contents-list:nth-child(2) .Plate-pic {
    float: left;
    width: 649px;
    height: 450px;
}

.contents .contents-list:nth-child(3) {
    margin-right: 108px;
}

.contents .contents-list:nth-child(3) a {
    width: 992px;
}

.contents .contents-list:nth-child(3) .Plate-pic {
    width: 760px;
}

.contents .contents-list:nth-child(3) .Plate-area h3 {
    top: 60px;
    right: 0;
    width: auto;
    /* writing-mode: vertical-rl; */
}

.contents .contents-list:nth-child(3) .Plate-area p {
    margin: 235px 0 0 50px;
}

.contents .contents-list:nth-child(3) .Plate-area h3::after {
    right: 76px;
    bottom: 0;
}

/* .contents .contents-list:nth-child(3) .Plate-area h3 div:first-child {
    float: right;
    font-size: 68px;
    line-height: 68px;
    width: 66px;
    font-family: "myFont";
} */

/* .contents .contents-list:nth-child(3) .Plate-area h3 div:last-child {
    float: right;
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    font-family: "myFont";
} */

.contents .contents-list:nth-child(4) .Plate-pic {
    height: 788px;
}

.contents .contents-list:nth-child(4) a {
    position: absolute;
    left: 97px;
    top: 0;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 0.005s;
    z-index: 100;
}

.contents .contents-list:nth-child(4) a h3 {
    position: absolute;
    top: 50px;
    left: 100px;
    font-size: 60px;
    width: 60px;
    line-height: 68px;
    font-family: "myFont";
}

.contents .contents-list:nth-child(4) a p {
    width: 225px;
    margin: 212px 0 0 100px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    /* font-family: "myFont"; */
}

.contents .contents-list:nth-child(4) {
    margin-bottom: 200px;
}

.contents .contents-list:nth-child(5) {
    margin-bottom: 0;
}

.contents .contents-list:nth-child(5) .Plate-pic {
    height: 801px;
}

.contents .contents-list:nth-child(5) a {
    position: absolute;
    right: 80px;
    top: -145px;
    width: 414px;
    height: 414px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fcfbfb;
    transition: all 0.005s;
    z-index: 100;
}

.contents .contents-list:nth-child(5) a h3 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44px;
    width: 44px;
    line-height: 44px;
    font-family: "myFont";
}

.contents .contents-list:nth-child(5) a p {
    width: 338px;
    margin: 216px 0 0 37px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    white-space: pre;
    /* font-family: "myFont"; */
}

/* 龙树禅七结束 */
/* article里面checklines修改对齐方式 */
div.entry-content article div.checklines {
    text-align: left;
    border-bottom: solid 1px #000;
}

div.entry-content article div.contenthide {
    display: none;
    /*默认正文不显示 */
}
/* 禅修开始 */
.meditation-header-pic {
    position: relative;
    height: 608px;
    background: url(../images/cx-hd.png) no-repeat;
    background-size: cover;
    margin-bottom: 16px;
}
.meditation-header-pic .chanxiu,
.meditation-header-pic .abstract {
    padding: 12px 75px 0 0;
    text-align: right;
    line-height: 100px;
    font-size: 88px;
    color: #fff;
}
.meditation-header-pic .abstract {
    padding: 0 12px 0 428px;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
}
.meditation-tiele-lists {
    position: absolute;
    top: 528px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 80px;
    z-index: 10;
}

@keyframes titleTopcx {
    0% {
        top:-43px
    }
    100% {
        top: 37px;
    }
}
.title_cx_fixed {
    position: fixed;
    top: 37px;
    animation: titleTopcx .5s ease-in-out;
}
.meditation-tiele-lists span {
    float: left;
    line-height: 80px;
    font-size: 44px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.meditation-tiele-lists .j_span2014 {
    width: 33.68%;
}
.meditation-tiele-lists .j_span2018 {
    width: 33.22%;
}
.meditation-tiele-lists .j_span2019 {
    width: 33.10%;
}

.meditation-lists-content {
    padding: 169px 0 320px 0;
    background: #8d969d url(../images/cx-list-bg.jpg) repeat-y;
    background-size: 100%;
}
.meditation-lists-content::after {
    bottom: 255px;
}
.meditation-article {
    margin-bottom: 66px;
}
.meditation-lists-content::after,
.meditation-article > a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-sizing: border-box;
}
.meditation-article > a::before {
    top: 0;
}
.meditation-article > a::after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 333px;
    background-color: #fff;
}
.meditation-article > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 80px;
}
.meditation-article:nth-child(odd) > a {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 38px;
}
.meditation-article:nth-child(even) > a {
    padding-left: 38px;
}
.meditation-article > a .meditation-pic {
    width: 332px;
    height: 332px;
    border: 10px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.meditation-article > a .meditation-pic img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
.meditation-introduce {
    position: relative;
    width: 370px;
}
.meditation-introduce::after{
    content: '';
    position: absolute;
    top: 166px;
    right: -300px;
    height: 6px;
    width: 150px;
    background-color: #fff;
}
.meditation-article:nth-child(even) > a .meditation-introduce::after {
    right: 520px;
}
.meditation-introduce h3 {
    font-size: 50px;
    line-height: 50px;
}
.meditation-introduce h3,
.meditation-introduce p {
    color: #fff;
}
.meditation-article:nth-child(odd) > a .meditation-introduce h3 {
    text-align: right;
}


/* 禅修结束 */
/* 禅修操开始 */
.dhyana-header {
    overflow: hidden;
    width: 1200px;
    height: 550px;
    background: url(../images/dhyana-title-pic.png) no-repeat;
    background-size: 100% 100%;
}
.chanxiucao{
    float: right;
    width: 380px;
    height: 188px;    
    background: url(../images/longshuchanqi-action.png) no-repeat;
    background-size: 350px auto;
    background-position: right;
    margin-top: 60px;
    margin-right: 100px;
}
.dhyana-action{
    width: 1200px;
    height: 6900px;
    /* margin-top: -10px; */
    background-color: #b1b2a4;
    
}
section.dhyana-action-content{
    margin: 0 auto;
    width: 1198px;
    height: 472px;
}
.dhyana-action-h3{
    float: left;
    width: 558px;
    height: 212px;
}
.dhyana-action-content .dhyana-action-h3 h3{
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
}
.dhyana-action-content .dhyana-action-h3 p{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 0px;
}
.content-packeg{
    width: 430px;
    margin-top: 40px;
    margin-left: 90px;
}
.dhyana-action-bar{
    float:left;
    width: 82px;
    justify-content: center;
}
.dhyana-circle{
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 4px #fff;
    background-color: #666666;
}

.dhyana-action-vertical{
    margin: 0 auto;
    width: 0px;
    height: 436px;
    border-right: solid 10px #ffffff;
}

.dhyana-action-decomposition{
    float: right;
    width: 558px;
    height: 475px;
}
.dhyana-action-bg {
    overflow: hidden;
    margin: 0 auto;
    width: 420px;
    height: 420px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 30px;
}
.dhyana-action-do{
    margin: 0 auto;
    width: 475px;
    height: 475px;
    margin-top: 15px;
    margin-left: 34px;
}
.dhyana-action-horiline-right{
    float: left;
    width: 107px;
    height: 0px;
    margin-top: -200px;
    margin-left: -38px;
    border-bottom: solid 10px #fff;
}
.dhyana-action-horiline-left{
    float: right;
    width: 107px;
    height: 0px;
    margin-top: -200px;
    margin-right: -38px;
    border-bottom: solid 10px #fff;
}
.dhyana-action article:nth-of-type(even) .dhyana-action-h3{
    float: right;
    width: 558px;
    height: 212px;
}
.dhyana-action article:nth-of-type(even) .dhyana-action-decomposition{
    float: left;
    width: 558px;
    height: 475px;
}
.dhyana-action article:nth-of-type(1) .dhyana-action-do{
    background: url(../images/dhyana-action-1.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(2) .dhyana-action-do{
    background: url(../images/dhyana-action-2.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(3) .dhyana-action-do{
    background: url(../images/dhyana-action-3.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(4) .dhyana-action-do{
    background: url(../images/dhyana-action-4.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(5) .dhyana-action-do{
    background: url(../images/dhyana-action-5.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(6) .dhyana-action-do{
    background: url(../images/dhyana-action-6.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(7) .dhyana-action-do{
    background: url(../images/dhyana-action-7.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(8) .dhyana-action-do{
    background: url(../images/dhyana-action-8.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(9) .dhyana-action-do{
    background: url(../images/dhyana-action-9.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(10) .dhyana-action-do{
    background: url(../images/dhyana-action-10.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(11) .dhyana-action-do{
    background: url(../images/dhyana-action-11.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(12) .dhyana-action-do{
    background: url(../images/dhyana-action-12.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-action article:nth-of-type(13) .dhyana-action-do{
    background: url(../images/dhyana-action-13.png) no-repeat;
    background-size: 80% 80%;
}
.dhyana-circle-end{
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 4px #fff;
    background-color: #666666;
}
/* 禅修操结束 */

/* 关于我们开始 */
.about-us{
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    padding-top: 192px;
}
.abouth2 > h2 {
    margin: 40px 0 20px;
    font-size: 50px;
    line-height: 50px; 
    font-weight: 700;
    color: #ce4125; 
    text-align: center; 
    font-family: Helvetica, Arial, sans-serif;
}
.about-us .contactUs p {
    font-weight: 700; 
    font-size: 24px; 
    line-height: 40px; 
    margin-bottom: 35px;
    font-family: Helvetica, Arial, sans-serif;
}








/* 关于我们结束 */

/* Meditation 闻思修行 开始 */
body.detail-bg-en {
    padding: 0;
    background-color: #dddfe1;
}
.meditation {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    padding-top: 240px;
}
.about-us img,
.meditation img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.about-us > div,
.meditation > div {
    margin-bottom: 20px;
    background-color: #fff;              
}
.about-us p,
.meditation p {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 24px;
}
.meditation h2 {
    font-weight: 700;
}
.fl {
    float: left;
}
.meditation1 h2,
.meditation1 p {
    width: 45%;
    padding: 0 50px;
    padding-bottom: 30px;
}
.meditation1 p:first-letter,
p.firstletter:first-letter {
    float: left;
    font-size: 4.5em;
    line-height: 0.8;  
}
.meditation1 div:last-child div {
    width: 10%;
    margin-top: 70px;
}
.meditation1 h2 {
    text-align: center;
    line-height: 230px;
    font-size: 68px;
}
.meditation2 div:first-child,
.meditation3 div:nth-child(2) {
    width: 30%;
    padding: 30px 30px 12px;
}
.meditation2 div:last-child {
    width: 70%;
}
.meditation3 div:nth-child(1) {
    padding: 30px;
    border-right: 1px solid #000;
} 
.meditation3 div:nth-child(1),
.meditation3 div:nth-child(3) {
    width: 30%;
    height: 100%;
}
.meditation3 div:nth-child(2) {
    width: 40%;
}
.meditation3 p {
    padding-left: 1em;
    text-indent: -1em;
}
.meditation4 {
    position: relative;
    background: url(../images/en7.jpg) no-repeat;
    background-size: 100%;
    height: 676px;
}
.masklayer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    padding: 20px 60px;
    opacity: 0.6;
    width: 55%;
    max-height: 45%;
}
.meditation5 > div {
    width: 50%;
}
.meditation .meditation5 p{
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    line-height: 27px;
}
.meditation > div:last-child {
    margin-bottom: 0;
}
/* Meditation 闻思修行 结束 */
