﻿
a,
ul,
ol,
li {
	list-style: none;
	    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

/*img {
	max-width: 100%;
}*/

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

a {
	text-decoration: none;
	color: #005fb4;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	/*img {
		max-width: 100% !important;
	}*/
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
}


/*public*/

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.tran {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main {
	margin: 0 auto;
	width: 1200px;
}

.main:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	display: -webkit-box !important;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*header*/

.head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height:126px;
	background:#364f6e;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
	
}
.head.fix {
	left: 50%;
	top: 30px;
	margin-left: -600px;
	width: 1200px;
}

.head-logo {
	float: left;
	width: 450px;
	margin:20px 0 0 0px;
}

.head-logo a {}

.head-logo img {
	display: block;
}

.head-main {
	float: right;
}

.head-ul {
	float: left;
}

.head-li {
	position: relative;
	/*margin-right: 10px;*/
	float: left;
}



.head-li-a {
	padding: 0 20px;
	display: block;
	line-height: 126px;
	height: 126px;
	color: #ffffff;
	border-bottom: 4px solid transparent;
	font-size:17px;
	font-weight:700;
}
@media screen and (max-width: 1440px) { 
.head-li-a {
	padding: 0 20px;
} 
}
.caidan .l_msg ul li:hover {
	background-color: #7a9096;
	transition: all .3s;
}

.caidan .l_msg ul li a:hover {
	color: #FFFFFF;
}

.head-li-a.icon {
	padding-right: 15px;
	background: url("../img/icon1.png") no-repeat right center;
}

.head-li-pull {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -70px;
	width: 140px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
}

.head-li-pull a {
	display: block;
	line-height: 35px;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	color: #333;
}

.head-li-pull a:hover {
	background-color: #546b86;
}

.head-li.active .head-li-a {
	color: #ffffff;
	background-color: #9cbbbf;
	font-size:18px;
}

.head-li:hover .head-li-a {
	color: #ffffff;
	background-color: #546b86;
	font-size:18px;
}

.head-li:hover .head-li-pull {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
}

.head-lang {
	float: left;
	line-height: 75px;
	color: #666;
	text-transform: uppercase;
}

.head-com {
	float: left;
}

.head-ser {
	float: left;
	height: 75px;
	width: 70px;
	background: url("../img/icon2.png") no-repeat center;
}

.head-ser-main {
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	padding: 10px;
	background-color: #fff;
}

.head-ser-inp {
	float: left;
	width: 220px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0067ac;
	text-indent: 10px;
}

.head-ser-btn {
	float: left;
	width: 60px;
	height: 40px;
	background-color: #0067ac;
	color: #fff;
}

.foot {
	position: relative;
	z-index: 1;
}

.foot-top {
	padding: 40px 0;
	background-color: #2e74b7;
}

.foot-nav {
	float: left;
}

.foot-dl {
	padding-left: 15px;
	float: left;
	width: 140px;
}

.foot-dt {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.foot-dt:before {
	content: "■";
	position: absolute;
	left: -15px;
	top: -3px;
}

.foot-dd {}

.foot-dd a {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}

.foot-wechat {
	float: right;
	width: 155px;
	text-align: center;
	color: #fff;
}

.foot-wechat img {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.foot-bot {
	padding: 12px 0;
	background-color: #184770;
}

.foot-link {
	position: relative;
	float: left;
}

.foot-link-tit {
	width: 190px;
	height: 33px;
	line-height: 33px;
	background-color: #466c8d;
	color: #fff;
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url("../img/icon20.png");
	cursor: pointer;
}

.foot-link-a {
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
	width: 100%;
	background-color: #466c8d;
}

.foot-link-a a {
	display: block;
	color: #fff;
	line-height: 30px;
	text-indent: 15px;
}

.foot-bot-p {
	float: right;
	line-height: 33px;
	color: #fff;
}

* {
	box-sizing: border-box;
}

body,
div,
p,
h1 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	/*display: block;
	max-width: 100%;*/
	vertical-align: middle;
}

.js-silder {
	position: relative;
	min-width: 320px;
}

.silder-scroll {
	width: 100%;
	overflow: hidden;
}

.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.silder-main-img img {
	width: 100%;
}

.js-silder-ctrl {
	width: 100%;
	text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
	display:none !important;
	position: absolute;
	top: 100px;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
	left: 0;
	text-align: left;
}

.silder-ctrl-next {
	right: 0;
	text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -50%;
}

.silder-ctrl-prev>span {
	left: 0;
}

.silder-ctrl-next>span {
	right: 0;
}

.silder-ctrl-con {
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}

.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
	background-color: #364f6e;
}

