@charset "utf-8";
/*
 * 深圳市智慧联播科技有限公司
 * 请尊重他人劳动成果，你可以模仿页面，但是请自己写代码！
 * 技术支持：QQ2863868475
 * 2024-05-13
 * coyright@tengcee.com
*/
@import url("public.css");
@import url("page.css");
/* 定义滚动条样式 */
#scroll::-webkit-scrollbar {width: 6px;height: 6px;background-color: rgba(240, 240, 240, 1);}
/*定义滚动条轨道 内阴影+圆角*/
#scroll::-webkit-scrollbar-track {box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);border-radius: 10px;background-color: rgba(240, 240, 240, .5);}
/*定义滑块 内阴影+圆角*/
#scroll::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 0px rgba(237, 44, 37, .5);background-color: rgba(237, 44, 37, .5);}
html, body {height: 100%;margin: 0;padding: 0;border: 0; background-color: #ebf1f5}
.page-body{ overflow-x:hidden;}
.container{ width: 100%;float: left; position: relative; height: 100%;}

.sidebar{ width: 220px; float: left;position: fixed; height: 100vh; background-color: #f9f9f9; top: 0;left: 0;z-index: 999;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;max-height:100%}
.slidebarscroll{ width: 100%; height: 100%;overflow-y: scroll;}
.main-content{ width: 100%;float: left; position: relative; padding-left: 220px; box-sizing: border-box;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
.w100{ width: 100%; position: relative;float: left}

.fold{ width: 60px; background-color: #333;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.logo{ width: 100%;float: left; padding:25px 15px;box-sizing: border-box; background-color: #fff; text-align: center}
.logo img{ width: 100%;height: auto;}
.logo #logo2{ display: none; text-align:center;width: auto !important; max-height: 55px;}
.nav{ width: 100%;float: left; position: relative;}
.navlist{ width: 100%; float: left; position: relative; padding:0 10px; box-sizing: border-box; font-family: 'fangyuan'}
.navlist li{ width: 100%;float: left;position: relative; box-sizing: border-box; border-bottom: solid 1px #fff; font-size: 16px; color: #222;vertical-align: middle;padding:5px 0;}
.navlist li a{ color: #000; padding:0 20px; display: block;}
.navlist li span{line-height: 40px; display: inline-block;height: 40px;}
.navlist li i{ font-size: 24px; padding-right: 5px; opacity: 1;position: relative;line-height: 40px;height: 40px;}
.navlist li a:hover,.navlist li.on a{ color: #000; background-color: #ffb5b4;background-image: linear-gradient(200deg,#ffb5b4,#ff7c74); border-radius: 5px;}
.nav2{ width: 100%;float: left; position:absolute; left: 0;bottom: 0;display: none}
.nav2 .navlist li{ font-size:13px; }
.nav2 .navlist li a{ color: #999;}
.nav2 .navlist li i{ font-size: 16px; padding-right: 10px;}
/*折叠状态*/
.foldMenu{}
.foldMenu .sidebar{ width: 50px;background-color: #fff;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .main-content{ padding-left:50px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .topnav{ padding-left: 50px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .showSidebar .line1{width: 50% !important;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .showSidebar .line2{width: 75% !important;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .showSidebar .line3{width: 100% !important;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}

.foldMenu .logo{padding:15px 10px;}
.foldMenu .logo #logo1{ display: none; }
.foldMenu .logo #logo2{ display: inline-block; }
.foldMenu .navlist{padding:10px 5px;}
.foldMenu .navlist li{ border-bottom: solid 1px #f5f5f5;}
.foldMenu .navlist li a{ color: #333;padding:0 10px; }
.foldMenu .navlist li i{ font-size: 20px;}
.foldMenu .navlist li span{ padding:0 20px; background-color: #333; line-height: 40px;height: 40px; position: absolute; left: 53px; top:5px; white-space: nowrap; border-radius:2px; display: none; color: #fff}
.foldMenu .navlist li span:before{border:10px solid transparent;border-right:10px solid #333; font-size:0px;line-height:0px; position: absolute; top: 10px;left:-17px; width: 0px;height: 0px; content: ''}
.foldMenu .navlist li:hover span{ display: block;}
.foldMenu .navlist li:hover i{ color: #000;}
.foldMenu .navlist li:hover a{ color: #000; }
.foldMenu .footer{ padding-left: 50px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .mainbox{ padding-left: 50px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu .commend{ padding-left: 50px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}

/*顶部导航*/
.topnav{ width: 100%; padding:0;box-sizing: border-box; position: fixed; top: 0;left: 0; z-index: 998; height: 75px; float: left; padding-left:220px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; background-color: rgba(0,0,0,0);}
.topnav .topnavLeft {float: left; display: inline-block; padding:15px 40px 15px 30px;}
.topnav .topnavRight {float: right; display: inline-block; padding:22px 40px 22px 0;}
.showSidebar{ width: 20px;height: 20px;float: left; position: relative; cursor: pointer;margin-top: 10px; margin-right:10px;}
.showSidebar .bar{ width: 100%;height:2px; background-color: #666; position: relative;float: left; border-radius: 5px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.showSidebar .line1{margin-top:2px; width: 60%}
.showSidebar .line2{margin-top:6px;}
.showSidebar .line3{margin-top:6px; width: 50%}
.topmenu{ display: inline-block; white-space: nowrap;}
.topmenu li{ padding:0 15px; line-height: 40px; margin:0 5px; border-radius: 15px; display: inline-block; position: relative;}
.topmenu li i{ color: #666; font-size: 16px; padding-right: 5px;}
.topmenu li .i2{ padding-right: 0; padding-left: 5px; font-size: 12px;}
.topmenu li a{ color: #282a2d; }
.topmenu li em{ font-style:normal;font-size: 15px;}
.color1{color: #175001 !important;}
.color2{color: #ff6767 !important;}
.color3{color: #6c30ff !important;}
.topmenu dl{ width: 100%; position: absolute; top: 40px;left: 0;z-index: 999;background-color: #fff; display: none; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.topmenu dl dd{ width: 100%; line-height: 40px; height: 40px; text-align: center; border-bottom: solid 1px #f5f5f5;}
.topmenu dl dd a{ color: #222;}

.topFixed .topmenu dl{ background-color: #fff;}

.topnavRight span{ float: right;padding:0 5px;line-height: 30px;}
.topnavRight span a{ color: #fff;opacity: .8;}
.whitebg{position: fixed; background-color: rgba(255,255,255,.95);box-shadow: 0 5px 20px rgba(0,0,0,.2);}
@media screen and (max-width:1200px){
    .topnav .topnavRight {padding:22px 10px 22px 0;}
}
@media screen and (max-width:750px){
    .topmenu{ display: none }
    .foldMenu .topmenu{ display: block;}
	.topmenu li{ padding:0 5px;margin:0 2px;}
	.topmenu li em{display: none;}
	.topmenu li .i2{display: none;}
	.slidebarscroll{ width: 100%; height: 100%;overflow-y: scroll; overflow-x: hidden;}
}
/*头部悬浮*/
.topFixed{ position: fixed; background-color: rgba(255,255,255,.95);box-shadow: 0 5px 20px rgba(0,0,0,.2);}
.topFixed .showSidebar .bar{ background-color: #222;}
.topFixed .topmenu span i{ color: #666;}
.topFixed .topmenu span a{ color: #222;}
.topFixed span.bg-color3 a,.topFixed span.bg-color3 i{color: #fff}
.topFixed span.bg-color2 a,.topFixed span.bg-color2 i{color: #fff}
.topFixed .topnavRight span a{ color: #222; }
@media screen and (max-width:1000px){
    .topnav .topnavLeft {padding:22px 10px;}
    .topmenu span{ padding:0 2px; margin:0 2px;}
    .topmenu span em{ display: none; }
    .topmenu span i{padding:0 2px;}
    .topnav .topnavRight {padding:22px 10px;}
}
@media screen and (max-width:750px){
    .topmenu span:nth-child(5){ display: none;}
}

/*banner*/
.banner { position: relative; width: 100%; height: 360px;z-index:9;float: left; padding-left: 220px;box-sizing: border-box;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.banner .swiper-container { width: 100%; height: 100%; color: #fff; text-align: center; }
.banner .swiper-slide {position: relative;overflow: hidden;}
.banner .swiper-slide a {display: block;}
.banner .swiper-slide .swiper-img{ width: 100%;height: 100%; background-size: cover; background-repeat: no-repeat;background-position: center;}
.banner .swiper-pagination {position: absolute;width: 100%;z-index: 20;left: 0;bottom: 30px !important;text-align: center;}
.swiper-pagination-bullet-active{background-color: #f8c301;}
.swiper-pagination-bullet { width: 35px; border-radius: 5px; }
.banner a.prev_btn,.banner a.next_btn {position: absolute;z-index: 66;top: 50%;margin-top: -55px;width: 73px;height: 138px;opacity: 0.2;filter: alpha(opacity=20);-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.banner a.prev_btn:hover,.banner a.next_btn:hover {opacity: 0.5;filter: alpha(opacity=50);}
.banner a.prev_btn { left: 250px;background-image: url(../images/left.png); background-repeat: no-repeat; }
.banner a.next_btn { right: 30px; background-image: url(../images/right.png); background-repeat: no-repeat; }
.foldMenu .banner{ width: 100%; padding-left: 50px; -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.foldMenu a.prev_btn { left: 80px;}
.foldMenu .swiper-container{ width: 100%; }
@media screen and (max-width:1200px){
    .banner{ height:320px;}
}
@media screen and (max-width:1000px){
    .banner{ height:300px;}
}
@media screen and (max-width:750px){
    .banner{ height:220px;}
}
@media screen and (max-width:600px){
    .banner a.prev_btn,.banner a.next_btn{ display: none; }
    .banner .swiper-pagination{ bottom: 10px !important; }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 10px; }
}
.purple{ background-color: #6610f2;background-image: linear-gradient(45deg, #8618db 0%, #d711ff 50%, #460fdd 100%);}
.orange{ background-color: #fd7e14;background-image: linear-gradient(45deg, #fd7e14 0%, #d711ff 50%, #ff6767 100%);}

/* 搜索模块 */
.homeso{position: relative; width: 100%; height: 500px;z-index:9;float: left; padding-left: 220px;box-sizing: border-box;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;background-color: #e6eff4;background-image: linear-gradient(90deg, #e6eff4 0%, #f1eaf2 50%, #f5ecea 100%);}
.so{ width: 100%; position: relative; z-index: 99;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; box-sizing: border-box}
.so .sobox{width: 100%;margin:0 auto; position: relative;}
.sobox .soform{ width: 100%;float: left;box-sizing: border-box; border-radius: 25px;color: #fff; overflow: hidden;position: relative; opacity: .7;margin-top: 10px;}
.sobox .soform .input1{ width: 100%;float: left; line-height: 50px; background-color: rgba(0,0,0,.2); outline: none; border:none; border-radius: 25px; padding: 0 20px; box-sizing: border-box; color: #000;font-size:15px;position: relative;}
.sobox .soform .button1{ position: absolute; top: 15px;right: 20px; background-color:transparent; font-size: 18px; color: #000;border:none; outline: none; cursor: pointer;}
.sobox .sotype{ width: 100%;float: left; padding:0 20px;font-size: 16px;position: relative; text-align:center;box-sizing: border-box;}
.sobox .sotype span{ padding:0 20px;line-height: 40px; height: 40px; color: #333; opacity: .8; cursor:pointer; position: relative;}
.sobox .sotype span.on{ color: #000; opacity: 1; font-size: 18px;}
.sobox .sotype span i{ width: 0px;height: 4px; position: absolute; bottom: -8px;left: 50%;margin-left: 0px; background-color: #666;border-radius: 15px;}
.sobox .sotype span.on i,.sobox .sotype span:hover i{ width: 36px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;margin-left:-18px;background-color: #222;}
.foldMenu .so{-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
.sobox .soform .input1:focus{background-color: rgba(0,0,0,.5);}
@media screen and (max-width:750px){
    .so .sobox{width:100%;}
	.sobox .sotype span{ padding:0 10px;}
    .sobox .soform .input1{line-height: 40px; }
    .sobox .soform .button1{top: 10px;}
	.sobox .sotype span.on{font-size: 16px;}
    .sobox .sotype{ width: 100%;padding:0 10px; padding-bottom:10px; font-size: 15px;}
}
.so2{ width: 100%; position: relative; z-index: 99;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; box-sizing: border-box}
.so2 .sobox{width: 600px;margin:0 auto; position: relative;padding:20px 0;}
.so2 .sobox .soform{}
@media screen and (max-width:750px){
	.sobox .sotype{ padding-bottom:0px;}
	.so2 .sobox{width:100%;margin:0 auto; position: relative;padding:20px; box-sizing: border-box;}
}
/* 推荐 */
.w50{ width: 50%;float: left;}
.commend{position: relative; width: 100%; height: 400px;z-index:9;float: left; padding-left: 220px;box-sizing: border-box;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;background-color: #e6eff4;background-image: linear-gradient(90deg, #e6eff4 0%, #f1eaf2 50%, #f5ecea 100%);}
.commendinner{ width: 100%; position: relative;}
.commend .commendbox{ width: 700px; position: absolute; top: 1px;left: 50%;z-index: 99;margin-left:-350px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; box-sizing: border-box}
.commend .commendbox .items{ width: 400px; position: relative; float: left; margin-top: 30px; margin-left: 20px;}
.commend .commendbox .itemlist{ width: 100%; float: left; position: relative;}
.commend .commendbox .itemlist .item{ width: 100%;float: left; padding:5px;box-sizing: border-box; position: relative;}
.commend .commendbox .itemlist .item .itembox{ width: 100%;float: left; border-radius:10px; /*background-image: linear-gradient(to bottom,#ffb8b4,#ff7b74);*/}
.commend .commendbox .itemlist .item .itembox i{ font-size: 40px; padding-right: 8px;}
.commend .commendbox .itemlist .item p{ line-height: 40px; text-align: center;font-family: 'fangyuan'; font-size: 30px;}
.commend .commendbox .item1{ padding:50px 0;background-color: #21b6d4;background-image: linear-gradient(200deg,#83d6e6,#19b4d2);}
.commend .commendbox .item2{ padding:20px 0;background-color: #c9aafa;background-image: linear-gradient(200deg,#c9aafa,#ad7df7);}
.commend .commendbox .item3{ padding:20px 0;background-color: #a3afbd;background-image: linear-gradient(200deg,#a3afbd,#6d7f97);}
.commend .commendbox .item4{ padding:38px 0;background-color: #ffb5b4;background-image: linear-gradient(200deg,#ffb5b4,#ff7c74);}
.commend .commendbox .itemlist .item .item4 p{ line-height: 30px; text-align: left !important; padding-left: 30px;box-sizing: border-box}
.commend .commendbox .ip{ position: absolute; right: -270px; top: 0;}
.commend .commendbox .ip img{ width: 180px;height: auto}
.foldMenu .commend{ padding-left: 50px;}
@media screen and (max-width:1200px){
	.commend .commendbox .ip{right: -200px;}
}
@media screen and (max-width:750px){
	.commend{height: 350px;}
	.commend .commendbox{ width: 100%;left: 0;margin-left:0px; padding: 10px;top: 0px;}
	.commend .commendbox .ip{ position: absolute; right: 50%; top: -60px;margin-right: -80px;}
	.commend .commendbox .ip img{ width: 100px;height: auto}
	.commend .commendbox .items{ width: 100%; position: relative; float: left; margin-top: 20px;margin-left: 0;}
	.commend .commendbox .itemlist .item .itembox i{ font-size: 26px; }
	.commend .commendbox .itemlist .item p{font-size: 20px;}
	.commend .commendbox .item1{ padding:40px 0;}
	.commend .commendbox .item2{ padding:15px 0;}
	.commend .commendbox .item3{ padding:15px 0;}
	.commend .commendbox .item4{ padding:28px 0;}
	.commend .commendbox .ip{display: none;}
}
.blank{ width: 100%;height: 10px; position: relative; }
.mainbox{ width: 100%;float: left; padding:0px; box-sizing: border-box; position: relative; padding-left: 220px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.main{ width: 100%; float: left; position: relative;margin-top: 10px; padding:10px 30px;box-sizing: border-box;display: flex;align-content: flex-start;justify-content: space-between; flex-wrap: nowrap;}
.flexmain{ width: 100%; float: left; position: relative;margin-top: 0px; padding:20px 30px;box-sizing: border-box;display: flex;align-content: flex-start;justify-content: space-between; flex-wrap: nowrap;}
.box{ width: 100%;float: left;padding:20px;box-sizing: border-box; position: relative; background-color: #fff;}
.box2{ width: 100%;float: left;box-sizing: border-box; position: relative; }
.box_title{ width: 100%;float: left; line-height: 2.5em;font-size: 15px;font-weight:bold; color: #222; }
.box_title .tit{ float: left;}
.box_title .tit i{ font-weight: normal;}
/*首页左侧*/
.indexLeft{ width: 100%;float: left;  position: relative; box-sizing: border-box; flex:1;height: auto;}
.indexRight{ width: 320px;float: right; position: relative;right: 0;top: 0; flex:0 0 320px;height: auto;padding-left:10px; box-sizing: border-box;}
@media screen and (max-width:1000px){
    .mainbox{ width: 100%;float: left; padding:0px; box-sizing: border-box; position: relative; display: flex;align-content: flex-start;justify-content: space-between; flex-wrap: nowrap;flex-direction: column}
    .indexLeft{ width: 100%;padding-right: 0px; }
    .indexRight{ width: 100%; padding-left: 0;margin-top:10px;}
    .box{padding:10px;}
    .flexmain{ padding:10px;flex-direction: column}
}
@media screen and (max-width:750px){
    .box{padding:10px 5px;}
	.flexmain{ padding:10px;flex-direction: column}
	.main{padding:10px; margin-top: 1px;}
}
/*flex2 可以保证竖排排列 flexheight:是高度自动填满剩余空间*/
.flex2{display: flex;align-content: flex-start;justify-content: flex-start; flex-wrap: nowrap;flex-direction: column;}
.flex2 .flexheight{ flex: 1;height:auto; }

.title{ width: 100%;float: left; line-height: 40px; position: relative; }
.title .tit{ float: left; font-size: 15px;}
.title i{font-size: 15px;}
.title .tit span{ padding: 0 20px; background-color: #f2f2f2;color: #999; border-radius:5px; float: left; margin-right:10px;cursor: pointer;}
.title .tit span a{ color: #999; }
.title .tit span.on{color: #222;background-color: #ffb5b4;background-image: linear-gradient(200deg,#ffb5b4,#ff7c74);}
.title .tit span.on1{background-color: #222;color: #fff; }
.title .tit span.on2{background-color: #6c30ff;color: #fff; }
.title .tit span.on a{ color: #fff; }
.title .more{ float: right;}
.title .more a{ color: #999; }

.show{ display: flex;}
.hide{ display: none;}
.sitelist{ width: 100%; position: relative;float: left;}
.catbox{ width: 200px; flex:0 0 200px; padding-right: 20px; box-sizing: border-box;}
.catname {padding:50px 0;background-color: #ffb5b4;background-image: linear-gradient(200deg,#ffb5b4,#ff7c74); width: 100%;float: left; border-radius: 10px; margin-top: 10px;}
.catname p{ width: 100%; line-height: 50px; font-family: 'fangyuan'; font-size: 24px; float: left; text-align: center; padding:0 20px; box-sizing: border-box;}
.catname p i{ font-size: 30px; padding-right: 8px;}
.linklist{ width: 100%;float: left; position: relative;}
.linklist .item{ width: 25%;float: left; padding:10px;box-sizing: border-box; position: relative;}
.linklist .item .itembox{ width: 100%;float: left; background-color: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,0); position: relative; padding:15px 25px; box-sizing: border-box;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.linklist .item .tit{ width: 100%;float: left; line-height: 40px; text-align: center; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.linklist .item .desc{ width: 100%;float: left; line-height: 1.6em; font-size: 14px; color: #999;height: 4.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp: 3;-webkit-box-orient:vertical;}
.linklist .item .itembox:hover{box-shadow: 0 0 15px rgba(0,0,0,.2); margin-top: -10px; margin-bottom: 10px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.linklist .item .itembox:hover .tit a{ color: #ff7c74;}
@media screen and (max-width:1000px){
	.linklist .item .itembox{ padding:15px;}
}
@media screen and (max-width:750px){
	.catbox{ width: 100%; flex:0 0 100%; padding-right: 0px; margin-bottom: 10px;}
	.catname {padding:10px 0;}
	.linklist .item .itembox{ padding:10px;}
	.linklist .item .tit{font-size: 16px;}
	.linklist .item{ width: 50%; padding: 5px;}
}

.adbox{ width: 100%; float: left; position: relative; margin:0;}
.adbox .item{ width: 50%;float: left; padding-right: 10px; box-sizing: border-box;}
.adbox .item:nth-child(2){ padding-right: 0;padding-left: 10px;}
.adbox .item img{ width: 100%;height: auto; border-radius: 10px;}
@media screen and (max-width:750px){
	.adbox .item{ width: 100%;float: left; padding-right: 0px; margin:5px 0;}
	.adbox .item:nth-child(2){ padding-right: 0;padding-left: 0px;}
	.adbox .item img{border-radius: 5px;}
}

.footer{ width: 100%; padding:0;box-sizing: border-box; position: relative; bottom: 0;left: 0; z-index: 10; float: left; padding-left:220px;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.footer .copyright{ width: 100%;float: left; padding:20px; padding-bottom: 10px; line-height: 2em; color: #999;box-sizing: border-box;text-align: center;}
.footer .copyright a{ color: #999; }

.tuijian{ width: 100%;float: left; position: relative; margin:10px 0;}
.tuijian .item{ width: 100%;float: left; padding:10px 0; border-bottom: solid 0px #f5f5f5;box-sizing: border-box;}
.tuijian .item .itembox{ width: 100%;float: left;background-color: #ebf1f5; padding:10px 20px;box-sizing: border-box; border-radius: 5px;}
.tuijian .item .tit{ width: 100%;float: left; line-height: 40px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.tuijian .item .desc{ width: 100%;float: left; line-height: 2em; font-size: 14px; color: #999;height: 2em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp: 1;-webkit-box-orient:vertical;}

.ranklist{ width: 100%;float: left; padding:5px 0; position: relative; margin-top: 10px; box-sizing: border-box}
.ranklist li{ width: 100%;float: left; line-height: 36px; position: relative; font-size: 15px;margin:5px 0; background-color: #f5f5f5; border-radius:5px; overflow: hidden}
.ranklist li .num{float: left; margin-right: 5px;color: #222; font-family:'fangyuan'; width:25px; background-color: #e7f3fb; height: 25px; margin-top: 12px; line-height:25px;border-radius: 50%; text-align: center; }
.ranklist li a{ width: 60%;float: left; padding-right: 10px;padding-left:10px;box-sizing: border-box;background-color: #ebf1f5; color: #222; border-radius:5px; white-space: nowrap; overflow: hidden}
/*.ranklist li span{ float: right; position: absolute;right: 10px;top: 0;color: #999; font-style: normal;}*/
.ranklist li span em{ color: #ff6600; }
.ranklist li .icon{ width: 20px;height: 20px; float: left;padding:15px 6px;}
.ranklist li .icon img{ width: 20px;height: auto; border-radius: 50%; float:left; background-color: #fff;}
.ranklist li .views{ float: right;top: 0;color: #666; font-style: normal;font-size:12px;}
.ranklist li:nth-child(1) span.num{ background-color: #f3113c;color:#fff;}
.ranklist li:nth-child(2) span.num{ background-color: #ff9069;color:#fff;}
.ranklist li:nth-child(3) span.num{ background-color: #ffc840;color:#fff;}
/* .ranklist li:nth-child(1) a{width: 100%}
.ranklist li:nth-child(2) a{width: 98%;}
.ranklist li:nth-child(3) a{width: 96%;}
.ranklist li:nth-child(4) a{width: 94%;}
.ranklist li:nth-child(5) a{width: 92%;}
.ranklist li:nth-child(6) a{width: 90%;}
.ranklist li:nth-child(7) a{width: 76%;}
.ranklist li:nth-child(8) a{width: 72%;}
.ranklist li:nth-child(9) a{width: 68%;}
.ranklist li:nth-child(10) a{width: 64%; }*/

.rank3 li{line-height: 50px;}
@media screen and (max-width:1000px){
    .ranklist{padding:5px; }
    .ranklist li .views{ display: none; }
}
.ranklist2{ width: 100%;float: left; padding:5px 0; position: relative; margin-top: 10px;}
.ranklist2 li{ width: 100%;float: left; line-height: 45px; position: relative; font-size: 15px;overflow: hidden;padding:0 10px; box-sizing: border-box; background-image: url('../images/ico-1.gif'); background-position: 2px center; background-repeat: no-repeat;}
.ranklist2 li a{ width: 100%;float: left; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}