@charset "utf-8";

/* CSS Document */
/*通用类*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/*兼容老设备的rem-px基准*/
html {
	font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.6667px;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) {
	html {
		font-size: 48px;
	}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
	html {
		font-size: 55px;
	}
}

@media screen and (min-width: 415px) and (max-width: 484px) {
	html {
		font-size: 64px;
	}
}

@media screen and (min-width: 485px) and (max-width: 720px) {
	html {
		font-size: 96px;
	}
}

@media screen and (min-width: 721px) and (max-width: 768px) {
	html {
		font-size: 102px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
	html {
		font-size: 144px;
	}
}

@media screen and (min-width: 1080px) {
	html {
		font-size: 144px;
	}
}

/*新设备的rem-vw标准*/
html {
	overflow-x: hidden;
	font-size: 13.3333333333vw;
	/*一便rem.js失效，这里起作用*/
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 0.24rem;
	color: #101010;
}

img {
	border: none;
}

h1,
h2,
h3 {
	font-weight: normal;
}

a {
	color: #101010;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none；
}

input,
textarea,
select {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 1em;
	outline: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}

textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}

input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style-type: none;
}

em {
	font-style: normal;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.line20 {
	width: 100%;
	height: 0.2rem;
	background-color: #f9f9f9;
	margin: 0.1rem 0 0.3rem;
	clear: both;
}

.line15 {
	width: 100%;
	height: 0.2rem;
	background-color: #f9f9f9;
	margin: 0.1rem 0 0.3rem;
	clear: both;
}

.line30 {
	width: 100%;
	height: 0.2rem;
	background-color: #f9f9f9;
	margin: 0.36rem 0;
	clear: both;
}

.line10 {
	width: 100%;
	height: 0.06rem;
}

.line3 {
	width: 100%;
	height: 0.3rem;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* 首页 */
.top-kuang {
	width: 100%;
	height: 0.88rem;
}

.header {
	height: 0.88;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #b41720;
	height: 0.88rem;
}

.header-box {
	width: 7.5rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.88rem;
}

.header .logo {
	float: left;
	display: block;
	width: 2.1rem;
	height: 0.4rem;
	margin-left: 0.3rem;
}

.header .logo img {
	display: block;
	width: 100%;
}

.nav {
	margin-right: 0.3rem;
}

.nav a {
	color: #fff;
	display: inline-block;
	padding-left: 0.36rem;
	font-size: 0.3rem;
}

.nav a.active {
	color: #ffffbe;
}


/* banner */

#banner {
	width: 7.5rem;
	margin: 0 auto;
	height: 3.66rem;
	overflow: hidden;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 0.16rem;
	left: 0;
	width: 100%;
	height: 0.1rem;
	font-size: 0;
}

.swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	margin: 0 2px;
	transition: 300ms;
	opacity: 0.6;
}

.swiper-pagination-bullet-active {
	background: #b41720;
	opacity: 1;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-height: 3.66rem;
	position: relative;
	transition-property: transform;
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-slide a img {
	width: 7.5rem;
	height: 3.66rem;
}



.warp {
	width: 6.9rem;
	margin: 0 auto;
}

.rmxs-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 0.32rem;
}

.rmxs-title-text {
	font-size: 0.3rem;
	color: #b41720;
	height: 0.3rem;
	line-height: 0.3rem;
	font-weight: 500;
}

.rmxs-title-moer {
	font-size: 0.26rem;
	color: #b41720;
}

.rmxs-title-moer a span {
	background: url(../images/moer_jt.png) no-repeat;
	width: 0.12rem;
	height: 0.22rem;
	background-size: 0.12rem 0.22rem;
	display: inline-block;
	margin-left: 0.1rem;
}


.npsj a {
	display: flex;
	justify-content: space-between;
	margin-top: 0.22rem;
	font-size: 0.24rem;
	line-height: 0.44rem;
}

.npsj-r-pic {
	margin-right: 0.3rem;
	width: 2.1rem;
	height: 2.88rem;
}

.npsj-r-pic img {
	width: 2.1rem;
	height: 2.88rem;
	border-radius: 0.08rem;
}

.npsj-l {
	width: 100%;
}

.npsj-l .title {
	font-size: 0.3rem;
	color: #101010;
	margin-bottom: 0.1rem;
	padding-top: 0.08rem;
}

.npsj-l .zhuj {
	width: 100%;
}

.npsj-l .pf {
	width: 100%;
	display: flex;
	align-items: center;
}

