@charset "utf-8";
/* img:hover{
    transform: scale(1.2); 
} */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
a{
    color: #27282D;
}
a:hover{
    color: #AA1F24;
}
.conHeader{
    background-color: #fff;
}
#header .logo .imp{
    display: inline-block;
    width: 151px;
    height: 41px;
    background: url("../images/index_logo@2x.png") no-repeat;
    background-size: 100%;
}
/* 搜索 */
#header .search{
    width: 340px;
    height: 34px ;
    background-color: #f5f6f8;
    border: 1px solid #d3d4d6;
    border-radius: 3px;
    margin-top: 5px;
}
#header .search .inp_search{
    width: 256px;
    height: 34px;
    border: 0;
    overflow: hidden;
    border-radius: 3px;
    background-color: #f5f6f8;
    padding-left: 15px;
    font-size: 14px;
}
#header .search .inp_ico{
    width: 52px;
    height: 36px;
    background-color: #AA1F24;
    border: 0;
    border-radius: 0 3px 3px 0;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#header .search .inp_ico i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/index_icos.png") -9px -8px no-repeat;
    position: relative;
    top: 1px;
    left: 0px;
}
#menu{
    margin-bottom: -15px;
}
.menu_habor{
    border-bottom: 4px solid #F5F5F5;
}
.menu_nobor{
    border-bottom: 0px;
}
#menu .menu_inner{
    width: 1222px;
    margin: 0 auto;
    -webkit-box-sizing: inherit;
    box-sizing: inherit; 
    overflow: hidden;
    position: relative;
    left: 5px;
    height: 39px;
    margin-top: 14px;
}
#menu .menu_inner a{
    display: inline-block;
    color: #333;
    font-size: 17px;
    padding-bottom: 3px;
    height: 33px;
}
#menu .menu_inner span{
    display: inline-block;
    width: 57px;
    text-align: center;
    height: 60px;
}
#menu .menu_inner span:nth-child(20){
    /* width: 44px; */
}
#menu .menu_inner span:last-child{
    /* width: 44px; */
}
#menu .menu_inner a:last-child{
    margin-right: 0px;
}
#menu .menu_inner a:hover{
    border-bottom: 3px solid #AA1F24;
}
#menu .menu_inner a.nomr{
    margin-right: 0;
}
#menu .menu_inner a.haveml{
    margin-left: 10px;
}
#menu .menu_inner a.cur{
    border-bottom: 3px solid #AA1F24;
}
.bigTitle{
    color: #AA1F24;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 18px 15px;
}
/*首页*/
body{ 
    color: #000;
    /* padding-left: 16px; */
}
.bodyfff{
    background-color: #fff;
}
.content{ 
    width: 1200px; 
    margin: 0px auto;
    position: relative;
}
.logoBar{ 
    height: 63px; 
}
.logoBar .logo{ 
    width: 107px; 
    height: 26px; 
    display: inline-block;
    background: url(../images/logo.png) no-repeat; 
    margin-top: 18px;
}
.logoBar .tips{
    color: #7c8ebc;
    padding: 0px 0 0 8px;
    position: relative;
    top: -8px;
}
.logoBar .search{
    position: relative;
}
.logoBar .search .textInput{
    margin-top: 18px;
    position: relative;
    margin-right: 90px;
}
.logoBar .search .textInput .s{
    width: 304px;
    height: 26px;
    padding: 0px 60px 0 10px;
    background-color: #e2e2e2;
    border-radius: 8px;
}
.logoBar .search .textInput .s-icon{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons.png) -24px -272px no-repeat; 
    position: absolute;
    right: 41px;
    top: 6px;
    cursor: pointer;
}
.logoBar .search .s-share{
    position: absolute;
    right: 0px;
    top: 20px;
}
.logoBar .search .s-share .weixin{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) -171px -114px no-repeat; 
    cursor: pointer;
    position: relative;
}
.logoBar .search .s-share .weixin:hover .weixin-code{
    display: block;
    bottom: -128px;
}
.logoBar .search .s-share .sina{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) -171px -166px no-repeat;
    margin-left: 13px; 
    cursor: pointer;
}
.listBar{
    height: 80px;
}
.listBar .logo2{ 
    width: 166px; 
    height: 40px; 
    display: inline-block;
    background: url(../images/logo2.png) no-repeat; 
    margin-top: 20px;
}
.listBar .tips{
    font-size: 14px;
    top: -14px;
}
.listBar .search .s-share .sina{
    width: 29px;
    height: 29px;
    background: url(../images/2@weibo.png) no-repeat;
    background-size: 100%;
    margin-left: 23px; 
}
.listBar .search .s-share .sina:hover{
    background: url(../images/2@weibo-hov.png) no-repeat;
    background-size: 100%;
}
.listBar .search .s-share .weixin{
    width: 29px;
    height: 29px;
    background: url(../images/2@weixin.png) no-repeat; 
    background-size: 100%;
    cursor: pointer;
}
.listBar .search .s-share .weixin:hover{
    background: url(../images/2@weixin-hov.png) no-repeat; 
    background-size: 100%;
}
.listBar .search .s-share .weixin:hover .weixin-code{
    display: block;
}
/* .listBar .search .s-share .weixin .weixin-code{
    right: -46px;
    bottom: -128px;
} */
.listBar .search .textInput .s{
    width: 301px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    background-color: #F8F8FA;
    font-size: 14px;
}
.listBar .search .textInput .s-button{
    width: 55px;
    height: 34px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
    background-color: #1C79D8;
}
.listBar .search .textInput .s-button .icon{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icons.png) -25px -323px no-repeat; 
    position: absolute;
    top: 8px;
    left: 18px;
}
.listBar .search .textInput{
    margin-right: 118px;
    margin-top: 24px;
}
.listBar .search .s-share{
    top: 27px;
}
.header{ 
    height: 50px; 
    background-color: #1C79D8; 
    border-radius: 4px; 
    margin-bottom: 23px;
}
.header span, .header span a{
    display: inline-block;
}
.header span{
    margin: 11px 3px 0px 17px;
}
.header span a{
    font-size: 16px;
    color: #fff;
    /* margin-top: 7px;
    margin-left: 30px;
    margin-right: 12px; */
    /* border: 1px solid #f00; */
    padding: 1px 13px 2px 13px;
    border-radius: 2px;
    font-weight: 600;
}
.header span a:hover{
    background-color: #b1d1f1;
    color: #073f81;
}
.header span.cur a{
    background-color: #b1d1f1;
    color: #073f81;
}
.article{ 
    /* width: 800px; */
    width: 755px;
    min-height: 500px;
    margin-top: 40px;
    padding-right: 30px;
    border-right: 1px solid #979797;
}
.share-to .er canvas{
    opacity: 0;
}
.bigImage-overflow{
    height:436px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;    
}
.bigImage-overflow-zt{
    background-color: #000;
}
/* .allbgLogo{
    background: url(../images/logo@2x.png) #ccc center center no-repeat;
    background-size: 50%;
} */
.article .bigImage{ 
    margin-bottom: 41px;
    position: relative;
    height: 436px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    display: table;
}
.article .bigImage a{
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
}
.article .bigImage img{ 
    border-radius: 4px;
    width: 760px;
    transition: all 0.6s;
    height: 436px;
}
.article .bigImage img.zt{
    height: auto;
}
.article .bigImage img:hover{
    transform: scale(1.2);
}
.article .bigImage-overflow .headimg-tit{
    position: absolute;
    left: 0px;
    /* bottom: 1px; */
    width: 100%;   
    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%); /* 标准的语法（必须放在最后） */
    border-radius: 4px;
    top: 321px;
    height: 115px;
}
.article .bigImage-overflow .headimg-tit a{
    color: #fff;
    font-size: 30px;
    padding: 0px 25px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0px;
}
.listContent{ 
    background-color: #fff; 
    border-radius: 4px;
}
.loadingMore{
    text-align: center;
    color: #A7A7A7;
    font-size: 14px;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    width: 170px;
    height: 32px;
    line-height: 32px;
    margin: 0px auto;
    margin-top: 122px;
    cursor: pointer;
    display: none;
}
.listContent .listInfo .nomarlShow{ 
    border: 1px solid #fff;
    border-top: 1px solid #f2f2f2; 
    padding: 20px 0;
}
.listContent .listInfo .nomarlShow:hover{
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    border-bottom: 1px solid #fff; 
    position: relative;
    /* padding-left: 14px; */
    /* left: -14px; */
    /* width: 820px; */
}
/* .listContent .listInfo .nomarlShow:hover .weixin-code{
    display: none;
} */
.listContent .listInfo .listLeft{ 
    /* width: 240px; 
    height: 154px; */
    width: 212px;
    height: 120px;
    border-radius: 4px;   
    overflow: hidden;
}
.listLeft-overflow{
    overflow: hidden; 
    display: table;
    /* height: 154px; */
    height: 120px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    /* background-color: #000; */
}
.listLeft .listLeft-overflow-zt{
    background-color: #000;
}
/* .listContent .listInfo .listLeft a{
    display: block;
    display: table-cell;
    vertical-align: middle;
} */
.listContent .listInfo .listLeft span{
    display: block;
    display: table-cell;
    vertical-align: middle;
}
.listContent .listInfo .listLeft img{ 
    width: 100%; 
    border-radius: 4px;
    transition: all 0.6s;
    /* width: 240px; */
    width: 212px;
    /* height: 154px; */
    height: 120px;
}
/* 针对专题图片的尺寸 */
.listContent .listInfo .listLeft img.zt{
    width: 100%;
    height: auto;
}
.listContent .listInfo .listLeft img:hover{
    transform: scale(1.2); 
}
.listContent .listInfo img.bigImg{ 
    transition: all 0.6s;
}
.listContent .listInfo img.bigImg:hover{
    transform: scale(1.2); 
}
.listContent .listInfo .nomarlShow .listRight{
     /* width: 538px;  */
     width: 520px; 
     /* height: 154px; */
     height: 120px;
     margin-left: 20px;
     position: relative;
}
.listContent .listInfo li.noPic .listRight{
    /* width: 800px;  */
    width: 755px; 
    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: 259px;
    height: 162px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
}
.listContent .listInfo li.threePic .threePic-img li:last-child{
    margin-right: 0px;
}
.listContent .listInfo li.threePic .threePic-img li img{
    border-radius: 4px;
    width: 259px;
    height: 162px;
    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: 20px; 
    padding-bottom: 15px;
    /* font-weight: 600; */
    color: #27282D;
}
.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; 
}
.listContent .listInfo .listRight .bom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    color: #A7A7A7;
}
.listContent .listInfo .listRight .share-to{
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: -7px;
    display: none;
    cursor: pointer;
}
.listContent .listInfo li.threePic .listRight .share-to{
    right: 20px;
}
.weixin-code{
    position: absolute;
    right: 0px;
    bottom: 48px;
    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: 1;
    cursor: auto;
}
.weixin-code .closeWx{
    width: 11px;
    height: 11px;
    background: url(../images/close.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
    padding: 5px;
}
.weixin-code .wx-t{
    padding-top: 20px;
}
.weixin-code .er img{
    width: 200px;
    height: 200px;
    padding: 20px 0px 10px 71px;
}
.weixin-code2{
    position: absolute;
    right: -38px;
    bottom: 48px;
    width: 110px;
    height: 110px;
    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: 1;
    cursor: auto;
}
.weixin-code2 .er2{
    width: 99px;
    height: 99px;
    padding: 0px;
    padding-top: 5px;
}
.weixin-code .arrow-up{
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50px;
    top: -17px;
}

.listContent .listInfo .nomarlShow:hover .listRight .share-to{
    display: block;
}
.listContent .listInfo .listRight .share-to .sina{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/2@weibo.png) no-repeat;
    background-size: 100%;
}
.listContent .listInfo .listRight .share-to .yunafen{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.listContent .listInfo .listRight .share-to .sina:hover{
    background: url(../images/2@weibo-hov.png) no-repeat;
    background-size: 100%;
}
.listContent .listInfo .listRight .share-to .weixin{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/2@listWeixin.png) no-repeat;
    background-size:100%;
    margin-left: 22px;
    font-size: 14px;
    color: #666;
}
.listContent .listInfo .listRight .share-to .weixin .er{
    width: 200px;
    height: 200px;
}
.listContent .listInfo .listRight .share-to .weixin:hover{
    background: url(../images/2@listWeixi-hov.png) no-repeat;
    background-size:100%;
}
/* .listContent .listInfo .listRight .share-to .weixin:hover .weixin-code{
    display: block;
} */
.listContent .listInfo .nomarlShow .listRight .bom .source a{
    color: #A7A7A7;
}
.listContent .listInfo .nomarlShow .listRight .bom .source .headImg{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
/* .listContent .listInfo .nomarlShow .listRight .bom .source a:hover{
    color: #1c79d8;
} */
.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;
}

