/**
 * 信息披露样式文件
 * 
 * @version $Id: information.css 353 2024-07-31 07:12:07Z fuy $
 * @creator liqt @ 2013-07-02 16:57:50 by caster0.0.3
 */

/*待完善更多文章显示样式*/
@media all {
	.information {
        background-color: #f0f0f0;
		padding-top: 20px;
	}

	.information .left-menu {
		background-color: #fff;
		padding: 20px 0;
		min-height: 800px;
	}

	.information .left-menu .item {
		box-sizing: border-box;
		width: 100%;
		height: 70px;
		line-height: 70px;
		font-size: 20px;
		color: #666;
		padding: 0 20px;
		cursor: pointer;
	}
	.information .left-menu .item.active {
		background-color: #fffaf6;
	}
	.information .left-menu .item.active a {
		color: #253a7e;
	}
	.information .left-menu .item a {
		display: block;
	}

	.information .right-content {
		background-color: #fff;
		padding: 20px;
		min-height: 800px;
	}

	
	.information-sub-title {
		position: relative;
		height: 46px;
		line-height: 46px;
		font-size: 24px;
		font-weight: 700;
		color: #333;
		padding: 0 20px;
		margin-bottom: 30px
	}
	.information-sub-title:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 4px;
		height: 26px;
		background: #253a7e;
		border-radius: 0 4px 4px 0
	}
	.information-table {
		font-size: 16px;
		border: 1px solid #feebd9;
		border-radius: 16px;
		overflow: hidden
	}
	.information-table .trow {
		display: flex
	}
	.information-table .trow:nth-of-type(2n-1) {
		background: #fff9f2
	}
	.information-table .thead {
		font-size: 20px;
		font-weight: 700;
		color: #cc8f52;
		background: #ffe9cf !important
	}
	.information-table .thead .tcell:not(:last-of-type) {
		border-right: 1px solid #fff
	}
	.information-table .tbody {
		font-size: 16px;
		color: #666
	}
	.information-table .tbody .tcell:not(:last-of-type) {
		border-right: 1px solid #feebd9
	}
	.information-table .tcell {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		flex-wrap: wrap;
		min-height: 60px;
		line-height: 32px;
		text-align: center;
		word-break: break-all;
		letter-spacing: 0;
		padding: 14px 20px
	}
	.information-sub-title {
		position: relative;
		height: 46px;
		line-height: 46px;
		font-size: 24px;
		font-weight: 700;
		color: #333;
		padding: 0 20px;
		margin-bottom: 30px
	}
	.information-sub-title:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 4px;
		height: 26px;
		background: #253a7e;
		border-radius: 0 4px 4px 0
	}

	.basic-info {
		margin-bottom: 50px
	}
	.basic-info .basic-info-content {
		padding: 0 20px
	}
	.basic-info .basic-info-content .fs16 {
		font-size: 16px
	}
	.basic-info .basic-info-content .fs18 {
		font-size: 18px
	}
	.basic-info .basic-info-content .bold {
		color: #333;
		font-weight: 700
	}
	.basic-info .basic-info-content .grey {
		color: #666
	}
	.basic-info .basic-info-content .yellow {
		color: #ff9932;
		text-decoration: underline;
		cursor: pointer
	}

	.company {
		margin-bottom: 50px
	}
	.company .company-text-wrap .company-text {
		color: #666;
		font-size: 16px;
		padding: 0 20px;
		margin-bottom: 36px
	}
	.company .company-text-wrap .company-text:first-child {
		color: #333;
		font-weight: 700
	}
	.company .company-text-wrap .company-text:last-child {
		margin-bottom: 0
	}
	.company .company-text-wrap .company-text span {
		color: #333;
		font-weight: 700;
		font-size: 18px
	}

	.branches {
		margin-bottom: 50px
	}
	.branches .branches-content {
		padding: 0 20px
	}

	.contactus {
		margin-bottom: 50px
	}
	.contactus .contactus-content{
		padding: 0 20px
	}
	.contactus .contactus-content .contact-box {
		padding: 20px;
		background: #fbfbfb;
		border-radius: 16px
	}
	.contactus .contactus-content .contact-box .list:not(:last-child){
		margin-bottom: 32px
	}
	.contactus .contactus-content .contact-box .list .top{
		font-size: 20px;
		color: #333;
		margin-bottom: 16px;
		font-weight: 700
	}
	.contactus .contactus-content .contact-box .list .bottom{
		font-size: 16px;
		color: #666
	}
}