.zhu_daohang {
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #E5e5e5;
}

.author-nav {
	width: 100%;
	height: 38px;
	border-top: 2px solid #a44323;
	background: #F5F1E8;
}

.author-nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.author-nav ul li {
	flex-grow: 1;
	margin-right: 2px;
	/* flex-basis: 120px; */
}

.author-nav ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
}

.author-nav ul li a.active,
.author-nav ul li a:hover {
	color: #fff;
	background: #a44323;
}

/* 主体内容 - 左侧 */
.wid850 {
	width: 850px;
}

.author-lm {
	margin: 20px 0 10px 0;
	height: 38px;
	border-bottom: 2px solid #dcdcdc;
}

.author-lm span {
	float: left;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #3e3a39;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #a44323;
}

.author-lm span b {
	color: #a44323;
}

.author-lm i {
	float: left;
	display: inline-block;
	font-size: 0px;
	width: 10px;
	height: 38px;
	border-bottom: 2px solid #fff;
}

.author-lm a {
	float: right;
	color: #9fa0a0;
	display: inline-block;
	line-height: 38px;
}

.authorList {
	list-style: none;
}

.authorList li {
	float: left;
	width: 420px;
	background: #f5f4f4;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 0;
}
.authorList li.qy {
	background: #f5f0e8
}

.authorList li .authorImg {
	float: left;
	display: block;
	width: 200px;
	height: 135px;
	overflow: hidden;
	position: relative;
}

.authorList li .authorImg img {
	position: relative;
	max-height: 135px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.authorList li .authorInfo {
	float: right;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: 135px;
	padding-left: 10px;
}

.authorList li .authorInfo .aName {
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
}

.authorList li .authorInfo .aName a {
	font-size: 16px;
	font-weight: bold;
	color: #3e3a39;
}

.authorList li .authorInfo .aName a:hover {
	color: #a43323;
}

.authorList li .authorInfo .aWork {
	font-size: 14px;
	color: #3e3a39;
	line-height: 20px;
}

.authorList li .authorInfo .aDetail {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 12px;
	color: #898989;
	line-height: 20px;
}

.authorList li .authorInfo .aDetail a {
	color: #a44323;
}

.authorList li .authorInfo a.aPros {
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	width: 55px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background: #ea7928;
	text-align: center;
	border-radius: 3px;
	line-height: 19px;
}

.authorList li .authorInfo a.aPros:hover {
	background: #a44323;
}

.authorList li .authorInfo span.aQY {
	position: absolute;
	top: 42px;
	right: 7px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../image/w_author_icon.png') no-repeat;
	background-size: cover;
}


/* 名家推荐特有 1行2个*/
.AL01 li {
	margin-right: 10px;
}

.AL01 li:nth-child(2n+2) {
	margin-right: 0;
}

.AL01 li .authorInfo {
	width: 200px;
}

/* 研究员级高级工艺美术师 1行1个*/
.AL02 li {
	width: 850px;
}

.AL02 li .authorInfo {
	width: 630px;
}

.AL02 li .authorInfo span.aQY {
	position: absolute;
	top: 45px;
	right: 0px;
	display: block;
	width: 54px;
	height: 54px;
	background: url('../image/w_author_icon.png') no-repeat;
	background-size: cover;
}
.AL02 li .authorInfo .aDetail{
	width:550px;
}
/* 中青年实力派 1行3个*/
.AL03 li {
	margin-right: 15px;
	width: 390px;
}

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

.AL03 li .authorInfo {
	width: 170px;
}

.AL03:last-child {
	margin-bottom: 10px;
}

.AL03 li .authorInfo span.aQY {
	position: absolute;
    top: 38px;
    right: 12px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/w_author_icon.png) no-repeat;
    background-size: cover;
}


/* 详情页工艺师 */
.AL04 {
	margin-top: 20px;
}
.AL04 li {
	width: 850px;
	margin-bottom: 0px;
}

.AL04 li .authorImg {
	width: 250px;
	height: 170px;
}

.AL04 li .authorImg img {
	max-height: 170px;
	width: 250px;
	height: 170px;
}

.AL04 li .authorInfo {
	width: 580px;
	height: 170px;
}

.authorList li .authorInfo .aInfo {
	font-size: 12px;
	color: #3e3a39;
	line-height: 24px;
}

.authorList li .authorInfo .aDetail span {
	color: #3e3a39;
}

.AL04 li .authorInfo span.aQY {
	position: absolute;
	top: 45px;
	right: 0px;
	display: block;
	width: 54px;
	height: 54px;
	background: url('../image/w_author_icon.png') no-repeat;
	background-size: cover;
}


/* 主体内容 - 右侧 */
.wid300 {
	width: 300px;
}

.authorClass {
	list-style: none;
	background: #f5f0e8;
	margin-top: 30px;
}