.aside{ 
    width: 360px;
}
.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;
}

.footer{ 
    width: 100%;
    background-color:#fff;
    /* margin-top: 97px; */
    font-size: 14px;
}
.footer a:hover{
    color: #AA1F24;
}
.footer .f-top{
    border-top: 2px solid #BE0608;
}
.footer .f-top a{
    color: #27282D;
    display: inline-block;
    margin-top: 40px;
    margin-right: 114px;
}
.footer .f-partner p a:hover{
    color: #AA1F24;
}
.footer .f-top a:last-child{
    margin-right: 0px;
}
.footer .f-textscript{
    color: #6D6D6D;
}
.footer .f-textscript li{
    width: 290px;
    float: left;
    padding: 30px 76px 30px 0px;
}
.footer .f-textscript li:last-child{
    padding-right: 0px;
}
.footer .f-textscript li p{
    line-height: 26px;
}
.footer .f-partner{
    text-align: center;
}
.footer .f-partner .tit{
    color: #27282D;
    padding-bottom: 20px;
}
.footer .f-partner .footer-t{
    line-height: 34px;
    color: #7B7B7B;
    padding: 30px 0;
}
.footer .f-partner p a{
    color: #7B7B7B;
    display: inline-block;
    margin: 0px 13px;
}
.dbnews_nr{
    color:#7B7B7B;
    text-align:center;
    padding-bottom: 50px;
}
.dbnews_nr p{
    line-height: 26px;
}
.dbnews_nr p i{
    padding: 0 8px;
}
.dbnews_nr p a{
    color: #7B7B7B;
    margin-right: 9px;
}
.dbnews_nr p a:last-child{
    margin-right: 0;
}
.dbnews_nr2{
    width: 1200px;
    margin: 0px auto;
    margin-top: 5px;
}
.dbnews_nr2 .nr2_l{
    margin-left: 196px;
    margin-right: 20px;
}
.dbnews_nr2 .nr2_r{
    margin-top: 5px;
}
.dbnews_nr2 .nr2_r img{
    margin-right: 5px;
}
.dbnews_nr2 .nr2_l p{
    line-height: 26px;
}
.dbnews_nr2 .nr2_l a{
    color: #7B7B7B;
    margin: 0px 8px;
}
.dbnews_nr2 .nr2_l a:hover{
    color: #AA1F24;
}
.dbnews_nr2 .nr2_l a:last-child{
    margin-right: 0px;
}
.footer .f-bottom{
    text-align: center;
    color: #ADADAD;
    display: none;
}
.footer .f-bottom .copyright{
    height: 70px;
    line-height: 70px;
}
.footer .f-partner .content{
    position: relative;
}
.footer .f-partner .install-part{
    position: absolute;
    right: -40px;
    top: -116px;
}

