.content-width {
	width: 7.5rem;
	margin: auto;
}

/* area-1 */
.main-zhuanjia{
	padding: 0 .3rem 0;
	box-sizing: border-box;
}
.news-title {
	text-align: left;
}
.news-title img{
	height: 0.77rem;
}

.cont {
	padding: 0.35rem 0 0;
}

.cont .txt {
	line-height: 0.4rem;
	font-size: 0.2rem;
	text-align: left;
	color: #a7a7a7;
	margin-bottom: 0.52rem;
}

/*  */
.switch-a {
	position: relative;
}

.switch-a-tab {
	font-size: 0.26rem;
	color: #a7a7a7;
	padding-bottom: 0.2rem;
}

.switch-a-tab .tab {
	display: inline-block;
	padding: 0 0.35rem;
	position: relative;
	margin: 0 0.25rem;
	cursor: pointer;
}

.switch-a-tab .tab::before,
.switch-a-tab .tab::after {
	content: '';
	position: absolute;
	width: 0.12rem;
	height: 0.02rem;
	background-color: #c9ab85;
	top: 0.17rem;
	display: none;
}

.switch-a-tab .tab::before {
	left: 0;
}

.switch-a-tab .tab::after {
	right: 0;
}

.switch-a-tab .current::before,
.switch-a-tab .current::after {
	display: block;
}

.switch-a-tab .current {
	color: #c9ab85;
}

/* list */
.list{
	display: none;
}
.list:first-child{
	display: block;
}
.list::after {
	display: block;
	height: 0.3rem;
	content: '';
	clear: both;
}

.list .item {
	position: relative;
	display: block;
	margin-right: 0.25rem;
	margin-bottom: 0.3rem;
	width: 2.1rem;
	height: 5rem;
	text-decoration: none;
	background: #222222;
	float: left;
	text-align: left;
}
.list .item img{
	width: 100%;
}
.list .item:nth-of-type(3n) {
	margin-right: 0;
}

.list .item .imginfo {
	/* position: absolute;
    left: 0;
    bottom: 0; */
	padding-left: 0.2rem;
	height: 0;
	/* transition: all .3s; */
}

.list .name {
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #cda677;
}

.list .name::after {
	position: relative;
	display: block;
	width: 0.12rem;
	border-bottom: 0.02rem solid #4e4e4e;
	content: '';
	margin-top: 0.06rem;
}

.list .txt {
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #a7a7a7;
}

.list .imginfo p:nth-of-type(3) {
	padding-bottom: 0.15rem;
}

.list .item:hover .imginfo {
	height: 2.2rem;
	background: #b90000;
}

.list .item:hover .imginfo p {
	color: #fff;
}

.list .item:hover .name::after {
	border-color: #fff;
}

.addNow {
	width: 1.56rem;
	height: 1.78rem;
	position: fixed;
	right: 0%;
	top: 50%;
	display: none;
}

.addNow img {
	width: 100%;
	height: 100%;
}

.popBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
}

.popBox .popcont {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 4.9rem;
	height: 5.5rem;
}

.popBox .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.4rem;
	height: 0.4rem;
	cursor: pointer;
}

.organization {
	padding: 0 0 0.6rem;
	/* margin-top: 0.6rem; */
	text-align: left;
	/* background: #8d8d8d; */
}

.organization .tit {
	font-size: 0.18rem;
	line-height: 0.6rem;
	color: #cca677;
}

.organization .img {
	padding-bottom: 0.15rem;
}

.organization .img img {
	margin-right: 0.06rem;
	margin-bottom: 0.1rem;
}

.organization .img img:nth-of-type(6n) {
	margin-right: 0
}

.organization .box-1 .m-logobox {
	margin-right: 0.55rem;
	float: left;
}

.organization .box-1::after {
	display: block;
	height: 0;
	content: '';
	clear: both;
}

.organization .box-4 img:nth-of-type(6n) {
	margin-right: 0;
}
