/* CSS Document */
.nav-about {
	height: 100%;
	line-height: 70px;
	margin-right: 20px;
}
.nav-about-btn{
	height: 100%;
	line-height: 70px;
	cursor: pointer;
}

.nav-about-btn>img{
	position: relative;
	top: -3px;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

body,html{
	font-size: 14px;
	color: #262626;
	/*min-width: 1366px;*/
}

.about{
	width: 1100px;
	box-sizing: border-box;
	height: 546px;
	padding: 0px 0;
}
.dialog-title span {
	font-size: 16px;
}

/* 头部 */
.about-top{
	width: calc(100% - 48px);
	margin: 0 auto;
	padding: 16px;
	height: 112px;
	box-sizing: border-box;
	background: #fafafa;
	margin-bottom: 6px;
}

.about-logo{
	width: 58px;
}
.company-inf{
	padding-left: 20px;
}
.company-name{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
.company-mark{
	width: 72px;
	text-align: center;
	background: #2170d9;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.other-inf{
	overflow: hidden;
}
.compang-contact{

	color: #8c8c8c;
	padding-left: 22px;
	background: url(/platform/styles/yzy/about/ic_fwrx.png) no-repeat left center;
}
.system-version{

	color: #8c8c8c;
	padding-left: 22px;
	background: url(/platform/styles/yzy/about/ic_bb.png) no-repeat left center;
	margin-left: 30px;
}

/* tab */
.about-tab{
	width: 100%;


}
.about-tab ul{
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-left: 24px;
}
.about-tab ul li{
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	height: 60px;
	line-height: 60px;
	color: #262626;
	cursor: pointer;
	font-size: 16px;
}
.about-tab ul li.active{
	border-bottom: 2px solid #2170d9;
	height: 58px;
	color: #2170d9;
	margin-top: -1px;
}
.about-tab ul li:hover{
	color: #2170d9;
}

/* 列表 */
.notice-list{
	width: 100%;
}
.notice-list-title{
	width: 100%;
	overflow: hidden;
	background: #eef1f4;
	border-bottom: 1px solid #e6e6e6;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	padding: 0 24px;
}
.notice-list-item{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	padding: 0 24px;
	cursor: pointer;
}
.notice-list .gray{
	color: #8c8c8c;
}

.notice-list-item:hover{
	background: #eff5fc;
}
.notice-list-item:active .item-title{
	color: #2170d9;
}
.notice-list-title .addtime{
	padding-right: 58px;
}

.about{
	position: relative;
}

.about .page-box{
	padding-right: 24px;
}
.notice-list-scroll{
	height: 260px;
	/*overflow-x: hidden;*/
	overflow-y: auto;
}

/* 滚动条样式 */
.notice-list-scroll::-webkit-scrollbar{
	width: 5px;
	background: #dedede;

}

.notice-list-scroll::-webkit-scrollbar-thumb{
	background: #999999;
	border-radius: 4px;
}


/* 发布日志 */
.logs{
	box-sizing: border-box;
	width: 100%;
	height: 276px;
}
.logs-item{
	width: 100%;
}
.logs-title{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	color: #666666;
	padding-left: 24px;
	margin-bottom: 10px;
}
.logs-content{
	box-sizing: border-box;
	width: 100%;
	padding: 0 24px;
	line-height: 24px;
	margin-bottom: 24px;
}

/* 滚动 */
.scroll{
	overflow-x: hidden;
	overflow-y: auto;
}

/* 滚动条样式 */
.scroll::-webkit-scrollbar{
	width: 5px;
	background: #dedede;

}

.scroll::-webkit-scrollbar-thumb{
	background: #999999;
	border-radius: 4px;
}

/* 常见问题 */
.question{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	height: 320px;
}
.question-nav{
	width: 160px;
	box-sizing: border-box;
	border-left: 1px solid #e6e6e6;
	height: 342px;
}
.question-nav ul{
	width: 100%;
}

.question-nav ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 20px;
	cursor: pointer;
}
.question-nav ul li:hover{
	color: #2170d9;
}
.question-nav ul li.active{
	background: #eff5fc;
	color: #2170d9;
	border-left: 4px solid #2170d9;
}

.question-content{
	width: 938px;
	box-sizing: border-box;
	padding: 16px 24px 24px 24px;
	height: 342px;
	padding-bottom: 150px;
}

.question-kind{
	width: 100%;
}
.question-item{
	margin-bottom: 30px;
}
.kind-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.question-title{
	font-size: 16px;
	color: #262626;
	margin-bottom: 14px;
}
.answer{
	width: 100%;
	background: #f8f8f8;
	border-radius: 2px;
	min-height: 80px;
	box-sizing: border-box;
	padding: 16px;
}

.answer-item{
	overflow: hidden;
	margin-bottom: 24px;
}

.answer-item span{
	display: block;
	width: 70px;
}
.answer-item p{
	width: calc(100% - 70px);
	color: #666666;
	line-height: 20px;
}
.answer-item.m0{
	margin-bottom: 0;
}

/* 系统帮助 */
.system-help{
	width: 100%;
	padding: 16px 24px 24px 24px;
	box-sizing: border-box;
	height: 342px;

}


/* 公告详情 */
.notice-detail{
	height: 481px;
}

.essay{
	width: 900px;
	margin: 0 auto;
}

.essay-title{
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 15px;
}

.essay-info{
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 26px;
}
.essay-info p{
	color: #8c8c8c;
	margin-right: 120px;
}
.essay-content{
	font-size: 16px;
	line-height: 32px;
}

.dialog-close{
	background-size: 15px;
}
.dialog-close:hover{
	background-size: 15px !important;
}

@media (min-width: 1000px) and (max-width: 1600px) {

	.dialog-title {
		height: 46px;
		line-height: 46px;
	}

	.about {
		width: 965px;
		height: 460px;
	}

	.notice-list-scroll {
		height: 168px;
	}

	.notice-list-item, .notice-list-title, .ggstyle{
		height: 40px;
		line-height: 40px;
	}

	.about-tab ul{
		height: 46px;
	}

	.about-tab ul li.active {
		height: 44px;
	}

	.page-box .pre-btn, .page-num, .next-btn{
		width: 30px!important;
		height: 30px!important;
	}

	.page-box span input{
		height: 25px!important;
	}

	.page-box{
		height: 56px!important;
		padding-top: 14px!important;
	}

	.about-tab ul li{
		line-height: 44px;
	}

	.logs {
		height: 206px;
	}

	.question {
		height: 226px;
	}

	.question-nav {
		height: 244px;
	}

	.question-content {
		width: 648px;
		height: 244px;
	}

	.helpcss {
		height: 350px !important;
	}
}

@media (min-width: 1000px) and (max-width: 1380px) {
	.dialog {
		margin-top: 40px;
	}
}
.unshow{
	display: none;
}








