#page07{
	width: 1200px;/*
	height: 920px;*/
	margin:0 auto;
	margin-bottom: 30px;
}
#page07 .nav-title{
	width: 100%;
	height: 42px;
}
#page07 .nav-title .left-text span{
	float: left;
	margin-top: 7px;
	color: #333;
	font-size: 12px;
}
#page07 .nav-title .left-text a{
	float: left;
	margin-top: 7px;
	color: #333;
	font-size: 12px;
	margin-left: 10px;
}
#page07 .nav-title .right-cont{
	float: right;
	position: relative;
}
#page07 .nav-title .right-cont .input-wrapper{
	position: relative;
	margin-top:0px;
	right: 90px;
}
#page07 .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;
}
#page07 .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;
}
#page07 .nav-title .right-cont .input-wrapper .icon-sour-dv:hover{
	background-color: #2d47a8;
}
#page07 .container{
	width: 100%;
	padding:25px;
	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;
}
#page07 .left-tag-list{
	width: 200px;
	background-color: #f2f2f2;
	float: left;
	min-height: 650px;
}
#page07  .right-content{
	width: 920px;
	float: right;
	padding:15px 10px 0px 0px;
}
.big-bt{
	width: 100%;
	height: 80px;
	background-color: #6ac6fd;
	padding:23px 45px;
}
.big-bt img{
	width: 41px;
	height: 34px;
}
.big-bt span{
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin-left: 13px;
}
.tag-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tag-list a{
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}
.tag-list a.cur{
	background-color: #3d59cb;
	color: #fff;
}
.tag-list a:hover{
	color: #fff;
	background-color: #0030bf;
}

#page07 .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;
}
#page07 .nav-title .right-cont .gj-search:hover{
	opacity: .8;
}
#page07 .nav-title .right-cont .gj-search a{
	color: #fff;
  	font-size:12px;
  	font-weight: 400;
}

#page07 .new-lm{
	width: 180px;
	margin-left:10px;
	height: 110px;
	background-color: #6ac6fd;
	border-radius: 5px;
	float: left;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding:17px 0px;
	cursor: pointer; 
}
#page07 .new-lm:hover{
	opacity: .9;
}
#page07 .new-lm img{
	float: none;
	width: 47px;
	height: 50px;
	display: block;
	margin:0 auto;
	margin-bottom: 3px;
}