/*左侧*/
.g-centent-l {
	width: 872px;
	margin-right: 28px;
}
/*结合项*/
.filter {
	line-height: 48px;
	background: #f9f7f3;
	padding: 10px 20px 10px 23px;
	font-size: 15px;
	margin-bottom: 3px;
}

.filter-list {
	overflow: hidden;
}

.filter-list dt {
	float: left;
	width: 60px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
    color: #444;
}

.filter-list dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 22px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-list dd {
	overflow: hidden;
}

.filter-list:last-of-type dd {
	border-bottom: 0 none;
}

.filter-list .filter-item {
	color: #444;
	font-size: 15px;
	line-height: 14px;
	height: 14px;
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 17px;
	margin: 17px 0;
}

.filter-list .filter-item:first-child {
	padding: 0 17px 0 5px;
}

.filter-list .filter-item:last-child {
	border-right: 0 none;
	padding: 0 0 0 17px;
}

.filter-list .filter-item.active,
.filter-list .filter-item:hover {
	color: #db7b14;
}
/*字典列表*/
.tieji-zlist {
    display: inline-block;
}

.tieji-zlist li {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	width: 200px;
	height: 200px;
}

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

.tieji-zlist li .zitie-img {

}

.tieji-zlist li .zitie-img img {
	width: 100%;
	height: 100%;
}

.tieji-zlist li .tiejia {
    display: -webkit-box;
    text-align: center;
    font-size: 15px;
    margin-top: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*右侧*/
.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
}

.all-more a {
    width: 220px;
    display: flow-root;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 40px;
    margin: 26px auto 12px auto;
    color: #fff!important;
    letter-spacing: 2px;
    text-indent: 3px;
    text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7a300), to(#f67300));
}

.all-more a:hover {
	opacity: 0.9;
}

.tieji-head {
    background: #f9f7f3;
    margin-bottom: 20px;
    padding:19px 22px 24px 22px;
}

.tieji-head h1 {
    margin-bottom: 15px;
    font-size: 26px;
}

.tieji-head p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
}