	/* CSS Document */
	/*公用样式*/
	
	.hred {
		color: #e61211;
		letter-spacing: 1px;
		padding: 0px 1px;
	}
	
	.commonList_dot li {
		line-height: 33px;
		background: url(../../images/common.files/blackdot.png) 5px 16px no-repeat;
		padding-left: 8px;
	}
	
	.commonList_dot li a {
		font-size: 16px;
		color: #333333;
	}
	
	.commonList_dot li a:hover {
		color: #015293;
	}
	
	.searbox {
		border: #bbb solid 1px;
		padding: 15px 10px;
		margin-top: 15px;
	}
	
	.s_left {
		width: 100%;
	}
	
	.s_right {
		float: right;
		width: 310px;
		display: none;
	}
	/* contant */
	
	.hot_words {
		height: 32px;
		line-height: 32px;
		margin-bottom: 7px;
	}
	
	.hot_words>ul>li {
		float: left;
		margin-right: 10px;
		border: #fff solid 1px;
		border-radius: 4px;
	}
	
	.hot_words>ul>li>a {
		font-size: 16px;
		padding: 0 10px;
		display: inline-block;
		line-height: 32px;
		border-radius: 4px;
		border: #fff solid 1px;
	}
	
	.hot_words>ul>li.active>a,
	.hot_words>ul>li:hover>a {
		background: #1b6fc7;
		border: #1b6fc7 solid 1px;
	}
	
	.hot_words>ul>li.active>a,
	.hot_words>ul>li:hover>a {
		color: #fff;
	}
	
	.s_form {}
	
	.s_form form {
		font-size: 0px;
		vertical-align: top;
	}
	
	.s_form #q {
		height: 35px;
		line-height: 35px;
		border: #dedfe1 solid 1px;
		text-indent: 15px;
		width: 505px;
		float: left;
		outline: none;
		color: #474747;
		font-size: 15px
	}
	
	.s_form #q:hover {
		border-color: #999;
		box-shadow: inset rgba(0, 0, 0, .1) 1px 0px 1px;
		border: #ccc solid 1px;
	}
	
	.s_form #ok {
    background-color: #FFFFFF;
    height: 37px;
    line-height: 30px;
    border: #1b6fc7 solid 1px;
    padding: 0px 28px;
    margin-left: 5px;
    font-size: 16px;
    color: #1b6fc7;
    float: left;
    font-family: "微软雅黑";
	}
	
	.s_form #ok i {
		position: relative;
		left: 0px;
		transition: 0.3s ease-out;
		cursor: pointer;
		position: relative;
		transition: all .3s;
		display: inline-block;
	}
	
	.s_form #ok:hover i {
		animation: fly .8s;
	}
	
	@keyframes fly {
		from {
			left: -20px;
		}
		to {
			left: 0px;
		}
	}
	
	.s_form .searchpage {
		    height: 37px;
    line-height: 37px;
    padding: 0px 6px;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    margin-left: 10px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #1b6fc7;
    border-radius: 4px;
	}
	
	.tools {
		padding-top: 10px;
	}
	
	.tools label {
		color: #282828;
		font-size: 14px;
		line-height: 26px;
		padding-top: 4px;
	}
	
	.tools select,
	.tools input {
		border: #dfdfdf solid 1px;
		height: 26px;
		line-height: 26px;
		min-width: 108px;
		margin: 0px 5px 0px 5px;
		text-indent: 5px
	}
	
	.s-con {
		margin-bottom: 15px;
	}
	
	.s-con h1 {
		line-height: 36px;
		height: 36px;
		font-weight: 600;
		font-size: 18px;
		color: #3c93d8;
		margin-top: 10px;
		padding-left: 20px
	}
	
	.s-con h1 span {
		font-size: 14px;
		color: #3c93d8;
		padding: 0px 5px;
	}
	
	.new_s_info {
		background: #f9f9f9;
		padding: 5px 20px;
		margin-top: 15px;
		border: #ccc solid 1px
	}
	
	.new_s_info p {
		font-size: 16px;
		line-height: 34px;
	}
	
	.new_s_info ul li {
		line-height: 28px;
		font-size: 13px;
		padding-left: 10px;
	}
	
	.new_s_info ul li a {
		color: #535353;
	}
	
	.new_s_info ul li .date {
		float: right;
		color: #999;
	}
	
	.info_list {}
	
	.info_list .item {
		margin-bottom: 6px;
	}
	
	.info_list .item h1 {
		line-height: 30px;
		color: #3a3a3a;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.info_list .item h1 span {
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.info_list .item p {
		line-height: 20px;
		color: #646466;
	}
	
	.info_list .item em {
		color: #909193;
		line-height: 30px;
		position: relative;
		display: block;
	}
	
	.info_list .item em span {
		margin-left: 15px;
	}
	
	.info_list .item em span.share {
		margin-left: 10px;
		padding-left: 20px;
		cursor: pointer;
		display: none
	}
	
	.info_list .item em span.share:hover {
		color: #333;
		transition: all .4s ease-in-out;
		animation: fly .4s ease-in;
	}
	
	@keyframes fly {
		from {
			background-position-x: 10px;
			opacity: 0;
		}
		to {
			background-position-x: 0px;
			opacity: 1;
		}
	}
	/*right*/
	
	.s_box {
		border: #dfdfdf solid 1px;
		margin-bottom: 15px;
	}
	
	.s_box .tit {
		background: #3c8fd3;
		line-height: 40px;
		font-size: 18px;
		color: #fff;
		padding-left: 10px;
		font-weight: 600;
	}
	
	.s_box .con {
		padding: 15px 0px;
		background: #f8f8f8;
	}
	
	.s_box ul li {
		text-align: left;
		line-height: 30px;
		width: 45%;
		float: left;
		white-space: nowrap;
		font-size: 0.8rem;
		margin-left: 9px;
	}
	
	.s_box ul li.active a {
		color: #3c8fd3
	}
	
	.s_box ul li.full {
		width: 100%
	}
	/*高级检索*/
	
	.gj_search_ul_top {
		padding: 20px 0;
	}
	
	.gj_search_ul_top li {
		line-height: 50px;
	}
	
	.gj_search_ul_top li label {
		display: inline-block;
		width: 215px;
		font-size: 16px;
		color: #535353;
		text-align: right;
		margin-right: 10px;
		
	}
	
	.gj_search_ul_top li label+input {
		width: 510px;
		height: 35px;
		background: #f1f1f1;
		border: #e8e8e8 solid 1px;
		text-indent: 10px;
		
	}
	
	input::input-placeholder { text-align: left }
	
	.gj_search_ul_top li .required {
		color: #f30;
	}
	
	.gj_search_line {
		border-bottom: #cfcfcf solid 1px;
		margin-bottom: 15px;
	}
	
	.gj_search_time {
		margin-bottom: 15px;
	}
	
	.gj_search_time label.top_label {
		display: block;
		float: left;
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #535353;
		padding-right: 10px
	}
	
	.gj_search_time .inputdiv {
		float: left;
		line-height: 30px;
	}
	
	.gj_search_time .inputdiv>label {
		font-size: 16px;
		color: #6f6f6f;
	}
	
	.gj_search_time .inputdiv label>input[type="radio"] {
		margin-right: 5px;
	}
	
	.gj_search_time .inputdiv label>input[type="text"] {
		width: 130px;
		height: 30px;
		color: #6f6f6f;
		letter-spacing: 3px;
		text-indent: 10px;
		background: #f1f1f1;
		border: #e8e8e8 solid 1px;
	}
	
	.gj_search_time .inputdiv label {
		margin-right: 35px;
	}
	
	.gj_search_select {
		width: 190px;
		height: 30px;
		color: #6f6f6f;
		background: #f1f1f1;
		border: #e8e8e8 solid 1px;
	}
	
	form.gj_search_form .gj_search_btnbox {
		text-align: center;
	}
	
	form.gj_search_form .gj_search_btnbox input.gj_search_button {
		margin: 0 10px;
		width: 165px;
		height: 50px;
		border-radius: 5px;
		border: 0;
		color: #535353;
		font-size: 18px;
		cursor: pointer;
	}
	
	form.gj_search_form .gj_search_btnbox input.gj_search_button:hover {
		background: #f7a63d;
		color: #fff;
	}
	/**2017年5月23日19:06:06**/
	
	.gj_search_time select.inputdiv {
		width: 100%;
		height: 30px;
		color: #6f6f6f;
		letter-spacing: 3px;
		text-indent: 10px;
		background: #f1f1f1;
		border: #e8e8e8 solid 1px;
	}
	/** 2017年6月2日15:04:33 **/
	
	.form_desc {
		margin: 10px 0px 15px 0px;
		font-size: 16px;
		color: #1b6fc7;
		background: #f1f1f1;
		padding: 3px 5px;
		box-shadow: rgba(0, 0, 0, .15) 0px 5px 5px;
		line-height: 34px;
		padding-left: 10px;
	}
	
	.form_desc .px_desc,
	.form_desc .label_desc {
		display: inline-block;
		padding: 0px 5px;
		font-size: 14px;
	}
	
	.form_desc label {
		height: 35px;
		line-height: 35px;
		color: #bbb;
		cursor: pointer;
		display: inline-block;
		padding: 0px 3px;
	}
	
	.form_desc label.bord {
		font-weight: 600;
		color: #1b6fc7;
	}
	/*start hotword-so*/
	
	.so-hotword-wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
		line-height:2em;
		font-size: 14px;
		padding-left: 5px;
	}
	
	.so-hotword-wrap font{
		font-weight: 600;
	}
		
	#so-hotword li {
		display: inline-block;
		padding: 0px 7px;		
	}
	
	#so-hotword li a{
		color: #666;
	}
	
	#so-hotword li a:hover{
		text-decoration: underline;
		color: #2b2b2b;
	}
	
	/*end  hotword-so*/
	
	.media {
		margin-bottom: 15px;
		background: #f7f7f7;
		border-radius: 6px;
		padding: 5px 7px;
		
	}
	
	.media .media-object {
		padding: 10px 5px 10px 5px;
		width: 74px;
		
		line-height: 1.4em;
		vertical-align: middle;
		text-align: center;
		background: #ddd;
		display: inline-block;
	}
	
	.media .media-body {
		width: 100%;
	}
	
	.media .media-heading {
		line-height: 2em;
	}
	
	.media .media-heading .label {
		margin-right: 10px;
	}
	
	.media .media-heading label {
		font-size: 12px;
	}
	
	.media .media-heading a {
		font-size: 16px;
	}
	
	.media .media-body p {
		line-height: 1.6em;
		font-size: 14px;
	}
	
	.media .media-body p.url-info a {
		color: #025194;
		font-size: 14px;
	}
	
	.media span {
		font-size: 16px;
	}
	
	.pageing {
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}
	
	.pageing form>span{
		cursor: pointer;
		display: inline-block;
		line-height: 34px;
	}
	
	.pageing form>span .input-group{
		display: inline-block;
		position: relative;
		top: 10px;
	}
	
	.pageing form>span .input-group input[type='text']{
		width: 110px;
		text-align: right;
	}
	.pageing form>span .input-group .input-group-btn{
		width: 34px;
		padding: 0px;
	}
	
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		font-size: 14px;
	}
	

