

/*头部*/
/*.header{
	background: url(../../images/countryMarket/headerBg.jpg) no-repeat;
	width: 100%;
	height: 102px;
	-webkit-box-shadow: 0 3px 5px #ddd;
	-ms-box-shadow: 0 3px 5px #ddd;
	-o-box-shadow: 0 3px 5px #ddd;
	moz-box-shadow: 0 3px 5px #ddd;
	box-shadow: 0 3px 5px #ddd;
}*/
.headerCon{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	padding-top: 22px;
}
.logo img{width:368px;}
.titInfo{
	margin-top: 32px;
	padding-left: 22px;
	margin-left: 22px;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	border-left: 1px solid #a8acaf;
}
/*普通搜索*/
.searchBar{
	width: 1200px;
	margin: 25px auto 0;
	border: 1px solid #e8e8e8;
	background: #fdfdfd;
	border-radius: 4px;
	padding: 20px 25px;
}
.searchPubList{
	margin-bottom: 20px;
	position: relative;
}
.searchPubList label{
	display: inline-block;
	width: 122px;
	text-align: right;
	font-size: 14px;
	color: #333;
	line-height: 35px;
}
.searchPubList input{
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d9e1;
	background: #fff;
	border-radius: 4px;
	padding: 0 10px;
}
.searchPubList .dateTo{
	line-height: 35px;
	margin: 0 10px;
	color: #000;
	font-size: 14px;
}
.wh658{
	width: 658px;
}
.wh365{
	width: 365px;
}
.dataSelectBox{
	position: relative;
}
.dataSelectBox .icon-date{
	position: absolute;
	top: 13px;
    right: 10px;
}
.searchSelectBox{
	width: 171px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d9e1;
	background: #fff;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.searchSelectBox .selectTit{
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.searchSelectBox .icon-arrowDown{
	margin-top: 8px;
    margin-right: 3px;
    cursor: pointer;
}
.dropDownMenu{
	width: 100%;
	border: 1px solid #d7d9e1;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	height: 178px;
	overflow-y: auto;
	top: 35px;
	left: 0;
	z-index: 1;
}
.dropDownMenu ul li a{
	display: inline-block;
	color: #6d7393;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	width: 100%;
}
.dropDownMenu ul li a:hover{
	background: #e5ecf4;
	color: #044495;
}
.searchBtn{
	padding-left: 125px;
}
.searchBtn .btnD{
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 86px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.searchBtn .btnD.btnBlue{
	background: #044495;
}
.searchBtn .btnD.btnReset{
	background: #eaeaea;
	color: #1e3133;
	width: 66px;
}
.searchBtn .btnD:hover{
	opacity: 0.8;
}
/*高级搜索*/
.boxShadow{
    -webkit-box-shadow: 0 2px 6px #ddd;
    -moz-box-shadow: 0 2px 6px #ddd;
    box-shadow: 0 2px 6px #ddd;
}
.advTit{
	border-bottom:1px solid #efefef;
	padding-bottom: 17px;
    margin: -6px -25px 28px;
    font-size: 16px;
    color: #044495;
}
.advTit span{
	padding-left: 15px;
}
.advTit .line{
	width: 36px;
	height: 3px;
}
.advTit .icon-searchClose{
	margin: 5px 20px 0 0;
	cursor: pointer;
}
.advTit .icon-searchClose:hover{
	opacity: 0.8;
}
.searchPubList .searcRresultSort{
	margin: 8px 0 0;
}
.searchPubList .searcRresultSort .radioBox{
	margin-left: 0;
	margin-right: 24px;
}
.wh273{
	width: 273px;
}
.wh170{
	width: 170px;
}
.wh193{
	width: 193px;
}
.searchPubList .wenhaoText{
	position: relative;
}
.searchPubList .wenhaoText input{
	padding-left: 80px;
}
.searchPubList .wenhaoText input.padSmall{
	padding-left: 40px;
}
.searchPubList .wenhaoText.padLR10{
	margin: 0 11px;
}
.searchPubList .wenhaoText>span{
	display: inline-block;
	height: 14px;
	line-height: 14px;
	position: absolute;
	left:0px;
	top: 11px;
	font-size: 14px;
	color: #666;
	border-right: 1px solid #d7d9e0;
	padding:0 10px;
}
/*查询结果*/
.searcRresultNum{
	font-size: 14px;
	color: #333;
	padding: 20px 0 12px;
}
.searcRresultNum span{
	color: #e13134;
	margin: 0 5px;
}
.searcRresultSort{
	margin: 19px 0 0 32px;
}
.searcRresultSort .radioBox{
	position: relative;
	margin-left: 24px;
	font-size: 14px;
	color: #333;
}
.searcRresultSort .radioBox .radioHide{
    width: 16px;
    height: 16px;
	position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0;
    visibility: hidden;
}
.resultConBox{
	width: 1200px;
	margin: 0 auto;
}
/*.resultTabBox{
	border-radius: 4px;
	border: 1px solid #e8e8e8;
}*/
.resultTabBox .tableBox{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.resultTabBox .tableBox tr th{
	height: 52px;
	background: #ECF3FA;
	border-bottom: 1px solid #EAEAF3;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding: 0 10px;
}

.resultTabBox .tableBox tr td{
	height: 70px;
	border-bottom: 1px solid #EAEAF3;
	padding: 10px;
	color: #696969;
	font-size: 14px;
}
.resultTabBox .tableBox tr td >a{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.resultTabBox .tableBox tr td div{
	width: 398px;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resultTabBox .tableBox tr td.center{
text-align: center;
}
.tabTdTit span{
color: #e13134;
}
.resultTabBox .tableBox tr th.borderRadioLT{
	border-top-left-radius: 6px;
}
.resultTabBox .tableBox tr th.borderRadioRT{
	border-top-right-radius: 6px;
}
.resultTabBox .tableBox tr th.thTextLeft{
	text-align: left;
}
.resultTabBox .tableBox tr td .tabTdTit{
	display: block;
	color: #333;
}
.resultTabBox .tableBox tr td .tabTdTit b{
	color: #e91e1e;
}
.resultTabBox .tableBox tr td .tabTdDoc{
	font-size: 14px;
	color: #335A8B;
	margin-top: 5px;
}

.resultTabBox .tableBox tr th.borderLeftRT{
	border-left: 1px solid #dce5f4;
	border-right: 1px solid #dce5f4;
}
.resultTabBox .tableBox tr td.borderLeftRT{
	border-left: 1px solid #dce5f4;
	border-right: 1px solid #dce5f4;
	/*background: #fcfeff;*/
}
/*.resultTabBox .tableBox tr td.textNum{
color: #000;
}*/
/*分页*/
.pagination_con {
	margin: 14px 28px;
    height: 32px;
}
.pagination_con .pagination ul {
	vertical-align: middle;
}
.pagination_con .pagination ul > li {
    display: inline;
}
.pagination_con .pagination ul> li> a {
	width: 31px;
	height: 31px;
	box-sizing: border-box;
	margin-right: 5px !important;
	border-color: #dbdbdb !important;
	color: #6a6c7a;
	border-radius: 4px;
}
.pagination_con .pagination ul> li> a:hover {
	background: #044495;
	color: #fff !important;
	border-width: 0;
}
.pagination_con .active a {
	background: #044495!important;
	color: #fff !important;
	border-width: 0;
}
.pagination_con .pagination ul > li > a,
.pagination_con .pagination ul > li > span {
    float: left;
    padding: 4px 0px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 1px;
    text-align: center;
}
.pagination_con .totalNum {
	margin: 0 0 0 10px;
	color: #6a6c7a;
	line-height: 31px;
}
.pagination_con .pagination ul .prev a:hover,
.pagination_con .pagination ul .next a:hover {
	border-color: #dbdbdb !important;
	color: #6a6c7a !important;
	border-width: 1px !important;
	background: #fff !important;
}
.pagination_con .pagination .prev a {
    width: 85px !important;
    height: 31px !important;
    padding-left: 23px;
    text-align: left;
    box-sizing: border-box;
}
.pagination_con .pagination .next a {
    width: 85px !important;
    height: 31px !important;
    padding-left: 17px;
    text-align: left;
    box-sizing: border-box;
}
.pagination_con .pagination .prev a,
.pagination_con .pagination .next a {
    position: relative;
}
.pagination_con .pagination .prev a i,
.pagination_con .pagination .next a i {
    position: absolute;
    top: 10px;
    width: 4px;
    height: 8px;
}
.pagination_con .pagination .prev a i {
    left: 9px;
    background:url(../../images/countryMarket/arrow-left.png) no-repeat;
}
.pagination_con .pagination .next a i {
    right: 10px;
    background: url(../../images/countryMarket/arrow-right.png) no-repeat;
}
.pageHowManyNum{
	font-size: 12px;
	color: #6a6c7a;
	line-height: 31px;
	
}
.pageHowManyNum span{
	margin: 0 5px;
}
.pageHowManyNum input{
	border: 1px solid #e7eaec;
	background: #fff;
	border-radius: 4px;
	height:31px;
	line-height: 31px;
    width: 31px;
    text-align: center;
}
.pageBtnOk a{
	display: block;
	width: 60px;
	height: 31px;
	line-height: 31px;
	background: #044495;
	border-radius: 4px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
}

/*搜索无结果*/
.searchNotResults{
	padding-top: 36px;
	margin: 0 0 40px 30px;
}
.searchNotResults .resultsTit{
	font-size: 18px;
	color: #333;	
	margin-bottom: 33px;
}
.searchNotResults .resultsTit span{
	color: #cc0000;
}
.searchNotResults .tips{
	font-size: 14px;
	color: #666;
	margin-bottom: 16px;
}
.searchNotResults .listTips{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	margin-left: 45px;
}
.searchNotResults .listTips i{
	width: 4px;
	height: 4px;
	background: #666;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
.searchNotResults .listTips .links{
	color: #374377;
	text-decoration: underline;
}

.pageMore{
	line-height: 31px;
	color: #878994;
	margin: 0 15px;
}
/*icon*/
.icon-samr{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url(../../images/countryMarket/icon-samr.png) no-repeat;
	margin-top: -3px;
}
.icon-radioD{
	background-position: 1px 1px;
}
.icon-radioS{
	background-position: 1px -23px;
}
.icon-arrowDown{
	background-position: -20px 6px;
}
.icon-date{
	height: 17px;
	background-position: 0px -48px;
}
.icon-searchClose{
	background-position: -25px -45px;
}
#selectHint,#selectHintHigh{
	width: 656px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	top: 35px;
	display: none;
	position: absolute;
	left: 123px;
	outline: none;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 222;
	text-align: left;
}
#selectDocType1{
	width: 363px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	top: 35px;
	display: none;
	position: absolute;
	left: 123px;
	outline: none;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 222;
	text-align: left;
}
#selectDocType2{
	width: 272px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	top: 35px;
	display: none;
	position: absolute;
	left: 1px;
	outline: none;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 222;
	text-align: left;
}
.searchul{

}

.searchul li{
	height: 25px;
	line-height: 25px;
	padding-left:13px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	/*width: 390px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.searchul li:hover{
	background: #f3f3f3;
}
.searchResults {
	font-size: 14px;
	color: #666;
	margin: 0px 0 18px;
	text-align: left;
}
.searchResults .icon {
	margin-right: 3px;
	display: inline-block;
	background: url(../../images/icon.png) 0 -137px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.searchResults span b {
	font-weight: bold;
}
.searchResults span a {
	color: #0042a2;
	text-decoration: underline;
}

/*新增代码*/
.leftTableList{
	width: 882px;
	border-radius: 6px;
	border: 1px solid #EAEAF3;
}

/*主题机构分类*/
.pubSormListBox{
	width: 302px;
	border-radius: 6px;
	background: #FDFDFD;
	border: 1px solid #EAEAF3;
	margin-bottom: 15px;
}
.pubSormListBox .tit{
	height: 52px;
	line-height: 52px;
	background: #ECF3FA;
	border-bottom: 1px solid #EAEAF3;
	border-radius: 6px 6px 0 0;
	font-size: 16px;
	color: #333;
	padding-left: 15px;
}
.pubSormListBox .sormListCon{
	padding: 10px 0px 15px;
}
.pubSormListBox .sormListCon ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	padding: 0px 20px 0 15px;
	text-align: left;
}
.sormUnfold{
	font-size: 16px;
	color: #58595b;
	margin-right: 10px;
}
.sormUnfold:hover{
	opacity: 0.8;
}
/*.icon-unfold,.icon-shrink{
	width: 7px;
	height: 10px;
}*/
.icon-unfold{
	background-position: 0 -75px;
}
.icon-shrink{
	background-position: -22px -75px;
}
.pubSormListBox .timListCon{
	padding: 5px 10px 20px 11px;
}
.pubSormListBox .timListCon ul li{
	float: left;
	padding: 10px 5px;
}
.pubSormListBox .timListCon ul li a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	background: #f5f9fb;
	border: 1px solid #e9eef1;
	border-radius: 4px;
	height: 21px;
	line-height: 20px;
	padding: 0 8px;
}
.pubSormListBox ul li.active a{
	background: #044495;
	color: #fff;
	border: 1px solid #d6dfe6;
}
.resultTabBox .tableBox tr.even{
	background: #f3f6fa;
}
.pubSormListBox .sormListCon li.even{
	background: #f7fafd;
	font-size: 14px;
}
.pubSormListBox .sormListCon ul li a{
	color: #333;
	padding: 0 5px;
}
.pubSormListBox .sormListCon ul li.active a {
	color: #fff;
	border-radius: 4px;
	height: 22px;
	padding: 0 8px;
}
.resultTabBox .tableBox tr td div a{
	color: #0A5B84;
}
.resultTabBox .tableBox tr:hover {
	background-color: #e9f0f9;
}
.pubSormListBox .sormListCon ul li:hover,.pubSormListBox .timListCon ul li a:hover{
	background-color: #e9f0f9;
	color: #222222;
}
.resultTabBox .tableBox tr td div a:hover{
	color: #3266A9;
}
.resultTabBox .tableBox tr:hover td{
	color: #222222;
}
.resultTabBox .tableBox tr:hover .tabTdTit span{
	color: #FF2323;
}