@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
h3, h2{
	margin: 0;
	padding: 0;
}
em{
    font-style: normal;
    color: #c12025;
}
img{
    border:none;
}
i{
    font-style: normal;
}
/*搜索框头部 S*/
.search {
    width: 100%;
    height: 130px;
    background: #fff;
    min-width: 1200px;
}
.search-cont {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
	overflow: hidden;
}
.search-logo {
    height: 62px;
    overflow: hidden;
	margin-right: 65px;

}
.fl {
    float: left;
}
.fr {
    float: right;
}
.search-logo a {
    font-size: 28px;
    color: #0048a1;
    line-height: 80px;
	font-family: "微软雅黑";
}
.search-logo img {
    width: 226px;
    height: 53px;
    float: left;
    margin-right: 10px;
}
.search-top-nav ul {
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}
.search-top-nav ul li {
    float: left;
}
.search-top-nav ul li a {
    padding-right:30px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #292929;
    font-size: 18px;
}
.search-top-nav .cur {
    color: #c12025;
	font-weight: bold;
}
#searchForm {
    float: left;
    margin-top: 5px;
}
.searchbox {
    float: left;
    position: relative;
}
.search input {
    width: 480px;
    height: 33px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 35px;
    border: #DCDCDC 1px solid;
    padding-left: 20px;
    float: left;
    /* margin-left: 10px; */
}
.search-btn {
    width: 70px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    float: left;
    background: #cc0001;
    margin-left: 2px;
    cursor: pointer;
}
/*搜索框头部 E*/
/*筛选条件 S*/
.choose {
    clear: both;
    margin: 0 auto;
}
.choose-con {
    clear: both;
    height: 30px;
    line-height: 30px;
}
.choose .singleElection {
    height: 30px;
    line-height: 30px;
    margin: 9px 10px 0 0;
    float: left;
}
.choose .singleElection li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    position: relative;
    margin-right: 40px;
	padding-left: 18px;
}
.choose .singleElection li i{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cccccc;
	display: block;
	position: absolute;
	left:0;
	top:0;
}
.choose .singleElection li i.checked{
	background: #e52e34;
}
.singleElectionBtn {
    float: left;
    margin: 2px 5px 0 0;
}
.time-limit {
    float: left;
    margin-top: 2px;
}
.search-select-wrap {
    width:68px;
	position: absolute;
	left:-21px;
	top:28px;
	z-index: 2;
	background: #fff;
	border:1px solid #c9c9c9;
	margin-top: 5px;
}
.search-select-wrap a {
    text-decoration: none;
    outline: none;
    display: block;
    color: #292929;
    font-family: 微软雅黑;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
	text-align: center;
}
.search-select-wrap a:hover{
	background: #e52e34;
	color:#fff;
}
.search-select-val i {
    position: absolute;
    width: 13px;
    height: 8px;
    top: 12px;
    background: url(../image/search/down.png) no-repeat;
    display: block;
    left: 56px;
    padding: 9px 8px;
    /* border: 1px solid #cccccc; */
}
.search-select-time{
	width:105px;
}
.search-select-time i{
	left: 72px;
}
.time-limit{
	position: relative;
	margin-top: 0;
}
.time-limit.xiala{
	margin-right: 69px;
}
.choose .singleElection{
	margin-top: 0;
}

