/*搜索页样式*/
.high-search {
	padding: 40px 30px 85px 45px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -45px;
    background: #fff;
    margin-bottom:-15px;
}

.h-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #444546;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

.h-title>span {
	display: block;
	position: absolute;
	width: 3px;
	height: 22px;
	left: -15px;
	background: #f9d060;
	top: 5px;
	border-radius: 1px;
}

.high-search h3 {
	color: #444546 !important;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}

.h-line {
	width: 32px;
	height: 1px;
	background: #f9d060;
	margin: 12px auto;
}

.search-position {
	width: 100%;
	height: 100px;
}

.search-position li {
	width: 350px;
	height: 100px;
	list-style: none;
	margin-right: 35px;
}

.search-position li:nth-child(3) {
	margin-right: 0px;
}

ul.search-position {
	padding: 0px;
	margin: 0;
	margin-top: 35px;
}

.high-search h4 {
	font-size: 16px;
	color: #7d7d7d !important;
	width: 100%;
	line-height: 25px;
	margin: 0px;
	height: 25px;
}

.search-position .search-div {
	position: relative;
	width: 350px;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #e7e9ed;
	margin-top: 14px;
}

.search-div select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

.caret {
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 18px;
}

.search-div #all {
	left: 70px;
}

.date-width {
	width: 100%;
	height: 100px;
	margin-top: 35px;
}

.date-width .date-div {
	position: relative;
	width: 500px;
	height: 50px;
	border: 1px solid #e7e9ed;
	margin-top: 14px;
	border-radius: 3px;
}

.span-line {
	display: block;
	width: 32px;
	height: 2px;
	margin-top: 65px;
	background: #e7e9ed;
	float: left;
	margin-left: 46.5px;
}
.btn-div {
	width: 100%;
	height: 70px;
	margin: 50px auto 0;
	position: relative;
}

.btn-div .search-btn {
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: -126px;
	border-radius: 35px;
	display: block;
	width: 252px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 18px;
	background: #f9d060;
}

.date-width select {
	width: 440px;
	height: 50px;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-left: 40px;
}

.date-div .input-group-addon {
	width: 30px;
	height: 50px;
	display: block;
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 0px;
	background: url(../images/search/date.png) no-repeat right;
	border: none !important;
}

.date-div .input-group-addon img {
	display: none;
}

.date-div .input-group-addon.on{
	background: url(../images/search/dateHigh.png) no-repeat right;
}

.date-width input[type="date"] {
	width: 470px;
	height: 50px;
	border: none;
	outline: none;
}

.date-width input[type="text"] {
	width: 470px;
	height: 48px;
	border: none;
	outline: none;
	padding-left: 30px;
}
/*.date-width input[type="date"]::-webkit-inner-spin-button { visibility: hidden; }*/
/*input[type="date"]::-webkit-calendar-picker-indicator {
	   display: none;
	}
input[type="date"]::-webkit-clear-button{
   display:none;
}
input[type="date"]::-webkit-inner-spin-button { visibility: hidden; }*/
.right-input {
	width: 250px;
	top: 10px;
	height: 40px;
	position: absolute;
	right: 0px;
	border-left: 1px solid #e7e9ed;
	z-index: 1;
}

.right-input input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: none;
}

select {
	color: #444546 !important;
}

.select-one {
	display: none;
	border-radius: 5px;
	z-index: 999;
	box-shadow: -2px -2px 30px rgba(0, 0, 0, 0.1);
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:14px;
	padding: 0px;
	margin: 0px;
}

.select-one li:nth-child(1) {
	width: 70px !important;
	height: 48px;
	line-height: 50px;
	background: #fff;
	background: url(../images/search/caret.png) no-repeat 70px;
}

.select-one li:nth-child(2) {
	border-radius: 0 0 4px 4px;
}

.select-one li {
	background: #fff !important;
	cursor: pointer;
	width: 100px;
	line-height: 50px;
	text-indent: 25px;
	height: 50px;
	font-size: 14px;
	color: #444546;
}

.select-one li:hover {
	background: #e7e9ed !important;
}

.search-div input.select {
	position: relative;
	font-size: 16px;
	color: #444546;
	outline: none;
	border: 0;
	display: block;
	float: left;
	padding-left: 25px;
	width: 70px;
	height: 50px;
	background: url(../images/search/caret.png) no-repeat 70px;
}

#catalog input {
	padding-left: 25px;
	font-size: 16px;
	color: #444546;
	outline: none;
	border: none;
	height: 50px;
	width: 310px;
	background: url(../images/search/caret.png) no-repeat 310px;
}

.date-div input.date-begin {
	background: url(../images/search/date.png) no-repeat right;
}

.date-div input.date-end {
	background: url(../images/search/dateHigh.png) no-repeat right;
}

.date-div input.selectArticle {
	font-size: 16px;
	color: #444546;
	height: 50px;
	outline: none;
	border: none;
	width: 450px;
	padding-left: 30px;
	background: url(../images/search/caret.png) no-repeat 455px;
}

.select-two {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 350px;
	border-radius: 5px;
	z-index: 999;
	box-shadow: -2px -2px 30px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:14px;
}

