/* CSS Document */
/*百科专题 list*/
/*左侧主体*/
.zt_list{height:auto;padding-top: 80px;}
.zt_list .main{width:930px;background:#fff;}
.zt_list .subject .public{width: 240px;height:150px;}
.zt_list .subject .public img{display: block;width: 220px;height: 150px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.zt_list .subject .info{width:670px;height:150px;}
.zt_list .subject .info .describe{color: #828282;}
/*专题目录*/
.zt_list .catalogue{height:120px;border: 1px solid #f2f2f2;display:flex;}
.zt_list .catalogue .title{width: 35px;background: #f2f2f2;height: 100%;writing-mode:tb !important;-ms-writing-mode:tb;cursor: context-menu;display: inline-block;}
.zt_list .catalogue-list{display: inline-flex;flex-wrap: wrap;align-items: center;flex-direction: column;padding-top:6px;}
.zt_list .catalogue-list li{width:270px;}
.zt_list .catalogue-list li a{ width:100%;}
.zt_list .catalogue-list li:hover em,
.zt_list .catalogue-list li:hover a{color: #ff7b2b;text-decoration: none;}

/*专题内容列表*/
.zt_list  .content{border-bottom: 1px solid #f3f4f8;}
.zt_list  .content .sort{width: 30px;height: 30px;background: url(/skin/images/a_bg.png) no-repeat;margin-right: 18px;}
.zt_list  .content .describe{line-height: 28px;max-height: 168px;}
.zt_list  .content .details a{display: inline-block;width: 124px;height: 36px;line-height: 36px;background-color: #fff;border-radius: 18px;border: solid 1px #6cac36;color: #6cac36;-webkit-transition: .4s;transition: .4s;}
.zt_list .content .title a:hover{color: #7fadeb;text-decoration: none;}
.zt_list  .content .details a:hover{color: #fff;background-color: #6cac6c;text-decoration: none;}

/*右侧边栏*/
.zt_list .sidebar{width:300px;}
.zt_list .sidebar .list-wrapper .title{height:28px;line-height:28px;display: block;text-indent: 1em;}
.zt_list .sidebar .list-wrapper .title:before{content: '';display: block; height: 28px;width: 3px;left: 0;top: 0;position: absolute;background-color: #72b539;}
.zt_list .sidebar .list-wrapper ul{display: block;}
.zt_list .sidebar .list-wrapper ul li .ranking{display: inline-block;width: 20px;border-radius: 2px;background-color: #858585;}
.zt_list .sidebar .list-wrapper ul li:nth-child(1) .ranking,
.zt_list .sidebar .list-wrapper ul li:nth-child(2) .ranking,
.zt_list .sidebar .list-wrapper ul li:nth-child(3) .ranking{background-color: #f93;}
.zt_list .sidebar .list-wrapper ul li a{display: inline-block;width: 230px;transition: color .25s;-webkit-transition: .4s;transition: .4s;}
.zt_list .sidebar .list-wrapper ul li a:hover{color: #ff7b2b;}
/*百科专题 list end*/