@font-face {
	font-family: 'SourceHanSerifCN-Heavy';
	src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

/*通知公告跑马灯*/
.noticebar {
	/* height: 20px !important;
	font-size: 18px;
	line-height: 18px;
	margin: 0.68rem 0.58rem 0 0.58rem;
	background: linear-gradient(270deg, #007bd9, #33a7ff) !important;
	color: #fff; */
	position: relative;
	margin-top: 0.48rem;
	margin-left: 0.58rem;
	margin-right: 0.58rem;
	padding: 0.15rem;
	/* border-left: 8px solid #0875C8; */
	background-color: #F6F6F6;
}
.notice-marquee {
	height: 30px !important;
	line-height: 30px !important;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 36px;
	width: calc(100% - 36px);
}
.notice-marquee .str_move {
	cursor: pointer;
}


/* 热点新闻广告图 */
.ad-content {
	width: 100%;
	height: 1.65rem;
	margin-top: 0.48rem;
	position: relative;
}
.topSwiper,
.ad-content .adSwiper{
	height: 100%;
}

.new-block {
	position: absolute;
	left: 0;
	top: 0;
	height: 0.46rem;
	line-height: 0.46rem;
	background: #e70014;
	border-radius: 0.08rem 0rem 0.14rem 0rem;
	padding: 0 0.14rem;
	color: #fff;
}

.ad-content .news-banner {
	width: 100%;
	height: 1.65rem;
}

.new-block img {
	margin-right: 0.13rem;
	width: 0.2rem;
	height: 0.27rem;
}

/* 新闻动态 */

.news .v-list {
	margin-top: 0.34rem;
	height: 4.16rem;
}

.news-state {
	padding: 40px 0 9px 0;
	border-bottom: 1px solid #0d5993;
	margin-bottom: 0.69rem;
	color: #24599d;
	position: relative;
}

.news-state .v-title {
	background: url('../svg/title-start.svg') center no-repeat;
	background-size: contain;
}

.news-state .v-line {
	background: #0d5993;
}

.news .list-content,
.party-build .list-content {
	height: 4.92rem;
}

.lc-left {
	height: 100%;
	width: 7.4rem;
	position: relative;
}

.slideshow .swiper {
	height: 100%;
}
.slideshow .swiper-slide img {
	/* width: 740px;
	height: 500px; */
	width: 100% !important;
	height: 100% !important;
	position: relative;
	object-fit: cover;
}
.slideshow .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex; /* 启用弹性布局 */
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	position: relative;
}
.slideshow .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideshow .swiper-pagination {
	text-align: right;
	padding-right: 0.28rem;
}
.slideshow .swiper-pagination .swiper-pagination-bullet{
	width: 0.14rem;
	height: 0.15rem;
	border-radius: 0;
	opacity: 0.5;
	background: #ffffff;
	margin-right: 0.08rem;
}

.slideshow .swiper-horizontal>.swiper-pagination-bullets,.slideshow .swiper-pagination-bullets.swiper-pagination-horizontal,.slideshow .swiper-pagination-custom,.slideshow .swiper-pagination-fraction{
	bottom: 0.16rem;
}

.slideshow .swiper-pagination .swiper-pagination-bullet-active{
	background: #e70014;
}

.shade {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.3rem;
	background: rgba(0, 0, 0, 0.50);
	border-radius: 0px 0px 8px 8px;
}

.shade-text {
	width: 5.45rem;
	font-size: 0.23rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 0.36rem;
	margin: 0.18rem 0 0 0.36rem;
}

.lc-right {
	margin-left: 0.2rem;
}

/* tab加列表 */
.v-tab {
	width: 100%;
	height: 0.5rem;
	background: #edf5f5;
	border-radius: 8px 8px 0px 0px;
}

.v-tab .vt-item {
	padding: 0 0.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.2rem;
	font-weight: 700;
	float: left;
	color: #24599d;
	cursor: pointer;
}

