@charset "utf-8";

/* CSS Document */
/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1110px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif;
	text-align: justify;
	color: #101010;
	background-color: #f7f8f9;
}

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

img {
	border: none;
}

a {
	cursor: pointer;
	color: #101010;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #b41720;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

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;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

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


.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}

.line30 {
	height: 34px;
	width: 100%;
	clear: both;
}

.line8 {
	font-size: 1px;
	height: 8px;
	width: 100%;
	clear: both;
}

.line15 {
	font-size: 1px;
	height: 16px;
	width: 100%;
	clear: both;
}


.lines1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lines2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lines3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hanggao {
	clear: both;
	height: 26px;
	width: 100%;
}


/* 公共样式 */

.top-box {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.top-zanwei {
	width: 100%;
	height: 76px;
}

header {
	width: 1136px;
	margin: 0 auto;
	height: 76px;
}

header h1 {
	float: left;
	margin-top: 20px;
	margin-right: 50px;
}

header .logo {
	float: left;
	margin-top: 20px;
	margin-right: 50px;
}

header h1 a img {
	display: block;
	width: 182px;
	height: 34px;
}



nav {
	height: 76px;
	line-height: 76px;
	font-size: 18px;
	float: left;
}

nav a {
	float: left;
	display: block;
	display: inline-block;
	padding: 0 25px;
	color: #101010;
}

nav a:hover {
	color: #ba2f36;
	background: #ffd9db;
	font-weight: bold;
}

nav a.active {
	color: #ba2f36;
	background: #ffd9db;
	font-weight: bold;
}

/* 底部 */
footer {
	width: 100%;
	height: 128px;
	background-color: #262626;
}

.foot-box {
	width: 1136px;
	margin: 0 auto;
}

.ft-nav {
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-top: 26px;
	border-bottom: 1px solid #505050;
	padding-bottom: 12px;
}

.ft-nav em {
	color: #505050;
}

.ft-nav a {
	color: #cdcdcd;
	margin: 0 10px;
	font-size: 16px
}

.ft-nav a:hover {
	color: #b41720;
}

.ft-copy {
	text-align: center;
	line-height: 30px;
	color: #999;
	padding-top: 8px;
}

.ft-copy a {
	color: #666;
}

.ft-copy a.wzdt {
	color: #999;
}

.ft-copy a:hover {
	color: #b41720;
}

/*wrapin 主体容器宽度*/
.wrapin {
	width: 1136px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 24px 20px 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

/* 首页内容区 */

/* banner */
.banner {
	width: 910px;
	height: 306px;
	overflow: hidden;
	display: flex;
	position: relative;
	margin-top: 20px;
}

.banner a img {
	width: 910px;
	height: 306px;
}

/*设置小圆点的容器，利用flex布局使其居中*/
.banner .points {
	position: absolute;
	color: #fff;
	width: 100%;
	bottom: 10px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 设置每个小圆点的样式 */
.banner .point {
	background-color: rgba(255, 255,255, .6);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	cursor: pointer;
}

.points .active {
	background-color: #b41720;
}

/* 制作左右箭头 */
.banner .left-btn,
.banner .right-btn {
	z-index: 999;
	color: #fff;
	font-weight: 900;
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	height: 40px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: 134px;
}

.banner .left-btn {
	margin-left: -20px;
}

.banner .right-btn {
	margin-left: 910px;
	justify-content: center;
}



.kbtj {
	width: 816px;
	float: left;
}

.kbtj-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kbtj-text {
	font-size: 20px;
	font-weight: bold;
	color: #101010;
}

.kbtj-more {
	float: right;
	background: url(../images/jt_balck.png) no-repeat;
	background-position: 34px 5px;
	width: 40px;
	color: #b41720;
}

.kbtj-more a {
	color: #b41720;
}

.kbtj-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kbtj-list a {
	display: block;
	width: 396px;
	margin-bottom: 19px;
}

.kbtj-list-photo {
	width: 114px;
	height: 150px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	float: left;
}

.kbtj-list-con {
	width: 264px;
	float: right;
}

.kbtj-list-con dl dt {
	display: inline-block;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.kbtj-list-con dl dd {
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kbtj-list-con-text {
	line-height: 22px;
	font-size: 14px;
	height: 66px;
	color: #666;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 图片放大start */
.ps {
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	border-radius: 4px;
}

.ps img {
	display: block;
	/*width: 100%;
	height: 100%;*/
	width:134px;
	height:201px;
	object-fit: cover;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.ps:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

/* 图片放大end */

.rqb {
	width: 166px;
	float: right;
	margin-top: 6px;
}

.rqb-list ul li {
	margin-top: 13px;
}

.rqb-list ul li a .num {
	width: 16px;
	height: 16px;
	background-color: #8f8f8f;
	text-align: center;
	display: block;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 16px;
}

.rqb-list ul li a .num.huang {
	background-color: #b41720;
}

.rqb-list ul li a .na {
	line-height: 14px;
}



/* 现代甜虐 */
.gzl {
	width: 100%;
}

.gzl-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.gzl-list a {
	display: block;
	width: 350px;
	margin-bottom: 30px;
}

.gzl-list-photo {
	width: 116px;
	height: 160px;
	float: left;
}

.gzl-list-photo .ps {
	width: 116px;
	height: 160px;
}

.gzl-list-con {
	width: 215px;
	float: right;
}

.gzl-list-con dl dt {
	display: inline-block;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 4px;
}

.gzl-list-con dl dd {
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gzl-list-con-text {
	line-height: 22px;
	font-size: 14px;
	height: 66px;
	color: #666;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.gzl-list-con p {
	color: #9b9b9b;
	font-size: 14px;
	margin-top: 12px;
}



/* 都市玄幻 */
.dsxh-box {
	width: 100%;
	margin-top: 20px;
}

.dsxh-box-l {
	float: left;
	width: 436px;
}

.dsxh-box-r {
	float: right;
	width: 660px;
	margin-bottom: 4px;
}

.dsxh-box-r a {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}

.dsxh-list-photo {
	width: 134px;
}

.dsxh-box-r a .title {
	font-size: 16px;
	padding: 12px 0 2px;
}

.wujiaoxing {
	width: 100%;
}

.wujiaoxing i {
	background: url(../images/wujixing.png) no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	background-size: 100% 100%;
	float: left;
	margin: 6px 4px 6px 0;
}

.dsxh-box-r a .zz {
	font-size: 14px;
	color: #999;
}



/* 古代剧场 */
.rmzp-list {
	width: 100%;
}

.rmzp-list a {
	display: block;
	width: 158px;
	margin-top: 20px;
	height: 216px;
	float: left;
	margin-right: 29px;
}

.rmzp-list a:nth-last-child(1) {
	margin-right: 0px;
}

.rmzp-list-photo {
	width: 158px;
	height: 218px;
	position: relative;
}

.rmzp-list-photo p {
	width: 158px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 0 0 4px 4px;
}

.rmzp-list-photo .ps {
	width: 158px;
	height: 218px;
}


/* 热点专栏 */
.s-wrap {
	margin-top: 20px;
	width: 100%;
}

.zt-box {
	margin-top: 7px;
}

.zt-list li {
	width: 252px;
	float: left;
	margin-right: 29px;
}

.zt-list li:nth-last-child(1) {
	margin-right: 0px;
}

.zt-list li.wu {
	margin-right: 0px;
}


.zt-list a {
	display: block;
	width: 252px;
	border-right: none;
	text-align: left;
}

.zt-photo {
	width: 252px;
	height: 150px;
}

.zt-photo .ps {
	display: block;
	width: 252px;
	height: 150px;
}

.zt-list a .title {
	font-size: 16px;
	padding: 14px 0 6px;
	width: 252px;
	font-weight: 500;
}

.zt-list a .zz {
	width: 252px;
	font-size: 14px;
	color: #999;
	margin-bottom: 24px;
	line-height: 20px;
}

.zt-list a .title.jj {
	padding-bottom: 20px;
}


/* 首页最近更新 */
.gx-news {
	width: 100%;
	margin-top: 4px;
	padding-bottom: 6px;
}

.gx-news-box {
	margin-top: 20px;
}

.gx-news-box ul li {
	width: 528px;
	height: 38px;
	float: left;
	margin-right: 40px;
}

.gx-news-box ul li:nth-child(even) {
	margin-right: 0px;
}

.gx-news-box ul li a p {
	float: left;
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gx-news-box ul li a span {
	float: right;
	color: #999;
}

.gx-news-box ul li a:hover span {
	color: #b41720;
}

.link-list {
	width: 100%;
	margin-bottom: 30px;
}

.link-box-info {
	width: 1136px;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}

.link-title {
	font-size: 18px;
	color: #101010;
	margin-top: 30px;
	margin-bottom: 10px;
}

.link-list a {
	margin-right: 22px;
	color: #999;
}

.link-list a:hover {
	color: #b41720;
}

/* 短剧列表sater */
/* 面包屑导航 */
.navigation {
	width: 1136px;
	margin: 0 auto;
	color: #999;
	font-size: 14px;
	margin-top: 20px;
}

.navigation a {
	color: #999;
}

.navigation a:hover {
	color: #b41720;
}

.navigation h2 {
	display: inline-block;
	font-size: 14px;
}


.news-lx {
	padding-bottom: 24px;
}

.news-nav.jl {
	margin-top: 16px;
}

.news-nav .tit {
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 28px;
	margin-right: 10px;
}

.news-nav a {
	float: left;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 16px;
	margin-right: 10px;
}

.news-nav a:hover {
	color: #fff;
	background: #b41720;
}

.news-nav .active {
	color: #fff;
	background: #b41720;
}

.news-nav h1,
.news-nav h2 {
	font-size: 14px;
}



.dj-list {
	width: 100%;
	margin-top: 7px;
}

.dj-list ul li {
	float: left;
	margin-right: 29px;
	margin-bottom: 24px;
}

.dj-list ul li:nth-child(6) {
	margin-right: 0px;
}

.dj-list ul li:nth-child(12) {
	margin-right: 0px;
}

.dj-list ul li:nth-child(18) {
	margin-right: 0px;
}

.dj-list ul li:nth-child(24) {
	margin-right: 0px;
}

.dj-list ul li a {
	position: relative;
	display: block;
}

.dj-list ul li a .xuanfu {
	position: absolute;
	left: 0;
	top: 0;
	width: 158px;
	height: 216px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: none;
}

.dj-list ul li a:hover .xuanfu {
	display: block;

}

.dj-list ul li a .xuanfu p {
	padding-left: 16px;
	line-height: 28px;
	padding-right: 16px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dj-list ul li a .xuanfu p:nth-child(1) {
	padding-top: 28px;
	font-size: 16px
}


.dj-list ul li a .xuanfu p.video {
	background: url(../images/video.png) no-repeat center;
	height: 44px;
	margin-top: 14px;
	width: 100%;
}


.dj-list ul li a .r-tips {
	position: absolute;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 12px 4px;
	background: rgba(180, 23, 32, 0.8);
	border-radius: 0 4px 0 4px;
	z-index: 9;
	color: #fff;
}




.dj-list-photo {
	width: 158px;
}

.dj-list-photo .ps {
	width: 158px;
	height: 216px;
}

.dj-list ul li a .dj-list-photo .title {
	font-size: 16px;
	padding: 12px 0 6px;
}

.dj-list ul li a .dj-list-photo .zz {
	font-size: 14px;
	color: #999;
}

.dj-list ul li a .dj-list-photo .date {
	margin-top: 2px;
	font-size: 14px;
	color: #999;
}


/* 分页 */
.page {
	width: 1100px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.page-box {
	margin-top: 7px;
	margin-bottom: 34px;
}

.page-box a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #333;
	padding: 0 12px;
	background-color: #efefef;
	border-radius: 4px;
	margin-right: 4px;
}

.page-box a.noclick {
	color: #ddd;
	background-color: #efefef;
}

.page-box a.active {
	background-color: #b41720;
	color: #fff;
	border: 1px solid #b41720;
}

.page-box a:hover {
	background-color: #b41720;
	color: #fff;
}

/* 短剧列表end */



/* 资讯list */

.news-list {
	width: 100%;
	margin-top: 7px;
}

.news-list-con {
	width: 100%;
}

.fgx {
	border-bottom: 1px dashed #eee;
	width: 100%;
	height: 1px;
	clear: both;
	padding-top: 19px;
	margin-bottom: 20px;
}

.news-list-con .photo {
	display: block;
	width: 252px;
	height: 150px;
	float: left;
}

.news-list-con .photo .ps {
	width: 252px;
	height: 150px;
}

.news-list-con .intro {
	float: right;
	width: 824px;
}

.news-list-con .name {
	height: 38px;
	line-height: 38px;
}

.news-list-con .nm {
	display: inline-block;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-top: 4px;
}

.news-list-con .tags {
	height: 42px;
	line-height: 42px;
	color: #999;
	font-size: 14px;
}

.news-list-con .ins {
	line-height: 22px;
	height: 44px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 14px;
}


/* 专题页详情 */

.zx-xq-title {}

.zx-xq-title h1 {
	font-size: 24px;
	color: #111111;
	line-height: 28px;
}

.zx-xq-title p {
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

.zx-xq-ms {
	font-size: 14px;
	color: #101010;
	margin-top: 8px;
	overflow: hidden;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 20px;
}

.news-list-con .xq-photo {
	display: block;
	width: 116px;
	float: left;
}

.news-list-con .xq-photo .ps {
	width: 116px;
	height: 160px;
}

.news-list-con .xq-photo .ps .tips {
	width: 74px;
	height: 74px;
	background-color: #b41720;
	position: absolute;
	top: -26px;
	left: -52px;
	display: block;
	border-radius: 12px;
	transform: rotate(316deg);
}

.news-list-con .xq-photo .ps .tips.cheng {
	background-color: #ff7733;
}

.news-list-con .xq-photo .ps .tips.huang {
	background-color: #ffa82e;
}

.news-list-con .xq-photo .ps .tips.hui {
	background-color: #9e9e9e;
}

.news-list-con .intro.zt {
	width: 962px;
}

.news-list-con .xq-photo .ps em {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-top: 2px;
	font-weight: 700;
}

.news-list-con .zt-name {
	height: 30px;
	line-height: 30px;
}

.news-list-con .zt-nm {
	display: inline-block;
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.zt-tips {
	color: #666;
	margin-top: 6px;
}

.zt-tips span {
	color: #ddd;
	padding: 0 6px;
}

.zt-btn {
	width: 118px;
	line-height: 34px;
	text-align: center;
	height: 34px;
	color: #fff;
	border-radius: 4px;
	background-color: #b41720;
	display: block;
}

.zt-btn:hover {
	color: #fff;
	opacity: 0.92;
}


.news-list-con .ins.xiao {
	margin-top: 10px;
	margin-bottom: 14px;
}


/* 短剧详情 */
.book-l {
	width: 100%;
	padding-bottom: 30px;
}

.book-wrap {
	width: 100%;
}

.book-wrap-pic {
	width: 190px;
	height: 264px;
	float: left;
}

.book-wrap-pic img {
	width: 190px;
	height: 264px;
	border-radius: 4px;
}

.book-wrap .inf {
	width: 595px;
	float: left;
	padding-left: 20px;
}

.book-wrap dt h1 {
	margin-top: 10px;
	padding-bottom: 20px;
	font-weight: 500;

}

.book-wrap dd {
	color: #999;
	margin-bottom: 4px;
	line-height: 24px;
}

.book-wrap dd span {
	width: 188px;
	display: block;
	float: left;
}

.book-wrap dl dd a.yanse {
	color: #b41720;
}

.book-wrap dl dd a.yanse:hover {
	color: #b41720;
}


.book-wrap .txt {
	color: #666;
	line-height: 24px;
	margin-bottom: 26px;
}

.book-wrap .txt a {
	color: #b41720;
}

.book-wrap .txt a:hover {
	color: #b41720;
}

.book-wrap .reada {
	display: block;
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	background: #b41720;
	border-radius: 4px;
}

.book-wrap h1 {
	font-size: 24px;
	font-weight: 700;
}

.det-tabs {}

.det-tabs .handle {
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-top: 10px;
}

.det-tabs .handlein {
	position: absolute;
	left: 0;
	top: 0;
	height: 46px;
}

.det-tabs .handlein a {
	font-size: 18px;
	color: #101010;
	margin-right: 30px;
}

.det-tabs .btn {
	float: left;
	width: 72px;
	height: 46px;
}

.det-tabs .hover {
	color: #101010;
	border-bottom: 2px solid #b41720;
}

.det-con {
	display: none;
	padding-top: 10px;
	font-size: 15px;
	line-height: 30px;
}

.det-con .jcjx-box {
	text-indent: 2em;
}

.det-con .jcjx-box p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
}

.yeudu-btn {
	width: 136px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #b41720;
	margin: 0 auto;
	font-size: 16px;
	color: #b41720;
	display: block;
	text-align: center;
	margin-top: 26px;
	border-radius: 4px;
}

.yeudu-btn:hover {
	background-color: #b41720;
	color: #fff;
}

.show {
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}

.det-con .mulu li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.det-con .mulu li a {
	color: #666;
	width: 88px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #f1f2f3;
	border-radius: 4px;
	display: block;
}

.det-con .mulu li a.hong {
	color: #b41720;
}

.det-con .mulu li a:hover {
	color: #fff;
	background-color: #b41720;
}

.zt-title {
	font-size: 20px;
	color: #444;
	width: 100%;
	line-height: 24px;
	padding-bottom: 16px;
}

.zt-title span {
	float: left;
}

.zt-title em {
	font-size: 14px;
	color: #999999;
	float: right;
}

.cnxh-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	padding-top: 4px;
}

.comment {
	width: 100%;
}

.comment textarea {
	resize: none;
	width: 100%;
	height: 94px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	padding: 12px 16px;
	box-sizing: border-box;
	margin-top: 24px;
	border-radius: 4px;
	font-size: 16px
}

.fb-btn p {
	width: 98px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	background: #b41720;
	border-radius: 4px;
	float: right;
	cursor: pointer;
}

.comment .pl-list {
	margin-top: 20px;
}

.comment .itme .touxiang {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 18px;
}

.comment .itme .touxiang img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.comment .itme .info p:nth-child(1) {
	font-size: 16px;
	color: #101010;
	font-weight: 700;
	margin-bottom: 8px;
	padding-top: 8px;
}

.comment .itme .info p:nth-child(2) {
	font-size: 16px;
	color: #666666;
}

.djzx-info {
	margin-top: 16px;
}

.djzx-info p {
	width: 510px;
	font-size: 16px;
	color: #666;
	float: left;
	padding-bottom: 10px;
	display: block;
	margin-right: 30px;
}

.djzx-info p a {
	color: #666666;
}

/* 短剧播放 */

.video {
	width: 1136px;
	height: 604px;
	margin: 20px auto;
}

.jjml {
	margin-bottom: 20px;
}

.jjml span {
	font-size: 18px;
	color: #101010;
	float: left;
	padding-top: 5px;
}

.jjml-btn {
	float: right;
}

.jjml-btn a {
	display: block;
	width: 76px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #101010;
	background: #f1f2f3;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	margin-left: 16px;
}

.jjml-btn a:hover {
	color: #fff;
	background: #b41720;
}

.xuanji a {
	display: block;
	width: 88px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666;
	background: #f1f2f3;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
}

.xuanji a:hover {
	color: #fff;
	background: #b41720;
}

.xuanji a.active {
	color: #fff;
	background: #b41720
}

.jjml-js {
	padding-bottom: 20px;
}

.jjml-js p:nth-child(1) {
	font-size: 18px;
	color: #101010;
	margin-top: 24px;
}

.jjml-js p:nth-child(2) {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	text-indent: 2em;
	/* text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
	overflow: hidden; */
}

.video-renovate{
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
}

.video-renovate p {
	text-align: center;
	margin-bottom: 12px;
	padding-top: 262px;
}

.video-renovate a {
	display: block;
	width: 98px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #b41720;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 auto;
}


/* 资讯详情 */

.news-xq-title h1 {
	font-size: 24px;
	color: #111111;
	line-height: 28px;
	text-align: center;
}

.news-xq-title p {
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 19px;
	padding-bottom: 20px;
}

.news-xq-ms {
	font-size: 16px;
	color: #666;
	margin-top: 8px;
	overflow: hidden;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 20px;
}

.zx-xq-book {
	border: 1px solid #b41720;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

.zx-xq-book-zuo {
	float: left;
}

.zx-xq-book-zuo-pic {
	width: 160px;
	height: 222px;
	float: left;
	margin-right: 26px;
}

.zx-xq-book-zuo-pic img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.zx-xq-book-zuo-box {
	float: left;
}

.zx-xq-book-zuo-box .biaoti {
	font-size: 24px;
	color: #666;
	margin: 4px 0 6px;
	font-weight: 500;
	display: block;
}

.zx-xq-book a:hover .biaoti {
	color: #b41720;
}

.zx-xq-book-zuo-box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.zx-xq-book-zuo-box p i {
	width: 12px;
	height: 12px;
	background: url(../images/wujixing.png) no-repeat;
	background-size: 12px 12px;
	display: inline-block;
	margin-right: 4px;
}

.gk-btn {
	width: 166px;
	height: 40px;
	background-color: #b41720;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #fff;
	border-radius: 4px;
	margin-top: 16px;
}

.zx-xq-zjie-title {
	width: 100%;
	height: 22px;
	line-height: 22px;
	border-left: 4px solid #b41720;
	font-size: 16px;
	color: #101010;
	margin-top: 26px;
	display: flex;
	padding-left: 10px;
	font-size: 20px;
}

.zx-xq-zjie-title h2 {
	line-height: 22px;
	font-size: 20px;
}

.zx-xq-zjie-con {
	width: 100%;
	padding-top: 12px;
}

.zx-xq-zjie-con p {
	text-indent: 2em;
	color: #666;
	font-size: 16px;
	margin-top: 8px;
	line-height: 28px;
}

/* 轮播效果 */


.manY_fenR .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}

.manY_fenR .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

.manY_fenR .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.manY_fenR .manY_fenRpic .swiper-slide {
	width: 200px;
	height: 276px;
}

.manY_fenR .swiper-slide img {
	width: 200px;
	height: 276px;
	border-radius: 4px;
}

.manY_fenR .manY_fenRinfo .swiper-slide {
	display: none;
}

.manY_fenR .manY_fenRinfo .swiper-slide.swiper-slide-thumb-active {
	display: block;
}

.manY_fenR .manY_fenRinfo a {
	display: block;
	position: relative;
}

.manY_fenR .manY_fenRinfo .manY_name {
	color: #111111;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 14px;
	width: 306px;
}

.manY_fenR .manY_fenRinfo span {
	display: block;
	color: #444444;
	font-size: 14px;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.manY_fenR .manY_fenRinfo span s {
	text-decoration: none;
	color: var(--color);
}

.manY_fenR .manY_fenRinfo span i {
	display: inline-block;
	background: url(../images/wujixing.png) no-repeat;
	width: 12px;
	height: 12px;
	background-size: 100% 100%;
	margin-right: 4px;
}

.manY_fenR .manY_fenRinfo em {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	display: inline-block;
	margin: 2px 0 4px;
}

.manY_fenR .manY_fenRinfo p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.manY_fenR .manY_fenRinfo .manY_fenRB {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 34px;
	background: #b41720;
	border-radius: 4px;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}

.manY_fenRbtn {
	position: absolute;
	left: 0;
	top: 40px;
	width: 124px;
	height: 248px;
	z-index: 9;
	outline: none;
	cursor: pointer;
}

.manY_fenRbtn.swiper-button-prev,
.manY_fenRbtn.swiper-button-prev_man {
	right: 0;
	left: auto;
}