body {
	background: rgb(246, 246, 246);
}



/* banner */
.banner {
	cursor: pointer;
	margin: 0 auto;
	width: 1399px;
	height: 187px;
}

.bannerchild {
	margin-top: 26px;
	width: 100%;
	height: 100%;
}

.bannerchild a img {
	width: 100%;
	height: 100%;
}

/* 当前位置 */
.current {
	width: 1399px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.currentchild p {
	height: 12px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #808080;
}

/* 主体 */
.main {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.main-left {
	width: 200px;
	height: 400px;
	float: left;
}

.main-right {
	margin-left: 20px;
	width: 1180px;
	height: 100%;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
}

/* tab切换 */
.abouts {
	width: 100%;
	height: 70px;
	background: #0091e6;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
}

#tit {
	width: 100%;
	height: 100%;
}

#tit div {
	text-align: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	border-bottom: 1px solid #E6E6E6;
	background-color: #fff;
}


#con .conItem {
	/* display: none; */
	height: 100%;
}

#con .show {
	display: block;
}

.round {
	padding: 0 10px 0 40px
}

.select {
	background-color: #E6E6E6!important;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #2A5082;
}

.newsItem,.newsItem1{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	/* height: 500px; */
	/* overflow: hidden; */
}
._page_container {
	margin: 50px auto !important;
}
.newsItemChild {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	border-bottom: 1px #E2E2E2 solid;
	justify-content: space-between;
	padding: 20px 0;
	cursor: pointer;
}

.newsItemChildMain {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #333333;
	width:90%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.newsItemChildTime {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #333333;
}

/* 底部 */

.icon-Frame1 {
	padding-right: 20px;
}

.footChild-mainName,
.footChild-mainName2 {
	padding-bottom: 15px;
}

.footChild-mainMobile,
.footChild-mainMobile2 {
	padding-left: 35px;
}

.footChild-mainAddress,
.footChild-mainAddress2 {
	padding-left: 35px;
	padding-top: 3px;
}
