@charset 'utf-8';

body{
	min-width: 1200px;
	background: #f2f7fa;
}

.pb_sys_common .p_t {
    line-height: 23px!important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #2d66a5!important;
    color: #fff;
    background-color: #2d66a5!important;
}
.gl-l img {
    max-width: 100% !important;
    height: auto !important;
}

.gl-main {
    min-height: 545px;
}


.header{
	height: 118px;
}


.header .logo1{
	display: inline-block;
	margin-top: 50px;
}
.header .logo2{
	display: inline-block;
	margin-top: 45px;
	margin-left: 44px;
}

.header .logo3{
	display: inline-block;
	margin-top: 45px;
}






.header .search-box{
	width: 304px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #2d66a5;
	margin-top: 30px;
}
.header .search-box input{
	padding: 0 12px;
	width: 226px;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 14px;
}
.header .search-box button{
	display: inline-block;
	width: 54px;
	height: 36px;
	background: url(../images/ic1.png) center no-repeat #2d66a5;
}
.nav{
	background: #2d66a5;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.nav a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 20px;
	padding: 0 18px;
}
.nav a.cur,.nav a:hover{
	margin-top: -3px;
	padding-top: 3px;
	background: url(../images/bg1.png) left bottom repeat-x;
}
.footer{
	background: #2d66a5;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 60px;
	padding-top: 38px;
}
/* 首页 */
.index-main{
	margin-top: 20px;
	background: #fff;
	padding: 52px 0 0 26px; 
}
.index-box{
	height: 298px;
	width: 366px;
	margin-right: 25px;
}
.index-tit{
	height: 36px;
	line-height: 36px;
	background: #f3f3f3;
}
.index-tit .tit{
	display: inline-block;
	padding: 0 20px 0 15px;
	background: #2d66a5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.index-tit .tit img{
	margin-right: 6px;
}
.index-l{
	padding-top: 16px;
}
.index-l li{
	height: 38px;
	line-height: 38px;
}
.index-l li a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	padding-left: 14px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/ic3.png) left center no-repeat;
}
.index-l li a:hover{
	color: #2d66a5;
}
.index-l li span{
	float: right;
	color: #767676;
	font-size: 14px;
}

/* 概览 */
.local img{
	margin-right: 6px;
}
.local span,.local a{
	color: #999999;
	font-size: 14px;
}
.local .arrow{
	display: inline-block;
	margin: 0 8px;
}
.local .cur,.local a:hover{
	color: #155c9e;
}
.gl-tit{
	padding: 0 26px;
	height: 49px;
	line-height: 49px;
	background: #f7fafc;
	margin-top: 20px;
	border-bottom: 1px solid #256dcf;
}
.gl-tit .tit{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.gl-main{
	padding: 0 26px;
	background: #fff;
}
.gl-l{
	padding: 26px 0;
	border-bottom: 1px solid #e5e5e5;
}
.gl-l li{
	height: 40px;
	line-height: 40px;
}
.gl-l li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
	background: url(../images/ic12.png) left center no-repeat;
}
.gl-l li a:hover{
	color: #2d66a5;
}
.gl-l li span{
	float: right;
	color: #666666;
	font-size: 16px;
}
/* 页码 */
.page-box{
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.page-box .total{
	color: #333333;
	font-size: 16px;
}
.page-box .total span{
	display: inline-block;
	margin: 0 4px;
	color: #155c9e;
}
.page a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	margin: 0 6px;
	border-radius: 2px;
}
.page .fe{
	width: 60px;
}
.page .fe.f{
	border: 1px solid #dcdcdc;
}
.page input{
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
.page button{
	height: 26px;
	line-height: 26px;
	background: #f1f1f1;
	border-radius: 2px;
	color: #666666;
	font-size: 14px;
	width: 60px;
}
.page a:hover,.page a.cur,.page button:hover{
	background: #155c9e;
	color: #fff;
}

/* 细览 */
.xl-title{
	color: #333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 30px;
}
.xl-bar{
	background: #f5f5fc;
	text-align: center;
	height: 52px;
	line-height: 52px;
}
.xl-bar span,.xl-bar a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.xl-bar .line{
	margin: 0 14px;
}
.xl-bar .ly{
	margin-right: 28px;
}
.xl-bar .font{
	margin-right: 8px;
	cursor: pointer;
}
.xl-bar .share{
	/*margin-left: 18px;*/
}
.xl-bar span img{
	margin-right: 4px;
}
.xl-bar .wb{
	margin-right: 8px;
}
.xl-con{
	padding: 30px 16px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.xl-con .img{
	text-align: center;
	margin: 30px 0;
}
.xl-con .img img{
	max-width: 100%;
}
.xl-con .ewm{
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.xl-con .ewm img{
	margin-top: 10px;
}



.xl-con  img{
	height:auto!important;
}