.npsj-l .pf i {
	background: url(../images/wujixing.png) no-repeat;
	width: 0.2rem;
	height: 0.2rem;
	background-size: 100% 100%;
	margin-right: 0.04rem;

}


.npsj-l .info {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 0.34rem;
	margin-top: 0.16rem;
}


.rmxs-title-moer a {
	color: #b41720;
}

.rmxs-title-moer img {
	width: 0.12rem;
	height: 0.22rem;
	margin-left: 0.1rem;
}

.rmxs-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}

.rmxs-list-con {
	display: block;
	width: 2.1rem;
	margin-right: 0.3rem;
	margin-bottom: 0.12rem;
}

.rmxs-list-con.wu {
	margin-right: 0;
}

.rmxs-list-con .photo {
	display: block;
	width: 2.1rem;
	height: 2.88rem;
	position: relative;
	overflow: hidden;
}

.rmxs-list-con .photo .tips{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.03rem 0.12rem 0.04rem;
	background: rgba(180,23,32,0.8);
	border-radius: 0 0.08rem 0 0.08rem ;
	z-index: 99;
	color: #fff;
	font-size: 0.22rem;
}

.rmxs-list-con .photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem;
}

.rmxs-list-con .name {
	display: block;
	height: 0.58rem;
	line-height: 0.58rem;
	width: 2.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.26rem;
	margin-top: 0.06rem;
}



.ztdq-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.26rem;
}

.ztdq-list a {
	display: block;
	width: 3.3rem;
	font-size: 0.28rem;
	margin-right: 0.3rem;
	margin-bottom: 0.12rem;
}

.ztdq-list a.wu {
	display: block;
	margin-right: 0;
}

.ztdq-list a .tupian {
	width: 3.3rem;
	height: 1.96rem;
}

.ztdq-list a .tupian img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem;
}

.ztdq-list a .wenzi {
	height: 0.58rem;
	line-height: 0.58rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.26rem;
	margin-top: 0.05rem;
}

.hwzc-list {
	margin-top: 0.14rem;
	margin-bottom: 0.24rem;
}

.hwzc-list a {
	line-height: 0.6rem;
	font-size: 0.28rem;
	display: flex;
	justify-content: space-between;
}

