/** 样式重置 **/
body {
	background-color: #f0f0f0;
	min-width: 1400px;
}

a{
	text-decoration: none;
}

.fixed-content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	width: 96%;
	max-width: 1500px;
	min-width: 1200px;
	display: flex;
	justify-content: center;
	background-color: initial;
}

/** 头部样式开始 **/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* z-index: 99999999; */
	z-index: 999;
	height: 80px;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: #FFFFFF;
	background-position: center center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	flex-direction: column;
}

.header-pd{
	height: 80px;
}

.content1200 {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	align-items: center;
	width: 96%;
	max-width: 1500px;
	min-width: 1200px;
	display: flex;
	justify-content: center;
	background-color: initial;

}


.header-l {
	width: 145px;
}

.logo {
	width: 255px;
	height: 39px;
	object-fit: cover;
}

.header-r {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 100%;
}

.nav-sub-wrap{
	position: fixed;
	top: 80px;
	left: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 99999;
	transition: height .3s;
}
.nav-sub-wrap.active{
	height: 40px;
	border-top: 1px solid #eee;
}
.nav-sub{
	display: flex;
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
}

.nav-su:hover{
	display: flex;
}

.nav-sub-item{
	display: flex;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	cursor: pointer;
	height: 100%;
}

.nav-sub-item-active,.nav-sub-item:hover{
	color: #BF2230;
	cursor: pointer;
}

.nav-item {
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	height: 100%;
	position: relative;
	align-items: center;
}


.nav-item  > a{
	cursor: pointer;
	text-decoration: none !important;
	color: #666666;
}

.nav-item  > a:active,.nav-item > a:hover,.nav-item-active > a{
	color: #BF2230;
}



/** 头部样式结束 **/

/** 底部样式开始 **/
.footer{
	/* height: 550px; */
	background-color: #262626;
}

.footer-logo{
	width: 90px;
	height: 88px;
}

.footer-t{
	padding-top: 48px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #555555;
	padding-bottom: 48px;
}

.footer-t-wrapper{
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.company-name{
	flex: 1;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	border-bottom: 1px solid #999999;
	padding-bottom: 22px;
	margin-bottom: 20px;
}

.company-info-item{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8D8C8C;
	line-height: 28px;
}

.company-action{
	margin-top: 20px;
}

.cpy-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 30px;
	border: 1px solid #8D8C8C;;
	color: #8D8C8C;
	font-size: 12px;
	border-radius: 14px 15px 15px 15px;
	margin-right: 12px;
	opacity: 0.7;
}
.cpy-btn:hover{
	opacity: 1;
}

.location-img{
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.qrcode{
	width: 103px;
	height: 103px;
}

.advisory-info .company-action{
	display: flex;
	flex-direction: column;
}

.advisory-info .cpy-btn{
	margin-bottom: 10px;
}

.advisory-info .company-name{
	width: 152px;
}

.job-list{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #555555;
}

.job-item{
	box-sizing: border-box;
	border-right: 1px solid #666666;
	flex: 1;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	text-align: center;
}

.job-item a{
	color: #666;
}

.job-item a:hover,.powerby a:hover{
	color: #999;
}

.job-item:last-child{
	border-right: none;
}

.powerby{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8D8C8C;
	line-height: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.powerby a{
	color: #8D8C8C;
}

.footer-b-wrapper{
	display: flex;
	flex-direction: column;
	flex: 1;
}
/** 底部样式结束 **/



/**  通用模块开始 **/

.section {
	margin-top: 20px;
	background-color: #FFFFFF;
	flex: 1;
	padding: 24px;
}

.section-title {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}

.section-sub-title {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 28px;
	margin-left: 10px;
}

.section-line {
	width: 40px;
	height: 2px;
	margin-top: 12px;
}

.section-desc {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
}

.section-sub-title {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 28px;
}


/**  通用模块结束 **/


/** 智库模块开始 **/
.article-list{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}

.article-item-wrpper {
	box-sizing: border-box;
	width: 25%;
	margin-bottom: 6px;
	padding-right: 6px;
}



.article-action-wrapper:last-child{
	padding-right: 0;
}

.article-item {
	box-sizing: border-box;
	border: 1px solid rgba(153, 153, 153, .38);
	cursor: pointer;
}

.article-item-info{
	padding: 22px 24px ;
}

/* .article-item:hover .article-name,.article-item:hover .article-item-desc,.article-item:hover .article-item-desc,.article-item:hover .article-bottom-left{
	 color: #BF2230;
} */
.article-item:hover .article-bottom-left{
	color: #BF2230;
}

.article-item .article-item-desc{
	/* 	white-space: nowrap;
        text-overflow:ellipsis; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
}

.article-item .artice-tag-active{
	display: none;
}


.article-item:hover .artice-tag{
	display: none;
}


.article-item .right-arrow2-active{
	display: none;
}


.article-item:hover .right-arrow2{
	display: none;
}

.article-item:hover .right-arrow2-active{
	display: inline-block;
}

.article-item:hover .artice-tag-active{
	display: inline-block;
}

.article-item-nobd{
	overflow: auto;
}

.article-item-cover {

	width: 100%;
	position: relative;

}

.article-item-cover-pd {
	padding-top: 62.22%;
}


.article-item-cover-img {
	left: 0;
	top: 0;
	position: absolute;
	background-color: #000000;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.article-action-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	flex: 1;
}

.article-name{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	position: relative;
	height: 21px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.article-item-desc{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;

}



.article-bottom{
	margin-top: 38px;
	border-top: 1px solid rgba(153, 153, 153, 0.1);
	padding-top: 32px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.article-bottom{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
	padding-top: 20px;
	margin-top: 20px;
}

.article-bottom-left{
	display: flex;
	align-items: center;
}

.right-arrow2{
	width: 20px;
	height: 14px;
}

.artice-tag{
	width: 16px;
	height: 16px;
	margin-right:6px;
}

.article-item-nobd{
	border: none;
	padding-left: 24px;
	padding-right: 24px;
}

.article-item-nobd .article-item-info{
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-bottom: 1px solid rgba(153, 153, 153, .38);
}

.article-dot{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color:#BF2230 ;
	left: -20px;
	top: 10px;
}
/** 智库模块结束 **/

/** 分页模块开始 **/

.pager{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
	margin-bottom: 33px;
}

.page-num{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

.page-num-active{
	background: #801C22;
	color: #FFFFFF;
}

.pager-arrow{
	width: 10px;
	height: 12px;
}

.total-page{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-left: 20px;
}