/* 样式重置 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a img,
iframe {
    border: none;
}

a {
    text-decoration: none;
    color: #323232;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    margin: inherit;
}


/* Fixes incorrect placement of numbers in ol’s in IE6/7 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.Bold {
    font-weight: 900 !important;
}

.Light {
    font-weight: 300 !important;
}

.Regular {
    font-weight: 450 !important;
}

.Semilight {
    font-weight: 400 !important;
}

.overflow {
    overflow: hidden;
}

.overfow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}

.font-hover {
    color: #E30B20 !important;
}

.hover {
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.pointer {
    cursor: pointer;
}

.none {
    display: none;
}

.block {
    display: block;
}

.details-guide {
    font-size: 12px;
    margin-top: 26px;
    color: #999;
    margin-left: -5px;
    margin-bottom: 40px;
}

.details-guide .black {
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
}

.details-guide .gray {
    color: #999;
    margin-left: 5px;
}

.update i {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.update:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.barrierBed {
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    z-index: 11;
    position: absolute;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* 富文本样式重置 */
.context em{
	font-style:oblique;
}
.context ol{
	padding-left: 40px;
}
.context ul{
	padding-left: 40px;
}
.context ol,.context ol li{
	list-style: decimal;
}
.context ul,.context ul li{
	list-style: disc;
}
.context a{
    text-decoration: underline;
    color: blue;
}

.context td, .context th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*头部*/
.header .top{
    height: 40px;
    line-height: 40px;
    background: #B0152E;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.header .top .lf{
    color: #fff;
    font-size: 13px;
}
.header .top a{
    color: #fff;
    padding-right: 15px;
}
.header .top form{
    display: inline-block;
    height: 40px;
}
.header .top input[type='text']{
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    border: none;
    color: #fff;
    background: #8D0E22;
    border-radius: 25px;
    transition: .3s;
}
.header .top input[type='submit'],.header .top input[type='button']{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: none;
    position: absolute;
    top: 6px;
    right: 1px;
    cursor: pointer;
    border-radius: 50%;
    background: #8D0E22 url(../../images/zjjxy/search.png) no-repeat center center;
}
.header .top form:hover input[type='text']{
    width: 150px;
    padding: 0 30px 0 10px;
}
.header .nav{
    height: 85px;
    background: rgba(255,255,255,.8);
    z-index: 999;
}
.header .logo{
    height: 85px;
    line-height: 85px;
}
.header .logo img{
    animation: zoomIn 1s;
}
.toggle{
    display: none;
}

/*导航栏*/
.menu{
    float: right;
    margin-top: 40px;
}
.menu>li{
    float: left;
    position: relative;
}
.menu>li>a{
    display: block;
    height: 45px;
    padding: 0 12px;
    font-size: 16px;
}
.menu>li:hover>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0;
    border-bottom: 3px solid #DF0023;
    z-index: 9999;
}
.menu>li span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background: rgba(223,0,35,.6);
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #F2F0E5;
}
.second-menu a:hover{
    background: rgba(223,0,35,.7);
}
.menu>li:hover .second-menu{
    /*display: block;*/
}


/*尾部*/
.footer{
    height: 125px;
    background: #990920;
    font-size: 14px;
}
.footer .container{
    height: 100%;
}
.footer .lf{
    margin-top: 28px;
}
.footer .img{
    position: absolute;
    top: 22px;
    right: 0;
}
.footer .img img{
    border: 0px solid #fff;
}
.footer .img span{
    display: inline-block;
    line-height: 25px;
    position: relative;
    top: 15px;
    right: 5px;
    color: #fff;
}
.footer p{
    line-height: 30px;
    padding-top: 32px;
    margin-left: 65px;
    color: #fff;
}