.f-hov{
    position: absolute;
    right: 50px;
    bottom: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 20%);
    text-align: center;
    z-index: 2;
    display: none;
    width: 88px;
    height: 88px;
    padding: 8px 5px 1px 5px;
}
.arrow-right{
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #fff;
}
.backTop4 .f-hov .arrow-right{
    right: -18px;
    bottom: 10px;
}
.backTop3 .f-hov{
    bottom: -10px;
}
.backTop3 .f-hov .arrow-right{
    right: -18px;
    bottom: 10px;
}
.backTop2 .f-hov{
    bottom: -20px;
}
.backTop2 .f-hov .arrow-right{
    right: -18px;
    bottom: 20px;
}


.f-hov img{
    width: 100%;
}
.weixinCode .f-hov img{
    /* padding-top: 5px; */
}
.appleCode .f-hov{
    bottom: 22px;
}
.androidCode .f-hov{
    bottom: -30px;
}


.footer .f-partner .install-part .weixin, .footer .f-partner .install-part .apple, .footer .f-partner .install-part .android{
    width: 48px;
    height: 49px;
    background: url(../images/icons.png) -25px -341px no-repeat;
    margin-bottom: 22px;
    cursor: pointer;
}
.footer .f-partner .install-part .weixin{
    width: 48px;
    height: 49px;
    margin-bottom: 22px;
    cursor: pointer;
    background: url(../images/icons.png) -198px -341px no-repeat;
}
.footer .f-partner .install-part .weixin:hover{
    background-position: -198px -410px;
}
.footer .f-partner .install-part .apple{
    background-position: -25px -341px;
}
.footer .f-partner .install-part .apple:hover{
    background-position: -25px -410px;
}
.footer .f-partner .install-part .android{
    background-position: -110px -341px;
}
.footer .f-partner .install-part .android:hover{
    background-position: -110px -410px;
}

