/*左侧*/
.g-centent-l {
	width: 872px;
	margin-right: 28px;
}

.g-bianji {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	padding: 12px 0;
	text-align: center;
}

.g-bianji em {
	display: inline-block;
	margin-right: 15px;
}

.g-bianji em:last-child {
	display: inline-block;
	margin-right: 0;
}

.g-bianji em a {
	color: #999;
}

.f-content {
    position: relative;
	background-color: #f9f7f3;
	padding: 40px;
	margin-bottom: 20px;
}

.f-content h1 {
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}

.f-content {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}

.gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-image {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 15px 0 30px 0;
	overflow: hidden;
}

.main-bimage {
	position: relative;
	height: 450px;
}

.main-bimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	left: 0;
	top: 0
}

.main-image-text {
	border-radius: 5px;
	width: 100%;
}

.main-image-text p {
	display: block;
	padding-top: 18px;
	font-size: 16px;
	line-height: 29px;
	color: #333;
    text-align: center;
}

.main-image-text p img {
	max-width: 750px;
}


.zitie {
	position: relative;
}

.zitie-list {
	display: inline-block;
	padding: 26px 30px;
}

.zitie-list li {
	display: block;
	float: left;
	width: 185px;
	margin: 0 24px 24px 0;
}

.zitie-list li:nth-child(4n) {
	margin-right: 0;
}

.zitie-list li:nth-child(5),.zitie-list li:nth-child(6),.zitie-list li:nth-child(7),.zitie-list li:nth-child(8) {
	margin-bottom: 0;
}

.zitie-list li img {
	width: 185px;
}

.zitie-list li p {
    display: -webkit-box;
    text-align: center;
    font-size: 16px;
    margin-top: 13px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-image {
	margin-top: 12px;
}

.main-image .zimg {
	width: 200px;
	height: auto;
	cursor: pointer;
}

/*右侧*/
.g-centent-r {
	width: 300px;
}

/*书法名家*/
.mingjia {
	display: inline-block;
}

.mingjia ul {
	display: inline-block;
	padding: 20px 20px 10px 20px;
}

.mingjia li {
	float: left;
	width: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 15px 15px 0;
}

.mingjia li:nth-child(3n) {
	margin-right: 0;
}

.mingjia li a {
	display: block;
	font-size: 14px;
	border: 1px solid #e0ceac;
	border-radius: 80px;
}

.mingjia li a:hover,.mingjia li.on a {
	color: #fff!important;
	background-color: #ca7104;
}
/*猜你喜欢*/
.youlike ul {
	display: inline-block;
	padding: 20px 20px 10px 20px;
}

.youlike li {
	display: block;
	float: left;
	width: 72px;
	border: 1px solid #ccc;
	margin: 0 19px 19px 0;
}

.youlike li:nth-child(3n) {
	margin-right: 0;
}

.youlike li img {
	height: 72px;
	width: 72px;
}

.youlike li p {
	text-align: center;
	font-size: 15px;
	line-height: 32px;
}

/*浏览排行*/
.rand-zidian {
	padding: 0 20px 10px 20px;
	flex-wrap: wrap
}

.rand-zidian li {
	width: 100%;
	padding: 13px 0;
	border-bottom: 1px dashed #e8e8e8
}

.rand-zidian li:last-of-type {
	border-bottom: none
}

.rand-zidian li.active {
	padding: 20px 0;
}

.rand-zidian li>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #D1D1D1;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	margin-right: 16px;
	margin-top: 3px;
	flex-shrink: 0;
	float: left;
}

.rand-zidian li:nth-of-type(1)>span {
	margin-top: 0;
}

.rand-zidian li:nth-of-type(1)>span,.rand-zidian li:nth-of-type(2)>span,.rand-zidian li:nth-of-type(3)>span {
	background: #FF881E
}

.rand-zidian li .game-simple {
	font-size: 15px;
}

.rand-zidian li.active .game-simple {
	display: none
}

.pages{
    background-color: #f9f7f3;
}
.pages li a,.pages li.active span, .pages li:hover span, .pages li a:hover, .pages li:hover a {
    padding: 1px 14px;
}