.container{min-height: calc(100vh - 260px)}
.container .search-left { width: 170px; margin-right: 45px;}
.container .search-left .menu { width: 100%; margin-top: 360px; display: none;}
.container .search-left .menu .tree{width: 100%;}
.container .search-left .menu .menu-title { font-size: 16px; color: #666; margin-bottom: 9px; }
.container .search-left .menu .menu-list { width: 100%; height: 180px; border: 1px solid #E8E8E8; border-radius: 4px; behavior: url(../src/pie/PIE.htc); }
.container .search-left .menu .menu-list .news { height: 32px; margin-top: 11px; line-height: 32px; }
.container .search-left .menu .menu-list .news .arrows { margin-left: 11px; margin-right: 10px; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; border-width: 6px; border-style: solid dashed dashed dashed; border-color: #666 transparent transparent transparent; margin-top: 12px; }
.container .search-left .menu .menu-list .news .news-theme { font-size: 14px; color: #666; }
.container .search-left .menu .menu-list .inner-news, .container .search-left .menu .menu-list .outer-news { width: 100%; height: 32px; line-height: 32px; text-align: center; font-size: 14px; color: #666; }
.container .search-left .menu .menu-list .inner-news:hover, .container .search-left .menu .menu-list .outer-news:hover { color: #E30B20; background-color: #F5F5F5; }
.container .search-left .menu .menu-list .page { width: 100%; height: 32px; line-height: 32px; }
.container .search-left .menu .menu-list .page a { display: block; font-size: 14px; color: #666; margin-left: 32px; }
.container .search-left .menu .menu-list .politics { width: 100%; height: 32px; line-height: 32px; }
.container .search-left .menu .menu-list .politics a { display: block; font-size: 14px; color: #666; margin-left: 32px; }
.container .search-right { width: 985px; position: relative; }
.container .search-right .search-title input::-webkit-input-placeholder { font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-title input::-moz-placeholder { /* Mozilla Firefox 19+ */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-title input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-title input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-title { margin-top: 30px; margin-bottom: 30px; }
.container .search-right .search-title input { border: 0; border-bottom: 2px solid #E5E5E5; width: 100%; font-size: 18px; padding-bottom: 5px; }
.container .search-right .search-title i { color: #999; font-size: 30px; position: absolute; top: 50px; right: 0; }
.container .search-right .search-title i:hover { color: #E30B20; }
.container .search-right .search-tag { margin-bottom: 30px; }
.container .search-right .search-tag ul li {float: left;text-align: center;margin-right: 20px;margin-bottom: 20px;}
.container .search-right .search-tag ul li a { display: block; height: 40px; line-height: 40px; padding: 0 25px;font-size: 16px; background-color: #F5F5F5; border-radius: 20px; behavior: url(../src/pie/PIE.htc); }
.container .search-right .search-tag ul li a:hover { background-color: #E30B20; color: #fff; }
.container .search-right .search-res { font-size: 14px; color: #666; margin-bottom: 16px;}
.container .search-right .search-res span { color: #E30B20; }
.container .search-right .search-nav { width: 100%; height: 54px; line-height: 54px; background-color: #F5F5F5; margin-bottom: 10px; border-radius: 4px; behavior: url(../src/pie/PIE.htc); }
.container .search-right .search-nav .nav-left span { margin-left: 19px; display: block; float: left; font-size: 14px;}
.container .search-right .search-nav .nav-left a { cursor: pointer; display: block; float: left; width: 68px; height: 34px; line-height: 34px; border-radius: 4px; behavior: url(../src/pie/PIE.htc); text-align: center; margin-top: 10px; margin-left: 10px; font-size: 14px; }
.container .search-right .search-nav .nav-left a.active-red { background-color: #E30B20; color: #fff; }
.container .search-right .search-nav .nav-left a:hover{color: #E30B20;}
.container .search-right .search-nav .nav-left a.active-red:hover{color: #fff;}
.container .search-right .search-nav .nav-left input::-webkit-input-placeholder { font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-nav .nav-left input::-moz-placeholder { /* Mozilla Firefox 19+ */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-nav .nav-left input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-nav .nav-left input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-weight: 300; color: #999; font-size: 16px; }
.container .search-right .search-nav .nav-right { font-size: 14px; margin-right: 20px; }
.container .search-right .search-nav .nav-right span { display: block; float: left; margin-right: 20px; }
.container .search-right .search-nav .nav-right a { display: block; float: left; height: 54px; line-height: 54px; }
.container .search-right .search-nav .nav-right span.line { margin-left: 12px; margin-right: 12px; }
.container .search-right .search-nav .nav-right .active-red { color: #E30B20; }
.container .search-right .search-nav .nav-right .rank:hover{ color: #E30B20; }
.container .search-right .search-item { width: 100%; height: 170px; padding: 20px 0; border-bottom: 1px solid #E5E5E5; }
.container .search-right .search-item:hover { background-color: #F5F5F5; cursor: pointer; }
.container .search-right .search-item .item-left { margin-right: 20px; }
.container .search-right .search-item .item-left img { display: block;width: 220px;height: 125px;border-radius: 4px;behavior: url(../pie/PIE.htc);}
.container .search-right .search-item .item-right { width: 745px; height: 130px; position: relative; }
.container .search-right .search-item .item-right a { color: #333333; font-size: 20px; }
.container .search-right .search-item .item-right a:hover { color: #E30B20; }
.container .search-right .search-item .item-right .bottom { position: absolute; bottom: 5px; width: 745px;}
.container .search-right .search-item .item-right .bottom ul {float: left;}
.container .search-right .search-item .item-right .bottom ul .time {color: #a2a2a2; }
.container .search-right .search-item .item-right .bottom ul:last-child {float: right;margin-right: 20px;}
.container .search-right .search-item .item-right .bottom ul li { font-size: 12px; display: inline-block; color: #333333; margin-right: 20px;  }
.container .search-right .search-item .item-right .bottom ul li i { color: #999; margin-right: 10px; margin-left: 20px; font-size: 14px;}
.container .search-right .search-item .item-right .bottom ul li:hover { color: #E30B20; }
.container .search-right .search-item .item-right .bottom ul li:hover i { color: #E30B20; }
.container .search-right .search-item .item-right .bottom ul li.no-red:hover{color: #333333;cursor: default;}
.container .search-right .search-item .item-right .bottom ul li.time:hover{color: #a2a2a2;}
.container .search-right .search-item .item-right .bottom ul li.no-red:hover i{color: #999999;}
.container .search-right .search-item .item-right .addone { text-align: center; height: 15px; line-height: 15px; color: #fff; background-color: #E30B20; font-size: 10px; width: 30px; border-radius: 20px; behavior: url(../src/pie/PIE.htc); position: absolute; right: 84px; bottom: 35px; }
.container .search-right .loading {font-size: 14px; color: #333; width: 100%;height: 50px; line-height: 50px; margin:35px 0; text-align: center; border-radius: 4px; behavior: url(../src/pie/PIE.htc); }
.container .search-right .loading-yes{ background-color: #F5F5F5;}
.container .search-right .loading-yes:hover { background-color: #EDEDED; color: #E30B20;}
.container .search-right .loading-no{ background-color: #FFFFFF; }

input[name='date']{
  width: 230px;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding-left: 30px;
  font-size: 14px;
}
#date::-webkit-input-placeholder{
	font-size: 14px;
}
.nav-left i{margin-right: -31px;margin-left: 20px;position: relative;font-size: 12px;color: #999;}
.title-color{color: #E30B20;}
.noSearch{width: 985px;}
.noSearch img{
  display: block;
  margin: 85px auto 120px;
}
.ontree{
	color: #E30B20 !important;
}

/*# sourceMappingURL=search.css.map */
