.swiper-container {
	width: 100%;
	height: 100%;
}

.sisBan .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

/* img {
	width: 100%;
	height: 100%;
} */

.registerBtn {
	cursor: pointer;
}

.synopsisMORE {
	/* float: right; */
}
.profilecolumnImg{
	display: none;
}
.jjlm::after{
	content: "";
	display: block;
	clear: both;
}
.jjlm li{
	width: 48.5%;
	height: 104px;
	float: left;
	background-size:cover;
	margin-bottom: 16px;
	background-image: url(../img/home_column.png);
	border-radius: 6px;
}
.jjlm li:nth-child(even){
	float: right;
}
.jjlm li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #073886;
	font-weight: bold;
	padding-top: 19px;
	padding-left: 20px;
	box-sizing: border-box;
}
.videoBox img{
	width: 100%;
	height: 100%;
}
.parlorBoxVideo img{
	width: 100%;
	height: 100%;
}
.columnImgA{
	display: block;
	width: 100%;
	font-size: 0;
}
.columnImg{
	width: 100%;
	height: 64px;
	display: block;
}
.profilecolumnImg .columnImg,
.filmcolumnImg .columnImg{
	height: 46px;
}
.charactercolumnImg .columnImg,
.CulturecolumnImg .columnImg{
	height: 41px;
}
.profilecolumnImg,
.filmcolumnImg,
.charactercolumnImg,
.CulturecolumnImg{
	padding-bottom: 0 !important;
	line-height: 0 !important;
}

.productTxt{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
}

.newsInfoImg{
	float: left;
	width: 228px;
	height: 204px;
	margin-right: 17px;
}
.newsInfoCon{
	font-size: 14px;
	line-height: 26px;
	word-break: break-all;
}
.newsInfo{
	height: 338px;
	overflow: hidden;
}

