


/* 标签页 */
.labelPage {
    width: 100%;
    height: 120px;
    line-height: 60px;
    background-color: #f2f3f5;
    display: flex;
    align-items: center;
    margin-top: 100px;
}       
/*.labelPage :first-child {
    padding-left: 10%;
}    */
.labelPage .tab {
     width:1200px;
     margin:0 auto;
     font-size: 20px;
}     	
.labelPage a{
    color:#333333;
    font-family: '微软雅黑';               
    text-decoration:none;
}
.content{
    display:flex;
    flex-direction:column;
    margin-bottom:50px;
}
.c-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap:45px;
    flex-wrap: wrap;
    padding-top: 75px;
}
.c-con a{
    text-decoration:none;
    color:#333;
}
.c-con .con-box{
 width: 370px;
 height: auto;
 background-color: #ffffff;
 display: flex;
 align-items: center;
 flex-direction: column;
 box-sizing: border-box;
 padding-bottom: 35px;
 margin-bottom:35px;
}

.c-con .con-box img{
    width: 350px;
    height: 275px;
}
.c-con .con-box .con-mes{
    display: flex;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.c-con .con-box .avatar{
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 50px;
}
.c-con .con-box .avatar img{
    width:100%;
    height:100%;
}
.c-con .con-box .mes-right {
    margin-left: 10px;
    box-sizing: border-box;
  }
.c-con .con-box .mes-right .title{
    width: 240px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
.c-con .con-box .mes-right .con-san {
    width: 277px;
    display: flex;
    margin-top: 20px;
    flex-wrap:wrap;
    gap:10px;
}
.c-con .con-box .mes-right .con-san span{
    height: 28px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0 9px;
    font-size: 14px;
}
.c-con .con-box .mes-right .con-san span:nth-child(1){
    color: #526cdb;
}
.c-con .con-box .mes-right .con-san span:nth-child(2){
    color: #333333;
}
.c-con .con-box .mes-right .con-san .con-btn{
  background-color: #4662d9;
  position: relative;
  width: 28px;
  height: 28px;
  text-align: center;
  border: none;
  margin-left:7px;
  cursor: pointer;
  opacity: 0;
}
.c-con .con-box .con-san .con-btn::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid #ffffff;
    border-bottom:7px solid transparent;
    position: absolute;
    top:7px;
    left: 12px;
}
.c-con .con-box:hover{
    transition: 0.2s ease-in;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    transform:translateY(-5px);
}
.c-con .con-box:hover .avatar{
    transition: 0.3s ;
    background-color: #4662d9;
}
.c-con .con-box:hover .con-san span:nth-child(1){
    transition: 0.3s;
    background-color: #4662d9;
    color: #ffffff;
}
.c-con .con-box:hover .con-san span:nth-child(2){
  
    transition: 0.3s;
    background-color:#4662d9;
    color: #ffffff;
}
.c-con .con-box:hover .con-san .con-btn{
    transition: 0.3s ease-in;
    opacity: 1;
}

.consulting {
    position:fixed;
    bottom:0;
    width: 100%;
    height: 180px;
    background-color:#4662d9;
    opacity:92%;
}
.consulting .cst-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 35px;
}
.consulting .cst-con img{
    margin-left: 80px;
     width: 110px;
     height: 110px;
}
.consulting .cst-con .con-text{
    color: #ffffff;
    margin-left: 50px;
}
.consulting .cst-con .con-text .big-text{
    font-size: 28px;
}
.consulting .cst-con .con-text .small-text{
font-size: 14px;
margin-top: 12px;
}
.consulting .cst-con .con-text .small-text p{
    margin: 0;
    line-height: 22px;
}
.consulting .cst-con .con-btn{
    width: 163px;
    height: 43px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 163px;
}
.consulting .cst-con a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}
.consulting .cst-con .con-btn:hover{
    transition: 0.3s;
    background-color: #ffffff;
}
.consulting .cst-con .con-btn:hover{
    transition: 0.3s;
    color: #4662d9;
}
.ctw-top-pagebar{
    display:flex;
    align-items:center;
    justify-content:center;
}
.pagingbar {

}
.page-container{
    display:flex;
    justify-content:center;
    margin:0 auto;
}
.pagingbar .blue span {
    border: 1px solid #2589ff;
    color: #fff;
    background: #4662d9;
    width: 80px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.pagingbar .blue A {
    width: 80px;
    height: 46px;
    color: #999;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eeeeee;
    margin: 0 5px;
}
.pagingbar .blue a:hover{
    background:#4662d9;
    color:#fff;
    transition:0.3s;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}