/*2017年8月8日19:28:23*/

.dis-In {
	display: inline;
}

.paddingr5 {
	padding-right: 5px;
}

.text-center {
	text-align: center;
}

.list-header {
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.list-header .badge {
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.list-header a[data-toggle="panel"] span {
	display: block;
	font-size: 16px;
	width: 10px;
	text-align: center;
}

.list-header a[data-toggle="panel"] span.expand-icon {
	display: none;
	font-size: 18px;
}

.collapse-panel .panel-heading {
	position: relative;
}

.collapse-panel .panel-heading div[data-toggle="panel"] {
	position: absolute;
	right: 10px;
	top: 7px;
}

.collapse-panel .panel-heading div[data-toggle="panel"] span {
	display: block;
	font-size: 16px;
	width: 10px;
	text-align: center;
}

.collapse-panel .panel-heading div[data-toggle="panel"] span.expand-icon {
	display: none;
	font-size: 18px;
}

.collapse-panel .panel-heading .collapsed div[data-toggle="panel"] span.expand-icon {
	display: block;
}

.collapse-panel .panel-heading .collapsed div[data-toggle="panel"] .collapse-icon {
	display: none;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

.collapse a[data-toggle="panel"] span.expand-icon {
	display: block;
}

.collapse a[data-toggle="panel"] .collapse-icon {
	display: none;
}

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

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.list-unstyled li {
	border-bottom: 1px solid #DDD;
}

.list-group-item {
	font-size: 14px;
}

.list-group-item small {
	padding: 0 5px;
	color: #00b3ee;
}

.text-success {
	color: #8DC63F;
}

.clearfix {
	clear: both;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.js_searchForm {
	position: relative;
	color: #666;
}

input[type="text"] {
	font-family: "微软雅黑";
}

.panel {
	position: relative;
	background: none repeat scroll 0% 0% #FFF;
	padding: 20px 30px;
	border: 0px none;
	margin-bottom: 30px;
	box-shadow: none;
}

.panel a:hover {
	text-decoration: none;
}

.panel .panel-heading {
	position: relative;
	padding: 0px 0px 15px;
	margin: 0px;
	background: none repeat scroll 0% 0% transparent;
	font-size: 17px;
	border-bottom: 1px solid #cfcfcf;
}

.panel .panel-heading>.panel-title {
	font-size: 18px;
	float: left;
}

.panel .panel-heading>.panel-title small {
	padding-left: 20px;
	font-size: 13px;
	font-weight: 300;
	color: #666666;
}

.panel .panel-heading>.panel-options {
	float: right;
	font-size: 13px;
}

.panel .panel-heading>.panel-options a:first-child {
	margin-left: 0px;
	color:#1b6fc7;
	font-size: 14px;
}

.panel .panel-heading>.panel-options a {
	display: inline-block;
	color: #979898;
	margin-left: 7px;
	line-height: 1;
}

.panel .panel-heading>.panel-options a[data-toggle="remove"] {
height: 35px;
    line-height: 35px;
    padding: 0px 6px;
    font-size: 16px;
    color: #3c93d8;
    padding-right: 20px;
    background: url(../../images/tools.filses/arrowup.png) 42px 10px no-repeat;
}

.panel .panel-heading>.panel-options a[data-toggle="panel"] span {
	display: block;
	font-size: 16px;
	width: 10px;
	text-align: center;
}

.panel .panel-heading>.panel-options a[data-toggle="panel"] span.expand-icon {
	display: none;
	font-size: 18px;
}


/*收缩panel开始*/

.collapse-panel .list-group-item {
	margin-bottom: -1px;
}

.collapse-panel .panel-collapse {
	border: 1px solid #DDD;
	background: #fff;
	padding: 15px 15px;
}

.collapse-panel .panel-collapse .panel-body {
	font-size: 14px;
}

.collapse-panel .collapse {
	display: none;
	visibility: hidden;
}

.collapse-panel .collapse.in {
	display: block;
	visibility: visible;
}

.collapse-panel .collapse.in .panel-body {
	height: 300px;
}

.collapse-panel .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}


/*收缩panel结束*/
input[type=radio], input[type=checkbox]{
margin:0;
}
.gj_search_time .siteId label{
    margin-right: 22px;
}

.container{ width:1100px; background:#fff}