@media screen and (min-width: 1200px) {
	/* 广告栏 */
	.indexG{
		width: 100%;
		height: 65px;
		margin-bottom: 15px ;
	}
	.indexG .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.index {
		width: 1200px !important;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.synopsis {
		width: 560px !important;
	}

	.Movies {
		width: 560px !important;
	}

	.figure,
	.culture,
	.parlor,
	.product {
		width: 560px !important;
	}

	/* 会客厅 */
	.parlor {
		margin-top: 60px;
		height: auto;

	}

	.hengBg {
		height: 63px !important;
	}

	.parlorBox {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.parlorBox div {
		width: 175px;

	}

	.parlorBoxVideo {
		width: 175px;
		height: 300px;
	}

	.parlorBoxVideo video {
		width: 100%;
		height: 100%;
	}

	.parlorBoxTet {
		width: 100%;
		height: 78px;
		font-size: 14px;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 22px;
	}

	/* 产品推荐 */
	.product {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.product .productItem {
		width: 49%;
		height: 233px;
		margin: 5px 0;
	}

	.product .productImg a img {
		width: 100%;
		height: 165px;
	}

	/*完 */
}

@media screen and (min-width: 1024px) {
	
	/* 广告栏 */
	.indexG{
		width: 100%;
		height: 100px;
		margin-bottom: 24px ;
	}
	.indexG .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	
	.jjlm li{
		height: 104px;
	}
	/* 会客厅 */
	.parlor {
		margin-top: 30px;
		height: auto;
		width: 45%;
	}

	.hengBg {
		height: 63px !important;
	}

	.parlorBox {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.parlorBox div {
		width: 30%;

	}

	.parlorBoxVideo {
		width: 100% !important;
		height: 250px;
	}

	.parlorBoxVideo video {
		width: 100%;
		height: 100%;
	}

	.parlorBoxTet {
		width: 100% !important;
		height: 78px;
		font-size: 14px;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 22px;
	}

	/* 完 */


	/* 产品推荐 */
	.product {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/* width: 45%; */
	}

	.product .productItem {
		width: 49%;
		height: 233px;
		margin: 5px 0;
	}
	
	.product .productImg a img {
		width: 100%;
		height: 165px;
	}

	/*完 */

	.index {
		width: 95%;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	/* 立即注册 */
	.index .registers {
		width: 100%;
		background: #ffffff;
		border-radius: 12px;
		height: 157px;
		box-shadow: -1px 0px 6.09px 0.91px rgba(68, 68, 68, 0.17);
		padding: 45px 0 25px 0;
		margin: 25px 0;
	}

	.register-box {
		width: 366px;
		margin: 0 auto;
	}

	.registerTit {
		font-size: 20px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		font-weight: bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerTet {
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerBtn {
		width: 220px;
		height: 50px;
		background: #2b71ac;
		border-radius: 4px;
		margin: 0 auto;
		margin-top: 15px;
		line-height: 50px;
		text-align: center;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		cursor: pointer;
	}

	.index-box {
		display: flex;
		justify-content: space-between;
		height: auto;
	}

	/* 协会简介 */
	.synopsis {
		width: 45%;
		height: auto;
	}

	.synopsisTop {
		display: flex;
		justify-content: flex-start;
		border-bottom: 1px solid #2b71ac;
		line-height: 40px;
		padding-bottom: 15px;
		margin-bottom: 19px;
	}

	.synopsisBG {
		width: 6px;
		height: 30px;
		background-color: #2b71ac;
	}

	.synopsisTE {
		font-size: 20px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: left;
		color: #333333;
		line-height: 30px;
		margin-left: 10px;
	}

	.synopsisDown {
		width: 100%;
		height: auto;
	}

	.synopsisBan {
		display: flex;
		justify-content: space-between;
	}

	.sisBan {
		width: 215px;
		height: 145px;
	}

	.sw-page {
		width: auto !important;
		bottom: 0;
		right: 0 !important;
	}

	.sisTet,
	.sisTet div {
		width: 323px;
		height: auto;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5
	}

	.synopTex {
		width: 100%;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
		position: relative;
	}

	.synopTex a {
		position: absolute;
		right: 50px;
	}

	/* 朱鹮影视 */
	.Movies {
		width: 45%;
		height: auto;
	}

	.MoviesDown {
		width: 100%;
		height: auto;
	}

	.MoviesVideo {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.videoBox {
		width: 373px;
		height: 245px;
	}

	.videoBox video {
		width: 100%;
		height: 100%;
		object-fit: fill
	}

	.videoBoxImg {
		width: 178px;
		height: auto;
	}

	.videoBoxImg div,
	.videoBoxImg div img {
		width: 100%;
		height: 120px;
	}

	.videoBoxImg div:nth-child(2) {
		margin-top: 5px;
	}

	.MoviesBox {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
	}

	.MoviesBox div {
		width: 134px;
		height: 88px;
	}

	.MoviesBox div img {
		width: 100%;
		height: 100%;
	}

	/* 朱鹮故事与人物 */
	.figure {
		margin-top: 30px;
		width: 45%;
	}

	.synopsisTops {
		display: block;
		overflow: hidden;
		padding: 0;
	}

	.synopsisTops .synopsisBG {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisTE {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisMORE {
		float: right;

	}

	.figureDOWN {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul li {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.figureIMG {
		width: 150px;
		height: 105px;
	}

	.figureIMG img {
		width: 100%;
		height: 100%;
	}

	.figureTEX {
		width: 380px;
		height: auto;
		/* position: relative; */
		padding: 10px 0;
	}

	.figureTit {
		margin-bottom: 15px;
	}

	.figureTit div {
		display: inline-block;
		font-size: 16px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: center;
		color: #333333;
	}

	.figureTit span {
		float: right;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: center;
		color: #999999;
	}

	.figureCont {
		width: 379px;
		height: 39px;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #666666;
		line-height: 22px;
		overflow: hidden;
				text-overflow: ellipsis;
				display:-webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
	}

	/* 文化天地 */
	.culture {
		width: 45%;
		margin-top: 30px;
	}

	.cultureDOWN {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul li {
		width: 100%;
		/* border-bottom: 1px dashed #cccccc; */
		display: flex;
		justify-content: space-around;

	}

	.cultureItme {
		width: 100px;
		height: 65px;
		text-align: center;
		position: relative;
		top: 15px;
	}
	.cultureItme img{
		width: 100%;
		height: 100%;
	}

	.cultureItme strong {
		font-size: 22px;
		font-family: Adobe Heiti Std, Adobe Heiti Std-R;
		font-weight: bold;
		color: #2b71ac;
	}

	.cultureItme span {
		font-size: 11px;
		font-family: PingFang SC, PingFang SC-Bold;
		font-weight: 700;
		/* text-align: left; */
		color: #2b71ac;
	}

	.culture .figureTEX {
		/* width: 480px; */
		border-bottom: 1px dashed #cccccc;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	/* 广告栏 */
	.indexG{
		width: 100%;
		height: 65px;
		margin-bottom: 15px ;
	}
	.indexG .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.jjlm li{
		height: 143px;
	}
	
	/* 会客厅 */
	.parlor {
		margin-top: 60px;
		height: auto;
		width: 100%;
	}

	.hengBg {
		height: 63px !important;
	}

	.parlorBox {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.parlorBox div {
		width: 30%;

	}

	.parlorBoxVideo {
		width: 100% !important;
		height: 350px;
	}

	.parlorBoxVideo video {
		width: 100%;
		height: 100%;
	}

	.parlorBoxTet {
		width: 100% !important;
		height: 78px;
		font-size: 14px;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 22px;
	}

	/* 完 */
	/* 产品推荐 */
	.product {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/* width: 45%; */
	}

	.product .productItem {
		width: 49%;
		height: 318px;
		margin: 5px 0;
	}
	
	.product .productImg a img {
		width: 100%;
		height: 250px;
	}

	/*完 */

	.index {
		width: 95%;
		height: auto;
		margin: 0 auto;
		margin-top: 24px;
		margin-bottom: 40px;
	}

	/* 立即注册 */
	.index .registers {
		width: 100%;
		background: #ffffff;
		border-radius: 12px;
		height: 157px;
		box-shadow: -1px 0px 6.09px 0.91px rgba(68, 68, 68, 0.17);
		padding: 45px 0 25px 0;
		margin: 25px 0;
	}

	.register-box {
		width: 366px;
		margin: 0 auto;
	}

	.registerTit {
		font-size: 20px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		font-weight: bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerTet {
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerBtn {
		width: 220px;
		height: 50px;
		background: #2b71ac;
		border-radius: 4px;
		margin: 0 auto;
		margin-top: 15px;
		line-height: 50px;
		text-align: center;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		cursor: pointer;
	}

	/* 协会简介 */
	.synopsis {
		width: 100%;
		height: auto;
	}

	.synopsisTop {
		display: flex;
		justify-content: flex-start;
		border-bottom: 1px solid #2b71ac;
		line-height: 40px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.synopsisBG {
		width: 6px;
		height: 30px;
		background-color: #2b71ac;
	}

	.synopsisTE {
		font-size: 20px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: left;
		color: #333333;
		line-height: 30px;
		margin-left: 10px;
	}

	.synopsisDown {
		width: 100%;
		height: auto;
	}

	.synopsisBan {
		display: flex;
		justify-content: space-between;
	}

	.sisBan {
		width: 50%;
		height: 185px;
	}

	.sw-page {
		width: auto !important;
		bottom: 0;
		right: 0 !important;
	}

	.sisTet,
	.sisTet div {
		width: 500px;
		height: 185px;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
	}

	.synopTex {
		width: 100%;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
		position: relative;
	}

	.synopTex a {
		position: absolute;
		right: 50px;
	}

	/* 朱鹮影视 */
	.Movies {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.MoviesDown {
		width: 100%;
		height: auto;
	}

	.MoviesVideo {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.videoBox {
		width: 98%;
		height: 300px;
	}

	.videoBox video {
		width: 100%;
		height: 100%;
		object-fit: fill
	}

	.videoBoxImg {
		width: 28%;
		height: auto;
	}

	.videoBoxImg div,
	.videoBoxImg div img {
		width: 100%;
		height: 140px;
	}

	.videoBoxImg div:nth-child(2) {
		margin-top: 20px;
	}

	.MoviesBox {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}

	.MoviesBox div {
		width: 24%;
		height: 150px;
	}

	.MoviesBox div img {
		width: 100%;
		height: 100%;
	}

	/* 朱鹮故事与人物 */
	.figure {
		margin-top: 60px;
		width: 100%;
	}

	.synopsisTops {
		display: block;
		overflow: hidden;
		padding: 0;
	}

	.synopsisTops .synopsisBG {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisTE {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisMORE {
		float: right;

	}

	.figureDOWN {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul li {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.figureIMG {
		/* width: 150px; */
		height: 105px;
	}

	.figureIMG img {
		width: 100%;
		height: 100%;
	}

	.figureTEX {
		width: 425px;
		height: auto;
		/* position: relative; */
		padding: 10px 0;
	}

	.figureTit {
		margin-bottom: 15px;
	}

	.figureTit div {
		display: inline-block;
		font-size: 16px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: center;
		color: #333333;
	}

	.figureTit span {
		float: right;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: center;
		color: #999999;
	}

	.figureCont {
		width: 379px;
		height: 39px;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #666666;
		line-height: 22px;
		overflow: hidden;
				text-overflow: ellipsis;
				display:-webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
	}

	/* 文化天地 */
	.culture {
		width: 100^;
		margin-top: 60px;
	}

	.cultureDOWN {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul li {
		width: 100%;
		/* border-bottom: 1px dashed #cccccc; */
		display: flex;
		justify-content: space-around;

	}

	

	.cultureItme strong {
		font-size: 22px;
		font-family: Adobe Heiti Std, Adobe Heiti Std-R;
		font-weight: bold;
		color: #2b71ac;
	}

	.cultureItme span {
		font-size: 11px;
		font-family: PingFang SC, PingFang SC-Bold;
		font-weight: 700;
		/* text-align: left; */
		color: #2b71ac;
	}

	.culture .figureTEX {
		width: 480px;
		border-bottom: 1px dashed #cccccc;
	}
}

@media screen and (max-width: 767px) {
	
	/* 广告栏 */
	.indexG{
		width: 100%;
		height: 50px;
		margin-bottom: 15px ;
	}
	.indexG .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.jjlm li{
		height: 60px;
	}
	/* 会客厅 */
	.parlor {
		margin-top: 60px;
		height: auto;
		width: 100%;
	}

	.hengBg {
		height: 63px !important;
	}

	.parlorBox {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.parlorBox div {
		width: 30%;

	}

	.parlorBoxVideo {
		width: 100% !important;
		height: 185px;
	}

	.parlorBoxVideo video {
		width: 100%;
		height: 100%;
	}

	.parlorBoxTet {
		width: 100% !important;
		height: 78px;
		font-size: 14px;
		line-height: 26px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 22px;
	}

	/* 完 */
	/* 产品推荐 */
	.product {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/* width: 45%; */
	}
	
	.product .productItem {
		width: 49%;
		height: 185px;
		margin: 5px 0;
	}
	
	.product .productImg a img {
		width: 100%;
		height: 117px;
	}

	/*完 */

	.index {
		width: 95%;
		height: auto;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	/* 立即注册 */
	.index .registers {
		width: 100%;
		background: #ffffff;
		border-radius: 12px;
		height: auto;
		box-shadow: -1px 0px 6.09px 0.91px rgba(68, 68, 68, 0.17);
		padding: 45px 0 25px 0;
		margin: 25px 0;
	}

	.register-box {
		width: 95%;
		margin: 0 auto;
	}

	.registerTit {
		font-size: 20px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		font-weight: bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerTet {
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		text-align: center;
		color: #333333;
		line-height: 40px;
	}

	.registerBtn {
		width: 220px;
		height: 50px;
		background: #2b71ac;
		border-radius: 4px;
		margin: 0 auto;
		margin-top: 15px;
		line-height: 50px;
		text-align: center;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		cursor: pointer;
	}

	/* 协会简介 */
	.synopsis {
		width: 100%;
		height: auto;
	}

	.synopsisTop {
		display: flex;
		justify-content: flex-start;
		border-bottom: 1px solid #2b71ac;
		line-height: 40px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.synopsisBG {
		width: 6px;
		height: 30px;
		background-color: #2b71ac;
	}

	.synopsisTE {
		font-size: 18px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: left;
		color: #333333;
		line-height: 30px;
		margin-left: 10px;
	}

	.synopsisDown {
		width: 100%;
		height: auto;
	}

	.synopsisBan {
		/* 	display: flex;
		justify-content: space-between; */

	}

	.sisBan {
		width: 100%;
		height: 185px;
	}

	.sw-page {
		width: auto !important;
		bottom: 0;
		right: 0 !important;
	}

	.sisTet,
	.sisTet div {
		width: 100%;
		height:
			auto;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
	}

	.synopTex {
		width: 100%;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		line-height: 30px;
		position: relative;
	}

	.synopTex a {
		position: absolute;
		right: 50px;
	}

	/* 朱鹮影视 */
	.Movies {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.MoviesDown {
		width: 100%;
		height: auto;
	}

	.MoviesVideo {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.videoBox {
		width: 98%;
		height: 140px;
	}

	.videoBox video {
		width: 100%;
		height: 100%;
		object-fit: fill
	}

	.videoBoxImg {
		width: 35%;
		height: auto;
	}

	.videoBoxImg div,
	.videoBoxImg div img {
		width: 100%;
		height: 65px;
	}

	.videoBoxImg div:nth-child(2) {
		margin-top: 10px;
	}

	.MoviesBox {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}

	.MoviesBox div {
		width: 24%;
		height: 65px;
	}

	.MoviesBox div img {
		width: 100%;
		height: 100%;
	}

	/* 朱鹮故事与人物 */
	.figure {
		margin-top: 60px;
		width: 100%;
	}

	.synopsisTops {
		display: block;
		overflow: hidden;
		padding: 0;
	}

	.synopsisTops .synopsisBG {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisTE {
		display: inline-block;
		float: left;
	}

	.synopsisTops .synopsisMORE {
		float: right;

	}

	.figureDOWN {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul {
		width: 100%;
		height: auto;
	}

	.figureDOWN ul li {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.figureIMG {
		display: none;
		/* width: 150px; */
		height: 105px;
	}

	.figureIMG img {
		width: 100%;
		height: 100%;
	}

	.figureTEX {
		/* width: 425px; */
		height: auto;
		/* position: relative; */
		padding: 10px 0;
	}

	.figureTit {
		margin-bottom: 15px;
	}

	.figureTit div {
		display: inline-block;
		font-size: 16px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: bold;
		text-align: center;
		color: #333333;
	}

	.figureTit span {
		float: right;
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: center;
		color: #999999;
	}

	.figureCont {
		/* width: 379px; */
		/* height: 39px; */
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: 400;
		text-align: left;
		color: #666666;
		line-height: 22px;
		overflow: hidden;
				text-overflow: ellipsis;
				display:-webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
	}

	/* 文化天地 */
	.culture {
		width: 100^;
		margin-top: 60px;
	}

	.cultureDOWN {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul {
		width: 100%;
		height: auto;
	}

	.cultureDOWN ul li {
		width: 100%;
		/* border-bottom: 1px dashed #cccccc; */
		display: flex;
		justify-content: space-around;

	}

	.cultureItme {
		display: none;
	}

	.cultureItme strong {
		font-size: 22px;
		font-family: Adobe Heiti Std, Adobe Heiti Std-R;
		font-weight: bold;
		color: #2b71ac;
	}

	.cultureItme span {
		font-size: 11px;
		font-family: PingFang SC, PingFang SC-Bold;
		font-weight: 700;
		/* text-align: left; */
		color: #2b71ac;
	}

	.culture .figureTEX {
		/* width: 480px; */
		border-bottom: 1px dashed #cccccc;
	}
}
