/*列表页*/
.aside .bghui{
    background-color: #F8F8FA;
}

.bigthreeImage{
    height: 284px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.bigthreeImage .th-1{
    position: relative;
    height: 284px;
    overflow: hidden;
    /* display: table; */
    border-radius: 4px;
    width: 505px;
    display: table;   
}
.bigthreeImage .th-1-zt{
    background-color: #000;
}
.bigthreeImage .th-1 .ta{
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}
.bigthreeImage .th-1 .ta img{
    width: 505px;
    border-radius: 4px;
    transition: all 0.6s;
    height: 284px;
}
.bigthreeImage .th-1 .ta img.zt{
    width: 100%;
    height: auto;
}
.bigthreeImage .th-1 .ta img:hover{
    transform: scale(1.2); 
}
.bigthreeImage .th-1 .th-t{
    position: absolute;
    width: 100%;
    left: 0px;
    /* bottom: 0px; */
    font-size: 22px;
    color: #fff;   
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Opera */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Firefox */
    background: linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%); /* 标准的语法（必须放在最后） */
    top: 202px;
    height: 82px;
}
.bigthreeImage .th-1 .th-t a{
    color: #fff;
    padding: 0px 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    height: 54px;
}
.bigthreeImage .th-2 .list{

}
.bigthreeImage .th-2 .list li{
    overflow: hidden;
    width: 243px;
    position: relative;
    margin-bottom: 10px;
    /* display: table; */
    height: 136.9px;
    border-radius: 4px;
}
.bigthreeImage .th-2 .list li:last-child{
    margin-bottom: 0px;
}
.bigthreeImage .th-2-overflow{
    overflow: hidden;
    display: table;
    height: 136.9px;
}
.bigthreeImage .th-2-overflow-zt{
    background-color: #000;
}
.bigthreeImage .th-2 .list li a{
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}
.bigthreeImage .th-2 .list li img{
    width: 243px;
    transition: all 0.6s;
    margin-bottom: -4px;
    height: 136.9px;
}
.bigthreeImage .th-2 .list li img.zt{
    width: 243px;
    height: auto;
}


.bigthreeImage .th-2 .list li img:hover{
    transform: scale(1.2); 
}
.bigthreeImage .th-2 .list li p{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding-top: 7px;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Opera */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%);/* Firefox */
    background: linear-gradient(bottom, rgba(0,0,0,0.6)0%, rgba(0,0,0,0.5)55%, rgba(0,0,0,0)98%); /* 标准的语法（必须放在最后） */
}
.bigthreeImage .th-2 .list li p a{
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    padding-bottom: 10px;
    /* position: absolute;
    bottom: 0px; */
}


/*搜索页*/
.searchBox{
    position: relative;
    height: 77px;
}
.searchBox .s-top{

}
.searchBox .s-top .textInput{
    width: 760px;
    position: relative;
    
}
.searchBox .s-top .textInput .s{
    width: 650px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    background-color: #F8F8FA;
    font-size: 14px;
    padding: 0px 90px 0 10px;
}
.searchBox .s-top .textInput .s-button{
    width: 88px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
    background-color: #1C79D8;
}
.searchBox .s-top .textInput .s-button .icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icons.png) -25px -323px no-repeat; 
    position: absolute;
    top: 11px;
    left: 35px;
}
.searchBox .s-top .s-menu{
    width: 93px;
    height: 26px;
    background-color: #1a79d8;
    color: #fff;
}
.searchBox .s-top .s-menu .t{
    padding: 4px 0 0 13px;
    display: inline-block;
}
.searchBox .s-top .s-text{
    width: 532px;
    height: 26px;
    background-color: #fff;
    border-radius: 6px;
}
.searchBox .s-bom{
    position: absolute;
    right: 21px;
    bottom: -24px;
    color: #999;
    font-size: 14px;
}
.searchList .s-infomation li{
    background-color: #fff;
    padding: 26px 15px 26px 20px;
    border-radius: 4px;
    margin-bottom: 7px;
    border-bottom: 1px solid #f4f4f4;
}
.searchList .s-infomation li .headline{
    font-size: 14px;
    color: #020202;
    padding-bottom: 15px;
    line-height: 20px;
}
.searchList .s-infomation li .explain{
    color: #8c8e8f;
    line-height: 20px;
    padding-bottom: 30px;
}
.searchList .s-infomation li .origin{
    color: #d3d3d3;
}
.searchList .s-infomation li .origin em{
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    height: 12px;
    line-height: 11px;
}
.searchList .s-infomation li .origin em a{
    display: inline-block;
    color: #305c94;
    margin-right: 13px;
}
.searchList .s-infomation li .timer{
    width: 143px;
    color: #d3d3d3;
    text-align: right;
}
.searchList-left{
    width: 185px;
    height: 133px;
    margin-right: 10px;
}
.searchList-left .pimgL{
    display: inline-block;
}
.searchList-left .pimgL img{
    width: 185px;
    height: 133px;
}
.searchList-right{
    width: 386px;
}

.searchList2 .listInfo .nomarlShow{
    border-top: 0px;
    border-bottom: 1px solid #f4f4f4;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText{

}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h{
    line-height: 21px;
    color: #999;
    font-size: 14px;
}
.searchList2 .listInfo .onePic .listRight .searchText .text-h{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.searchList2 .listInfo .noPic .listRight .searchText .text-h{
    height: 46px;
    overflow: hidden;
}

.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h .blue{
    color: #1C79D8;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h:hover{
    color: #1C79D8;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h em{
    color: #1C79D8;
}
.searchList2 .listInfo .listLeft{
    margin-left: 0px;
    /* display: table; */
}
.searchList2 .listInfo .noPic .listRight{
    width: 100%;
    margin-left: 0px;
}

.searchTab{
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 16px;
    font-size: 14px;   
}
.searchTab a{
    color: #999;
}
.searchTab a.cur{
    color: #1C79D8;
}
.searchTab em{
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    height: 12px;
    position: relative;
    top: 2px;
    padding: 0px 4px;
    margin-right: 8px;
}