#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: 50%;
  bottom:55px;
  left: auto;
  z-index: 80;
  margin-right: -602px;
}
#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}
#floatbtn > a,
#floatbtn .floatbtn-item {
  cursor: pointer;
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #062b75;
  /*border: 1px solid #eee;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#floatbtn > a.hover:hover,
#floatbtn .floatbtn-item.hover:hover {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  background: #0084ff;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}
#floatbtn > a.hover:hover i,
#floatbtn .floatbtn-item.hover:hover i {
  display: none;
}
#floatbtn > a.hover:hover em,
#floatbtn .floatbtn-item.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}
#floatbtn > a em,
#floatbtn .floatbtn-item em {
  display: none;
}
#floatbtn > a:hover,
#floatbtn .floatbtn-item:hover {
  background: #0084ff;
}
#floatbtn > a:hover i,
#floatbtn .floatbtn-item:hover i {
  color: #fff;
}
#floatbtn > a:hover .floatbtn-wrapper,
#floatbtn .floatbtn-item:hover .floatbtn-wrapper {
  display: block;
}
#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}
.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}
.floatbtn-wrapper:before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 200px;
  width: 12px;
  background: transparent;
}
.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.floatbtn-wrapper > .qrcode {
  margin-top: 20px;
  line-height: 1;
}
.floatbtn-wrapper > .qrcode > img {
  width: 128px;
  height: 128px;
}
.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.floatbtn-wrapper p em {
  color: #dd3067;
}
.floatbtn-share .floatbtn-wrapper:after {
  top: 18px;
}
.floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
  font-size: 12px;
}
.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.pagination > .active > span {
    background-color: #c03e43;
    border-color: #c03e43;
}
.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dedede;
}
.entry-meta ul li {
    line-height: 26px;
}
.article-prevnext {
    color: #666;
}
.shequ-notify {
    padding: 30px;
}
.shequ-notify-list {
    font-size: 15px;
    color: #717171;
    padding: 20px 20px 0px 0px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}
.shequ-notify-title {
    padding: 0!important;
}
.shequ-notify-time {
    text-align: right;
}
.view-point-header{
    margin: 40px 15px 40px 0;

}
.view-point-header1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.view-point-header1 h1{
    font-size: 24px;
    color: #c03e43;
}
.view-point-header .type-list {
    margin-top: 20px;
    /*background: #f9f8f8;*/
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 10px;
}
.view-point-header .type-default {
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    padding: 10px 20px;}
.view-point-header .type-default:hover a{
    color: #3a5791;
}
.view-point-header .type-active {
    border: solid 1px #3a5791;border-radius: 5px;color: #3a5791;}
.view-point-header .type-active a{
    color: #3a5791;}
.flex{
    display: flex;
    align-content: center;
}
.article-list > a {
    display: block;
    margin: 20px 0;
    border-bottom: solid 1px #CCC;
}
.view-item :hover .view-item-title{
    color: #b6151d;
}
.view-item .view-item-left{
    width: 37.8%;
    /*margin-bottom: 20px;*/
    background: #ffffff;
}
.view-item-right{
    width: 62.2%;
    padding: 0px 0px 0px 40px;}

.view-item .view-item-left img {
    width: 100%;
    max-height: 178px;
    min-height: 178px;}
.view-item-title {
    font-size: 18px;
    color: #000;
    height: 25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.view-item-desc {
    margin-top: 20px;font-size: 14px;
    color: #666666;
    line-height: 28px;height: 90px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.view-item-bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.breadcrumb{
    /*background: #ffffff;*/
    margin-top: 30px;
    padding: 8px 0;
}

.view-item1 {
    background: #ffffff;
}

.view-item1 .view-item-left {
    width: 43.08%;
}

.view-item1 .view-item-left img {
    width: 100%;
    min-height: 314px;
    max-height: 314px;
}
.view-item1 .view-item-right {
    padding: 50px 40px 30px 40px;
}
.view-item1 .view-item-right .view-item-title {
    font-size: 18px;
    font-weight: bold;
}
.view-item1 .view-item-right .view-item-desc {
    font-size: 14px;
    color: #000000;
}
.view-item1 .view-item-bottom{
    margin: 25px 0;
    font-size: 12px;
    color: #787878;
}
.view-item1 .view-item-left {
    position: relative;
}

.article-list-luyan >a {
    border-bottom: 0;
    margin-bottom: 35px;
}

.view-item-more {
    margin-top: 25px;text-align: right;
    color: #b8272d;
    font-size: 16px;
}

.activity-stat {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.view-item-right:hover .view-item-title {
    color: #b80f33;
}
.view-item-right:hover .view-item-time {
    color: #b80f33;
}
.view-item-right:hover .view-item-address {
    color: #b80f33;
}
.article-list > a:hover{
     -webkit-box-shadow: #999 0px 0px 10px;
    -moz-box-shadow: #999 0px 0px 10px;
    box-shadow: #999 0px 0px 10px;
}


.now-zhobo {
    background: rgba(229,46,106,0.9);
}
.about-content-bg {
    background: url('/assets/jrxz/images2/abou_content_bg.jpg') no-repeat center center;
    background-size: 100%;
    margin-top: 80px;
}
.about-video{
    margin-top: 40px;
}

/*课程*/
.kecheng-list {
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 32% 32% 32%;
}
.kecheng-list .kecheng-item {
    /*padding: 15px 21px 15px 0;*/
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px 0px rgb(149 156 186 / 12%);
    border-radius: 5px;
}
.kecheng-list .soruce-img img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.kecheng-list .source-content-box {
    padding: 25px 10px 10px 15px;
    /*background: #f9f8f8;*/
}

.kecheng-list .source-content-title {
    font-size: 16px;
    color: #000;
    height: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.kecheng-list .source-content-line-one,.kecheng-list .source-content-line-two{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.kecheng-item:hover .source-content-title {
    color: #b80f33;
}
.kecheng-item a {
    display: block;
}
.kecheng-item:hover a {
    /*-webkit-box-shadow: #666 0px 0px 10px;*/
    /*-moz-box-shadow: #666 0px 0px 10px;*/
    /*box-shadow: #666 0px 0px 10px;*/
}
.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    clear: both;
}

.share-title-box {
    margin-top: 80px;
}
.share-title-box {
    display: flex;
    justify-content: space-around;
    border-right: 5px;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    -moz-box-shadow: #ccc 0px 0px 5px;
    box-shadow: #ccc 0px 0px 5px;
}
.share-title-default{
    padding: 30px;
    color: #3c3c3c;
    font-size: 20px;
    cursor: pointer;
}
.share-title-default:hover{
    color: #bd373d;
}
.share-title-active {
    color: #bd373d;
    border-bottom: solid 3px #bd373d;
}
.share-content .register-box {
    display: flex;
    margin-top: 80px;
    color: #000000;
}
.register-ul {
    list-style: none;
    color: #000;
    padding: 0;
}
.l-default {
    background: #f7f7f7;
    color: #666666;
    padding: 35px 0 35px 70px;
    font-size: 24px;
    width: 320px;
    cursor: pointer;
}
.l-default:hover {
    color: #ffffff;
    background: #062b75;
}
.l-active {
    background: #062b75;
    color: #ffffff;
}
.register-box-right {
    padding-left: 80px;
    width: 850px;
}
.QFLP-box ,.rhfu-box{
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
}
.QFLP-box {
    width: 100%;
}
.QFLP-box .QFLP-file {
    width: 820px;
}
.QFLP-box .QFLP-img {
    width: 310px;
}
.QFLP-box .QFLP-img img {
    width: 290px;
    margin: 5px;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    -moz-box-shadow: #ccc 0px 0px 5px;
    box-shadow: #ccc 0px 0px 5px;
}
.xiehui-intro {
    padding: 30px;
    width: 760px;
    background: #f9f8f8;
}
.xiehui-img {
    width: 440px;
}
.member-service-title {
    margin-top: 80px;
    text-align: center;
    color: #bd373d;
    font-size: 24px;
}
.member-service-item {
    margin-bottom: 50px;
}
.member-service-item-title {
    color: #062a74;
    background: #f9f8f8;
    text-align: left;
    font-size: 16px;
}
.member-service-title2{
    margin-top: 0;
}
.member-service-box {
    margin-top: 45px;
}
.member-service-item-detail-content {
    margin-top: 22px;
    color: #000000;
}

.swiper-cube-shadow {
    display: none;
}
.share-content-detail-contact-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.share-content-detail-contact-box .etd {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.member-apply-doc {
    margin-top: 30px;
    text-align: left;
}
.member-apply-doc a{color: #133478;}

@media (min-width: 991px){
    #content-container {
        margin-top: 0px;
    }
    .main-content {
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 768px) {
    .main-content {
        background: #ffffff!important;
    }
    .breadcrumb {
        background: #ffffff;
        padding: 8px 0 0;
        font-size: 16px;
        margin: 0;
    }
    .view-point-header1 {
        align-items: flex-end;
    }
    .view-point-header {
        margin: 0!important;
    }
    .view-point-header1 h1 {
        font-size: 16px;
    }
    .view-point-header .type-default {
        font-size: 14px;
        padding: 0 10px;
    }
    .view-point-header .type-list {
        margin-top: 15px;
        padding: 5px;
        line-height: 30px;
    }
    .view-point-header .type-list {
        display: flex;
        flex-wrap: wrap;
    }

    /*活动*/

    .view-item1 {
        flex-wrap: wrap;
        background: #f9f9f9;
    }
    .view-item1 .view-item-left ,.view-item1 .view-item-right {
        width: 100%;
    }
    .view-item1 .view-item-left img {
        width: 100%;
        min-height:auto;
        max-height: auto;
    }
    .view-item1 .view-item-right {
        padding: 10px;
    }
    .view-item1 .view-item-bottom {
        margin: 10px 0;
    }
    .view-item1 .view-item-right .view-item-desc {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
        height: 56px;
    }
    .view-item-more {
        margin-top: 10px;
        font-size: 12px;
    }

    /*课程*/
    .kecheng-list {
        margin-top: 15px;
        grid-template-columns: 100%;

    }
    .kecheng-list .source-content-box {
        padding: 10px;
    }
    .kecheng-list .source-content-title {
        font-size: 16px;
        height: 25px;
        -webkit-line-clamp: 1;
    }

    /*路演*/
    .view-item1 .view-item-right .view-item-title {
        font-size: 16px;
    }
    .view-item1 .view-item-bottom {
        flex-wrap: wrap;
    }
    .view-item1 .view-item-address {
        margin-top: 10px;
    }
    .article-list-luyan >a {
        margin-bottom: 0px!important;
    }

    /*观点*/
    .article-list > a {
        margin: 0;
        padding: 10px 0;
    }
    .article-list .view-item {
        align-items: center;
    }
    .view-item .view-item-left img {
        min-height: auto;
        max-height: 100px;
    }
    .article-list .view-item .view-item-left {
        margin-bottom: 0px;
    }
    .article-list .view-item .view-item-right .view-item-title {
        font-size: 16px;
        height: 45px;
        -webkit-line-clamp: 2;
    }
    .article-list .view-item .view-item-left {
        width: 40%;
    }

    .article-list .view-item .view-item-right {
        width: 60%;
        padding-left: 10px;
    }

    /*会员服务*/
    .share-title-box ,.share-content .register-box{
        margin-top: 15px;
    }
    .share-title-default {
        font-size: 16px;
        padding: 10px;
    }
    .share-content .register-box {
        flex-direction: column;
    }
    .register-box-right {
        width: 100%;
    }
    .register-ul {
        display: flex;

        flex-wrap: wrap;
    }
    .l-default {
        background: #ffffff;
        width: auto;
        padding: 5px;
        font-size: 14px;
    }
    .l-default:hover {
        color: #bd373d;
        border: solid 1px #b80f33;
        border-radius: 5px;
        background: #ffffff;
    }
    .l-active {
        color: #bd373d;
        border: solid 1px #b80f33;
        border-radius: 5px;
    }
    .register-box-right {
        padding-left: 0px;
    }
    .QFLP-box .QFLP-file {
        width: 100%;
    }
    .QFLP-box, .rhfu-box {
        margin-top: 15px;
        flex-direction: column;
    }
    .xiehui-intro {
        width: 100%;
        padding: 15px;
    }
    .member-service-title {
        margin-top: 30px;
    }
    .member-service-title2 {
        margin-top: 0px;
    }

}

.container-box{
    margin: 0 auto;
    position: relative;
    top: -60px;
    width: 1200px;
    height: 1000px;
    background-color: #fff;
}
.part1-top{
    width: 100%;
    background-color: #f5f9ff;
}
.part1-title-center{
    margin: 0;
   text-align: center;
}
.part1-title-center ol{
    margin: 0;
    line-height: 60px;
}

.part1-title-center ol li{
    font-size: 24px;
}

.breadcrumb > li + li:before {
    padding: 0 20px;
}
#part1-l1{
    color: red;
}
.part2-content{
    width: auto;
}

.part3-content{
    width: auto;
    /*background-color: #1ab394;*/
    display: none;
}
.part2-info P{
    font-size: 18px;
    padding: 120px 60px;
    text-indent:36px;
}
.part2-data{
    padding-left: 40px;
}
.part2-data:after{
    content: "";
    display: block;
    clear: both;
}
.part2-info-bottom{
    width: 330px;
}

.part2-info-bottom span{
    display: block;
}

.part2-data-box1,.part2-data-box2,.part2-data-box3{
    display: block;
    float: left;
    padding: 0 20px;
}
.part2-title{
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
}
.part2-border{
    border: 1px solid #666666;
    height: 270px;
}
.part2-info-bottom{
    padding: 10px;
}
.part3-content-box img{
    display: block;
    float: left;

}

.part3-info{
    background-color: #f5f9ff;
    height: 321px;
    display: block;
    border: 1px solid silver;
    float: left;
    padding: 80px 40px;
}

.part3-info p{
    display: block;
    font-size: 16px;
}
.part3-info p span{
    font-weight: bold;
}

.part3-content{
    padding: 50px 20px;
    background-color: #ffffff;
}
.part3-content-box{
    width: auto;
    margin-top: 100px;
}
.part3-content-box:after{
    content: "";
    display: block;
    clear: both;
}
.body{
    background-color: #f5f2f0;
}
#part1-l1:hover{
    color: red;
    cursor: pointer;
    border-bottom: 4px solid #ff3f4b;
}
#part1-l2:hover{
    color: red;
    cursor: pointer;
    border-bottom: 4px solid #ff3f4b;
}

.part1-title-box{
    list-style: none;
    display: block;
}
.breadcrumb > li + li:before{
    content: "";
    padding: 0;
}