@charset "utf-8";

/* CSS Document */
.banner {
	/* background: url(/skin/baichy/images/about.png) center; */
	/* height: 220px; */
}

.banner img {
	max-width: 100%;
}

/*内容开始*/
.main {
	max-width: 1180px;
	margin: 0 auto;
}

.main h3 {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

.main .sidebar-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*左侧边栏*/
.main .sidebar {
	float: left;
	width: 20%;
}

.main .sidebar .sideTop {
	width: 100%;
	/* height: 184px; */
	border: 1px solid #e1e1e1;
}

.main .sidebar .sideTop dl {
	margin-left: 5px;
	margin-right: 5px;
}

.main .sidebar .sideTop dl dt,
.main .sidebar .sideTop dd {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

.main .sidebar .sideTop dl dt {
	font-size: 18px;
}

.main .sidebar .sideTop dl .now a {
	color: #e60717;
}

.main .sidebar .sideTop dl .now em {
	font-size: 20px;
	float: right;
}

.main .sidebar .sideTop dl dd:last-child {
	border-bottom: 0;
}

.main .sidebar .sideBottom {
	margin-top: 40px;
	width: 100%;
	/* height: 368px; */
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.main .sidebar .sideBottom dl {
	width: 100%;
	text-align: justify;
	line-height: 2;
}

.main .sidebar .sideBottom dl dt {
	font-size: 18px;
	margin-bottom: 22px;
}

.main .sidebar .sideBottom p img {
	margin-left: 10px;
}

.main .sidebar .sideBottom p span {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
}

/*右内容*/
.main .content {
	float: right;
	width: 79%;
}

.main .content h2 {
	font-size: 18px;
	font-weight: normal;
	height: 32px;
	border-bottom: 1px solid #e1e1e1;
}

/*新闻中心*/
.main .content .news {
	margin-top: 20px;
}

.main .content .news img {
	max-width: 100%;
	height: auto;
}

.main .content .news p {
	line-height: 2;
}

.main .content .news p em {
	float: right;
}

.main .content .page {
	margin-top: 20px;
	/* overflow: hidden; */
}

.main .content .page p {
	text-align: center;
}

.main .content .page p a {
	margin-right: 10px;
}

.main .content .page p span {
	color: #e60717;
	margin-right: 10px;
}

/*新闻详情*/
.main .content .news-title {
	text-align: center;
}

.main .content .news h3 {
	text-align: center;
	color: #888;
}

.main .content .news p {
	text-indent: 2em;
}

.main .content .news p strong {
	color: #e60717;
}

.main .content .news-list {
	margin-top: 20px;
	line-height: 2;
}

@media screen and (max-width:768px) {
	.main .sidebar {
		width: 100%;
	}

	.main .content {
		width: 100%;
	}
}