.time-limit.xiala .search-select-wrap{
	left:-11px;
}
.time-limit a{
	color: #292929;
}
.choose .singleElection li i{
	top:10px;
}
.time .search-select-val i{
	left:72px;
}
.xiala .search-select-val i{
	border:none;
}
.search-select-val i.cur {
    background: url(../image/search/up.png) 9px 10px no-repeat;
}
.choosedate {
    background-color: #fff;
}
.duringtime {
    background: url(../image/search/selecd_icon.png) no-repeat 73px 1px;
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    *background-image: none;
    background-image: none\0;
}
.duringtime option {
    border: #DCDCDC 1px solid;
    cursor: pointer;
}
.result{
	float: right;
}
.result p{
	color: #444;
	font-size: 14px;
}
/*页码 S*/
.listpage {
    text-align: center;
    font-size: 14px;
    margin: 12px auto 5px auto;
}
.listpage a {
    border: 1px solid #ccc;
    color: #292929;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 9px;
}
.listpage a{
    display: inline-block;
    height: 30px;
    text-decoration: none;
    line-height: 32px;
}
.listpage a.on {
    padding: 0 12px;
    border: 0;
    line-height: 32px;
    cursor: default;
    color: #333;
}
.listpage a.listnext{
	padding: 0 19px;
}
.listpage a.total{
	border:none;
	color: #666666;
}
.listpage span{
	color: #292929;
	font-size: 14px;
}
.listpage span input{
	width: 62px;
	height: 32px;
	margin:0 6px;
	font-size: 14px;
	text-align: center;
}
.listpage .button{
	width: 52px;
    height: 32px;
    font-size: 14px;
	margin-left: 20px;
}
/*页码 E*/
/*右侧 S*/
.main-content-right{
	width:312px;
	float: right;
}
.r-com-title h3{
	font-size:18px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color:#292929;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.data-retrieval ul li{
	padding-left: 16px;
	position: relative;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
}
.data-retrieval ul li i{
	width:6px;
	height: 6px;
	background: #777777;
	display: block;
	position: absolute;
	left:0;
	top:18px;
}
.data-retrieval ul li a{
	color:#292929;
}
/*热搜 S*/
.data-hot{
	margin-top: 30px;
}
.data-hot ul li{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:40px;
	width: 100%;
    overflow: hidden;
}
.data-hot ul li a{
	color:#292929;
}
.data-hot ul li.hot{
	position: relative;
}
.data-hot ul li.hot a{
	color: #C12025;
	float: left;
}
.data-hot ul li.hot i{
	width:10px;
	height: 13px;
	display: block;
	background: url(../image/search/jiantou.png) no-repeat;
	float: left;
    margin-top: 12px;
	margin-left: 12px;
}
/*关注排行 S*/
.attention-ranking{
	margin-top: 40px;
	overflow: hidden;
}
.attention-ranking ul li{
	margin-top: 15px;
	position: relative;
	padding-right: 19px;
}
.attention-ranking ul li em{
	width: 14px;
	height: 16px;
	background: #CCCCCC;
	display: block;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 0;
    top: 7px;
	font-size: 13px;
	color: #292929;
}
.attention-ranking ul li em.red{
	color: #fff;
	background: #C12025;
}
.attention-ranking ul li h3{
	padding-left: 20px;
	height: 52px;
	overflow: hidden;
	line-height:26px;
}
.attention-ranking ul li h3 a{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#292929;
	display: block;
    height: 52px;
}
.attention-ranking ul li h3.titleRed a{
	color: #C12025;
}
/*推荐 S*/
.recommend{
	margin-top: 40px;
	overflow: hidden;
}
.recommend ul{
	width:327px;
	margin-bottom: 5px;
}
.recommend ul li{
	float: left;
	width: 148px;
	height: 98px;
	margin-right: 15px;
	margin-top: 15px;
}



/*右侧 E*/
.search-btn2 {
    width: 17px;
    height: 16px;
    background: url(../image/search/search_ico_2.png) no-repeat;
    position: absolute;
    right: 79px;
    top: 9px;
    z-index: 10;
    cursor: pointer;
}
.search-select-wrap a:hover, .search-select-wrap a.cur{
    background: #e52e34;
    color:#fff;
}

.search-select-wrap.search-select-enter a.cur{
    background: none;
    color: #292929;
}

.search-select-wrap.search-select-enter a:hover{
    background: #e52e34;
    color:#fff;
}
input[type=text]::-ms-clear{display: none;}


/*底部 E*/
#page_bottom{
    margin-top: 30px;
}
#page_bottom .copyright .main {margin:0 auto;width:960px;float:none;}
#page_bottom .copyright {
color: #666;
font-family: "微软雅黑";
font-size: 12px;
height: 61px;
line-height: 61px;
background: #f1f1f1;
}
#page_bottom .copyright a {
color: #666;
}
/*底部 S*/
