﻿.about-menu {
    float: left;
    width: 190px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
	margin-bottom: 10px;
}
.about-menu a {
    display: block;
    color: #333;
    height: 46px;
    line-height: 46px;
    padding-left: 60px;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc
}

.about-menu a.on {
    color: #fff;
    background: #00b7ee
}

.about-menu a.on:hover {
    color: #fff
}

.about-menu a:hover {
    color: #00b7ee
}

.about-menu a:last-child {
    border-bottom: 0
}
.aboutmain-box {
    float: right;
    width: 958px;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
	margin-bottom:10px;
}


.aboutcon {
    width: 958px
}

.aboutcon h1 {
	color: #00b7ee;
	padding: 10px;
	font-size: 16px;
	border-bottom: 2px solid #f4f4f4
}

.aboutcon .showcon {
	color: #000;
	padding: 10px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px
}

.aboutcon .showcon * {
	max-width: 100%
}

.aboutcon .showcon:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	overflow: hidden
}

.aboutcon .showcon strong {
	font-weight: bold !important
}

.aboutcon .showcon i, .aboutcon .showcon em {
	font-style: italic
}

.aboutcon .showcon a {
	color: #0082dd
}

	.aboutcon .showcon a:hover {
		color: #ff8a00
	}

.aboutcon .showcon table, .aboutcon .showcon th, .aboutcon .showcon td {
	border: 1px solid #e5e5e5
}