body {
	font-family: "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	background: #f1f1f1;
}

a {
	color: #3a3a3a;
}

a:hover {
	color: #005ba1;
	text-decoration: none;
}

ol,
ul,
li {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.container {
    width: 1200px;
    max-width: none !important;
}
header {
	max-width: 1160px;
}
.bg-light {
    background-color: #fff!important;
}
.bg-blue{background-color: #005599;}
.border-blue {
	border: 2px solid #b3d0e6;
}

.border-gray {
	border: 1px solid #dfecee;
}

.navbar {
	padding: .5rem 0rem;
}
.navbar-brand img{width:80%;}
.nav-link {
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light .navbar-nav .active .nav-link {
	color: #005ba1;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #005ba1;
}

.nav-item {
	margin-right: 1.18rem;
}
#slider {padding-top: 1rem;}
#slider ul {
	padding: 0;
}
#slider ul li{
	border-bottom: #dfecee 2px solid;
	text-align: center;
}
#sliderbtn {color: #fff;}
.form-mobile {
	padding: 1rem;
}
.form-mobile input{width: 64%;}
.form-mobile .btn {
	color: #fff;
	background-color: #005ba1;
	border-color: #005ba1;
	padding: .1rem 1rem;
}

.form-pc {
	font-size: 13px;
}

.form-pc .form-control {
	height: 1.5rem;
	font-size: 12px;
}

.form-pc .btn {
	color: #fff;
	background-color: #005ba1;
	border-color: #005ba1;
	font-size: 12px;
	padding: .1rem 1rem;
}

.em {
	float: right;
	color: #005ba1;
	font-size: 13px;
	line-height: 23px;
}

.em i {
	margin: 0 0.5rem;
	color: #005ba1;
	font-size: 15px;
}

.column {
	padding-top: 1rem;
}

/*box*/
.box {
	padding: 1rem;

}

.box h3 {
	text-align: right;
	overflow: hidden;
	clear: both;
}

.box .title {
	font-size: 1rem;
	background: #005ba1;
	padding: 0 1rem;
	height: 1.8rem;
	line-height: 1.8rem;
	color: #fff;
	font-weight: bold;
}

.box h3 .title {
	float: left;
}

.box h4 {
	text-align: center;
	background: #005ba1;
	line-height: 21px;
}

.box h4 .title {
	color: #fff;
}

.box .more {
	color: #6d91ac;
	font-size: 12px;
	float: right;
	padding-top: 5px;
}

.box-0 {
	padding: 0;
}

.list {
	padding-left: 0;
	list-style: none;
}

.list li {
	background: url(../img/dot.gif) no-repeat 8px 12px;
	padding-left: 15px;
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-s li{
    font-size: 0.9rem;
    line-height: 1.8rem;
}
.list.dot li {
	background: url(../img/dot1.gif) no-repeat 8px 12px;
	padding-left: 20px;
}

.list-name {

	margin: 10px;
	display: block;
	line-height: 21px;
	overflow: hidden;
	clear: both;
	background: #cef8ff;

}

.list-name p {
	font-size: 12px;
	color: #005ba2;
	text-align: center;
	margin: 0;
}

.list-name li {
	float: left;
	padding: 0.3rem;
	font-size: 0.9rem;
}

.list-nav {
	border-bottom: 6px solid #beddf5;
	font-size: 14px;
	font-weight: bold;
	color: #005ba2;
}

.list li span {
	color: #6d91ac;
	float: right;
}

.article {
	padding: 1rem;
}

.article .title {
	margin-bottom: 1rem;
	text-align: center;
	border-bottom: 1px solid #dfecee;
}

.article .title h1 {
	font-size: 1.7rem;
    line-height: 2rem;
	font-weight: bold;
}

.article .title h6 {
	color: #005ba2;
	font-size: 12px;
}

.article .title h6 small {
	margin: 0 5px;
}
.article .content p {word-wrap:break-word;}
.article .content p img {
    display: block !important;
    margin: 0 auto;
}
/* page-num */
.page-num {
	font-size: 13px;
	padding: 1rem;
}

.page-num li {
	float: left;
	margin-right: 10px;
}

.page-num .active {
	color: #005ba2;
	font-weight: bold;
}

.page-num a:hover {
	color: #005ba2;
}


.card-title {
	font-size: 12px;
	padding: 0.5rem;
	margin-bottom: 0;
}


/* 焦点图 */
.focusBox {
	float: left;
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 1rem;
	overflow: hidden;
}

.focusBox .pic img {
	width: 100%;
	height: 300px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
	left: 10px
}

.focusBox .txt li a {
	display: block;
	color: #fff;
	font-size: 13px;
	width: 75%;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	font-size: 15px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 3px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num .on a,
.focusBox .num a:hover {
	background: #005ba2;
}

.focusBox .num li a:hover {
	color: #fff
}

/* 图片滚动 */
.bookSroll {
	position: relative;
	height: 170px;
	padding: 10px 0 10px 40px;
}

.bookSroll ul {
	overflow: hidden;
	zoom: 1;
}

.bookSroll ul li {
	float: left;
	margin: 0 10px;
	width: 122px;
	overflow: hidden;
}

.bookSroll ul li img {
	width: 122px;
	height: 150px;
}

.bookSroll .prev,
.bookSroll .next {
	position: absolute;
	left: 0px;
	top: 60px;
	display: block;
	width: 30px;
	height: 50px;
	overflow: hidden;
	background: url(../img/left-a.jpg) center center no-repeat;
	cursor: pointer;
}

.bookSroll .next {
	left: auto;
	right: 0px;
	background: url(../img/right-a.jpg) center center no-repeat;
}

.bookSroll .prev:hover {
	background: url(../img/left-ah.jpg) no-repeat center center;
}

.bookSroll .next:hover {
	background: url(../img/right-ah.jpg) no-repeat center center;
}

.link {
	border-top: 6px solid #2875b0;
}

.link .title {
	color: #005ba2;
	font-weight: bold;
}
.link .list-item {
	font-size: 13px;
}
.copyright {
	text-align: center;
	font-size: 13px;
}

.copyright p {
	margin-bottom: 0;
}
.copyright .ipv6 img {
    width: 28px;
}
