@charset "utf-8";
   
* {   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{   
    margin:0; padding:0;
}

ol,ul {
    list-style:none;
}
                                
a {
    text-decoration:none;
    outline:none;
    color: #333333;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'],
input[type='radio'] { 
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom:1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text']{   
    padding: 0px;
    color: #666;
    outline: none;
}

input::-webkit-input-placeholder {  /* WebKit browsers*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    /* padding-left: 20px; */
}
 input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
    font-size: 12px;
    color: #c4c4c4;
    line-height: 18px;
    padding-left: 20px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text']{   
    padding: 0px;
    color: #666;
    outline: none;
    border: none;
    -webkit-appearance: none;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border:0;
}
body {
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
  }
  .clearfix {
    zoom: 1;
  }
  .pr{
    position: relative;
  }
  .pa{
    position: absolute;
  }
  .ellipse {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }
  .threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }
  .hide{
    display: none;
  }
  .mb10{
    margin-bottom: 10px;
  }
  .mb13{
    margin-bottom: 13px;
  }
  .mb12{
    margin-bottom: 12px;
  }
  .mb20{
    margin-bottom: 20px;
  }
  .mb30{
    margin-bottom: 30px;
  }
  .mb50{
    margin-bottom: 50px;
  }
  .mt20{
    margin-top: 20px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mr20{
    margin-right: 20px;
  }
  
.bshare-custom a {
    display: inline-block;
    /*margin-left: 20px;*/
}

.bshare-custom .text {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 40px;
}

.bshare-qqim {
    width: 18px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../images/bshare_qq.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-qqim:hover {
    width: 18px;
    height: 20px;
    background: url(../images/bshare_qq_hover.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-weixin {
    width: 24px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../images/bshare_wx.png?v=20230214111621) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}

.bshare-weixin:hover {
    width: 24px;
    height: 20px;
    background: url(../images/bshare_wx_hover.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-sinaminiblog {
    width: 23px;
    height: 20px;
    vertical-align: text-bottom;
    background: url(../images/bshare_wb.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-sinaminiblog:hover {
    width: 23px;
    height: 20px;
    background: url(../images/bshare_wb_hover.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-qzone {
    width: 20px;
    height: 19px;
    vertical-align: text-bottom;
    background: url(../images/bshare_zone.png?v=20230214111621) no-repeat;
    background-size: 100%;
}

.bshare-qzone:hover {
    width: 20px;
    height: 19px;
    background: url(../images/bshare_zone_hover.png?v=20230214111621) no-repeat;
    background-size: 100%;
}
.common-ad {
    background-color: antiquewhite;
    width: 100%;
    height: 221px;
    margin-bottom: 20px;
    position: relative;
  }
.common-ad::after {
    content: '广告';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    height: 24px;
    width: 45px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0px 0px 0px 2px;
  }