@media (max-width: 768px) {
	.silder-ctrl-prev,
	.silder-ctrl-next {
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con {
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}


/*banner*/

.banner .js-silder-ctrl {
	display:none;
	
}

.banner .silder-ctrl-prev {
	left: 50px;
}

.banner .silder-ctrl-next {
	right: 50px;
}

.title {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
}

.title h3 {
	font-size: 30px;
}

.title p {
	color: #b3b3b3;
}

.title p .l_line,
.title p .r_line {
	display: inline-block;
	width: 78px;
	height: 1px;
	background: #b3b3b3;
}

.title p .l_line {
	margin-right: 40px;
}

.title p .r_line {
	margin-left: 40px;
}


/*news*/

.news {
	margin-top: 50px;
}

.news .left_msg {
	display: inline-block;
	width: 600px;
}

.news .right_msg {
	display: inline-block;
	width: 590px;
	vertical-align: top;
}

.news .js-silder .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	height: 40px;
}

.news .js-silder .txt span {
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 15px;
}
.right_msg a{color:#646464}
.right_msg .top_tab a {
	font-weight: bold;
	color: #dddfe4;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f0f0f0;
	display: inline-block;
}

.right_msg .top_tab a.activa {
	background-color: #3a5764;
}

.right_msg .top_tab a {
	text-align: center;
	background: #f0f0f0;
	font-size: 16px;
	color: #666666;
	width: 22.5%;
	margin-left: 2%;
	font-family: "微软雅黑";
	cursor: pointer;
}

.right_msg .top_tab a:hover {
	background-color: #3a5764;
	color: #FFFFFF;
	transition: all .3s;
}

.right_msg .top_tab a:first-child {
	margin-left: 0;
}

.right_msg .lingyu_box {
	background-color: #e4e7eb;
}

.news .right_msg ul li {
	line-height: 48px;
	border-bottom: 1px dashed #f2e5e5;
	color: #333333;
	padding: 0 10px;
	transition: all .3s;
}

.news .right_msg ul li:hover {
	background-color: #c6ced2;
	cursor: pointer;
	transition: all .3s;
}

.news .right_msg ul {
	display: none;
}

.news .right_msg ul.act {
	display: block;
}

.right_msg {
	padding-left: 23px;
}

.news .right_msg ul li span {
	float: right;
}

.right_msg .top_tab .active {
	
	background: url(/img/jt.png) no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}

.title h3 {
	font-size: 30px;
	color: #303030;
	margin-top: 47px;
}

.lingyu_box .lingyu .left-content .active {
	/*background-color: #3a5764;*/
	background:url(/img/jt.png) no-repeat;
	color: white;
}

.lingyu_box li {
	line-height: 51px;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight:600;
	padding: 0 1px;
	background:url(/img/jts.png) no-repeat;
	/*background-color: #efefef;*/
	font-family: "微软雅黑";
	text-align: center;
	margin-bottom: 20px;
}

.lingyu_box li:hover {
	/*background-color: #3a5764;*/
	background:url(/img/jt.png) no-repeat;
	cursor: pointer;
	transition: all .3s;
	color: #FFFFFF;
}

.lingyu_box .lingyu .left-content {
	display: inline-block;
	width: 190px;
}

.lingyu .right-content {
	display: inline-block;
	width: 990px;
	margin-top: auto;
	vertical-align: top;
}

.lingyu_box {
	height:460px;
}

.lingyu .right-content .item a {
	padding: 0 15px;
	background-color: #f2f2f2;
	color: #333333;
	display: inline-block;
	line-height: 35px;
	height:35px;
	margin-bottom:12px;
	font-size:16px;
	width:990px;
}

.lingyu .right-content .item p {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #414141;
	letter-spacing: 1px;
	line-height: 2;
}

.lingyu .right-content .item {
	margin-left: 0px;
	display: none;
}

.lingyu .right-content .item.act {
	display: block;
}

.lingyu .right-content .item h3 {
	color: #3a5764;
	font-size: 22px;
	font-family: "微软雅黑";
	line-height: 50px;
	padding-top: 20px;
}

.about .text {

}

.about .text h3 {
	color: #3a5764;
	margin:10px;
	margin-left:0;
	font-size: 28px;
	font-family: "microsoft yahei";
}

.about .text p {
	color: #585858;
	line-height: 2;
}

.about .text .look {
	padding: 0 15px;
	background-color: #3a5764;
	color: #FFFFFF;
	width: 134px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin-top: 45px;
	margin-right: 84px;
}

.about {
	position: relative;
	padding: 45px 0px 70px 0px;
}

.about .bgimg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	background-color: #f2f2f2;
}

.about .text .img img {
	display: inline-block;
	margin-left: 23px;

	
}

.about .text .img img:hover {
	box-shadow: 0 7px 12px 0px rgba(200, 200, 200, 0.5);
}



.right-list {
	float: right;
	text-align: center;
}

.right-list h1 {
	color: #FFFFFF;
	margin-top: 56px;
	font-weight: normal;
	font-size: 30px;
}

.right-list h2 {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 35px;
	font-size: 25px;
}

.main .list-img img {
	display: inline-block;
}



.silder-ctrl-con>span {
	top: 1px;
}

.news .silder-ctrl-prev,
.news .silder-ctrl-next {
	display: none;
}

.news .js-silder-ctrl {
	position: absolute;
	bottom: 0;
	right: -180px;
}

.news .silder-ctrl-con {
	margin: 0 3px;
}

.news .silder-ctrl-con>span {
	padding: 8px 0;
}

.news .silder-ctrl-con {
	width: 16px;
}

.right_img {
	width: 40px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -126px;
}

.caidan {
	position: absolute;
	top: 126px;
	left: 0;
	background:#f2f7fb;
	color: #333;
	width: 152px;
	box-shadow: 0 3px 2px -2px rgba(200, 200, 200, .15);
}

.caidan {
	display: none;
}

.head-li:hover .caidan {
	display: block;
}

.caidan ul {
	width:150px;
}

.caidan li {
	line-height: 3;
	text-align:center;
	border-top: 1px solid #ebf2fa;
	border-bottom:1px solid #ebf2fa;
}

.caidan a {
	color: #333;
}

.caidan li a txt{
	line-height:20px !important;
}

.caidan .l_msg {
	display: inline-block;
	width: 152px;

}

.caidan .r_msg {
	display: inline-block;
	vertical-align: top;
	/*padding-left: 10px;*/
	margin-left:30px;
	margin-top:10px;
}
.caidan .r_msg img{
	width: 220px;
	height:130px;
	border:0;
}

.caidan .r_msg p {
	line-height: 1.6;
	font-size:12px;
	/*height: 3em;*/
	overflow: hidden;
	width:220px;
}

.right_img {
	width: 39px;
	z-index: 10;
}

.right_img li {
	position: relative;
}

.tel:hover .txt {
	display: block;
	transition: all .3s;
	left: -150px;
}

.tel .txt {
	display: block;
	position: absolute;
	top: 0;
	left: 39px;
	line-height: 39px;
	color: #fff;
	padding-left: 1em;
	width: 150px;
	background: #454849;
	height: 100%;
	transition: all .3s;
	z-index: 8;
}

.gupiao:hover .txt {
	display: block;
	transition: all .3s;
	left: -150px;
}

.gupiao .txt {
	display: block;
	position: absolute;
	top: 0;
	left: 39px;
	line-height: 39px;
	color: #fff;
	padding-left: 1em;
	width: 150px;
	background: #454849;
	height: 100%;
	transition: all .3s;
	z-index: 8;
}


.oa:hover .txt {
	display: block;
	transition: all .3s;
	left: -150px;
}

.oa .txt {
	display: block;
	position: absolute;
	top: 0;
	left: 39px;
	line-height: 39px;
	color: #fff;
	padding-left: 1em;
	width: 150px;
	background: #454849;
	height: 100%;
	transition: all .3s;
	z-index: 8;
}


.ewm:hover .erweima {
	display: block;
	transition: all .3s;
	left: -150px;
}

.erweima {
	width: 150px;
	height: 150px;
	padding: 10px;
	display: block;
	position: absolute;
	top: -40px;
	left: 39px;
	line-height: 39px;
	color: #fff;
	background: #454849;
	transition: all .3s;
	z-index: 8;
}


/*内页css*/
.main .line .line-a .active {
	background: #3a5764;
}

.main .line .line-a p {
	color: #ffffff;
}

.content p {
	text-align: right;
	margin-top: 20px;
}

.right_msg .top_tab {}


.newsPage .item {
	width: 100%;
	height: 168px;
	margin-bottom: 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fff;
}

style.css:36 .clearfix {}

style.css:6 ul,
ol,
li {
	list-style: none;
}

user agent stylesheet li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.list h3 {
	display: block;
	font-size: 1.17em;
	/*-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;*/
	font-weight: bold;
	margin-right: auto;
	color: #303030;
	font-size: 18px;
	font-weight: normal;
}

.list .txt {
	color: #999999;
	line-height: 24px;
	height: 48px;
	padding-right: 130px;
	overflow: hidden;
}

.div {
	display: block;
}

.newsPage .item .time day {
	width: 150px;
	padding-top: 45px;
	font-family: arial;
	font-size: 20px;
	color: #999;
}

.newsPage .item h3 {
	font-size: 20px;
	padding: 35px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.btmLine{
	position: relative;
}
.btmLine:after{
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	background: #3a5764;
	margin-top: 10px;
	margin-bottom: 10px;
}

img,
iframe {
	border: 0px;
	margin-bottom: 2px;
}

.newsPage .item a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

style.css:24 a:visited {
	text-decoration: none;
}

style.css:22 a {
	color: #333333;
	text-decoration: none;
}



/*newsPage*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.newsPage .item{width: 100%; height: 168px; margin-bottom: 20px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; background: #fff;}
.newsPage .item a{width: 100%; height:100%;display: block;cursor:pointer;}
.newsPage .item img{width: 251px; height: 168px; display: block; margin-right: 30px;}
.newsPage .item h3{font-size: 20px; padding: 12px 0 20px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.newsPage .item .txt{color: #999999; line-height: 24px; height: 48px; padding-right: 130px; overflow: hidden;}
.newsPage .item .time{width: 150px; padding-top: 45px; font-family: arial; font-size: 20px; color: #999;}
.newsPage .item .time .day{font-size: 40px; line-height: 45px; display: block;}
.newsPage .item:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.newsPage .item:hover h3{font-weight:bold;color: #0754a3; text-indent: 5px;}
.newsPage .item:hover .time .day span{background: #6d6d6d;}
.newsPage .item:hover .time .day strong{background: #ff0000; color: #fff;}
.newsPage .item:hover img{filter:brightness(105%);-webkit-filter:brightness(105%);}

/* pager */
.pager{padding: 30px 0 15px; text-align: center;}
.pager:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.pager{*zoom: 1;}
.pager p{height: 26px; line-height: 26px; float: left; display: none;}
.pager ul{overflow: hidden; margin: 0 auto; text-align: center;}
.pager ul li{padding: 0 !important; height: auto !important; border: none !important; display: inline-block; *display: inline; zoom: 1;}
.pager ul a{margin: 0 5px; padding: 0 13px; height: 34px; line-height: 34px; text-decoration: none; float: left; background: #fff;}
.pager ul a.current{background-color: #68838B; color: #fff;}
.pager ul a.current:hover{background-color: #0754a3; color: #fff;}
.pager ul a:hover{background: #3a5764; color: #fff;}

.content-bg {
  background-color:#FFFFFF ;
  /*margin-top: 34px;
  padding: 49px  68px  144px  35px;*/
}
.content-bg .btmLine {
   font-weight: normal;
   color:#414141;
   font-size:24px ;
   margin: left;
}

/*å‘å±•åŽ†ç¨‹*/
.news-list{
	padding-left: 150px;
}
.news-list li{
	position: relative;
	border-left: 1px solid #ddd;
	line-height: 68px;
	padding-left: 1em;
}
.news-list li:before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2.5px solid #3c5864;
	position: absolute;
	top: 50%;left: -5px;
	margin-top: -5px;
	border-radius: 50%;
	
	
}
.news-list .date{
	display: inline-block;
	margin-right: 76px;
	margin-left: -134px;
}
.banner img {
    width: 100%;
}
.banner {
/* margin-top: 76px;*/
}

.lists .item{
	display: none;
}
.lists .item.act{
	display: block;
}
.lists .item2{
	display: none;
}
.lists .item2.act{
	display: block;
}

.icon-home{
	display: inline-block;
}