.select-two li:nth-child(1) {
	height: 50px;
	line-height: 50px;
	background: #fff;
	background: url(../images/search/caret.png) no-repeat 310px;
}

.select-two li {
	background: #fff;
	cursor: pointer;
	width: 350px;
	line-height: 50px;
	text-indent: 25px;
	height: 50px;
	font-size: 14px;
	color: #444546;
}

.select-two li:hover {
	background: #e7e9ed;
}

.select-two li:nth-last-child(1) {
	border-radius: 0 0 4px 4px;
}

.select-one li.nohover:hover {
	background: #fff !important;
}

.select-two li.nohover:hover {
	background: #fff;
	background: url(../images/search/caret.png) no-repeat 310px;
}

.select-three li.nohover:hover {
	background: url(../images/search/caret.png) no-repeat 455px;
}

.select-three {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-radius: 5px;
	z-index: 999;
	box-shadow: -2px -2px 30px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0px;
	top: 0px;
}

.select-three li:nth-child(1) {
	height: 50px;
	line-height: 50px;
	background: #fff;
	background: url(../images/search/caret.png) no-repeat 455px;
}

.select-three li {
	cursor: pointer;
	width: 500px;
	line-height: 50px;
	text-indent: 25px;
	height: 50px;
	font-size: 16px;
	color: #444546;
}

.select-three li:hover {
	background: #e7e9ed;
}

.input-center {
	width: 348px;
	height: 48px;
	border: 0;
	outline: none;
}

#searchForm .from-group.col-md-4 {
	width: 350px;
	height: 100px;
	margin-right: 37px;
	padding-left: 0px;
}

#searchForm .control-label {
	width: 100%;
	height: 25px;
	display: block;
	line-height: 25px;
	font-weight:bold;
	font-size:14px;
}

#searchForm .search-div {
	height: 50px;
	position: relative;
	width: 350px;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #e7e9ed;
	margin-top: 14px;
	z-index: 1;
	color:#444546!important;
	font-size:14px;
}

#searchForm .from-group:nth-child(3) {
	margin-right: 0px;
}

#searchForm .search-div select {
	width: 100%;
	height: 50px;
	position: relative;
	top: 5px;
	border: none;
	outlinne: none;
	padding-left: 25px;
	background: url(../images/search/caret.png) no-repeat 310px;
}

#searchForm .search-div #TitleOnly {
	width: 100px;
	border-right: 1px solid #e7e9ed;
	background: url(../images/search/caret.png) no-repeat 70px;
}

#searchForm .search-div input {
	width: 100%;
	height: 40px;
	position: relative;
	top: 5px;
	border: none;
	outlinne: none;
	padding-left: 25px;
}
#searchForm .search-div  .keys-div input{padding-left:15px;}
#searchForm .search-div input.form-author{
	width:348px;
}

#searchForm .date-div {
	border-radius: 3px;
	margin-top: 14px;
	width: 500px;
	height: 50px;
	border: 1px solid #e7e9ed;
	color:#a3a8b1!important;
}

#searchForm .dates {
	width: 100%;
	height: 100px;
	margin-top: 20px;
}

#searchForm .date-div label {
	border: none;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

#searchForm .date-div input {
	position: relative;
	border: none;
	outline: none;
	width: 450px;
	height: 46px;
	top:1px;
	padding-left:25px;
	color:#a3a8b1!important;
}

#searchForm  .endDate input {
	
}

#searchForm .endDate {
	margin-top: 40px;
}

#searchForm .input-wrap {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	top: 80px;
	background: #fff;
	border-radius: 28px;
}

#searchForm .input-wrap input[type="submit"] {
	color: #fff !important;
	box-shadow: -2px 5px 30px rgba(0, 0, 0, 0.1);
	font-weight:bold;
}
#searchForm .input-wrap input[type="button"] {
	color: #fff !important;
	box-shadow: -2px 5px 30px rgba(0, 0, 0, 0.1);
	font-weight:bold;
}
#searchForm .input-wrap input[type="submit"]:focus{
	border:none;outline:none;
	box-shadow:none;
	background:#f9d060;
}
#searchForm .input-wrap input[type="button"]:focus{
	border:none;outline:none;
	box-shadow:none;
	background:#f9d060;
}
#searchForm .keys-div {
	width: 240px;
	height: 50px;
}

#searchForm  .date-div .input-group {
	position: relative;
	width: 500px;
	height: 50px;
	font-size:14px;
}

/*搜索结果样式*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: table;
	height: 0px;
	clear: both;
}

.bodybg {
	background: #f7f8fa;
	width: 100%;
	/* padding-bottom: 50px; */
}

.search-wrap {
	width: 100%;
	font-family: "微软雅黑";
}

.header-bg {
	width: 100%;
	height: 250px;
	background: url('../images/search/bg.png') center no-repeat
}

.input-wrap {
	width: 730px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	top: 75.5px;
	background: #fff;
	border-radius: 35px;
}

