﻿@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:1170px;
	margin:0 auto;
}
.container .containerSon .mianBao a,.container .containerSon .mianBao span {
	font-size:15px;
	color:#575656;
}
.container .containerSon .mianBao a:hover {
	color:#ffb300;
}
.container .containerSonList {
	width:904px;
	margin:0 auto;
}
.container .containerSonList .newsTab {
	margin-top:15px;
	width:904px;
	height:195px;
	background:url(../images/newstab.jpg) no-repeat;
	background-size:100% 100%;
}
.container .containerSonList .newsTab a {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	letter-spacing:6px;
	padding-bottom:4px;
}
.container .containerSonList .newsTab a:hover,.container .containerSonList .newsTab .newsOn {
	border-bottom:4px solid #fff;
}
.container .containerSonList .newsTab .nLeft {
	float:left;
	width:448px;
	margin-top:55px;
	text-align:center;
}
.container .containerSonList .newsTab .nRight {
	float:right;
	width:450px;
	margin-top:55px;
	text-align:center;
}
.container .containerSonList ul.newsLists {
	margin-top:30px;
}
.container .containerSonList ul.newsLists li {
	width:900px;
	height:180px;
	border:4px dotted #bfbfbf;
	position:relative;
	margin-bottom:50px;
}
.container .containerSonList ul.newsLists li .title {
	margin-top:26px;
	margin-left:80px;
}
.container .containerSonList ul.newsLists li .title a {
	font-size:16px;
	font-weight:bold;
	color:#363534;
}
.container .containerSonList ul.newsLists li .digest {
	margin-top:26px;
	margin-left:80px;
	color:#848380;
	font-size:14px;
	line-height:30px;
	padding-right:10px;
	padding-left:35px;
	font-weight:bold;
	background:url(../images/ns2.jpg) no-repeat;
}
.container .containerSonList ul.newsLists li:hover {
	border:4px dotted #ffb200;
}
.container .containerSonList ul.newsLists li:hover .digest {
	background:url(../images/ns1.jpg) no-repeat;
}
.container .containerSonList ul.newsLists li .newsImg {
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	top:38px;
	left:-50px;
	z-index:999;
}
.container .containerSonList ul.newsLists li .newsImg img {
	width:100px;
	height:100px;
}
.page {
	text-align:center;
	padding:40px 0;
	margin:20px 0;
}
.page a {
	display:inline-block;
	padding:3px 10px 5px 10px;;
	margin:0 6px;
	font-size:16px;
	border:1px solid #ededed;
	border-radius:3px;
	color:#000;
}
.page a.currentOn {
    cursor:auto;
    color:#fff;
    background:#015aa9;
}
.page a:hover {
	color:#fff;
	cursor:pointer;
	background:#015aa9;
}