/*列表页*/
/* IE11去掉搜索的叉 */
input::-ms-clear { 
    display: none; 
} 
/* 针对专题图片的尺寸 */
.listContent .listInfo .listLeft img.zt{
    width: 100%;
    height: auto;
}
.listContent .listInfo .listLeft-overflow{
    overflow: hidden; 
    display: table;
    height: 161px;
    text-align: center;
    margin: 0px auto;
    position: relative;
}
.listLeft .listLeft-overflow-zt{
    background-color: #000;
}
/* 分页 */
.turnPage{
    width: 800px;
    text-align: center;
    margin:105px 0px  20px 0px;
}
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;
    margin: 0 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    font-size: 20px;
    height: 28px;
    line-height: 29px
}
ul.pagination2 li a.one, ul.pagination2 li a.last{
    width: 62px;
    width: 68px\0;
    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;
}
/* 分享的样式 */
.share-to{
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
    cursor: pointer;
}
.share-to .weixin-code .er{
    width: 200px;
    height: 200px;
    transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}
.share-to .weixin-code .er img{
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 15px 15px 0 70px;
}
.share-to .weixin-code .er:hover{
    transform: none;
}
.share-to .weixin{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/index_icoWeixin@2x.png) no-repeat;
    background-size:100%;
    margin-left: 22px;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #666;
}
.share-to .sina{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/index_icoWeibo@2x.png) no-repeat;
    background-size:100%;
}
.share-to .sina .yunafen{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.weixin-code .wx-t{
    padding-top: 20px;
}
.share-to .weixin-code .er{
    width: 200px;
    height: 200px;
    transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}
.share-to .weixin-code .er:hover{
    transform: none;
}
.weixin-code .wx-t2{
    margin-top: 15px;
}
.weixin-code{
    position: absolute;
    right: 0px;
    bottom: 38px;
    width: 342px;
    height: 342px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    text-align: center;
    display: none;
    z-index: 21;
    cursor: auto;
}




.listContent{ 
    background-color: #fff; 
    border-radius: 4px;
    position: relative;
    top: -18px;
}
.listContent .listInfo .nomarlShow{ 
    border: 1px solid #fff;
    border-bottom: 1px solid #f2f2f2; 
    padding: 20px 0;
}
.listContent .listInfo .nomarlShow:hover{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 0px 7px rgba(0,0,0,0.2);
    border-radius: 4px;
    border-bottom: 1px solid #fff; 
    position: relative;
    padding-left: 14px;
    left: -14px;
    width: 774px;
}
.listContent .listInfo .listLeft{ 
    width: 258px; 
    height: 161px; 
    overflow: hidden;
    position: relative;
}

.listContent .listInfo .listLeft a{
    display: block;
    display: table-cell;
    vertical-align: middle;
}
.listContent .listInfo .listLeft img{ 
    width: 100%; 
    transition: all 0.6s;
    width: 258px;
    height: 161px;
}

.listContent .listInfo .listLeft img:hover{
    transform: scale(1.2); 
}
.listContent .listInfo .listLeft img.hot_player:hover{
    transform: scale(1);
}
.listContent .listInfo img.bigImg{ 
    transition: all 0.6s;
}
.listContent .listInfo img.bigImg:hover{
    transform: scale(1.2); 
}
.listContent .listInfo .nomarlShow .listRight{
     width: 476px; 
     height: 161px;
     margin-left: 20px;
     position: relative;
}
.listContent .listInfo li.noPic .listRight{
    width: 760px; 
    height: 110px;
    margin-left: 0px;
}
.listContent .listInfo li.threePic .listRight{
    width: 100%; 
    height: 233px;
    margin-left: 0px;
}
.listContent .listInfo li.threePic .threePic-img li{
    float: left;
    width: 246px;
    height: 155px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}
.listContent .listInfo li.threePic .threePic-img li:last-child{
    margin-right: 0px;
}
.listContent .listInfo li.threePic .threePic-img li img{
    width: 246px;
    height: 155px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.listContent .listInfo li.threePic .threePic-img li img:hover{
    transform: scale(1.2);
}
.listContent .listInfo .nomarlShow .listRight .tags{
    width: 480px;
    height: 30px;
    overflow: hidden;
}
.listContent .listInfo .nomarlShow .listRight .tags em{
    margin-bottom: 15px;
    display: inline-block;
}
.listContent .listInfo .listRight .articleTitle{ 
    line-height: 26px; 
    font-size: 18px; 
    padding-bottom: 15px;
    font-weight: 600;
}
.listContent .listInfo .listRight .articleTitle a{
    color: #27282D;
    font-weight: 600;
    text-align:justify
}
.listContent .listInfo .listRight .articleTitle em{
    color: #AA1F24;
}
.listContent .listInfo .listRight .articleTitle .reco{ 
    margin-right: 20px; 
    border-radius: 4px; 
    padding: 0px 8px 1px 8px; 
    border: 1px solid #1c79d8; 
    color: #1c79d8; 
    font-size: 14px; 
    font-weight: 600;
}
.listContent .listInfo .listRight .tags em a{
    display: inline-block;
    color: #999;
    padding: 0px 10px 0px 10px; 
    color: #999; 
    background-color: #F0F0F0; 
    font-size: 12px; 
    border-radius: 4px;
    margin-right: 7px;
    height: 20px;
    line-height: 20px;
}
.listContent .listInfo .nomarlShow .listRight .tags em a:hover{
    color: #fff; 
    background-color: #AA1F24; 
}
/* 列表页给整个区域加链接 */
.list_divLink{
    display: block; 
    height: 130px;
    width: 476px;
}
.listContent .listInfo .listRight .bom{
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 12px;
    color: #A7A7A7;
}
.listContent .listInfo li.threePic .listRight .share-to{
    right: 20px;
}
.listContent .listInfo .nomarlShow:hover .listRight .share-to{
    display: block;
}

.listContent .listInfo .nomarlShow .listRight .bom .source a{
    color: #A7A7A7;
}
.listContent .listInfo .nomarlShow:hover .listRight .bom .source a{
    color: #AA1F24;
}
.listContent .listInfo .nomarlShow:hover .articleTitle{
    color: #AA1F24;
}
.listContent .listInfo .nomarlShow .listRight .bom .source a:hover{
    color: #AA1F24;
}
.listContent .listInfo .nomarlShow .listRight .bom .source .headImg{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
.listContent .listInfo .listRight .bom span{
    padding-right: 18px;
}
.listContent .listInfo .listRight .bom .time{
    background: url(../images/icons.png) -25px -23px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .comment{
    background: url(../images/icons.png) -25px -66px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .see{
    background: url(../images/icons.png) -25px -120px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .zan{
    background: url(../images/icons.png) -25px -167px no-repeat;
    padding-left: 17px;
}
.listContent .listInfo .listRight .bom .headImg{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
.article{ 
    width: 788px;
    min-height: 500px;
    border-right: 1px solid #979797;
}
.content{ 
    width: 1200px; 
    margin: 0px auto;
    position: relative;
}
.rightList{
    width: 380px;
}
.listContent .listInfo .listLeft .hot_player{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 20;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



/*搜索页*/
.list-search{}
.list-search .sto_on{ 
    width: 100px; 
    height: 40px; 
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #AA1F24;
    font-size: 14px;
}
.list-search .sto_text{
    width: 656px;
    height: 38px;
    line-height: 38px;
    /* height: 40px; ie是40 */
    height: 40px\0;
    background-color: #F9F9F9;
    border: 1px solid #ECECEC;
    border-left: 0px;
    position: relative;
}
.list-search .sto_text input{
    width: 636px;
    height: 38px;
    line-height: 38px;
    background-color: #F9F9F9;
    font-size: 14px;
    padding-left: 20px;
}
.list-search .sto_text .sto_button{
    position: absolute;
    right: 11px;
    top: 9px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/index/search_page@2x.png) no-repeat; 
    background-size: 100%;
    cursor: pointer;
}
.searchBox{
    position: relative;
    height: 77px;
}
.searchBox .s-top .textInput{
    width: 757px;
    position: relative;
    /* overflow: hidden; */
}
.searchBox .s-top .textInput .s{
    width: 650px;
    height: 38px;
    border: 1px solid #D2D2D2;
    background-color: #F8F8FA;
    font-size: 14px;
    padding-left: 17px;
    position: absolute;
    right: 0px;
}
.searchBox .s-top .textInput .s-button{
    width: 50px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;

}
.searchBox .s-top .textInput .s-button-bg{
    background-color: #AA1F24;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: auto;
    width: 88px;
}
.searchBox .s-top .textInput .s-button .icon{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/index/search_page@2x.png) no-repeat; 
    background-size: 100%;
    position: absolute;
    top: 9px;
    left: 14px;
}
.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: 27px;
    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;
    width: 760px;
}
.searchList2 .listInfo .nomarlShow:hover .listRight .articleTitle a{
    color: #AA1F24;
}
.searchList2 .listInfo .nomarlShow:hover .listRight .bom .source a{
    /* color: #AA1F24; */
}
.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: 2;
    overflow: hidden;
}
.searchList2 .listInfo .noPic .listRight .searchText .text-h{
    height: 46px;
    overflow: hidden;
}
.searchList2 .listInfo .listLeft{
    margin-left: 0px;
}
.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;
}

.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;
}

