@charset "utf-8";
/*公用样式*/
/*--------------公共部分---------------------*/
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('../font/SourceHanSansCN-Regular.otf');
    src:

      url('../font/SourceHanSansCN-Regular.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Source Han Sans CN ExtraLight';
    src: url('../font/SourceHanSansCN-ExtraLight.otf');
    src:

      url('../font/SourceHanSansCN-ExtraLight.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
*{
    padding: 0;
    margin: 0;
    font-family: "Source Han Sans CN";
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p{
    margin: 0;
}
a { color:#555; text-decoration:none; }
/* a:hover { text-decoration:underline; } */
em{font-style:normal}
li{list-style:none}
img{
    border:0;
    vertical-align:middle;  
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
    /* z-index: 99999; */
}
i{
    font-style: inherit;
}
.clearfix{
    /*兼容 IE*/
    zoom: 1;
    position: relative;

}
.Tran{
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.main{
    width: 1200px;
    margin: 0 auto;
    /* position: relative; */
    /* height: 100%; */
    
}
.right{
    float: right;
}
.left{
    float: left;
}
em{font-style:normal}
li{list-style:none}
img{
    border:0;
    vertical-align:middle;  
}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
    /* z-index: 99999; */
}
i{
    font-style: inherit;
}
.clearfix{
    /*兼容 IE*/
    zoom: 1;
    position: relative;

}
button{
    outline:none !important;
    cursor: pointer;
   
}
/* .clearfix span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */
.clearfloat{clear:both}

/*新浪使用方式*/
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/* 分页 */
.fenye{
    width: 100%;
    margin:50px  auto 30px;
    overflow: hidden;
    text-align: center;
    
    display: flex;
    flex-wrap: wrap;
    justify-content:center;

}
.fenye div{
    float: left;
    /* display: inline-block; */
}
.fenye .sx{
    width: 75px;
    height: 30px;
    line-height:  30px;
    border: 1px solid #e6e6e6;
    border-radius:60px; 
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    color: #444444;
    background-color: white;
}
.fenye .sx:hover{
    border: 1px solid #2982bc;
    color: #444444;
}
.fenye .sz{
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    border-radius:50%;
    text-align: center;
    line-height: 30px;
    margin-left: 20px; 
    font-size: 14px;
    color: #666666;
}
.fenye .hover{
    background-color: #2982bc;
    border: none;
    color: white;
}



/* 手机 */