.input-wrap input[type="text"] {
	margin-left: 40px;
	width: 500px;
	height: 45px;
	border: 0;
	outline: none;
	color: #aaaaaa;
	font-size: 16px;
	margin-top:-5px;
}

.input-wrap button {
	width: 180px;
	height: 50px;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 35px;
	color: #fff;
	font-weight:bold;
	position: relative;
	top: -5px;
	margin-right: 3px;
	background: #f9d060;
	box-shadow: -2px 5px 30px rgba(0, 0, 0, 0.1);
	font-family:"微软雅黑";
}

.input-wrap input[type="submit"] {
	width: 195px;
	height: 56px;
	border: 0;
	outline: none;
	font-size: 16px;
	border-radius: 28px;
	color: #fff;
	position: relative;
	top: -7px;
	margin-right: 3px;
	background: #f9d060;
}
.input-wrap input[type="button"] {
	width: 195px;
	height: 56px;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 28px;
	color: #fff;
	position: relative;
	top: -7px;
	margin-right: 3px;
	background: #f9d060;
	font-family:"微软雅黑";
}
.result-search {
	padding: 40px 0px 0px 30px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: -45px;
    background: #fff;
    margin-bottom:-15px;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.result-wrap {
	width: 100%;
	height: 100%;
}

.fl-list {
	width: 850px;
	height: 100%;
	padding-right: 25px;
	border-right: 1px solid #ebecee;
}

.fr-aside {
	width: 320px;
	height: 100%;
	padding: 0 25px;
}

.red {
	color: #e80606;
}

i.normal {
	font-style: normal;
}

.result-total {
	font-size: 18px;
	color: #444546;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.result-total i {
	margin: 0 5px;
}

.result-total .f-span {
	margin-left: 20px;
	color: #7d7d7d;
	font-size: 14px;
}

.result-total a {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #aaaaaa;
	display: block;
	width: 80px;
	height: 30px;
	border: 1px solid #ebecee;
	position: absolute;
	right: 0px;
	top: 0px;
}

.fl-list ul {
	width: 100%;
	padding: 0px;
	margin: 0;
	margin-top: 40px;
}

.fl-list ul li {
	width: 100%;
	margin-bottom: 25px;
	font-size:16px!important;
}

.fl-list ul li .fl-span {
	width: 3px;
	height: 100%;
}

.fl-list ul li .fl-span>span {
	top: 1px;
	position: relative;
	display: block;
	background: #aaa;
	border-radius: 1px;
	width: 3px;
	height: 18px;
}

.fl-list ul li .c-lists {
	width: 820px;
	padding-left: 20px;
	height: 105px;
	border-bottom: 1px solid #ebecee;
}
.c-lists h5 a font{font-size:16px!important;}
.fl-list ul li .c-lists h5{font-size:16px!important;}

h5 {
	margin-top: 0px;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

h5 a {
	display:inline-block;
	color: #444546;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
	width:80%;
}

.c-lists p {
	color: #aaa;
	font-size: 12px;
	line-height: 25px;
	margin-top: 6px;
	height:50px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fr-aside h6 {
	font-weight: bold;
	margin: 0px;
	color: #444546 !important;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
}

.as-line {
	margin-top: 10px;
	width: 100%;
	height: 5px;
	background: url(../images/search/line.png) no-repeat;
}

.fr-as-lists {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fr-as-lists li {
	cursor: pointer;
	/* padding: 10px 12px; */
	height:36px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #7d7d7d;
	float: left;
	line-height:36px;
	text-align:center;
}

.fr-as-lists li:hover {
	background: #e80606;
	color: #fff;
	border-color: #e80606;
}

.fr-as-lists li a {
	color: #7d7d7d;
	display:block;
	padding:0 12px;
}

.fr-as-lists li:hover a {
	color: #fff;
}

.list_page {
	margin-left: 28px;
	margin-bottom: 60px;
	text-align: center !important;
}

#span {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 50px;
	position: absolute;
	z-index: 909;
	left: 25px;
	top: 0px;
}

#searchForm .search-div #CatalogInnerCode {
	width: 325px;
	outline: none;
	border: 0;
	background: url(../images/search/caret.png) no-repeat right;
}

#spanCatalog {
	display: block;
	width: 100px;
	height: 40px;
	background: #fff;
	line-height: 50px;
	position: absolute;
	z-index: 900;
	left: 25px;
	top: 0px;
}

.index5 {
	position: relative;
	z-index: 5 !important;
}

.index1 {
	position: relative;
	z-index: 1 !important;
}

.z-layer {
	width: 280px !important;
}

.z-cal-box {
	width: 270px !important;
}

.z-cal-box .z-cal-hd {
	width: 270px !important;
}

.z-cal-box .z-cal-hd .z-title {
	width: 120px !important;
	display: inline-block !important;
	height: 26px !important;
}

.z-cal-bd .z-whd {
	width: 270px !important;
	height: 22px !important;
}

.z-cal-bd {
	width: 270px !important;
}

.z-cal-ft {
	width: 270px !important;
}

.z-cal-ft .z-cal-time {
	width: 150px !important;
	height: 26px !important;
}
.list_page>div .pagination{width:auto!important;margin-top:20px;}