.hwzc-list a p {
	width: 3.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hwzc-list a span {
	color: #999;
}


.foot-link {
	font-size: 0.28rem;
	color: #666;
	width: 6.9rem;
	margin: 0.3rem 0.3rem;

}

.foot-link a {
	color: #999;
}

/* 底部 */
.footer {
	width: 100%;
	background-color: #262626;
	height: 1.88rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.ft-nav {
	text-align: center;
	padding-top: 0.3rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #505050;
	padding-bottom: 0.14rem;
}

.ft-nav a {
	font-size: 0.3rem;
	color: #cdcdcd;
}

.ft-nav a em {
	color: #505050;
	padding: 0 0.1rem 0 0.16rem;
}

.ft-copy {
	text-align: center;
	color: #505050;
	font-size: 0.22rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.3rem;
}

.footer .icp {
	color: #505050;
	font-size: 0.22rem;
	text-align: center;
}

.footer .icp a {
	color: #666;
}







/* 书本详情 */
.breadcrumb {
	display: flex;
	font-size: 0.26rem;
	padding-top: 0.24rem;
	color: #666;
}
.breadcrumb a {
	color: #666;
}

.breadcrumb h2 {
	font-size: 0.26rem;
	width: 2.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dj-date {
	color: #999999;
	margin-bottom: 0.2rem;
	margin-top: 0.36rem;
}

.book-top {
	height: 0.88;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #b41720;
	box-shadow: 0 1px 0.08rem #ddd;
}

.book-box {
	height: 0.82rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 7.5rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.book-top-back {
	width: 0.2rem;
	height: 0.36rem;
	background: url(../images/head_back.png) no-repeat;
	display: block;
	background-size: 100% 100%;
}

.book-top h1 {
	font-size: 0.3rem;
	width: 5.9rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
}

.book-top h1.liang {
	color: #b41720;
}

.book-top-home {
	width: 0.36rem;
	height: 0.34rem;
	background: url(../images/home.png) no-repeat;
	display: block;
	background-size: 100% 100%;
}


.book-con {
	display: flex;
	padding-top: 0.3rem;
}

.book-con .photo {
	width: 2.36rem;
	height: 3.24rem;
	margin-right: 0.3rem;
}

.book-con .photo img {
	display: block;
	width: 2.36rem;
	height: 3.24rem;
	border-radius: 0.08rem;
}

.book-con dl dt h2 {
	font-size: 0.28rem;
	color: #000;
	margin-bottom: 0.08rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 4.36rem;
}

.book-con dl dd {
	line-height: 0.4rem;
	color: #999;
	font-size: 0.22rem;
}

.book-con dl dd span {
	color: #666;
}

.book-con dl dd a {
	color: #b41720;
	font-size: 0.24rem;
}


.book-r-neirong .title h2 {
	font-size: 0.4rem;
	color: #000;
	margin-bottom: 0.08rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 4.36rem;
	margin-top: 0.1rem;
}

.book-r-neirong .title {
	margin-bottom: 0.3rem;
}

.book-r-neirong .info {
	display: flex;
	line-height: 0.4rem;
	color: #999;
	font-size: 0.22rem;
	margin-bottom: 0.1rem;
}

.book-r-neirong .info .zj {
	line-height: 0.4rem;
	color: #999;
	font-size: 0.22rem;
	width: 2.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0.05rem 0;
}

.book-r-neirong .info .zj .span {
	color: #666;
}


.reada {
	display: block;
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	color: #fff;
	font-size: 0.26rem;
	background: #b41720;
	border-radius: 0.08rem;
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xq-reada {
	display: block;
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	color: #b41720;
	font-size: 0.26rem;
	background: #fff;
	border: 1px solid #b41720;
	border-radius: 0.08rem;
	margin-top: 0.2rem;
	text-align: center;
	margin-bottom: 0.4rem;
}

.reada i {
	background: url(../images/video.png) no-repeat;
	width: 0.26rem;
	height: 0.26rem;
	background-size: 100% 100%;
	margin-left: 0.1rem;
}

.quanji {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.1rem;
}

.quanji a {
	width: 1.62rem;
	height: 0.62rem;
	background-color: #f1f2f3;
	border-radius: 0.08rem;
	text-align: center;
	line-height: 0.62rem;
	margin-right: 0.14rem;
	margin-top: 0.14rem;
}

.quanji a.mgs {
	color: #b41720;
}

.quanji a.wu {
	margin-right: 0px;
}

.quanji a:nth-child(4n+4) {
	margin-right: 0px;
}

.book-title-text {
	font-size: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	padding-left: 0.26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #101010;
	position: relative;
}

.book-title-text::after {
	content: "";
	position: absolute;
	width: 0.06rem;
	height: 0.3rem;
	background-color: #b41720;
	border-radius: 0.06rem;
	display: block;
	top: 0;
	left: 0;
}

.news-xq-msg {
	font-size: 0.26rem;
	text-indent: 2em;
	line-height: 0.42rem;
	margin-top: 0.2rem;
}

.news-xq-msg p {
	margin-bottom: 0.16rem;
	color: #666;
}


.book-msg {
	font-size: 0.26rem;
	line-height: 0.42rem;
	margin-top: 0.2rem;
}

.book-msg p {
	margin-bottom: 0.3rem;
	color: #666;
}

.book-msg p a {
	color: #b41720;
}

.srk {
	display: flex;
	justify-content: space-between;
	margin-top: 0.24rem;

}
.srk input {
	width: 5.28rem;
	height: 0.7rem;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	box-sizing: border-box;
	border-radius: 0.08rem;
	font-size: 0.26rem;
	text-indent: 0.16rem;
}

.srk button {
	width: 1.4rem;
	height: 0.7rem;
	background-color: #b41720;
	box-sizing: border-box;
	border-radius: 0.08rem;
	font-size: 0.26rem;
	text-indent: 0.16rem;
	border: none;
	color: #fff;
}

.pl-list {
	display: flex;
	margin-top: 0.34rem;
}

.pl-list .tx {
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.2rem;
}

.pl-list .tx img {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
}

.pl-list .info {
	color: #666;
	width: 100%;
}

.pl-list .info p:nth-child(1) {
	color: #101010;
	font-weight: 700;
	margin-bottom: 0.08rem;
}

.pl-list .info .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-top: 0.26rem;
}




.xgzx-list {
	width: 100%;
	padding-top: 0.1rem;
}

.xgzx-list a {
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.24rem;
	margin-top: 0.2rem;
}

.xgzx-list a.wu {
	border-bottom: none;
}

.xgzx-list a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 6.4rem;
}

.xgzx-list a img {
	width: 0.1rem;
	height: 0.18rem;
}

.db-nav {
	font-size: 0.28rem;
	color: #fff;
	background-color: #b41720;
	height: 0.68rem;
	line-height: 0.68rem;
	text-align: center;
	margin-top: 0.2rem;
	display: flex;
}

.db-nav a {
	display: block;
	color: #fff;
	width: 30%;
	text-align: center;
}

/* 章节 */
.bg {
	background-color: #f2f2f2;
}
.chapter {
	margin-top: 0.3rem;
	font-size: 0.34rem;
	line-height: 0.6rem;
	text-indent:2em;
}
.chapter p {
	margin-bottom: 0.3rem;
}

.fb-time {
	font-size: 0.26rem;
	color: #999;
	margin-top: 0.26rem;
	border-top: 1px solid #dedede;
	padding-top: .16rem;
	margin-bottom: 0.1rem;
}


.qiangtui {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-items: center;
}

.qiangtui span {
	color: #b41720;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}

.qiangtui a {
	font-size: 0.28rem;
	padding: 0.08rem 0.18rem;
	border-radius: 0.04rem;
	border: 1px solid #d8d8d8;
	color: #666;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
}

.mr-bzj {
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}

.mr-bzj a {
	width: 2.38rem;
	height: 0.7rem;
	text-align: center;
	line-height: 0.7rem;
	border-radius: 0.06rem;
	background-color: #f0dbd4;
	font-size: 0.26rem;
	color: #333333;
}

.mr-bzj a.mulu {
	width: 1.74rem;
}

.mr-bzj a.xyz {
	background-color: #b41720;
	color: #fff;
}

/* 书本列表 */
.fl-list{
	display: flex;
	flex-wrap: wrap;
	font-size:0.26rem;
	align-items: center;
	margin-top: 0.3rem;
}

.fl-list .tit {
	margin-right: 0.26rem;
}

.fl-list h1, .fl-list h2 {
	font-size: 0.26rem;
}

.fl-list a {
	font-size: 0.26rem;
	padding: 0.06rem 0.2rem;
}

.fl-list a.active {
	background-color: #b41720;
	color: #fff;
	border-radius: 0.08rem;
}

.book-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.28rem;
}

.book-list .photo{
	width: 2.8rem;
	height: 1.66rem;
}
.book-list .photo img{
	width: 2.8rem;
	height: 1.66rem;
	border-radius: 0.08rem;
}
.book-list-r{
	width: 3.82rem;
}

.book-list-r dl dt {
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 0.3rem;
	color: #b41720;
}

.book-list-r dl dd{
	color:#999;
	font-size: 0.22rem;
	line-height: 0.34rem;
	line-height: 0.34rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	color: #666666;
	font-size: 0.22rem;
}
.book-list-r .tip{
	color:#999;
	font-size: 0.22rem;
	margin-top: 0.1rem;
}

.xiaotiao {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 0.24rem 0;
}

.ml-page {
	display: flex;
	justify-content: space-between;
	margin: 0.16rem 0 0.4rem;
}

.ml-page a {
	width: 0.8rem;
	height: 0.7rem;
	border: 1px solid #a6a6a6;
	display: inline-block;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.7rem;
	border-radius: 0.08rem;
}
.ml-page a.active {
	background-color: #b41720;
	color: #fff;
	border: none;
}

.ml-page .noclick {
	color: #eee;
	border: 1px solid #eee;
}

.ml-page .inde{
    display: none;
}
.ml-page .page{
    width:100%;
    text-align: center;
}
/* 资讯详情 */
.zt-itme {
	font-size: 0.22rem;
	color: #999;
}

.news-top-title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.news-top-title h1 {
	font-size: 0.34rem;
	color: #333;
	line-height: 0.52rem;
	margin-top: 0.2rem;
}

.news-top-title p {
	font-size: 0.22rem;
	color: #999;
	margin: 0.06rem 0 0.16rem 0;
}

.news-mgs p {
	font-size: 0.24rem;
	color: #666666;
	margin-top: 0.2rem;
	line-height: 0.38rem;
}


.ztxq-pm {
	padding: 0.28rem;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.2rem;
	margin-bottom: 0.36rem;
	background-color: #fbf3f4;
	border-radius: 0.08rem;
}

.ztxq-pm a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ztxq-pm img {
	width: 2.1rem;
	height: 2.88rem;
	border-radius: 0.08rem;
}

.ztxq-pm-hzi {
	display: flex;
	align-items: center;
}

.ztxq-pm-con {
	width: 3.86rem;
	margin-left: 0.3rem;
}

.ztxq-pm-con h5 {
	font-size: 0.28rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.ztxq-pm-con p {
	font-size: 0.22rem;
	color: #666;
	line-height: 0.38rem;
}

.ztxq-pm-con span {
	font-size: 0.22rem;
	color: #999;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.ztxq-pm .anniu {
	width: 2.4rem;
	height: 0.66rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.66rem;
	color: #b41720;
	background: #b41720;
	border-radius: 0.08rem;
	display: block;
	color: #fff;
	margin-top: 0.28rem;
}

.xgxz-next-sx a {
	display: block;
	font-size: 0.24rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.22rem;
}

.xgzx-jju {
	margin-top: 0.32rem;
}

.news-title-text {
	font-size: 0.3rem;
	color: #b41720;
	height: 0.3rem;
	line-height: 0.3rem;
	display: flex;
}

.news-title-text .ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 3.1rem;
	color: #b41720;
	font-size: 0.3rem;
}

.news-num-titel {
	font-size: 0.3rem;
	color: #b41720;
	border-left: 0.06rem solid #b41720;
	height: 0.3rem;
	line-height: 0.3rem;
	padding-left: 0.18rem;
	margin: 0.36rem 0 0.2rem 0;
}

.news-num p {
	text-indent: 2em;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.38rem;
}

/* 短剧播放 */
.video {
	width: 6.9rem;
	height: 12.26rem;
	margin-top: 0.2rem;
}

.video-xj {
	display: flex;
	justify-content: space-between;
	margin-top: 0.24rem;
	padding-bottom: 0.08rem;
}

.video-xj a {
	width: 2.16rem;
	height: 0.62rem;
	background-color: #f1f2f3;
	border-radius: 0.08rem;
	text-align: center;
	line-height: 0.62rem;
}

.video-renovate{
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video-renovate p {
	margin-bottom: 0.14rem;
}

.video-renovate a {
	display: block;
	width: 1.72rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	color: #fff;
	background: #b41720;
	border-radius: 4px;
}


/* 专栏详情 */

.zl-top-title {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.zl-top-title h1 {
	font-size: 0.34rem;
	color: #333;
	line-height: 0.52rem;
	margin-top: 0.2rem;
}

.zl-top-title p {
	font-size: 0.22rem;
	color: #999;
	margin: 0.06rem 0 0.16rem 0;
}

.zl-mgs p {
	font-size: 0.24rem;
	color: #666666;
	margin-top: 0.2rem;
	line-height: 0.38rem;
}


.zt-list-itme {
	margin-top: 0.3rem;
}

.ztxq-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}

.ztxq-box .photo{
	width: 1.72rem;
	height: 2.34rem;
	position: relative;
	overflow: hidden;
}
.ztxq-box .photo img{
	width: 1.72rem;
	height: 2.34rem;
	border-radius: 0.08rem;
}


.ztxq-box .photo .nun {
	width: 0.78rem;
	height: 0.78rem;
	background-color: #b41720;
	position: absolute;
	top: -0.24rem;
	left: -0.52rem;
	display: block;
	border-radius: 0.12rem;
	transform: rotate(316deg);
}

.ztxq-box .photo .nun.cheng {
	background-color: #ff7733;
}
.ztxq-box .photo .nun.huang {
	background-color: #ffa82e;
}
.ztxq-box .photo .nun.hui {
	background-color: #9e9e9e;
}


.ztxq-box .photo em {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0.34rem;
	text-align: center;
	font-size: 0.22rem;
	color: #fff;
	padding-top: 0.02rem;
	font-weight: 700;
}



.ztxq-box-r {
	width: 4.88rem;
}

.ztxq-box-r dl dt {
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 0.3rem;
	color: #b41720;
	padding-top: 0.04rem;
}

.ztxq-box-r dl dd{
	color:#999;
	font-size: 0.22rem;
	line-height: 0.34rem;
	line-height: 0.34rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	color: #666666;
	font-size: 0.22rem;
}

.ztxq-box-r dl dd.leixing{
	margin-top: 0.04rem;
	margin-bottom: 0.1rem;
}

.ztxq-box-r dl dd.leixing span{
	color: #999;
	padding: 0 0.16rem;
}
.ztxq-box-r .btn  {
	display: flex;
	align-items: center;
	color: #b41720;
	font-size: 0.26rem;
	margin-top: 0.2rem;
}

.ztxq-box-r .btn i {
	background: url(../images/video_hong.png) no-repeat;
	width: 0.26rem;
	height: 0.26rem;
	background-size: 100% 100%;
	margin-left: 0.1rem;
}


/*页面下架*/
.xiajia {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xiajia-box {
	text-align: center;
}

.xiajia-box img {
	width: 3.9rem;
	height: 2.66rem;
}

.xiajia-box p {
	font-size: 0.32rem;
	color: #333;
	margin-top: 0.3rem;
	padding-bottom: 0.5rem;
}

