/* 公用css */
.ellipsis{white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
a,a:hover,a:active,a:focus{text-decoration: none;}
body {font-family: 'Microsoft Yahei','宋体';min-width: 1200px;}
.fr{float: right!important;}
.fl{float: left;}
.clearfix:after{content: '';display: block; clear:both; }
.overflow{overflow:hidden;}
.pointer{cursor: pointer}
.hide{display: none;}
.container{width: 1200px;padding:0;}
a:hover{color: #12318b !important;}
.no-select{-o-user-select: none;-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;-khtml-user-select :none;user-select: none;}
.adv-box *{max-width: 100%;max-height: 100%;}
.w-8{float: left;padding: 0px 15px;}
.w-4{width: 33.33333333%;float: left;padding: 0px 15px;}
.p-l-none{padding-left: 0px;}
.h64{height: 40px;}
.imgCover{object-fit: cover;min-width: 100%;min-height: 100%;}

/* 公共头部 */
.header{background: #12318b;height: 222px;padding: 0px;}
.header .head-top a:hover{color: #12318b !important;}
.header .head-bottom a:hover{color: #fff !important;}
.header .head-top{background: #fff;height: 42px;text-align: right;padding: 13px 0px;color: #7f7f7f;}
.header .head-top a{font-size: 14px;color: #7f7f7f;line-height: 16px;margin:0px 10px;}
.header .head-top a:last-child{margin-right: 0px;}
.header .head-bottom{height: 180px; background: url("../../images/index/topbg.png") no-repeat;background-size: cover;}
.index-top{height: 158px; background: url("../../images/index/topbg.png") no-repeat;background-size: cover;}
.header .logo-box{padding: 40px 0px 30px;}
.header .logo-box .searchblock{background-color: rgba(218, 218, 218, 0.4);border-radius: 2px;width: 470px;margin: 4px auto;position: relative;}
.header .logo-box .searchblock .search-query{padding-left: 20px;color: #fff;background: none;border: none;height: 40px;width: 394px;}
.header .logo-box .searchblock .search-query:focus{border: 1px solid #d3d3d3;border-bottom:none;background: #fff;color: #333; }
.header .logo-box .searchblock .search-submit{background-color: rgba(218, 218, 218, 0.5);color: #fff;font-size: 16px;line-height: 40px;padding: 0px 22px;}
.header .logo-box .info{width: 30%;padding: 10px 0px;}
.header .logo-box .info .sep{color: #959595;margin: 0px 10px;line-height: 24px;}
.header .logo-box .info a{color: #fefeff;font-size: 16px;line-height: 24px;font-weight: bold;}
.header .info .down-box{position: relative;width: 150px;height: 25px;}
.header .info .down-box .down{position: absolute;top: 50%;margin-top: -30px;right: 0;}
.header .info .down span{text-align: center;color: #fefeff;font-size: 12px;line-height: 20px;margin: 10px;}
.header .info .down .down-img{width: 60px;height: 60px;border-radius:4px;background: #fff;padding: 5px; }
.header .info .logined{position: relative;}
.header .userImg{width: 35px;height: 20px;display: inline-block;position: relative;}
.header .userImg .userLogo{border: 1px solid #fff;position: absolute;width: 35px;height: 35px;left: 0;right: 0;margin: auto;top: -5px;overflow: hidden;border-radius: 50%;}
.header .logo-box .logoed{width: 25%;}
.header .logo-box .logoed .sep{height: 38px;display: block;margin: 5px 0px;}
.header .logo-box .search-box{width: 45%;padding-left: 60px;}
.header .search-box .searchlist{padding: 10px 20px;position: absolute;width: 394px;background: #fff;top: 40px;z-index: 2;border: 1px solid #d3d3d3;}
.header .search-box .searchlist li{font-size: 14px;line-height: 26px;padding:7px 0px; color: #333;}
.header .search-box .searchlist li span{color: #949494;padding-right: 10px;font-style: italic;}
.header .search-box .searchlist li a{color: #333;}
.header .search-box .searchlist li .sugg-1{color: #d40f0f;}
.header .search-box .searchlist li .sugg-2{color: #ff5412;}
.header .search-box .searchlist li .sugg-3{color: #ff8000;}
.header .search-box .searchlist li a:hover{color:#12318b !important;}
.header .head-menu li{width: 12.5%;text-align: center;padding: 9px 0px;}
.header .head-menu li a{color: #fff;font-size: 18px;line-height: 36px;}
.header .head-menu li.on a,.header .head-menu li a:hover{font-size: 22px; }
.header .head-menu li.on,.header .head-menu li a:hover li{background: url("../../images/index/line.png") no-repeat bottom center;}
.header .head-menu .down{background: url("../../images/index/down.png") no-repeat right 25px;position: relative;}
.header .head-menu .menubox{display: none;background: url("../../images/index/topbg.png") no-repeat;z-index: 2;position: absolute;padding: 15px 0px;width: 100%;}
.header .head-menu li:hover .menubox{display: block;}
.header .head-menu li .menubox li{width: 100%;padding: 0px;}
.header .info .ubox{position: relative;}
.header .info .ubox:hover .ucon{display: block;}
.header .info .ucon{position: absolute;display: none; width: 90px;text-align: left;background: #fff;padding: 2px 0px;left: -20px;}
.header .info .ucon a{color: #1d1d1d;padding: 0px 10px;font-size: 14px;display: block;}
.header .info .ucon a:hover{color: #1d1d1d !important;}

/* 公共底部 */
.footer{background: #f5f5f5;}
.footer .container{padding: 40px 0px 50px;}
.footer .f-left{width: 30%;color:#666;font-size: 16px;line-height: 32px; }
.footer .f-left img{margin-right: 10px;}
.footer .f-left span{display: block;}
.footer .f-h3{font-size: 26px;line-height: 48px;color: #333333;font-weight: normal;margin-bottom: 30px;}
.footer .f-center{width: 44%;padding-left:55px;height: 206px;border-left:1px solid #cccccc;}
.footer .f-center .c-box{width: 150px;}
.footer .f-h4{font-size: 20px;line-height: 42px;color: #666666;font-weight: normal;}
.footer .f-center .f-h4{margin-bottom: 8px;height: 42px;}
.footer .f-center .c-box div{height: 32px;}
.footer .f-center a{font-size: 16px;color: #999999;line-height: 36px;}
.footer .f-center a:hover{color: #999999 !important;}
.footer .f-right{width: 16%;border-left:1px solid #cccccc;height: 206px;}
.footer .f-right .f-h4{margin-bottom: 25px;text-align: center;}
.footer .f-right div{text-align: right;margin-left: 30%;}
/*.footer .f-right div{width: 42%;text-align: right;margin-left: 8%;}*/

/* 首页 */
.index{min-width: 1200px;}
.index .con-left{padding-bottom: 30px;}
.index .top-page{position: relative;height: 195px;margin-bottom: 30px;}
.index .top-page .top-box{position: absolute;top: -140px;left: 0;right: 0;margin: auto;}

.index .index-rbt{width: 35%;padding-left: 20px;}
.index .index-rbt .v-box{height: 145px;width: 255px;background: #f8f8f8;position: relative;}
.index .index-rbt .top{margin-bottom: 15px;}
.index .v-box .flag{position: absolute;top: 0;left: 0;background: #f75959;border-radius:0px 15px 15px 0px;color: #fff;font-size: 14px;line-height: 26px;padding: 0px 15px 0px 10px; }

.listblock .look{margin: 30px 0px;text-align: center;display: none; }
.listblock .look span{display: inline-block;border: 1px solid #e0e0e0;color: #1d1d1d;font-size: 16px;line-height: 24px;border-radius: 5px;padding: 5px 20px;text-align: center;}
.listblock .list .one-img .imgbox{width: 210px;height: 120px;background: #f8f8f8;}
.listblock .list .three-img .imgbox{width: 100%;height: 180px;background: #f8f8f8;}
.listblock .list .imgbox{position: relative;border: 1px solid #e0e0e0;}
.listblock .list .imgbox a{display: block;}
.listblock .list .imgbox img{position: absolute;max-width: 100%;max-height: 100%;margin: auto;top: 0;bottom: 0;left: 0;right: 0;}
.listblock .list .one-img .play{display: none; background:url("../../images/index/play6.png") no-repeat center center;width: 40px;height: 40px;background-size: contain;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.listblock .list .one-img .play-Video{display: block;}
.listblock .list{margin-top: -15px;min-height: 500px;}
.listblock .list .list-li{padding: 15px 0px;}
.listblock .list .one-img .list-con{width: 550px;}
.listblock .list .no-img .list-con{width: 100%;}
.listblock .one-img .list-con .list-tit{color: #1d1d1d;font-size: 16px;line-height: 28px;min-height: 30px;display: inline-block;word-break: break-all;}
.listblock .one-img .list-con .summary{color: #666666;line-height: 22px;font-size: 14px;height: 66px;padding: 10px 0px;}
.listblock .list .list-bot{color: #a1a1a1;font-size: 14px;line-height: 22px;}
.listblock .list .list-bot .top{display: none; color: #189ad6;font-size: 14px;height: 22px;padding: 0px 10px;margin-right: 40px; background: #c1f4fd;box-shadow: 0px 0px 13px 0px rgba(87, 154, 235, 0.15);border-radius: 4px;}
.listblock .list .list-bot .top-Y{display: inline-block; }
.listblock .list .list-bot .source{color: #676767;}
.listblock .list .list-bot .list-fav{margin-right: 15px;}
.listblock .list .list-bot .img1,.listblock .list .list-bot .current .img2,.listblock .list .list-bot .auncel .img2{display: inline-block;}
.listblock .list .list-bot .img2,.listblock .list .list-bot .current .img1,.listblock .list .list-bot .auncel .img1{display: none;}
.listblock .list .list-bot .comment{background:url("../../images/index/comment.png") no-repeat left center;padding-left: 20px;margin-left: 30px;}
.listblock .list .list-bot .hitcount{display: none; background:url("../../images/index/icon17.png") no-repeat left center;padding-left: 20px;margin-left: 30px;}
.listblock .list .list-bot .hit-Video{display: inline-block; }
.listblock .list .list-bot .shield-Y{display: none !important;}
.listblock .list .list-bot .shield{display: inline-block;width: 22px;height: 22px; background:url("../../images/index/icon21.png") no-repeat center center;}
.listblock .three-img .list-tit{color: #1d1d1d;font-size: 16px;line-height: 28px;min-height: 30px;display: block;}
.listblock .three-img .img-con{margin: 10px -15px;}
.listblock .three-img .lastimg .size{padding: 6px 5px 6px 30px;color: #fff;font-size: 16px;line-height: 16px; border-radius: 8px 0px 0px 0px;background:url("../../images/index/icon25.png") no-repeat 8px center rgba(0, 0, 0, 0.6);background-size: 33%;position: absolute;display: block;right: 0;bottom: 0;}
/* .index .three-img .img-con .imgbox{margin: 0px 15px;} */
.usercenter .listblock .list .list-bot .shield{display: inline-block;width: 22px;height: 22px; background:url("../../images/index/icon20.png") no-repeat center center;}
.usercenter .listblock .list .list-bot .list-fav{display: none;}
.usercenter .listblock .list .list-bot .top-Y{display: none;}
.usercenter .listblock .list .list-bot .source{display: none;}
.usercenter .listblock .list .list-bot .sour-span{display: none !important;}
/* .usercenter .listblock .list .list-bot .time{display: none;} */
.listblock .list .nothave{ font-size: 20px;text-align: center;line-height: 24px;padding: 30px 0px 50px;}

/* 首页轮播图 */
.index-lbt{width: 65%;}
.index-lbt .swiper-container{height: 305px;position: relative;}
.index-lbt .swiper-slide{position: relative;}
.index-lbt .swiper-slide a{color: #fff;}
.index-lbt .swiper-slide a:hover{color: #fff !important;}
.index-lbt .swiper-slide h4{position: absolute;bottom: 0;width: 100%; background:url("../../images/index/banner-bg.png");padding: 15px 15px 35px 10px;text-align: left;}
.index-lbt .pagination,.videolist .pagination{z-index: 3;bottom: 5px;position: absolute;width: 100%;text-align: center;margin: 10px 0px;}
.index-lbt .pagination span,.videolist .pagination span{margin-right: 20px;width: 32px;height: 4px;display: inline-block; background: #9b9d9e;border-radius: 2px;}
.index-lbt .pagination .swiper-active-switch,.videolist .pagination .swiper-active-switch{background: #fff;}

/* 公共发布模块 */
.p-box{background: #f8f8f8;padding: 0px 20px;height: 305px;}
.p-box .publish-title{border-bottom: 1px solid #e0e0e0;color: #12318b;padding:17px 0px;background:url("../../images/index/icon22.png") no-repeat 15px bottom;}
.p-box .publish-title h3{font-size: 22px;line-height: 36px;font-weight: normal;}
.p-box .publish-title a{margin: 3px 0px;width: 75px;height: 30px;line-height: 30px;font-size: 14px;color: #fff;text-align: center; display: block;background: #12318b;border-radius:2px; }
.p-box .publish-title a:hover{color: #fff !important;}
.p-box .publish-con{background: #fff;height: 190px;width: 100%;position: relative;padding-bottom: 20px;}
.p-box .publish-con textarea{border: none;width: 100%;height: 100%;padding: 10px;}
.p-box .publish-con .tips{font-size: 12px;line-height: 30px; position: absolute;right: 10px;bottom: 10px;color: #cccccc;}
.p-box .publish-footer{padding: 10px 0px;}
.p-box .publish-footer .f-img{width: 45%;color: #333333;font-size: 14px;line-height: 22px;}
.p-box .publish-footer .add-img{display: inline-block;padding-left: 35px; background:url("../../images/index/icon23.png") no-repeat left center;background-size: contain;}
.p-box .publish-footer .add-long{display: inline-block;padding-left: 25px;background:url("../../images/index/icon24.png") no-repeat left center;background-size: contain;}
.p-box .publish-footer .expres{height: 22px;}
.p-box .publish-footer .expres img{max-height: 100%;}

/* 列表右侧公共部分 */
.rightblock .info-box{background: #f8f8f8;padding: 0px 20px;height: 305px;}
.rightblock .info-box .hot-content{padding:19px 0px 25px 0px;}
.rightblock .info-box .hot-text{color: #1d1d1d;font-size: 16px;line-height: 38px;font-weight: normal;padding-left: 30px;display: block;}
.rightblock .info-box .hot-text:hover{color: #12318b;}
.rightblock .info-box .hot-text{background:url("../../images/index/icon7.png") no-repeat 5px center;}
.rightblock .info-box .text1{background:url("../../images/index/icon4.png") no-repeat 5px center;}
.rightblock .info-box .text2{background:url("../../images/index/icon5.png") no-repeat 5px center;}
.rightblock .info-box .text3{background:url("../../images/index/icon6.png") no-repeat 5px center;}

.rightblock .hot-tp{margin-top: -17px;}
.rightblock .item-title{border-bottom: 1px solid #e0e0e0;color: #12318b;padding:17px 0px;background:url("../../images/index/blue-line.png") no-repeat 15px bottom;}
.rightblock .item-title h3{font-size: 22px;line-height: 36px;font-weight: normal;}
.rightblock .item-title h3 a{font-size: 16px;color: #12318b;}
.rightblock .hot-img .himg-content .title{color: #1d1d1d;font-size: 16px;line-height: 26px;padding: 5px 0px;word-break: break-all;}
.rightblock .himg-content{padding-top: 15px;}
.rightblock .himg-content .img-c{padding: 10px 0px;}
.rightblock .himg-content .img-a{width: 48%;display: inline-block;height: 100px;background: #4c4c4c;overflow: hidden;position: relative;}
.rightblock .himg-content .img-a .size{padding: 6px 5px 6px 30px;color: #fff;font-size: 16px;line-height: 16px; border-radius: 8px 0px 0px 0px;background:url("../../images/index/icon25.png") no-repeat 8px center rgba(0, 0, 0, 0.6);background-size: 35%;position: absolute;display: block;right: 0;bottom: 0;}
.rightblock .tp-content{padding-top: 20px;}
.rightblock .tp-content .imgbox{width: 100px;height: 100px;border-radius:50%;margin-right: 18px;background: #fff;overflow: hidden;border: 2px solid #e0e0e0; }
.rightblock .tp-content .imgbox .ra-imgbox{display:block;height: 100%;position: relative;border-radius: 50%;border: 2px solid #fff;overflow: hidden;}
.rightblock .tp-content .imgbox .ra-imgbox img{position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;}
.rightblock .tp-content li{padding: 20px 0px;}
.rightblock .tp-content .r-con{width:250px;}
.rightblock .tp-content .tp-title{color: #191919;font-size: 20px;line-height: 34px;}
.rightblock .tp-content .summary{color: #666666;font-size: 14px;line-height: 28px;padding-top: 5px;}
.rightblock .video-box{padding: 20px 0px 6px;}
.rightblock .videolist{padding: 20px 0px 14px 0px;}
.rightblock .videolist .imgbox{background: #f8f8f8;width: 156px;height: 88px;position: relative; }
.rightblock .videolist .totalTime{position: absolute;display: block;color: #fff;background: url(../../images/index/play.png) no-repeat 5px center;background-color: rgba(0, 0, 0, 0.5);padding-left: 25px; width: 70px;height: 20px;right: 5px;bottom: 5px;border-radius: 20px;background-size: contain;}
.rightblock .videolist .video-content{width: 210px;padding-left: 15px;}
.rightblock .video-content .video-tit{word-break: break-all;color: #1d1d1d;font-size: 16px;line-height: 28px;margin-top: -6px;margin-bottom: 6px; display: inline-block;min-height: 60px;overflow: hidden;}
.rightblock .video-content .info{color: #666666;font-size: 14px;line-height: 28px;}
.rightblock .video-content .info .c-info{margin-right: 10px;}
.rightblock .column-box .column-adv{margin: 30px 0px;}
.rightblock .column-box .top{width: 370px;height: 210px;background: #f8f8f8;margin: 30px 0px;position: relative;padding: 15px;}
.rightblock .column-box .top .mask{position: absolute;background: rgba(0, 0, 0, 0.7);display: block;}
.rightblock .column-box .top h2{font-size: 34px;color: #fff;border-bottom: 1px solid #fff;opacity: 0.9;line-height: 46px;padding: 15px 0px;text-align: center;}
.rightblock .column-box .top h3{font-size: 30px;color: #fff;opacity: 0.9;line-height: 42px;padding: 15px 0px;text-align: center;}

/* 词条详情页 */
.detail{height: auto;}
.detail .header{height: 130px;overflow: hidden;}
.detail .header .nav-box,.detail .header .head-top{display: none;}
.detail #bsPanel *,.detail #bsPanel,.detail #bsBox,.detail #bsBox *,.detail #bsWXBox{box-sizing: content-box;}

.detail .crumbs{padding: 30px 0px 20px;}
.detail .crumbs,.detail .crumbs a{color: #12318b;font-size: 16px;line-height: 20px;}
.detail .crumbs span{margin: 0px 5px;}
.detail .crumbs .active{color: #999999;}

.detail .detail-con h2{color: #1d1d1d;font-size: 28px;line-height: 40px;word-break: break-all;}
.detail .detail-con .sub{line-height: 24px;padding: 20px 0; color: #a4a4a4;}
.detail .detail-con .sub .origin{margin-right: 10px;}
.detail .detail-con {margin-bottom: 50px;}
.detail .detail-con .con img { margin: 10px 0; }
.detail .detail-con .con p { color: #222528; font-size: 18px; line-height: 30px; margin-top: 15px; }
.detail .detail-left{padding-bottom: 40px;}
/* .detail .detail-right{padding: 45px 0px 0px;} */
.detail .detail-right{padding:0px;}
.detail .con{padding-top:10px;}
.detail .con .video-js {margin: 0 auto;}
.detail .video-js .vjs-big-play-button{margin-top: -1.25em !important;margin-left: -1.25em !important;width: 2.5em;height: 2.5em;border-radius:50%; }
.detail .video-js .vjs-big-play-button{border: none;background: rgba(255, 255, 255, 0.7)}
.detail .video-js .vjs-big-play-button .vjs-icon-placeholder:before{color: #000;line-height: 2.5em;}
.detail .summary{color: #000;font-size: 16px;line-height: 28px;padding: 10px 0px;text-indent:2em; }
.detail .editor{color: #000;font-size: 16px;line-height: 28px;padding: 10px 0px;}

.detail .k-box{color: #355ac4;font-size: 16px;padding-top: 30px;}
.detail .k-box .keyword-box .keyword{margin-right: 25px;}
.detail .last{padding-top: 40px;}
.detail .last .last-btn{text-align: right;line-height: 30px;color: #686868;font-size: 18px; margin-left: 50px;}
.detail .last .report-btn{background:url(../../images/index/icon27.png) no-repeat left center;background-size:30%;width: 60px;}
.detail .last .like{background:url(../../images/index/icon28.png) no-repeat left center;background-size:42%;width: 50px;}
.detail .last .fav{background:url(../../images/index/icon29.png) no-repeat left center;background-size:33%;width: 62px;}
.detail .last .fav.current{color: #12318b;background:url(../../images/index/icon35.png) no-repeat left center;background-size:33%;}
.detail .last .like.current{color: #12318b;background:url(../../images/index/icon36.png) no-repeat -6px center;background-size:67%;}

.detail .bsharebox{position: relative;width: 60px;margin-left: 50px;}
.detail .bsharebox .share{text-align: right;line-height: 30px;color: #686868;font-size: 18px;display:block;width: auto !important;background:url(../../images/index/icon30.png) no-repeat left center;background-size:30%;}
.detail .bsharebox .share span{position: absolute;top:1px;left:30px;}
.detail .bsharebox .sharebox{z-index: 2;position: absolute;width: 137px;height:150px;border-radius: 5px;background: #fff;border: 6px solid #999;left: 0;}
.detail .bsharebox .sharebox-top{top:-150px;bottom:20px;}
.detail .bsharebox .sharebox-bottom{bottom:-174px;top:20px;}
.detail .bsharebox .sharebox .title{background: #f2f2f2;height: 28px;padding: 6px;font-size: 12px;}
.detail .bsharebox .title .bsSiteLink{color: #666;font-weight: 600;}
.detail .bsharebox .content{margin-bottom: 6px;}
.detail .bsharebox .content a{padding-left: 3px;border:1px solid #fff;background:#fff;display: block;margin:2px 6px;cursor: pointer;height: 24px;}
.detail .bsharebox .content a:hover{border:1px solid #ddd;background:#f1f1f1;}
.detail .bsharebox .content a img{margin-bottom:4px;}

.right-info{min-height: 420px;background: #fbfbfb;padding: 50px 40px 40px;text-align: center;}
.right-info .logo-box{width: 112px;height: 112px;margin: 0 auto;border-radius: 50%;border: 2px solid #e0e0e0;}
.right-info .logo-box .b-logo{border-radius: 50%;overflow: hidden;display: block;margin: 3px;}
.right-info .info-h4{color: #333;font-size:24px;padding: 30px 0px 20px;min-height: 74px; }
.right-info .info{color: #999;font-size:22px;padding-bottom: 30px;display: block;min-height: 74px;}
.right-info .follow{width: 168px;height: 54px;font-size:24px;line-height: 54px;border-radius:27px; color: #fff;display: block;margin: 0 auto;background: url('../../images/index/button.png') center/cover no-repeat }
.right-info .follow:hover{color: #fff !important;}
.right-info .follow.current{background:#d9dcdf;}
.right-info .follow.auncel{background:#cde0f3; }

/* 图集详情页 */
.imagedetail .imagesgroup{border:solid 1px #ddd;min-height:0}
.imagedetail .slider-for{position: relative;width:100%;height:484px;background: #434343;overflow: hidden;}
.imagedetail .slider-for>div{position: relative;width:100%;height:100%;}
.imagedetail .slider-for img{width:100%;height:484px;object-fit: contain}
.imagedetail .slider-for .info{position: absolute;padding-top:10px; bottom:0;left:0;width:100%;background: url('../../images/bg.png') center/cover no-repeat;padding-bottom:40px;color:#fff;line-height:32px;}
.imagedetail .slider-for .info .font60{font-size:50px;position: relative;display: inline-block;margin-top:18px;}
.imagedetail .slider-for .info .font26{font-size:26px;position: absolute;bottom:-16px}
.imagedetail .slider-for .info .font50{font-size:44px;position: absolute;bottom:4px;left:35px;}
.imagedetail .slider-for .info .infobox{padding-left:40px;line-height: 26px;font-size: 14px;}
.imagedetail .slider-for .slick-arrow{width:60px; height:70px;}
.imagedetail .slider-for .slick-next,.imagedetail .slider-nav .slick-next{right:0;background: #a0a0a0 url('../../images/next.png') center/contain no-repeat;}
.imagedetail .slider-for .slick-prev,.imagedetail .slider-nav .slick-prev{z-index: 2; left:0;background: #a0a0a0 url('../../images/prev.png') center/contain no-repeat;}
.imagedetail .slick-prev:before,.imagedetail .slick-next:before{content:''}
.imagedetail .slider-nav .slick-arrow{width:44px; height:51px;top:38%;opacity: 0.25;}
.imagedetail .slider-nav{text-align: center;color:#434343;margin-top:20px;padding:0 35px;}
.imagedetail .slider-nav img{width:183px;height:102px;object-fit: contain;background: #eee;margin:auto;}
.imagedetail .slider-nav i{line-height:40px;}
.imagedetail .slick-slide:focus{border:0;outline: 0}

/* 登录 */
.login-container{display: none; position: fixed;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;z-index: 999;}
.login-container .login-box{display: none; padding: 20px;width: 420px;height: 430px;background: #fff; position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.login-box .logo{text-align: center;padding-bottom: 30px;}
.login-box .logo .close{color: #999;font-size: 42px;font-weight: normal;line-height: 20px;}
.login-box .form-group{padding: 10px 30px;margin: 0;color: #999;position: relative;}
.login-box .form-control{height: 42px;padding: 6px 12px;}
.login-box .code{width: 65%;background: #fff;}
.login-box .code-send{width: 32%;background: #fff;padding: 0;}
.login-box .code-send img{width: 90%;height: 90%;margin: 2%;}
.login-box .phone-box{padding: 0;}
.login-box .phone-box .sms{height: 100%;width: 65%;padding: 6px 12px;border: none;border-radius: 4px; }
.login-box .phone-box .sendBtn{color: #000;background: none;border-left: 1px solid #ccc;width: 35%;margin: 6px 0px;padding: 3px 12px;outline: none;box-shadow:none;}
.login-box .agree{padding: 0px 30px;color: #000;}
.login-box .choose{display: inline-block;position: absolute;top: 50%;margin-top: -3px;width: 14px;height: 14px;border: 1px solid #bfbfbf;left: 0;}
.login-box .choose.on{background:url(../../images/index/right.png) no-repeat;background-size: contain;border: none;border-radius: 2px;}
.login-box .choose-checkbox{position: absolute;left: 999;display: none;}
.login-box .user-agree{margin-left: 10px;}
.login-box .enterclick{height: 42px;line-height: 42px; border-radius:2px; background:url(../../images/index/login.png) repeat-x;color: #fff;font-size:18px;text-align: center;display: block;}
.login-box .enterclick:hover{color: #fff !important;}
.login-box .part{position: relative;margin: 0px 30px;text-align: center;}
.login-box .part i{position: absolute;display: block;border-bottom: 1px solid #ccc;width: 100%;height: 1px; top: 0;bottom: 0;margin: auto;}
.login-box .part span{position: relative;display: inline-block;color: #999;background: #fff;padding: 0px 10px;z-index: 2;}
.login-box .part-login{padding: 20px 90px 30px;}
.login-box .part-login .box{width: 30px;height: 30px;margin: 0px 10px;}
.login-box .error{display: none;color: red;position: absolute;bottom: -10px;left: 30px;}
.login-box .account-box,.login-box .cell{display: none;}
.login-box .vacancies{height: 31px;}
.login-box .part-login .box a{display: block;width: 100%;height: 100%;}
.login-box .part-login .box .Wechat{background:url(../../images/index/wechat.png) no-repeat;background-size: contain;}
.login-box .part-login .box .Weibo{background:url(../../images/index/weibo.png) no-repeat;background-size: contain;}
.login-box .part-login .box .QQ{background:url(../../images/index/qq.png) no-repeat;background-size: contain;}

.login-container .agreement{width: 520px;height: 410px;background: #fff;border: 6px solid rgba(0,0,0,.3);z-index: 5; position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.agreement .art_content{padding:15px 20px;height: 310px;}
.agreement .thumb{height: 100%;width: 100%;}
.agreement .title{background: #f3f3f3;font-size: 18px;line-height: 34px;color: #000;padding-left: 20px;font-weight: bold;}
.agreement .agree-btn{height: 50px;text-align: center;}
.agreement .agree-btn span{width: 120px;height: 42px;display: inline-block;line-height: 42px;text-align: center;margin: 0px 20px;}
.agreement .agree-btn .cancel{background: #e3e4e5;color: #999;}
.agreement .agree-btn .continue{background: #12318b;color: #fff;}

/* 评论 */
.contact-comment .userlogo,.contact-comment .userimg{width: 12%;padding-right: 30px;}
.contact-comment .user-avatar{height: 60px;width: 60px; position: relative;border-radius:50%;overflow: hidden;display: block;}
.comment-page .contact-comment .user-avatar{height: 85px;width: 85px;}
.contact-comment .user-avatar img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;object-fit: cover;width: 100%;height: 100%;}
.contact-comment .userlogo .u-l{border-radius:50%;overflow: hidden;width: 70px;height: 70px;border: 1px solid #eaeaea;position: relative; }
.contact-comment .userlogo .u-l img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;object-fit: cover;width: 100%;height: 100%;}
.contact-comment .comment-content{width: 88%;height: 115px;padding: 10px;}
.contact-comment .com-btn{margin: 20px 0px; display: inline-block;font-size: 18px;height: 36px;text-align: center; line-height: 36px;width: 110px; color: #fff;border-radius:4px;background: #12318b; }
.contact-comment .com-btn:hover{color: #fff !important;}
.contact-comment .look-tit{position: relative;}
.contact-comment .look-tit h2{font-weight: normal;font-size:18px;display: inline-block;background: #fff;padding-right: 15px;z-index: 2;position: relative;color: #000;}
.contact-comment .look-tit i{display: block;position: absolute;height: 1px;border-bottom:1px solid #a9a9a9;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 100%;}
.contact-comment .com-con{width: 88%;}
.contact-comment .com-list{border-bottom:1px solid #ccc;padding: 20px 0px; }
.contact-comment .report-box{color: #a9a9a9;}
.contact-comment .report-box .l-font{color: #a9a9a9;font-size:14px;line-height: 28px;}
.contact-comment .report-box .r-font{color: #a9a9a9;font-size:16px;line-height: 24px;}
.contact-comment .report-box .username{color: #12318b;font-size: 16px;margin-right: 15px;line-height: 24px;}
.contact-comment .report-box .report-btn,.contact-comment .report-box .reply-btn,.contact-comment .report-box .report-btned{margin-left: 15px;}
.contact-comment .report-box .supportercount{margin-right: 5px;}
.contact-comment .com-list .reply {border: 1px solid #d2d0d0;padding: 10px 8px 5px;margin: 10px 0px;}
.contact-comment .com-list .com-detail{padding: 10px 0px;}
.contact-comment .com-list .reply-detail{padding: 5px 0px;}
.contact-comment .com-list .show-reply .username{line-height: 24px;}
.contact-comment .com-list .show-reply .judge{margin-left: 10px;}
.contact-comment .reply textarea {border: none;width: 100%;padding: 0;height: 55px;}
.contact-comment .reply .reply-com,.contact-comment .reply .cancel{color: #a9a9a9;margin-left: 20px;}
.contact-comment .admin-reply .username{line-height: 20px;}
.contact-comment .admin-reply .adminReply{padding: 5px 0px;}
.contact-comment .lookmore-com, .contact-comment .showover {margin: 10px 0px;background: #d2d2d2;border-radius: 5px;color: #fff;font-size: 16px;line-height: 44px;display: block;width: 100%;text-align: center;}

/* 评论页面 */
.comment-page{padding: 10px 0px 50px;}
.comment-page .title-h3{text-align: center;font-weight: normal;margin: 30px 0px;}
.comment-page .title-h3 .comment-title{font-size:26px;color:#4c4c4c;} 
.comment-page .comment-content{margin: 15px 0px; border: 1px solid #d2d0d0;height: 190px;width: 100%;padding: 10px;font-size:16px;line-height: 24px;}
.comment-page .contact-comment .title span {font-size: 12px;color: #707070;font-weight: normal;}

/* 弹窗 */
.report-modal .modal-footer .report-sub{background: #12318b;border: none;}
.report-modal .modal-title{font-size:16px;font-weight: bold;color:#333;}
.report-modal .modal-dialog{top:50%;margin-top: -150px;width: 400px;}
.report-modal .report-type label{font-size:16px;line-height: 24px;font-weight: normal; display: block;padding: 5px;margin: 0;cursor: pointer;}
.report-modal .report-type label input{margin: 5px 10px;}

/* 视频列表页 */
.videolist .top-box{padding: 40px 0px 50px;}
.videolist .top-box .swiper-container{background: #f8f8f8;height: 305px;}
.videolist .swiper-slide .leftbox{display: block;width: 65%;}
.videolist .swiper-slide .leftbox .video-a{display: block;width: 100%;height: 100%;position: relative;}
.videolist .swiper-slide .leftbox .play{ background:url("../../images/index/play6.png") no-repeat center center;width: 70px;height: 70px;background-size: contain;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.videolist .swiper-slide .leftbox video{width: 510px;height: 305px;}
.videolist .swiper-slide .rightbox{width: 35%;padding: 10px 15px;position: relative;height: 305px;}
.videolist .swiper-slide .rightbox h4{color: #333333;font-size: 20px;line-height: 30px;min-height: 140px;}
.videolist .swiper-slide .rightbox h5 a{color: #12318b;font-size: 12px;padding: 5px 0px;}
.videolist .swiper-slide .rightbox h6{color: #666666; font-size: 12px;padding: 5px 0px;}
.videolist .swiper-slide .bottom-btn{position: absolute;bottom: 10px;width: 100%;}
.videolist .swiper-slide .bottom-btn .btn-box{width: 33.33%;}
.videolist .swiper-container.s-video .pagination{width: 65%;}
.videolist .bottom-btn .btn-span{color: #999999;font-size: 12px;line-height: 16px;padding-left: 25px;}
.videolist .bottom-btn .comment{background: url(../../images/index/icon9.png) no-repeat center left;background-size:contain; }
.videolist .bottom-btn .play{background: url(../../images/index/icon10.png) no-repeat center left;background-size:contain;}
.videolist .bottom-btn .report-btn{background: url(../../images/index/icon14.png) no-repeat center left;background-size:contain;}

.videolist .imglist-rbt{width: 35%;padding-left: 20px;}
.videolist .imglist-rbt .v-box{height: 145px;width: 255px;background: #f8f8f8;position: relative;}
.videolist .imglist-rbt .top {margin-bottom: 15px;}
.videolist .imglist-rbt .v-box img{max-width: 100%;max-height:100%;}
.videolist .imglist-rbt .v-box h4{color: #fff;word-break: break-all;font-size: 14px; position: absolute;bottom: 0;width: 100%; background:url("../../images/index/banner-bg.png") no-repeat center center;padding: 10px 5px 15px 10px;text-align: left;}
.videolist .imglist-rbt .v-box .size{padding: 6px 5px 6px 30px;color: #fff;font-size: 16px;line-height: 16px; border-radius: 8px 0px 0px 0px;background:url("../../images/index/icon25.png") no-repeat 8px center rgba(0, 0, 0, 0.6);background-size: 32%;position: absolute;display: block;right: 0;bottom: 0;}

.video-menu{padding-bottom: 20px;margin: 0px -10px;}
.video-menu li{background: #f8f8f8;border-radius:25px;margin: 0px 10px;}
.video-menu li a{color: #666;font-size: 14px;line-height: 36px;padding: 0px 20px;display: block;}
.video-menu .active{background: url(../../images/index/icon16.png) no-repeat center center;}
.video-menu .active a,.video-menu .active a:hover{color: #fff !important;}

/* 热门天平号 */
.list .crumbs{padding: 30px 0px 20px;}
.list .crumbs,.list .crumbs a{color: #12318b;font-size: 16px;line-height: 20px;}
.list .crumbs span{margin: 0px 5px;}
.list .crumbs .active{color: #999999;}

.list .hotlist-con{background: #eff0f3;padding: 20px 10px 0px;margin-bottom: 40px;}
.list .hotlist-con .hot-con{width: 33.33%;padding: 0px 10px;margin-bottom: 20px;height: 195px;}
.list .hotlist-con .hot-box{background: #ffffff;border-radius: 10px;height: 194px;overflow: hidden;}
.list .hotlist-con .hot-box .h-logo{width: 80px;height: 80px;display: block;overflow: hidden;position: relative;border-radius: 50%;border: 2px solid #fff;}
.list .hotlist-con .hot-box .h-logo img{position: absolute;top:0;left: 0;right: 0;bottom: 0;margin: auto;}
.list .hot-box .w-3{width: 35%;padding: 25px;height: 100%;border-radius: 10px 0px 0px 10px;position: relative;}
.list .hot-box .w-3 img,.list .hot-box .w-3 span{position: relative;z-index: 3;}
.list .hot-box .w-3 .layer{position: absolute;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.5);left: 0;top: 0;z-index: 0;}
.list .hot-box .w-3 .tally{color: #000;font-weight: bold;font-size: 20px;text-align: center;display: block;padding-top: 20px;}
.list .hot-box .w-7{width: 65%;text-align: center;padding: 20px 15px;}
.list .hot-box .name{color: #333;font-size: 18px;line-height: 24px;padding: 3px 0px;}
.list .hot-box .info{font-size: 12px;color: #666;line-height: 22px;height: 22px;}
.list .hot-box .border-span{display: block;border-bottom: 1px solid #e0e0e0;margin: 15px auto;width: 110px;}
.list .hot-box .exponent{font-size: 12px;color: #666;padding: 5px 10px;}
.list .hot-box .exponent .w-5{display: inline-block;width: 50%;}
.list .hot-box .exponent .num{color: #449aee;}
.list .hot-box .follow{height: 30px; color: #fff;background: url(../../images/index/icon31.png) no-repeat center center #089df5;display: block;width: 190px;border-radius: 17px;line-height: 30px;margin:15px auto 0px;}
.list .hot-box .follow:hover{color: #fff !important;}
.list .hot-box .follow.current,.follow-box .f-box .follow.current{background: url(../../images/index/icon33.png) no-repeat center center;}
.list .hot-box .follow.auncel,.follow-box .f-box .follow.auncel{background: url(../../images/index/icon32.png) no-repeat center center;}
.list .hot-box .bluefansi.auncel,.follow-box .f-box .bluefansi.auncel{background: url(../../images/index/icon34.png) no-repeat center center;}

/* 个人主页 */
.user-top{border-bottom: 1px solid #e0e0e0;padding: 30px 0px;}
.user-top .l-follow .f-img{position: relative; text-align: center;width: 100px;height:100px;overflow: hidden; margin: 0 auto 30px;border-radius: 50%;border: 3px solid #eaeaea;}
.user-top .l-follow .f-img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;min-width: 100px;min-height: 100px;}
.user-top .l-follow .foll{color: #999;text-align: center;font-size: 14px;line-height: 20px;}
.user-top .l-follow .foll div{width: 90px;}
.user-top .l-follow .foll *{display: block;}
.user-top .l-follow .foll a{color: #333;font-size:22px;line-height: 30px;padding: 5px 0px;}
.user-top .l-follow .foll .foll-border{margin: 10px auto; border-right:1px solid #e0e0e0;height: 42px; }
.user-top .c-follow .name{color: #333333;font-weight: normal;font-size:22px;padding-top: 15px;}
.user-top .c-follow .info{color: #999999;font-size: 12px;line-height: 20px;padding: 8px 0px;display: block;}
.user-top .c-follow .size{color: #12318b;background: #e7edff;border-radius:4px;font-size: 12px;line-height: 30px;padding: 0px 15px;font-weight: normal; }
.user-top .r-follow{padding-top: 10px;}
.user-top .r-follow a{border-radius:4px;text-align: center; display: block;background: url(../../images/index/icon19.png) no-repeat 35% center #12318b;width: 180px;height: 40px;line-height: 40px;padding-left: 20px; color: #fff;font-size:14px;}
.user-top .r-follow a:hover{color: #fff !important;}

.usercenter .con-left{padding-top: 20px;padding-bottom: 40px;}
.usercenter .rightblock{padding-bottom: 30px;}
.usercenter .con-left .nothave{ font-size: 20px;text-align: center;line-height: 24px;padding: 30px 0px 50px;}

/* 个人主页--关注 */
.follow-box{background: #eff0f3;padding: 20px 10px 0px;}
.follow-box .follow-list{width: 20%;padding:0px 10px 20px 10px; height: 305px;}
.follow-box .follow-list .f-box{background-color: #ffffff;border-radius: 10px;width: 100%;height: 100%;text-align: center;padding: 20px 15px;}
.follow-box .f-box .fimg{height: 100px;margin: 0px auto 5px;border-radius: 50%;width: 100px;overflow: hidden;border: 2px solid #edeef1;}
.follow-box .f-box .fimg .u-logo{height: 100%;width: 100%;display: block;overflow: hidden;position: relative;border-radius: 50%;}
.follow-box .f-box .fimg .u-logo img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.follow-box .f-box .name{color: #333;font-size: 18px;line-height: 24px;padding: 3px 0px;}
.follow-box .f-box .info{font-size: 12px;color: #666;line-height: 22px;min-height: 22px;}
.follow-box .f-box .border-span{display: block;border-bottom: 1px solid #e0e0e0;margin: 12px auto;width: 110px;}
.follow-box .f-box .exponent{font-size: 12px;color: #666;padding: 5px 0px;}
.follow-box .f-box .exponent .w-5{display: inline-block;width: 50%;}
.follow-box .f-box .exponent .num{color: #449aee;}
.follow-box .f-box .follow{height: 30px; color: #fff;background: url(../../images/index/icon31.png) no-repeat center center #089df5;display: block;border-radius: 17px;line-height: 30px;margin:10px auto 0px;}
.follow-box .f-box .follow:hover{color: #fff !important;}

/* 搜索结果页 */
.search-result .search-right {background-color: white;border: 4px solid #eee;}
.search-result .search-right-title {border-bottom: 1px solid #c01410;}
.search-result .search-right-title h5 {border-left: 3px solid #aaa;padding-left: 10px;}
.search-result .search-wrap {position: relative;}
.search-result .search-loading {width: 100%;height: 100%;min-height: 500px;z-index: 100;background: #fff url(../../images/loading-search.svg) center center no-repeat;}

.search-result .result-con{padding-top: 40px;}
.search-result .rightblock .hot-box{margin-top: 10px;}
.search-result .con-search{margin-bottom: 30px;}
.search-result .con-search input{height: 47px;width: 85%;border: none; background-color: #e3e3e3;border-radius: 2px;padding: 0px 10px;}
.search-result .con-search .search-submit1{border-radius: 2px;background: url(../../images/index/login.png) repeat-x;width: 15%;height: 48px;line-height: 48px;text-align: center;color:#fff;font-size:16px; box-shadow: 0px 0px 13px 0px rgba(87, 154, 235, 0.15);}

.search-result .result-list{min-height:400px;padding-top: 10px;padding-bottom: 60px;}
.search-result .result-list .search-li{margin-bottom: 20px;}
.search-result .result-list .search-li h4{color: #1d1d1d;font-size:16px;line-height:26px;padding-bottom: 10px;}
.search-result .result-list .search-li .summary{color:#666666;font-size:14px;line-height:24px;min-height: 70px;}
.search-result .result-list .search-li .s-img{width: 25%;position: relative;}
.search-result .result-list .search-li .s-img img{width:100%;height:130px;object-fit: cover;}
.search-result .result-list .search-li .s-con{width: 75%;padding-left: 15px;}
.search-result .result-list .search-li .s-bottom{color:#a1a1a1;font-size:12px;line-height:20px;padding-top: 5px;}
.search-result .result-list .search-li .source{color:#676767;}
.search-result .result-list .search-li .play{background:url("../../images/index/icon17.png") no-repeat left center;padding-left: 20px;margin-left: 30px;}
.search-result .result-list .search-li .comment{background:url("../../images/index/comment.png") no-repeat left center;padding-left: 20px;margin-left: 30px;}
.search-result .result-list .search-li .duration{position:absolute;right:10px;bottom:10px;width: 80px;height: 28px;line-height:28px;text-align:center;background-color: #000000;border-radius: 14px;opacity: 0.8;}
.search-result .list .hotlist-con .hot-con{width:50%}
.search-result .nodata{font-size:18px;text-align: center;margin:30px;}

/* 个人中心 */
.infocenter .content{padding: 30px 0px;}
.infocenter .leftmenu{background: #f9fafe;padding: 20px 0px;}
.infocenter .leftmenu .member-user-name{font-size: 16px;}
.infocenter .leftmenu .logobox{border-bottom: 1px solid #ccc;padding-bottom: 20px;margin: 0px 10px;}
.infocenter .leftmenu .logobox .imgbox{display: block; width: 120px;height: 120px;position: relative;border-radius: 50%;overflow: hidden;}
.infocenter .leftmenu .logobox .imgbox img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;object-fit: cover;width: 100%;height: 100%;}
.infocenter .b-l .info-right .imgbox{border: 1px solid #ddd;display: block; width: 120px;height: 120px;position: relative;margin-bottom: 20px;}
.infocenter .b-l .info-right .imgbox img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;object-fit: cover;width: 100%;height: 100%;}
.infocenter .leftmenu .list-group{padding-top: 10px;margin-bottom: 0px;}
.infocenter .leftmenu .member-menu{color: #1d1d1d; display: block;font-size: 16px;text-align: center;padding: 15px;}
.infocenter .leftmenu .member-menu.active,.infocenter .leftmenu .member-menu:hover{background: #12318b;color: #fff !important;}
.infocenter .btn{background: #12318b;color: #fff !important;}
.infocenter .font-red{color: #a94442;display: block;padding: 5px 0px;}


