/*body::-webkit-scrollbar {
        display: none;
}*/
#page04{
	width: 1200px;/*
	height: 1330px;*/
	margin:0 auto 30px;
}
#page04 .nav-title{
	width: 100%;
	height: 42px;
	
}
#page04 .nav-title .left-text span{
	float: left;
	margin-top: 7px;
	color: #333;
	font-size: 12px;
}
#page04 .nav-title .left-text a{
	float: left;
	margin-top: 7px;
	color: #333;
	font-size: 12px;
	margin-left: 10px;
}
#page04 .nav-title .right-cont{
	float: right;
	position: relative;
}
#page04 .nav-title .right-cont .input-wrapper{
	position: relative;
	margin-top:0px;
	right: 90px;
}
#page04 .nav-title .right-cont .input-wrapper input{
	width: 291px;
	height: 26px;
	border:1px solid #ccc;
	border-radius: 50px;
	outline: none;
	line-height: 26px;
	background-color: #f0f9fd;
	padding-left: 20px;
}
#page04 .nav-title .right-cont .input-wrapper .icon-sour-dv{
	width: 46px;
	height: 26px;
	background:url(../images/web/u20.png) no-repeat center center #999;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0px 15px 15px 0px;
}
#page04 .nav-title .right-cont .input-wrapper .icon-sour-dv:hover{
	background-color: #2d47a8;
}
#page04 .container{
	width: 100%;/*
	height: 1050px;*/
	height: auto;
	overflow: hidden;
	background-color: #fff;
    -moz-box-shadow:0px 1px 5px #e2d2d2;
    -webkit-box-shadow:0px 1px 5px #e2d2d2;
    box-shadow:0px 1px 5px #e2d2d2;
    border:1px solid #e6e6e6;
    padding:20px 30px;
    position: relative;
}
.header-title{
	width: 100%;
	height: 80px;
	background-color: #6ac6fd;
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	line-height: 80px;
}
.header-title img{
	float: none;
	position: relative;
	top: 5px;
	right:20px; 
}
.new-list{width: 100%;height: auto;overflow: hidden;margin-top: 10px;}
.new-list li{width: 100%;height: auto;/*height:270px;*/float: left;border-bottom: 1px solid #d7d7d7;padding:25px 0px;}
.new-list li:hover a{color:#2d47a8; }
.new-list li:hover span{color:#2d47a8;}
.new-list li .img-list{
	width:499px;
	height: auto;
	border:1px solid #d7d7d7;
	border-radius:5px;
	background-color: #f2f2f2;
	padding:10px;
	float: left;
}
.new-list li:last-child{
	border-bottom:0;
}
.new-list li .img-list img{
	width: 100%;
	height: 100%;
}

.new-list li .img-list img:hover{
	opacity:.8;
}
.new-list li .tit-list{
	width: 600px;
	height: auto;
	float: right;
}
.new-list li .tit-list p{
	font-size:16px;
	color: #666;
	text-indent: 32px;
	line-height: 26px;
	text-align: justify; /*
	margin-top: 10px;*/
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden; */
}
.new-list li .tit-list span{
	font-size: 16px;
	color:#0030BF;
	cursor: pointer;
}
.new-list li .tit-list h2{
	font-size: 20px;
	color:#333;
	cursor: pointer;
	margin-bottom: 7px;
}
/*鍒嗛〉*/
.f-page{
	width: 100%;
	height: auto;/*
	position: absolute;
	bottom: 40px;*/
	text-align: center;
	margin-top: 20px;
}
.f-page a{
	padding:0px 18px;
	border-radius: 50px;
	border:1px solid #999;
	text-align: center; 
	font-size: 11px;
}
.f-page a:hover{
	background-color: #e4e4e4;
}
.f-page a.cur{
	background-color: #333;
	color: #fff;
	border:1px solid  #333;
}
.f-page p{
	padding-right: 60px;
}
.f-page p,span{
	text-align: right;
	font-size: 12px;
	color: #666;
}
/*鍒嗛〉*/

/*灞曞紑鍐呭鐨勬爣棰�*/
.spreadCont{
	display: none;
}

#page04 .nav-title .right-cont .gj-search{
  position:absolute;
  right: 0px;
  top: 0px;
  width:80px;
  height:26px;
  box-sizing:border-box;
  border-radius:100px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  text-align: center;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  background: url('../images/web/line2.png') repeat;
}
#page04 .nav-title .right-cont .gj-search:hover{
	opacity: .8;
}
#page04 .nav-title .right-cont .gj-search a{
	color: #fff;
  	font-size:12px;
  	font-weight: 400;
}