.bkPortal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    display: none;
}
.bkPortal .desk{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 9;
}
.bkPortal .con{
    width: 490px;
    height: 325px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bkPortal .con .text-title{
    text-align: center;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 55px;
    height: 55px;
    border-bottom: 2px solid #f7f7f7;
}
.bkPortal .con .text-middle{
    font-size: 14px;
    color: #717171;
    text-align: left;
    padding: 20px 20px 0px 30px;
    line-height: 24px;
    border-bottom: 2px solid #f7f7f7;
    height: 180px;
}
.bkPortal .bk-close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
    width: 11px;
    height: 11px;
}
.bkPortal .con .know {
    width: 88px;
    height: 33px;
    color: #fff;
    display: block;
    background: #4285f4;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin: 0px auto;
    margin-top: 14px;
}

.backTop1, .backTop2, .backTop3, .backTop4{
    position: fixed;
    font-size: 14px;
    color: #000;
    z-index: 100;
}
.backTop1 em, .backTop2 em, .backTop3 em, .backTop4 em{
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.backTop1{
    right: 29px;
    bottom: 30px;
}

.backTop1 em{
    background: url(../images/backTop-1@2x.png) center center no-repeat;
    background-size: 100%;
}
.backTop2{
    right: 30px;
    bottom: 78px;
}
.backTop2 em{
    background: url(../images/backTop-2@2x.png) no-repeat;
    background-size: 100%;
}
.backTop3{
    right: 31px;
    bottom: 121px;
}
.backTop3 em{
    background: url(../images/backTop-3@2x.png) no-repeat;
    background-size: 100%;
}
/* .backTop em:hover{
    background:url(../images/icons.png) -463px -293px;
} */
.s_px_jxsp_anniu{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    background:url(../images/s_pc_spbf.png) no-repeat;
    z-index: 99;
}

.turnPage{
    /* width: 800px; */
    width: 755px;
    text-align: center;
    /* margin-top: 60px; */
    margin-bottom: 20px;
}
/* 微信分享 */
.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;
}
.weixin-code .closeWx{
    width: 11px;
    height: 11px;
    background: url(../images/close.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
    padding: 5px;
}
.weixin-code .wx-t{
    padding-top: 20px;
}
.weixin-code .er img{
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 15px 15px 0 70px;
}
.weixin-code .wx-t2{
    margin-top: 15px;
}
.weixin-code2{
    position: absolute;
    right: -38px;
    bottom: 48px;
    width: 110px;
    height: 110px;
    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: 1;
    cursor: auto;
}
.weixin-code2 .er2{
    width: 99px;
    height: 99px;
    padding: 0px;
    padding-top: 5px;
}
.weixin-code .arrow-up{
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50px;
    top: -17px;
}

.pin_demo .index-overflow-zt{
    overflow: hidden;
    height: auto;
    text-align: center;
    margin: 0px auto;
    position: relative;
    /* background-color: #000; */
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    max-height: 240px;
}
.index-overflow-zt .index_zt{
    border-radius: 4px;
    transition: all 0.6s;
    width: 365px;
    height: auto;
    margin-bottom: 8px;
    max-height: 240px;
}
.index-overflow-zt .zt-bom{
    position: absolute;
    left:0px;
    bottom:-17px;
    width:100%;
    height: 30px; 
    background-color: #fff;
}
/* 404 */
.lnkError{
    width: 1129px;
    margin: 0px auto;
}
.lnkError .e{
    width: 235px;
    margin: 230px 0 64px 445px;
}
.lnkError h3{
    font-family: "Microsoft YaHei";
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.lnkError h3 a{
    color: #AA1F24;
}
.zhiboIng{
    width: 63px;
    height: 21px;
    line-height: 22px;
    background-color: #AA1F24;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 13px;
    top: 12px;
    z-index: 9;
    display: inline-block;
    text-align: center;
}
.zhiboIng i{
    width: 14px;
    height: 14px;
    background: url(../images/live_1.gif) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.gg-bottom{
    color: #7B7B7B;
    font-size: 13px;
    font-family: "MicrosoftYaHei";
    /* margin-bottom: 20px; */
    position: relative;
    top: 15px;
}
.gg-bottom .email, .gg-bottom .phone{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.gg-bottom p{
    line-height: 1.8;
}
.gg-bottom .email{
    width: 12px;
    height: 12px;
    background: url(../images/ggbom-email.png) no-repeat;
    background-size: 100%;
    margin-right: 11px;
}
.gg-bottom .phone{
    width: 13px;
    height: 12px;
    background: url(../images/ggbom-phone.png) no-repeat;
    background-size: 100%;
    top: 2px;
}