﻿@charset "utf-8";

#content {
	margin-top: 40px;
	min-height: 500px;
}

.left {
	float: left;
	width: 310px;
}

.main {
	float: right;
	width: 1240px;
}

.menu {
	padding-top: 50px;
	min-height: 200px;
}

.menu hr {
	margin: 2px 10px 2px 0;
	border: 0;
	width: 300px;
	height: 1px;
	background-color: #BFD0E5;
}

.menu .item {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: start;
}

.menu .item a {
	margin-left: 10px;
	padding-left: 18px;
	background: url(images2/icon-arrow-nm.png) no-repeat left center;
	color: black;
	font-size: 18px;
}

.menu .parent a {
	font-size: 22px;
}

.menu .child a {
	margin-left: 24px;
}

.menu .current {
	background: #3F68D1 url(images2/submenu-act-bg.png) no-repeat right center;
}

.menu .current a {
	background: url(images2/icon-arrow-act.png) no-repeat left center;
	color: white;
}

.column .title{
	float: left;
	margin-left: 10px;
	font-size: 30px;
	color: #105AA3;
	line-height: 50px;
}

.column .pos {
	float: right;
	margin-top: 10px;
	margin-right: 14px;
	font-size: 16px;
	line-height: 20px;
	color: #8E8E8E;
}

.column .pos a {
	color: #8E8E8E;
	line-height: 20px;
}

.column .line1 {
	clear: both;
	float: left;
	width: 140px;
	height: 5px;
	background-color: #0068D0;
}

.column .line2 {
	float: left;
	width: 1100px;
	height: 5px;
	border-bottom: 1px solid #E3E3E3;
}

.container {
	clear: both;
	margin-top: 14px;
}

.container .item {
	padding-left: 22px;
	font-size: 18px;
	border-bottom: 1px solid #E8E8E8;
}

.container .item a {
	display: block;
	padding-left: 28px;
	background: url(images2/icon-square-s.png) no-repeat left center;
	color: black;
	line-height: 60px;
}

.container .item a:hover {
	color: #3359ab;
}

.container .topNews {
	padding-left: 6px;
}

.container .topNews a {
	padding-left: 44px;
	background: url(images2/icon-ttop-post.png) no-repeat left center;
	color: #EF460A;
}

.container .item a span {
	float: right;
	margin-right: 14px;
	font-size: 17px;
	color: #A4A4A4;
}

.article {
	clear: both;
	margin-top: 14px;
}