/**
 * DESCRIPTION   企业俱乐部标签聚合页
 * AUTHOR  Chenlq
 * TIME  2022-4-11
 */
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance: none;outline:none}
textarea{ -webkit-appearance: none;outline:none} 
input[type="text"],input[type="tel"]{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
figure{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wrap{
    width:1080px;
    margin: 0 auto;
}
form .inputText{
  box-sizing: border-box;
}
a:hover{
  text-decoration: none;
}
/* 面包屑导航 */
.position{
    width: 100%;
    height: 35px;
    background: #fff;
    margin-top: 20px;
}
.position_content{
    width: 1080px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 16px;
    color: #1b1b1b;
}
.position_content img{
    margin-top: -5px;
    margin-right: 5px;
}
.position_content a:hover{
    color: #5d90e5;
    text-decoration: none;
}
.position_content a:nth-last-child(1){
  color:#5d90e5;
}
.block{
  margin-top: 35px;
  padding-bottom:18px;
  width: 100%;
  border:#e8e8e8 solid 1px;
  background:#fff;
  border-radius:8px;
  display: inline-block; 
}
.firstBox{
  width: 100%;
  display: inline-block;
}
.tag_first {
  width: 100%;  
}
.fixed{
  position: fixed;
  top: -35px;
  left:0;
}
.block ul{
  padding-left: 18px;
}
.tag_first .block li{  
  margin:18px 18px 0 0;  
  border:#bdd7ff solid 1px;
  background:#f0f6ff;
  border-radius: 5px;
  float: left;
  cursor: pointer;
}
.tag_first .block li a{
  padding:0 15px;
  min-width: 68px;
  font-size: 16px;
  color:#0059ef;
  text-align:center;
  line-height: 29px;
  display: inline-block;
}
.tag_first .block li.active a,.tag_first .block li a:hover{
  color:#fff;
  border-color:#347ffc;
  background:#347ffc;
  font-weight: 500;
}
.Ctags h3{
  width: 100%;
  height: 52px;  
  border-bottom:#dadada solid 2px;
}
.Ctags h3 span{
  padding:0 20px;
  line-height: 52px;
  font-size: 22px;
  font-weight: bold;
  color:#010101;
  border-bottom:#4b87ea solid 2px;
  display: inline-block;
}

.Ctags ul{
  padding-top: 4px;
  padding-bottom:4px;
  display: inline-block;
}
.Ctags li{
  margin:18px 18px 0 0;  
  font-size: 14px;
  color:#494949;
  line-height: 29px;
  text-align:center;
  border:#cecece solid 1px;
  background:#fff;
  border-radius: 5px;
  float: left;
}
.Ctags li:hover{
  border-color:#347ffc;
}
.Ctags li a{  
  height: 100%;
  padding:0 15px;
  min-width: 85px;
  display: inline-block;
}
.Ctags li a:hover{
  color:#1469f5;
}
/* .block:nth-last-child(1){
  margin-bottom:20px;
} */
/*标签详情*/
.list{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.list .headline{
    height: 48px;
    border-bottom: 2px solid #dadada;
}
.list h2{
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #010101;
    font-weight: bold;    
    border-bottom: 2px solid #4b87ea;
}
.list h2 .tl{
  padding-left: 10px;
  float: left;
  font-weight: bold;
}
.list h2 .tr{
  padding-right: 10px;
  float: right;
  text-align:right;
}
.list h2 .number{
    font-weight: bold;
    color: #ef4f4b;
}
.list h2 .industry{
    font-weight: bold;
    color: #3a86ff;
}
.list h2 .tr span{
  padding-left: 23px;
  padding-right:17px;
  font-size: 16px;
  color:#656565;
  font-weight: 500;
  position: relative;
}
.list h2 .tr span .up{
  width: 9px;
  height: 6px;
  background:url(https://www.chinabyte.com/TLimages2009/chinabyte/images/tags_arrow.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}
.list h2 .tr span .drop{
  width: 9px;
  height: 6px;
  background:url(https://www.chinabyte.com/TLimages2009/chinabyte/images/tags_arrow.png) no-repeat;
  background-position: 0 -9px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
}
.list h2 .tr span .up.active{  
  background-position: -16px 0px;
}
.list h2 .tr span .drop.active{  
  background-position: -16px -9px;
}
.list ul li{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 15px;
    padding-bottom: 15px;
}
.list ul li img{
    width: 140px;
    height: 140px;
    border: 1px solid #f2f2f2;
    margin-top: 17px;
    margin-left: 20px;
    padding:10px;
}
.list ul li img{
    float: left;
}
.list ul li .listRight{
    width: 860px;
    float: left;
    margin-left: 18px;
    display: block;
}
.list ul li .listRight .title{
    margin-top: 25px;
    display: block;
}
.list ul li .listRight .title h3{
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    margin-right: 15px;

}
.list ul li .listRight .title h3 em{
  color:#3a86ff;
  font-style: normal;
}
.listRight .title span{
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 15px;
    color: #3474db;
    line-height: 25px;
    background: #edf7ff;
    margin-right: 10px;
    display: inline-block;
}
.listRight p{
    font-size: 15px;
    color: #959595;
    line-height: 27px;
}
.listRight p span{
    color: #151515;
    margin-right: 25px;
}
.listRight p .introduce{
    width: 800px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}
.listRight p a{
    color: #3a86ff;
}
.listRight .content{
    display: block;
    margin-top: 10px;
}
/* 分页 */
.paging_wrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {    
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}
.paging div{
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e5e5e5;    
    margin: 0px 3px ;
    cursor: pointer;
    display: inline-block
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev,.paging .next{
    width: 60px;
    height: 25px;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active {
    background-color: #2eafee;
    color: #fff;
}
.paging .pagingDiv:hover {
    background-color: #2eafee;
    color: #fff;
}

/*页尾*/
.footer{
    width: 100%;
    padding: 65px 0px 50px 0px ;
    background: #e2e2e2;
    margin-top: 30px;
}
.footer_content{
    width: 1080px;
    margin: 0 auto;
}
.footer_content p{
    font-size: 14px;
    color: #626262;
    text-align: center;
    line-height: 28px;
}
.footer_content p a{
    font-size: 14px;
    color: #626262;
    padding: 0px 5px;
}