/*列表页*/
.aside .bghui{
    background-color: #F8F8FA;
}
/* IE11去掉搜索的叉 */
input::-ms-clear { 
    display: none; 
} 
.bigthreeImage{
    height: 299px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 30px;
}
.bigthreeImage .th-1{
    position: relative;
    height: 299px;
    overflow: hidden;
    /* display: table; */
    border-radius: 4px;
    width: 531px;
    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: 531px;
    border-radius: 4px;
    transition: all 0.6s;
    height: 299px;
}
.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: 217px;
    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: 256px;
    position: relative;
    margin-bottom: 10px;
    /* display: table; */
    height: 144px;
    border-radius: 4px;
}
.bigthreeImage .th-2 .list li:last-child{
    margin-bottom: 0px;
}
.bigthreeImage .th-2-overflow{
    overflow: hidden;
    display: table;
    height: 144px;
}
.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: 256px;
    transition: all 0.6s;
    margin-bottom: -4px;
    height: 152px;
}
.bigthreeImage .th-2 .list li img.zt{
    width: 256px;
    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: 800px;
    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: #AA1F24;
}
.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: 0px;
    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:last-child{
    border: 0;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText{
    height: 66px;
    overflow: hidden;
}
.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: 42px;
    overflow: hidden;
}

.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h .blue{
    color: #AA1F24;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h:hover{
    color: #AA1F24;
}
.searchList2 .listInfo .nomarlShow .listRight .searchText .text-h em{
    color: #AA1F24;
}
.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: #AA1F24;
}
.searchTab em{
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    height: 12px;
    position: relative;
    top: 2px;
    padding: 0px 4px;
    margin-right: 8px;
}
/* 频道页广告 */
.list_guanggao{
    width: 360px;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
}
.list_guanggao .g1{
    width: 360px;
    height: 240px;
}
.list_guanggao em{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    width: 38px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #000;
    opacity: 0.5;
}
/* 分页 */
ul.pagination2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.pagination2 li {display: inline;}
ul.pagination2 li a {
    color:#7B7B7B;
    float: left;
    padding: 0 9px;
    display: inline-block;
    /* width: 28px;
    height: 28px;
    line-height: 30px; */
    margin: 0 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    font-size: 20px;
}
ul.pagination2 li a.one, ul.pagination2 li a.last{
    width: 62px;
    font-size: 16px;
    height: 28px;
    line-height: 29px;
    border-radius: 3px 0 0 3px;
}
ul.pagination2 li a.last{
    border-radius: 0px 3px 3px 0px;
}
ul.pagination2 li a:hover{
    background-color: #AA1F24;
    color: #fff;
    border: 1px solid #AA1F24;
}
ul.pagination2 li a.active {
    background-color: #AA1F24;
    border: 1px solid #AA1F24;
    color: white;
}
.huikanIng{
    width: 50px;
    height: 21px;
    background: url(../images/huikanIng.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 13px;
    top: 12px;
    z-index: 9;
}
.yugaoIng{
    height: 21px;
    line-height: 21px;
    background-color: #f5ac2c;
    color: #fff;
    position: absolute;
    left: 13px;
    top: 12px;
    border-radius: 3px;
    padding-right: 8px;
    z-index: 9;
}
.yugaoIng i{
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(../images/yugaoIng.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 2px;
    left: 6px;
    margin-right: 10px;
}
.listBar2{
    width: 100%;
    height: 4px;
    /*background-color: #f5f5f5;*/
    /*margin-top: 15px;*/
    margin-bottom: 22px;
}

/* 搜索列表的修改 */
.search_result_null{ 
    text-align: center; 
    margin: 155px 0px 155px 0px;
}
.search_result_null p{ 
    font-size: 24px; 
    color: #9A9A9A; 
    margin-top: 20px;
}



.bigTitle{
    color: #AA1F24;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 18px 15px;
}

.aside{ 
    width: 310px;
}
.aside .advert01{
    width: 300px;
    height: 68px;
}
.aside .advert01 img{
    width: 100%;
    height: auto;
}
.aside .advert01, .aside .advert02{
    margin-bottom: 30px;
}
.aside .advert01 a, .aside .advert02 a{
    display: inline-block;
}
.aside .advert02 img{
    width: 300px;
    height: 532px;
}
.aside .asideList{
    background-color:#F8F8FA;
    border-radius: 4px;
    padding: 16px 10px 10px 0px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #4A4A4A;
    position: relative;
}
.aside .asideList .tit{
    padding-bottom: 20px;
}
.aside .asideList .tit h3{
    color: #27282D;
    font-size: 20px;
    font-weight: 600;
}
.aside .asideList .tit a{
    color: #979797;
    font-size: 12px;   
    padding-top: 7px;    
}
.aside .asideList .tit a:hover{
    color: #1C79D8;
}
.aside .asideList .tit a i{
    background: url(../images/icons.png) -25px -220px no-repeat;
    display: inline-block;
    width: 10px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.aside .list-a li{
    border-left: 3px solid #eee;
    position: relative;
    font-size: 14px;
    color: #4A4A4A;
    padding: 0 10px 25px 14px;
}
.aside .list-a li:last-child{
    border-left: 3px solid #F7F8F9;
}
.aside .list-a li .round{
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 4px solid #D7A8AA;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    top: 0;
}
.aside .list-a li .t{
    font-size: 12px;
    color: #9B9B9B;
}
.aside .list-a li a{
    line-height: 22px;
    position: relative;
    top: -5px;
}
.aside .list-b li{
    padding-bottom: 19px;
}
.aside .list-b li .videoImg{
    width: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 100px;
}
.aside .list-b li .videoImg img{
    width: 260px;
    border-radius: 4px;
    transition: all 0.6s;
}
.aside .list-b li .videoImg img:hover{
    transform: scale(1.2); 
}
.aside .list-b li .videoImg .litteTip{
    font-size: 12px;
    color: #fff;
    padding: 1px 8px 1px 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px; 
    background-color: #F55153;   
}
.aside .list-b li.huifang .litteTip{
    background-color: #1C79D8;
}
.aside .list-b li .text{
    padding: 8px 0px 5px 0;
}
.aside .list-b li .text a{
    line-height: 18px;
    color: #4A4A4A;
}
.aside .list-b li .text a:hover{
    color: #1C79D7;
}
.aside .list-b li .showTime{
    color: #F55153;
}
.aside .list-b li.huifang .showTime{
    color: #1C79D8;
}
.aside .list-c li{
    margin-bottom: 15px;
}
.aside .list-c li .topicImg{
    width: 260px;
    /* height: 90px;*/
    overflow: hidden; 
    border-radius: 4px;
    min-height: 100px;
}
.aside .list-c li .topicImg img{
    width: 260px;
    border-radius: 4px;
    transition: all 0.6s;
    margin-bottom: -6px;
}
.aside .list-c li .topicImg img:hover{
    transform: scale(1.2);
}
.aside .list-c li .text{
    padding: 8px 0px 5px 0;
}
.aside .list-c li .text a{
    line-height: 18px;
    color: #4A4A4A;
}
.aside .list-c li .text a:hover{
    color: #1C79D8;
}
.aside .list-d li{
    position: relative;
}
.aside .list-d li:hover .hot24-text{
    color: #AA1F24;
}
.aside .list-d li .num{
    display: inline-block;
    width: 24px;
    height: 16px;
    background-color: #DBDADA;
    color: #fff;
    border-radius: 0 0 4px 0;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
    font-size: 12px;
}
.aside .list-d li:nth-child(1) .num{
    background-color: #BB2827;
}
.aside .list-d li:nth-child(2) .num{
    background-color: #D0571C;
}
.aside .list-d li:nth-child(3) .num{
    background-color: #EC8217;
}
/* .aside .list-d li:hover .hot24-img{
    display: block;
} */
.aside .list-d .number1{
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/list.png) -2px -1px no-repeat;
    position: absolute;
    left: 1px;
    top: 0px;
}
.aside .list-d .hot24-img{
    width: 320px;
    height: 187px;
    margin-right: 10px;
    margin-top: 3px;
    overflow: hidden;
}
.aside .list-d .hot24-img a{
    display: inline-block;
}
.aside .list-d .hot24-img img{
    width: 320px;
    height: 187px;
    border-radius: 4px;
    transition: all 0.6s;
}
.aside .list-d .hot24-right{
    width: 330px;
}
.aside .list-d .hot24-img-first{
    /* width: 200px;
    height: 80px; */
    margin-top: 10px;
}
.aside .list-d li .hot24-img-first .hot24-time{
    /* position: absolute;
    bottom: 0px;
    overflow: hidden; */
}
.aside .list-d li .hot24-right .hot24-time .xjh_img{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin-top: 5px;
}
.aside .list-d li .hot24-right .hot24-time .xjh_name{
    color: #9B9B9B;
    width: 160px;
    margin: 8px 0 0 10px;
}
/* .aside .list-d li .hot24-img-first .hot24-time .xjh_img{
    margin-top: 0;
} */
/* .aside .list-d li .hot24-img-first .hot24-time .xjh_name{
    margin: 3px 0 0 10px;
} */
.aside .list-d li .hot24-img-first .num{
    position: absolute;
    left: 17px;
    top: 3px;
}
.aside .list-d li{
    margin-bottom: 24px;
    padding-left: 17px;
    /* height: 80px; */
    overflow: hidden;
    border: 1px solid #F8F8FA;
}
.aside .list-d li .hot24-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside .list-d li .hot24-time{
    color: #9b9b9b;
    font-size: 12px;
    padding-top: 8px;
    overflow: hidden;
}
.aside .list-d li .hot24-time i{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/index_icopinglun@2x.png) 0px 0px no-repeat;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.aside .list-e{

}
.aside .list-e li{
    overflow: hidden;
}
.aside .list-e li .codeImg{
    width: 97px;
}
.aside .list-e li .codeText{
    color: #A7A7A7;
}
.aside .list-e li{
    padding-left: 36px;
    padding-bottom: 14px;
}
.aside .list-e li img{
    width: 98px;
    height: 98px;
}
.aside .list-e li .codeText{
    margin-left: 10px;
}
.aside .list-e li .codeText h4{
    font-size: 16px;
    margin-top: 29px;
}
.aside .list-e li .codeText p{
    font-size: 12px;
}
.aside .asideList .contribute{
    text-align: center;
}
.aside .asideList .contribute .hold{
    color: #A7A7A7;
    font-size: 14px;
    width: 85px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    margin: 10px 0 20px 0;
}