* {
    margin: 0;
    padding: 0;
}
html{
    /*font-size: 18px;*/
    font-size: 10px;
}
/* All */
/*@font-face{
    font-family: 'siyuansongtibold';
    src : url('../fonts/SourceHanSerifCN-Bold.otf;vpn_img');
}
@font-face{
    font-family: 'siyuansongtiRegular';
    src : url('../fonts/SourceHanSerifCN-Regular.otf;vpn_img');
}
font-face {
    src: url('../fonts/iconfonts/iconfont.eot?#iefix;vpn_img') format('embedded-opentype'),
    url('../fonts/iconfonts/iconfont.woff2;vpn_img') format('woff2'),
    url('../fonts/iconfonts/iconfont.woff;vpn_img') format('woff'),
    url('../fonts/iconfonts/iconfont.ttf;vpn_img') format('truetype'),
    url('../fonts/iconfonts/iconfont.svg#iconfont;vpn_img') format('svg');
}*/
body {
    /*font-family: siyuansongtiRegular;*/
    font-family: "Microsoft YaHei","Gilroy", "PingFangSC-Regular", "Myriad Pro", "Hiragino Sans GB", "Lucida Grande", "sans-serif","Himalaya-A";
        color: #101010;
    line-height: normal;
    font-size: 1.4rem;
}

header, footer, section, article, aside, details, figcaption, figure, nav, menu,main {
    display: block
}
dl, dt, dd, ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover{
    cursor: pointer;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
}
button{
    background: none;
    border: none;
}
ul,li,ol{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a img{
    border: none;
}


.floatL{
    float: left;
}
.floatR{
    float: right;
}
.bg-red{
    background: #c5000a;
}

.container{
    padding: 0 15px;
}
.top-banner{
    position: relative;
}
.top-banner a{
    display: block;
}
 .top-banner img{
     display: block;
     width: 100%;z-index: 0;
 }
 .top-banner-title{
     position: absolute;
     line-height: 40px;
     text-align: center;
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.5)), color-stop(100%,#000000));
     background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%);
     background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);
     background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 100%);
     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 100%);
     color: #fff;
     bottom: 0;
     width: 100%;
     z-index: 99;
     font-size: 1.8rem;
 }
 .top-banner-content{
     padding: 0 1.5rem;
     padding: 1rem 1.5rem;
     line-height: 2.2rem;
     padding-bottom: 15px;
 }
 .title{
     /*font-family: siyuansongtibold;*/
     font-size:1.8rem ;
     border-left: 5px #bc0000 solid;
     padding-left: 10px;
     margin-bottom: 15px;
 }
 .text-img{
     height: auto;
     overflow: hidden;
     border-bottom: 1px #d7d6d6 solid;
     padding-bottom: 15px;
     margin-bottom: 10px;
 }
.text-img-news-title {
    width:60%;
    height: auto;
    overflow: hidden;
    float:left;
}
.text-img-img {
    width: 32%;
    display: inline-block;
    float: right;
    margin-right: 15px;
    position: relative;
    max-width: 220px;
}
  .text-img-img span{
      display: block;
      position: absolute;
      width: 32%;
      left: 34%;
      top: 50%;
      margin-top: -17%;
  }
.text-img p{
    font-size: 1.8rem;
    line-height: 2.2rem;
}
 .text-img span{
     display: block;
     font-size: 1.3rem;
     color:#ababab ;
 }
.text-img span a {
    color: #ababab !important;
}
.add{
    display: block;
    border: 1px #eeebeb solid;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 auto 15px auto;
}
/****/
.header{
    height: 2.5rem;
    line-height:2.5rem ;
    border-bottom: 1px #dfdfdf solid;
}
.header .home{
    width: 22%;
    font-size: 0.9375rem;
}
.header .home a{
    display: inline-block;
}
.header .home .iconfont{
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 0;
    float: left; font-weight: bold;
    font-size: 1.5rem;

}
.head-content{
    width: 56%;
    text-align: center;
}
.head-share{
    width: 22%;
    text-align: right;
}
.head-share .iconfont{
    margin-right: 10px;
}
.content h1{
    font-size: 2rem;
    margin-top: 15px;
}
.content .note{
    font-size:1.2rem ;
    color: #ababab;
    margin-bottom: 15px;
}
.content .note a{
    margin-right: 20%;
}
.content img{
    display: block;
    width: auto;
    margin: 10px auto;
}
.content-main p{
    margin-bottom: 15px;
}
.content-main .text-img-img{
    width: auto;
    float: none;
    margin: 10px auto;
    max-width: 100%;
}
.content-main .text-img-img img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.content-main .text-img-img span{
    top: 50%;
    margin-top: -35px;
}
.content-main .text-img-img p{
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.content-main .text-img-img video{
    width: 100%;
    height: auto;
}