@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	background: #f5f5f5;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/
.header{
	 background-color: #1b4383;
	 background-image: url(../../images/header.jpg);
	 background-position: right top;
	 background-repeat: no-repeat;
	 padding: 15px 0 10px;

}

.container {
	padding: 0;
}

.header .logo {
	display: block;
	width: 45%;
	float: left;
	margin-top: 10px;
}

.navbar-toggle {
	display: none;
	position: inherit;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../../images/anniu.png) no-repeat;
	margin-top: 10px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 25px;
	border: none;
	border-radius: 0px;
}




/*搜索*/
.searchbox{
	width: 35%;
	margin: 0 0 0 auto;
	border: 1px solid #fff;
	border-radius: 8px;
}
.search {
	 width: 55%;
	float: right;
}

.search_kang {
	width: 88%;
	padding-left: 4%;
	height: 34px;
	background: none;
	outline: none;
	color: #a9afbe;
}

.search-button {
	outline: none;
	vertical-align: bottom;
	margin-bottom: 5px;
}

.searchbox .search_kang::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a9afbe;
	font-size: 14px;
}

/*导航*/

.nav {
	width: 55%;
	 float: right;
}

.nav ul li {
	float: left;
	height: 59px;
	text-align: center;
	margin-left: 7%;
	position: relative;
	white-space: nowrap;
	z-index: 99;
}

.nav ul li:first-child {
	margin-left: 0;
}

.nav ul li a {
	 display: block;
	color: #fff;
	line-height: 59px;
	font-size: 18px;
}

.nav ul li a::after {
    content: '';
    display: block;
    margin: -8px auto 0;
	height: 5px;
	border-radius: 3px;
    width: 0;
    background:#fff;
    webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav ul li:hover a::after {
	width:100%;
}

.nav ul li.active a::after {
	width: 100%;
}

/* 首页内容部分 */

.index-content {
	background: #f5f5f5;
	padding: 15px 0 ;
}

.index-link ul{
	overflow: hidden;
}

.index-link ul li{
	margin: 10px 0 10px 14px;
	float: left;
}

.index-link ul li a{
	 display: block;
	color: #333;
	font-size: 16px;
	padding: 8px 15px;
	background: #FFF;
	border: 1px solid #d3d3d3;
	 border-radius: 5PX;

}

.index-link ul li:hover a{
	 background: #1b4383;
	 border: 1px solid #1b4383;
	 color: #fff;
}

.index-link ul li .active{
	background: #1b4383;
	border: 1px solid #1b4383;
	color: #fff;
}

.index-new {
	padding-left: 2.3%;
	padding-bottom: 7px;
	margin-top: 20px;
}

.index-new ul{
	margin-left: -4%;
	min-height: 400px;
}

.index-new ul li {
	width: 47%;
	float: left;
	padding: 15px 0;
	margin-left: 3%;
	 background: #fff;
	 margin-bottom: 28px;
}

.index-new .date-box {
	width: 66px;
	height: 66px;
	margin-left: 20px;
	background: #1b4383;
	float: left;
	text-align: center;
	margin:18px 22px 18px 20px;
}

.index-new .date-box h4 {
	font-size: 30px;
	color: #fff;
	margin: 6px 0 5px;
	height: 30px;
}

.index-new .date-box p {
	font-size: 14px;
	color: #fff;
}

.index-new .new-about {
	overflow: hidden;
	zoom: 1;
}

.index-new .new-about .new-title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin:0 20px 0 0;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.index-new .new-about .new-title:hover {
	color: #1b4383;
}

.index-new .new-about .text-user{
	font-size: 14px;
	color: #333;
	background: url(../../images/user.png) left center no-repeat;
	padding-left: 22px;
	line-height: 24px;
	margin-top: 8px;

}

.index-new .new-about .text-adress{

	font-size: 14px;
	color: #333;
	background: url(../../images/adress.png) left center no-repeat;
	padding-left: 22px;
	line-height: 24px;
	margin-top: 5px;
}

.link {
	background: #1b4383;
	text-align: center;
	padding: 20px 0;
}

.link h3 {
	font-size: 18px;
	color: #fff;
	display: inline-table;
	margin: 0;
}

.link ul {
	display: inline-table;
	vertical-align: text-bottom;
}

.link ul li {
	display: inline-table;
	font-size: 16px;
	color: #fff;
	margin-top: 3px;
}

.link ul li a {
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}



/*内容页*/

.gray-content{
	padding: 10px 0;

}

.article {
	background: #fff;
	padding: 30px 70px;
	margin-top: 10px;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #1b4383;
	line-height: 36px;
	margin: 8px 0;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding: 15px 0 30px;
	 background: url(../../images/xinxi-bolid.png) left bottom no-repeat;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.article .content h3{
	 font-size: 18px;
	 color: #1b4383;
	 margin-top: 20px;

}

.article .content p {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	padding-left: 10px;
}

.article .content p img {
	max-width: 100%;
}


/*尾部*/

.footer {
	padding: 18px 0 ;
	text-align: center;
}

.footer p {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}


/*分页栏*/

.pagebar {
	margin: 20px auto;
}

.p_first_d, .p_last_d {
	 display: none;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	
}

.p_first, .p_last {
	 display: none;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
	background: #fff;
}

.p_no {
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
	background: #fff;
}

.p_no_d {
	background: #1b4383;
	color: #fff;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	background: #fff;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
	
}

/*兼容ie*/

.ie7 .container, .ie8 .container {
	max-width: 1200px;
}

.ie7 .index-news {
	width: 58%
}

.ie7 .index-content {
	padding-bottom: 70px;
}

.ie7 .left-box {
	width: 23.2%;
	margin-right: 2.8%;
	padding-right: 0;
}

.ie7 .right-box {
	width: 74%;
}

.ie7 .footer .footer-right {
	width: 19%;
}

.ie8 .index-news {
	width: 58%
}

.ie8 .left-box {
	width: 25%;
}

.ie8 .right-box {
	width: 75%;
}