.authorClass li {
	height: 40px;
}

.authorClass li a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #3e3a39;
	text-decoration: none;
	padding-left: 44px;
	box-sizing: border-box;
	line-height: 40px;
}

.authorClass li a:hover,
.authorClass li a.on {
	background: #a44323;
	color: #fff;
}

/* 权威职称查询 */
.qwBox {
	background: url('../image/w_index_zc.png') no-repeat;
	height: 300px;
	padding: 112px 30px 20px 30px;
	box-sizing: border-box;
	position: relative;
	margin: 20px 0;
}

.qwBox input {
	width: 190px;
	line-height: 40px;
	padding-left: 10px;http
	background: none;
	border: none;
}

.qwBox button {
	position: absolute;
	top: 112px;
	right: 30px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: block;
	background: none;
	cursor: pointer;
}

.qwBox p {
	font-size: 14px;
	color: #f3e7d2;
	line-height: 28px;
}

.qwBox .bt {
	font-size: 16px;
	color: #ffec04;
	margin-top: 15px;
}

/* 按姓名首字母检索 */
.initialBT {
	font-size: 20px;
	font-weight: bold;
	color: #3e3a39;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}

.initialBox {
	background: #f5f0e8;
	border: 1px solid #d1b7ab;
	padding: 20px 16px;
}

.initialBox .initial {
	list-style: none;
}

.initialBox .initial li {
	float: left;
	width: 37px;
	height: 37px;
	border: 1px solid #d1b7ab;
	margin-left: -1px;
	margin-bottom: -1px;
	background: #fff;
}

.initialBox .initial li a {
	display: block;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 18px;
	color: #a44323;
}

.initialBox .initial li a:hover {
	background: #a44323;
	color: #fff;
}

.initialBox .all {
	text-align: center;
	margin-top: 21px;
}

.initialBox .all a {
	display: inline-block;
	padding: 8px 30px;
	font-size: 18px;
	color: #fff;
	background: #ea7928;
	border-radius: 3px;
}

.initialBox .all a:hover {
	background: #a44323;
}

/* 职称评定vs人物报道 */
.newsTJ {}

.newsTJ p {
	line-height: 31px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsTJ p a {
	font-size: 14px;
	color: #595757;
}

.newsTJ p a:hover {
	color: #a44323;
}

/* 面包屑导航 */
.crumb {
	line-height: 30px;
	color: #9fa0a0;
	font-size: 12px;
	width: 1200px;
	margin: 0px auto;
	padding-top: 10px;
}

.crumb a {
	color: #9fa0a0;
}

.crumb img {
	vertical-align: -1px;
}

/* 工艺师大全 */
.wid820 {
	width: 820px;
}

.author-initial-container {}
.author-initial-container:nth-child(1) {
	margin-top: 33px;
}

.author-initial-lm {
	margin: 20px 0 10px 0;
	background: url('../image/w_author-initial-lm.png') no-repeat;
	height: 55px;
	box-sizing: border-box;
	padding-bottom: 5px;
	padding-left: 89px;
	position: relative;
}

.author-initial-lm b {
	display: block;
	width: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 50px;
}

.author-initial-lm span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #2a1f1f;
}

.author-initial-list {
	list-style: none;
	padding-bottom: 10px;
}

.author-initial-list li {
	float: left;
	width: 100px;
	margin: 10px 10px 10px 0;
}

.author-initial-list li a {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	background: #f5f4f4;
	border-radius: 3px;
}

.author-initial-list li a:hover {
	background: #a44323;
	color: #fff;
}

/* 工艺师大全 字母菜单 */
.wid30 {
	width: 30px;
	padding-top: 50px;
	padding-left: 8px;
	box-sizing: border-box;
}

.author-initial-menu {
	width: 22px;
}

.aFixed {
	position: fixed;
	top: 0;
}

.author-initial-menu li {
	width: 22px;
	margin-bottom: 1px;
}

.author-initial-menu li a {
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 14px;
	color: #898989;
	line-height: 22px;
	border-radius: 50px;
}

.author-initial-menu li a:hover,
.author-initial-menu li a.on {
	background: #a44323;
	color: #fff;
}

/* 艺人详情页 */
.authorContent {}

.authorContent p {
	line-height: 26px;
	margin-bottom: 10px;
}


/* 商品列表 强制覆盖 */
.wid850 .nProList li {
	margin: 10px 20px 10px 0;
	width: 270px;
}

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

.wid850 .nProList li .nPro-img {
	width: 270px;
	height: 203px;
}

.wid850 .nProList li .nPro-img img {
	max-height: 203px;
}

.nProList li .nPro-detail dd:nth-child(odd) {
	width: 140px;
}


/* 印章款式 */
.authorPics {
	list-style: none;
}

.authorPics li {
	float: left;
	width: 200px;
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.authorPics li a {
	display: block;
	width: 200px;
	height: 136px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.authorPics li img {
	position: relative;
	max-height: 136px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 相关新闻 */

.news-related-list {
	list-style: none;
	padding-bottom: 10px;
}

.news-related-list li {
	float: left;
	width: 410px;
	margin: 10px 30px 10px 0;
}

.news-related-list li:nth-child(2n+2) {
	margin-right: 0;
}

.news-related-list li a.news-related-img {
	display: block;
	width: 120px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #eee;
}

.news-related-list li a.news-related-img img {
	height: 80px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-related-list li .news-related-info {
	width: 275px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 7px;
}

.news-related-list li .news-related-info a {
	font-size: 16px;
	color: #3e3a39;
}

.news-related-list li .news-related-info p {
	margin-top: 8px;
	font-size: 12px;
	color: #9fa0a0;
	line-height: 22px;
	white-space: pre-wrap;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	position: relative;
}

.news-related-list li .news-related-info p a.more {
	font-size: 12px;
	text-decoration: none;
	margin-left: 6px;
	position: absolute;
	right: 0;
	top: 27px;
	background: #fff;
	padding-left: 11px;
	color: #a44323;
}


/* 工艺师相册 */
#slider {
	background: #f5f4f4;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 40px 0;
}

.show-box {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.show-box .show {
	display: block;
}

.show-box ul {
	list-style: none;
}

.show-box li {
	display: none;
	width: 800px;
	overflow: hidden;
}

.show-box img {
	display: block;
	width: auto;
	height: 600px;
	margin: 0 auto;
}

.show-box .show-btn {
	position: absolute;
	background: rgba(164, 67, 35, .5);
	width: 30px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
}

.show-box .show-btn:hover {
	background: rgba(164, 67, 35, 1);
}

.show-box .show-btn span {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 90px;
}

.show-box .show-prev {
	left: 0;
}

.show-box .show-prev span {
	background: url('../image/w_author_photo_left.png') center no-repeat;
}

.show-box .show-next {
	right: 0;
}

.show-box .show-next span {
	background: url('../image/w_author_photo_right.png') center no-repeat;
}

/* 描述 */
.ifocus_opdiv {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 550px;
	left: 0px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 50px;
}

.ifocus_opdiv span {
	text-align: center;
	color: #fff;
}

/*小图列表部分*/
.minImgs {
	width: 872px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;
}

.min-box {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.min-box-list {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	overflow: hidden;
}

.min-box-list .cur a {
	display: none;
}

.min-box-list li {
	width: 120px;
	height: 90px;
	padding: 0px 6px 0px 0px;
	float: left;
	cursor: pointer;
	position: relative;
}

.min-box-list li div {
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto
}

.min-box-list li div img {
	display: block;
	width: 120px;
	height: 90px;
}

.min-box-list a {
	width: 120px;
	height: 90px;
	display: block;
	background: #252323;
	filter: alpha(opacity=50);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}


/* 小图左右箭头 */
.minImgs .min-btn {
	display: block;
	position: absolute;
	top: 0;
	height: 90px;
	width: 30px;
	background: rgba(0, 0, 0, .5);
}

.minImgs .min-btn span {
	display: block;
	width: 30px;
	height: 90px;
}

.minImgs .min-prev {
	left: 0;
}

.minImgs .min-prev span {
	background: url('../image/w_author_photo_left.png') center no-repeat;
}

.minImgs .min-next {
	right: 0;
}

.minImgs .min-next span {
	background: url('../image/w_author_photo_right.png') center no-repeat;
}



/* 右侧精品推荐 - 强制覆盖 */
#jingpin_list {}

#jingpin_list .nProList li {
	margin: 5px 0;
	padding: 10px 10px 0 10px;
	background: #f5f0e8;
}
#jingpin_list .nProList li:last-child {
	margin-bottom: 0;
}

#jingpin_list .nProList li .nPro-detail {
	padding: 15px 0;
}

#jingpin_list .nProList li .nPro-detail dd:nth-child(odd) {
	width: 170px;
}

#jingpin_list .nProList li .nPro-detail dd:nth-child(even) {
	width: 110px;
}

#jingpin_list .nProList li .nPro-detail dd.nPro-title a {
	max-width: 177px;
}


/* 广告图 */
.guang-top,
.guang-bot {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.guang-right {
	width: 300px;
	height: 350px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.guang-h300 {
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

.pages ul li.thisclass, .pages ul li .thisclass, .pages ul li.thisclass a, .pages ul li .thisclass a, .pagebox ul li.thisclass a:hover, .pagebox ul li .thisclass a:hover {
    background: #a44323;
    border: 1px solid #a44323;
}
.thisclass strong {
    color: #fff;
}