﻿@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    padding:0;
    font-family:"Helvetica Neue",微软雅黑, "Microsoft Yahei", Helmet, Freesans, sans-serif;
}
.header{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100px;
    background: #1a8ae1;
    background-repeat:repeat-x;
    z-index:1000;
}
.logo{
    position:absolute;
    width:296px;
    height:64px;
    top:0;
    left:0;
    display:block;
    margin:0;
    padding:0;
}
.search-wrap{
    clear:both;
    float:left;
    width:1000px;
    height:64px;
    background-image:url(../normal/search-header.png);
    background-position:0 0;
    background-repeat:no-repeat;
}
.search-wrap input{
    position:absolute;
    left:310px;
    top:18px;
    width:502px;
    height:28px;
    padding:0;
    display:block;
    outline:none;
    background:#fff;
    border:none;
    font-size:16px;
    z-index:200;
}
.search-wrap button{
    position:absolute;
    left:816px;
    top:14px;
    display:block;
    width:118px;
    height:36px;
    padding:0;
    border:none;
    background-image:url(../normal/search-header.png);
    background-position:-816px -14px;
    margin:0;
    outline:none;
    cursor:pointer;
    z-index:200;
}
.search-wrap button:hover{
    background-position:-816px -114px;
}
.advance{
    position:absolute;
    display: block;
    left:942px;
    top:14px;
    display:block;
    width:64px;
    height:36px;
    line-height:36px; 
    text-align:center;
    font-size:14px;
    text-decoration:none;
    color:#2364b1;
    padding:0;
    border:none;
    margin:0;
    outline:none;
    cursor:pointer;
    z-index:200;
}
.advance:hover{
    color:#E74C3C;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.back-home{
    position:absolute;
    display: block;
    right:0;
    top:16px;
    width: 220px;
    height: 32px;
    line-height: 32px;
    text-indent: 32px;
    font-size: 14px;
    color: #555;
    background-image: url(../normal/search-frame.jpg);
    background-position: 0 -230px;
    text-decoration: none;
    z-index:100;
}
.back-home:hover{
    color:#E74C3C;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.tab{
    clear:both;
    width:auto;
    min-width:1px;
    overflow:hidden;
    height:36px;
    margin:0 0 0 80px;
}
.tab-item{
    float:left;
    margin:0;
    padding:0;
    width:80px;
    height:34px;
    line-height:34px;
    font-size:14px;
    text-align:center;
    color:#fff;
    display:block;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.tab-item:hover{
    border-bottom:2px #E74C3C solid;
}
.tab-item.selected{
    border-bottom:2px #C0392B solid;
    font-weight:bold;
}
.header-navi{
    float:right;
    margin:0;
    padding:0;
    width:64px;
    height:34px;
    line-height:34px;
    font-size:12px;
    text-align:center;
    color:#555;
    display:block;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.header-navi:hover{
    color:#E74C3C;
}
.content{
    width:998px;
    height:auto;
    min-height:1px;
    overflow:hidden;
    margin:100px 0 0 80px;
    border-left:rgb(238, 236, 237) 1px solid;
}
.count{
    display:block;
    clear:both;
    width:100%;
    height:24px;
    line-height:24px;
    font-size:14px;
    text-align:left;
    margin:16px 0;
    text-indent:32px;
    color:#777;
    -webkit-animation:folding ease-in-out 0.4s;
    -moz-animation:folding ease-in-out 0.4s;
    -ms-animation:folding ease-in-out 0.4s;
    animation:folding ease-in-out 0.4s;
}
.error{
    display:block;
    clear:both;
    width:100%;
    height:24px;
    line-height:24px;
    font-size:14px;
    text-align:left;
    margin:8px 0;
    text-indent:32px;
    color:#777;
}
.result
{
    width:998px;
    display:block;
    clear:both;
    height:auto;
    min-height:64px;
    height:auto;
    overflow:hidden;
    border-bottom:1px #eee solid;
    margin:8px 0;
    -webkit-animation:folding ease-in-out 1s;
    -moz-animation:folding ease-in-out 1s;
    -ms-animation:folding ease-in-out 1s;
    animation:folding ease-in-out 1s;
}
.result:nth-child(2){
    -webkit-animation:folding ease-in-out 0.4s;
    -moz-animation:folding ease-in-out 0.4s;
    -ms-animation:folding ease-in-out 0.4s;
    animation:folding ease-in-out 0.4s;
}
.result:nth-child(3){
    -webkit-animation:folding ease-in-out 0.6s;
    -moz-animation:folding ease-in-out 0.6s;
    -ms-animation:folding ease-in-out 0.6s;
    animation:folding ease-in-out 0.6s;
}
.result:nth-child(4){
    -webkit-animation:folding ease-in-out 0.8s;
    -moz-animation:folding ease-in-out 0.8s;
    -ms-animation:folding ease-in-out 0.8s;
    animation:folding ease-in-out 0.8s;
}

@-webkit-keyframes folding{
    0%{
        -webkit-transform:rotateX(90deg) translateY(-50%) perspective(17px) skew(-5deg, -5deg);
    }
    
    100%{
        -webkit-transform:rotateX(0) translateY(0) perspective(0) skew(0, 0);
    }
}
@-moz-keyframes folding{
    0%{
        -moz-transform:rotateX(90deg) translateY(-50%) perspective(17px) skew(-5deg, -5deg);
    }
    
    100%{
        -moz-transform:rotateX(0) translateY(0) perspective(0) skew(0, 0);
    }
}
@-ms-keyframes folding{
    0%{
        -ms-transform:rotateX(90deg) translateY(-50%) perspective(17px) skew(-5deg, -5deg);
    }
    
    100%{
        -ms-transform:rotateX(0) translateY(0) perspective(0) skew(0, 0);
    }
}
@keyframes folding{
    0%{
        transform:rotateX(90deg) translateY(-50%) perspective(17px) skew(-5deg, -5deg);
    }
    
    100%{
        transform:rotateX(0) translateY(0) perspective(0) skew(0, 0);
    }
}
.result-text{
    display:block;
    clear:both;
    width:900px;
    overflow:hidden;
    height:28px;
    line-height:28px;
    font-size:16px;
    text-align:left;
    text-indent:24px;
    margin:8px 0;
    color:#1d6798;
    border-left:#eee 8px solid;
    -webkit-transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -ms-transition:all linear 0.2s;
    transition:all linear 0.2s;
}
.result-text:hover{
    border-left:#f3f3f3 8px solid;
    color:#3277b4;
}
.result-img{

    width:164px;
    height:123px;
    float:left;
    margin:0 0 0 40px;
    padding:4px;
	  border: #ccc 1px solid;
}
.result-img img
{   
    width:164px;
    height:122px;
    }
.result-contentimg{

    width:764px;
    float:right;
    height:116px;
    max-height:126px;
    line-height:24px;
    overflow:hidden;
    font-size:14px;
    text-align:left;
    color:#555;
    margin:0;
    padding:8px;
    background-color:#f9f9f9;
}
.result-content{
    display:block;
    clear:both;
    width:552;
    height:auto;
    min-height:48px;
    max-height:126px;
    line-height:24px;
    overflow:hidden;
    font-size:14px;
    text-align:left;
    color:#555;
    margin:0 0 0 40px;
    padding-top:4px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:2px;
    background-color:#f9f9f9;
}
.result-info{
    display:block;
    clear:both;
    width:600px;
    height:auto;
    height:24px;
    line-height:24px;
    overflow:hidden;
    font-size:14px;
    text-align:right;
    color:#829d98;
    margin:0;
}
.result-source,
.result-area{
    display:block;
    width:auto;
    min-width:1px;
    height:24px;
    overflow:hidden;
    font-size:14px;
    text-align:left;
    color:#777;
    margin:0 0 0 40px;
    float:left;
}
.result-source{
    float:right;
}
.result-date{
    display:block;
    width:150px;
    height:auto;
    height:24px;
    overflow:hidden;
    font-size:14px;
    text-align:right;
    color:#829d98;
    margin:0;
    float:right;
}
.pages{
    clear:both;
    width:auto;
    min-width:1px;
    overflow:hidden;
    height:40px;
    margin:40px 0 80px 76px;
}
.pages-item{
    display:block;
    float:left;
    margin:4px;
    padding:0 8px;
    width:auto;
    min-width:30px;
    text-align:center;
    height:30px;
    border:1px #eee solid;
    font-size:14px;
    color:#145186;
    line-height:30px;
}
.pages-item:hover{
    background:#f3f3f3;
    color:#3277b4;
}
.pages-item.cur{
    border-color:#fff;
    font-weight:bold;
    text-decoration:none;
    color:#333;
}
.raw{
    display:none;
}
.suggest{
    position:absolute;
    left:768px;
    top:190px;
    width:200px;
    height:500px;
    border-left:1px #eee solid;
    z-index:100;
}
.suggest-hd{
    width:200px;
    height:24px;
    line-height:24px;
    color:#777;
    font-size:14px;
    font-weight:bold;
    text-indent:24px;
}
.suggest-list{
    width:176px;
    margin:8px 0 0 24px;
    height:auto;
    min-height:1px;
    overflow:hidden;
}
.suggest-item{
    width:176px;
    margin:8px 0;
    padding:0;
    height:24px;
    line-height:24px;
    font-size:14px;
    color:#555;
    cursor:pointer;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.suggest-item:hover{
    color:#C0392B;
}
DIV.fanye { font-size: 12px; padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center; clear:both; }
DIV.fanye a {padding:3px 8px;margin:0 3px;border: 1px solid #a7bbcc;color: #0158a7;}
DIV.fanye a:hover {padding:3px 8px;color:#fff;background:#f00;text-decoration:none;}
DIV.fanye .current {background: none repeat scroll 0 0 #d20001;border: 1px solid #ab0101;color: #ffffff;}
DIV.fanye .disabled {border: 1px solid #c4c4c4;color: #c4c4c4;}