.v-tab .vt-item.active {
	background: linear-gradient(180deg, #24599d, #084085);
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.v-tab .vt-more {
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.16rem;
	float: right;
	margin-right: 0.2rem;
	color: #24599d;
	cursor: pointer;
}

.v-list {
	/* margin-top: 0.34rem;
	height: 4.16rem; */
	overflow:hidden;
}

.v-list .vl-item {
	display: flex;
	height: 0.32rem;
	line-height: 0.32rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.v-list .vl-item:last-child {
	margin-bottom: 0;
}

.v-list .vlt-left {
	float: left;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

    .v-list .icon {
        float: left;
        display: block;
        margin-right: 0.12rem;
        text-align: center;
        width: 0.32rem;
        height: 0.32rem;
        background: #ffffff;
        border-radius: 50%;
        /* box-shadow: 0px 0px 0.06rem 0px rgba(0, 0, 0, 0.16); */
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.v-list img {
	width: 0.166rem;
	height: 0.166rem;
}

.v-list .vlt-right {
	float: right;
	color: #cccccc;
}

/* 党群建设 */
.party-build {
	height: 8.7rem;
	background: url('../img/BG1.png') center no-repeat;
	background-size:101% 100%;
	margin-top: 1.87rem;
	position: relative;
	padding-top: 1.99rem;
}
.party-build .v-list {
	margin-top: 0.34rem;
	height: 4.16rem;
}

.party-build .ad-party {
	position: absolute;
	padding: 0 0.58rem;
	left: 0;
	top: -0.98rem;
	height: 2.4rem;
}

.party-build .ad-party img {
	width: 100%;
}

.party-build .ad-party .dj-banner {
	height: 2.4rem;
	cursor: pointer;
}

.party-state {
	color: #E70014;
	border-bottom: 1px solid #E70014;
	margin-bottom: 0.69rem;
	position: relative;
}

.party-state .v-title {
	background: url('../svg/party-title-start.svg') center no-repeat;
	background-size: contain;
}

.party-state .v-line {
	background: #E70014;
}

.party-build .lc-right {
	margin-left: 0;
	margin-right: 0.2rem;
}


.party-build .v-tab {
	background: #ffffff;
}

.party-build .v-tab .vt-item {
	color: #DE091C;
}

.party-build .v-tab .vt-item.active {
	background: linear-gradient(180deg, #e70014, #c21c2a);
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.party-build .v-tab .vt-more {
	color: #E70014;
}

/* 品牌项目 */
.brand {
	margin-top: 0.58rem;
}

.brand-state {
	color: #33A7FF;
	border-bottom: 1px solid #33A7FF;
	margin-bottom: 0.36rem;
	position: relative;
}

.brand-state .v-title {
	background: url('../svg/brand-title-start.svg') center no-repeat;
	background-size: contain;
}

.brand-state .v-line {
	background: #33A7FF;
}

.brand .v-tab {
	background: #D4ECFF;
}

.brand .v-tab .vt-item.active {
	background: linear-gradient(180deg, #33A7FF, #0875C8);
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.brand .v-tab .vt-more {
	color: #33A7FF;
}

.brand .lc-left {
	margin: 0 0.1rem 0 0;
}

.brand .lc-right {
	margin: 0 0 0 0.1rem;
}

.brand .zf-pro .v-list,
.brand .px-pro .v-list {
	height: 4rem;
	margin-top: 0.36rem;
}

.brand .vl-item {
	margin: 0;
	height: 100%;
	border-radius: 8px;
	margin-right: 0.2rem;
	margin-top:0.1rem;
	position: relative;
}

.brand .vl-item:last-child {
	margin-right: 0;
}

.brand .vl-item .vli-img {
	position: absolute;
	left: 0;
	top: 0;
	/* opacity: 0.5; */
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.brand .vl-item img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.brand .vli-desc {
	width: 100%;
	font-size: 0.24rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.50);
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0.25rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.60);
}

/* 培训项目 */
.px-pro .vl-item {
	height: 1.9rem;
}

.gy-pro .v-list,
.xxh-pro .v-list {
	/* height: 1.9rem; */
	height: 280px;
	margin-top: 0.2rem;
}

/* 服务会员 */
.service-members {
	height: 9.13rem;
	background: url('../img/BG2.png') center no-repeat;
	background-size:101% 100%;
	margin-top: 0.74rem;
	position: relative;
	padding-top: 0.74rem;
}

.service-member-left {
	float: left;
	width: 65%;
}

.service-member-right {
	float: right;
	margin-top: -0.0rem;
}

.service-members-state {
    color: #F75C47;
    border-bottom: 1px solid #F75C47;
    margin-bottom: 0.73rem;
    position: relative;
}

.service-members-state .v-title {
    background: url('../svg/service-title-start.svg') center no-repeat;
    background-size: contain;
}

.service-members-state .v-line {
    background: #F75C47
}

.service-members .v-tab {
    background: #F7F0E3;
}

.service-members .v-tab .vt-item {
    color: #F75C47;
}

.service-members .v-tab .vt-item.active {
    background: linear-gradient(180deg,#f75c47, #e41a00);
    background-size: 100% 100%;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}

.service-members .v-tab .vt-more {
    color: #F75C47;
}

.vt-crumbs {
	line-height: 0.5rem;
	margin-left: 0.4rem;
	color: #FBCDA3;
	float: left;
}

.vtc-text {
	cursor: pointer;
}

.vt-crumbs .active {
	color: #F38018;
}

.vtc-line {
	margin: 0 0.12rem;
}

.service-members .lc-right {
	width: 5.1rem;
	margin-left: 0.2rem;
}

.service-members .v-list {
	height: 5.81rem;
	margin-top: 0.34rem;
}

.service-members .v-list-right {
	height: 5.81rem;
}

.sm-top {
	width: 100%;
	height: 2.00rem;
	background: #fff0e2;
	border-radius: 0.08rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
	position: relative;
}
.bg-icon{
	position: absolute;
	right:0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.sm-top .bg-icon{
	width: 1.48rem;
	height: 1.46rem;
	background: url('../img/icon_hyzd.png') center no-repeat;
	background-size:100% ;
}


.smt-desc {
	font-size: 0.2rem;
	font-weight: 700;
	color: #f38018;
	margin: 0.58rem 0 0 0.27rem;
}

.sm-bottom {
	width: 100%;
	height: 2.00rem;
	background: linear-gradient(180deg, #ff590e, #ef1f1f);
	border-radius: 0.08rem;
	cursor: pointer;
	position: relative;
}
.sm-bottom .bg-icon{
	width: 1.48rem;
	height: 1.6rem;
	background: url('../img/icon_jrzh.png') center no-repeat;
	background-size:100% ;
}

.smb-desc {
	font-size: 0.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0.62rem 0 0 0.27rem;
}

.smb-desc img {
	width: 0.24rem;
	height: 0.24rem;
	margin-top: 0.38rem;
}

.service-members .hy-list {
	padding: 0 0.7rem 0 1.72rem;
	background: #fff;
	height: 5.31rem;
	overflow-y: auto;
	padding-bottom: 0.32rem;
}
.service-members .chief-list {
	padding: 0.59rem 0.88rem;
	background: #fff;
	height: 5.31rem;
	overflow-y: auto;
}
.service-members .chief-list .cl-item-box{
	width: 2.5rem;
	margin-right: 0.32rem;
}
.service-members .chief-list .ci-text{
	width: 100%;
	height: 0.2rem;
	text-align: center;
	color: #f38018;
	line-height: 0.2rem;
	margin-top: 0.2rem;
}
.service-members .chief-list .cl-item-span{
	width: 2.50rem;
	height: 1.50rem;
	background: #ffffff;
	border: 1px solid #fff0e2;
	border-radius: 0.16rem;
	padding: 0.1rem 0.24rem;
}
.service-members .chief-list .row{
	margin-top: 0.32rem;
}
.service-members .chief-list .row:first-child{
	margin-top: 0;
}
.service-members .chief-list .row .cl-item-box:last-child{
	margin-right:0;
}
.service-members .chief-list .cl-img-content{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.service-members .chief-list .cl-img-content img{
	height: 100%;
	width: inherit;
}

.service-members .routine-list {
	padding: 0.32rem 0.71rem 0 0.71rem;
	background: #fff;
	height: 5.31rem;
	overflow-y: auto;
}
.service-members .routine-list .cl-item-box{
	width:1.8rem;
	margin-right: 0.34rem;
	margin-bottom: 0.34rem;
}
.service-members .routine-list .ci-text{
	width: 100%;
	height: 0.2rem;
	text-align: center;
	color: #000000;
	font-weight: 600;
	line-height: 0.25rem;
	margin-top: 0.2rem;
}
.service-members .routine-list .cl-item-span{
	width: 1.80rem;
	height: 1.2rem;
	background: #ffffff;
	border: 1px solid #fff0e2;
	border-radius: 0.16rem;
	padding: 0.14rem 0.2rem;
}
.service-members .routine-list .row .cl-item-box:last-child{
	margin-right:0;
}
.service-members .routine-list .cl-img-content{
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.service-members .routine-list .cl-img-content img{
	height: 100%;
	width: inherit;
}



.service-members .vl-item-span {
	width: 3rem;
	float: left;
	margin-right: 0.16rem;
	margin-top: 0.32rem;
	margin-bottom: 0.09rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
	position: relative;
	padding-left: 0.16rem;
}

.service-members .vl-item-span:before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background-color: #F38018;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.04rem;

}

.service-members .vl-item-span:last-child {
	margin-bottom: 0;
}

.dwtitle {
	height: 30px;
	font-size: 18px;
	font-weight: 800;
	margin: 0.2rem 0;
	color: #f38018;
}

.items-center {
	display: flex;
	justify-content: space-evenly;
}

.invitation {
	position: relative;
	width: 100%;
	height: 100%;
}

.invitation img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#invibtn {
	position: absolute;
	left: 47%;
	top: 58%;
	height: 0.38rem;
	line-height: 0.18rem;
	border: 1px solid transparent;
	border-radius: 1rem;
	padding: 0 0.24rem;
	background-color: #885a1a;
	color: #fff;
	text-align: center;
	font-size: 0.18rem;
	cursor: pointer;
}

/* 会员风采 */
.mien-members {
	margin-top: 0.86rem;
	position: relative;
}

.mien-members-state {
	color: #E70014;
	border-bottom: 1px solid #E70014;
	margin-bottom: 0.54rem;
	position: relative;
}

.mien-members-state .v-title {
	background: url('../svg/mien-title-start.svg') center no-repeat;
	background-size: contain;
}

.mien-members-state .v-line {
	background: #E70014
}

.mien-members .v-tab {
	background: #FFF0E2;
}

.mien-members .v-tab .vt-item {
	color: #FF5741;
}

.mien-members .v-tab .vt-item.active {
	background: linear-gradient(180deg, #ff5741, #e41a00);
	background-size: 100% 100%;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.mien-members .v-tab .vt-more {
	color: #E70014;
}

.mien-list {
	margin-top: 0.3rem;
}

.mien-list-top {
	margin-bottom: 0.34rem;
}

.ml-img {
	width: 2.82rem;
	margin-right: 0.2rem;
}

.ml-img img {
	width: 100%;
	height: 1.676rem;
}

.mlc-title {
	color: #000000;
	line-height: 0.24rem;
}

.mlc-date {
	color: #cccccc;
	margin-top: 0.12rem;
	line-height: 0.2rem;
}

.mlc-dec {
	color: #999999;
	margin-top: 0.16rem;
	line-height: 0.24rem;
}

/* 执行会长寄语 */
.contentWishes {
	padding: 0 0.00rem;
}
.wishes {
	/*margin-top: 0.98rem;*/
	margin-top: 0.18rem;
}

.wishesSwiper {
	width: 100%;
	height: 5.69rem;
	border-radius: 8px;
	position: relative;
}

.wishes-content {
	width: 100%;
	height: 5.69rem;
	background: #f7f0e3;
	border-radius: 8px;
	position: relative;
}

.wishes-text {
	position: absolute;
	left: 0.32rem;
	top: 0.28rem;
	font-size: 0.2rem;
	font-weight: 700;
	color: #ff5741;
}

.wt-left {
	height: 1.16rem;
	width: 0.38rem;
	position: absolute;
	left: 0.3864rem;
	top: 1.58rem;
	cursor: pointer;
}

.wt-right {
	height: 1.16rem;
	width: 0.38rem;
	position: absolute;
	right: 0.3864rem;
	top: 1.58rem;
	cursor: pointer;
}

.wt-h1 {
	font-family: 'SourceHanSerifCN-Heavy';
	width: 5.83rem;
	height: 1.14rem;
	font-size: 0.4rem;
	font-weight: 800;
	color: #000000;
	position: absolute;
	top: 1.16rem;
	right: 10.22rem;
	text-align: right;
}

.wt-line {
	position: absolute;
	top: 2.56rem;
	right: 10.22rem;
	width: 1.89rem;
	height: 1px;
	border: 1px solid #f75c47;
}

.wt-desc {
	position: absolute;
	top: 2.90rem;
	right: 10.22rem;
	text-align: right;
}

.wt-desc p {
	font-size: 0.16rem;
	color: #f75c47;
}

.wt-desc p:first-child {
	font-size: 0.24rem;
	color: #f75c47;
	/* line-height: 0.32rem; */
	margin-bottom: 0.1rem;
}

.wishes .swiper-pagination .swiper-pagination-bullet{
	width: 1.6rem;
	height:1rem;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.wishes .swiper-horizontal>.swiper-pagination-bullets,.wishes .swiper-pagination-bullets.swiper-pagination-horizontal,.wishes .swiper-pagination-custom,.wishes .swiper-pagination-fraction{
	bottom: 0.4rem;
}

.wishes .swiper-pagination .swiper-pagination-bullet-active{
	border: 0.03rem solid #f75c47;
	border-radius: 0.08rem;
}
.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
	background: url('../img/wishes-logo1.png') center no-repeat;
	background-size: 100%;

}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
	background: url('../img/wishes-logo2.png') center no-repeat;
	background-size: 100%;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
	background: url('../img/wishes-logo3.png') center no-repeat;
	background-size: 100%;
}
.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
	background: url('../img/wishes-logo4.png') center no-repeat;
	background-size: 100%;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
	background: url('../img/wishes-logo5.png') center no-repeat;
	background-size: 100%;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
	background: url('../img/wishes-logo6.png') center no-repeat;
	background-size: 100%;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
	background: url('../img/wishes-logo7.png') center no-repeat;
	background-size: 100%;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
	background: url('../img/wishes-logo8.jpg') center no-repeat;
	background-size: 100%;
	border-radius: 8px;
}

.wishes .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
	background: url('../img/wishes-logo9.png') center no-repeat;
	background-size: 100%;
	border-radius: 8px;
}

.video-content {
	width: 6.72rem;
	height: 3.78rem;
	position: absolute;
	top: 0.28rem;
	right: 3.09rem;
}

.video-content video {
	width: 100%;
	height: 100%;
	border: 0;
}


/* 大社会杂志 */
/* .magazine {
	margin-top: 0.74rem;
	position: relative;
	margin-bottom: 1.39rem;
}

.magazine-state {
	color: #D43986;
	border-bottom: 1px solid #D43986;
	margin-bottom: 0.46rem;
	position: relative;
}

.magazine-state .v-title {
	background: url('../svg/magazine-title-start.svg') center no-repeat;
	background-size: contain;
}

.magazine-state .v-line {
	background: #D43986
}

.magazine .v-tab {
	background: #FFE8F4;
}

.magazine .v-tab .vt-item.active {
	background: linear-gradient(180deg, #d43986, #af105f);
	background-size: 100% 100%;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
}

.magazine .v-tab .vt-more {
	color: #D43986;
}

.magazine-list {
	margin-top: 0.46rem;
}

.magazine-list .ml-item {
	height: 4.30rem;
	border: 1px dashed #cccccc;
	margin-right: 0.02rem;
}

.mli-inside {
	width: 100%;
	height: 100%;
	background: url('../img/zz-bg.png') center no-repeat;
	background-size: 100% 100%;
	padding: 0.1rem 0.56rem 0.5rem 0.1rem;
}

.mli-inside img {
	width: 100%;
	height: 100%;
}

.magazine-list .ml-item:last-child {
	margin-right: 0;
}
 */


/* 大社会杂志 */
.magazine {
	height: 8rem;
	/* margin-top: 0.74rem; */
	padding-top: 0.74rem;
    position: relative;
	/* margin-bottom: 1.39rem; */
	background: url(../img/bg3-magazine.png) center no-repeat;
	background-size: 100% 100%;
}

.magazine-state {
    color: #E70014;
    border-bottom: 1px solid #E70014;
    margin-bottom: 0.46rem;
    position: relative;
}

    .magazine-state .v-title {
        background: url('../svg/magazine-title-start.svg') center no-repeat;
        background-size: contain;
    }

    .magazine-state .v-line {
        background: #E70014
    }

.magazine .v-tab {
    background: #FCEBEC;
}

.magazine .v-tab .vt-item {
    color: #E70014;
}


.magazine .v-tab .vt-item.active {
    background: linear-gradient(180deg,#e70014, #c21c2a);
    background-size: 100% 100%;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}

.magazine .v-tab .vt-more {
    color: #E70014;
}

.magazine-list {
    height: 4.16rem;
    overflow: hidden;
}

.magazine .lcf-left {
    margin-top: 0.41rem;
}

.magazine .lcf-right {
    margin-top: 0.41rem;
    width: 7.40rem;
    height: 4.16rem;
    /* background: #f5f5f5; */
    background: #fff;
    border-radius: 0.08rem;
    margin-left: 0.2rem;
    position: relative;
}

.magazine .pos01 {
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
}

.magazine .pos02 {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.magazine .pos03 {
    position: absolute;
    left: 2.1rem;
    top: 0.75rem;
}

.magazine .lcf-right .ml-item {
    height: 3.60rem;
    width: 3rem;
}

.magazine .mli-inside {
    width: 100%;
    height: 100%;
    background: url('../img/zz-bg.png') center no-repeat;
    background-size: 100% 100%;
}

.magazine .mli-inside img {
    width: 2.25rem;
    height: 3.06rem;
    margin-top: 0.1rem;
    margin-left: 0.25rem;
    border-radius: 0.04rem;
}

.brief-box {
    height: 4.16rem;
    background: #ffffff;
    border-radius: 0.08rem;
    box-shadow: 0px 0px 0.12rem 0px rgba(0,0,0,0.08);
    padding: 0.32rem;
}

.bb-title {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.28rem;
    font-weight: 700;
	color: #000000;
}

.bbt-content {
    margin-top: 0.32rem;
    height: 2.2rem;
    font-size: 16px;
    color: #000000;
    line-height: 0.32rem;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.bbt-content span {
	display: inline-block;
	text-indent: 2em;
}

.qr-content {
    margin-top: 0.32rem;
    width: 1.8rem;
    margin-left: 0.32rem;
}

.qr-content .qr-img {
    width: 1.8rem;
    height: 1.8rem;
}

.qr-content .qr-img img {
    width: 100%;
}

.qr-content .qr-img p {
    width: 100%;
    height: 0.20rem;
    text-align: center;
    color: #999999;
    font-weight: 700;
    margin-top: 0.12rem;
}

.bb-check-more {
    height: 0.32rem;
    color: #E70014;
    line-height: 0.32rem;
    cursor: pointer;
    margin-top: 0.24rem;
}
