﻿@charset "utf-8";

.container {
	width:100%;
	min-width:1680px;
}
.containerBj {
	height:50px;
	line-height:50px;
	background:#f3f3f3;
	margin-top:-4px;
}
.banner {
	width:100%;
	min-width:1200px;
	position:relative;
}
.banner .liImg img {
	height:290px;
	width:100%;
	border:0;
}
.banner .hd {
    top:550px;
    right:48.5%;
    position:absolute;
    z-index:5;
}
.banner .hd li {
    display:inline-block;
    cursor:pointer;
    height:7px;
    width:7px;
    margin:0 4px;
    border-radius:50px;
    background:#afafaf;
    overflow:hidden;
    text-indent:-10px;
}
.banner .hd li.on {
    background:#ffb300;
    height:9px;
    width:9px;
}
.container .containerSon {
	width:1340px;
	min-height:400px;
	margin:0 auto;
}
.container .containerSon .mianBao a,.container .containerSon .mianBao span {
	font-size:15px;
	color:#575656;
}
.container .containerSon .mianBao a:hover {
	color:#ffb300;
}
.container .containerSon .newsDeatil {
	margin-top:50px;
}
.container .containerSon .newsDeatil .detailLeft {
	float:left;
}
.container .containerSon .newsDeatil .detailLeft .compNews {
	width:325px;
	height:140px;
	background:url(../images/ndetail1.jpg) no-repeat;
	background-size:100% 100%;
	text-align:center;
}
.container .containerSon .newsDeatil .detailLeft .compNews .pidds {
	padding-top:40px;
}
.container .containerSon .newsDeatil .detailLeft .compNews a {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	letter-spacing:6px;
	padding-bottom:4px;
}
.container .containerSon .newsDeatil .detailLeft .compNews a:hover,.container .containerSon .newsDeatil .detailLeft .compNews a.newsOn {
	border-bottom:4px solid #fff;
}
.container .containerSon .newsDeatil .detailLeft .instNews {
	width:325px;
	height:140px;
	background:url(../images/ndetail2.jpg) no-repeat;
	background-size:100% 100%;
	text-align:center;
	margin-top:20px;
}
.container .containerSon .newsDeatil .detailLeft .instNews .pidds {
	padding-top:40px;
}
.container .containerSon .newsDeatil .detailLeft .instNews a {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	letter-spacing:6px;
	padding-bottom:4px;
}
.container .containerSon .newsDeatil .detailLeft .instNews a:hover,.container .containerSon .newsDeatil .detailLeft .instNews a.newsOn {
	border-bottom:4px solid #fff;
}
.container .containerSon .newsDeatil .detailRight {
	float:right;
	width:900px;
}
.container .containerSon .newsDeatil .detailRight .title {
	color:#363534;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.container .containerSon .newsDeatil .detailRight .context {
	color:#363534;
	font-size:16px;
	margin-top:50px;
	line-height:32px;
}
.container .containerSon .pageDetail {
	margin-top:50px;
	padding-bottom:100px;
	margin-left:440px;
}
.container .containerSon .pageDetail div {
	background:#005bac;
	color:#fff;
	width:372px;
	height:30px;
	line-height:28px;
	text-align:center;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    float:left;
    padding:0 5px;
}
.container .containerSon .pageDetail div.spMargin {
	margin-left:130px;
}
.container .containerSon .pageDetail div a {
	color:#fff;
	font-size:12px;
}