/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,  helvetica, sans-serif;
}
html,body {
    height:100%;
    color: #333;
    -webkit-overflow-scrolling : touch;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
td {
    text-align: left;
}
.color999{
    color: #999999
}
.bg_white{
    background: #fff;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    cursor: pointer;
}
label, button {
    cursor: pointer;
}
/*公用样式      #########################################################################################*/

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.db{
    display: block;
}
.hide {
    display: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mb10 {
    margin-bottom: 10px;
}
.vt{
    vertical-align: top;
}
.vm{
    vertical-align: middle;
}
.vb{
    vertical-align: sub
}
.pf{
    position: fixed;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_items{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}
.mb20{
    margin-bottom: 20px;
}
.wh{
    width: 100%;
}
.pr{
    position: relative
}
.tc{
    text-align: center;
}
.limit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.limit2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.firefox_limit2{
    position:relative;
    height:37px;
    overflow:hidden;
    word-break: break-all;
}
.firefox_limit2:after{
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    margin-left: 5px;
    background: -webkit-linear-gradient(left, transparent, #fff 62%);
    background: -o-linear-gradient(right, transparent, #fff 62%);
    background: -moz-linear-gradient(right, transparent, #fff 62%);
    background: linear-gradient(to right, transparent, #fff 62%);
}
.owbw{
    overflow-wrap: break-word;
}
.dib{
    display: inline-block
}
.red{
    color: #D00000
}
i{
    font-style: normal;
}
ins{
    color: #d22222;
    text-decoration: none;
}
.right_content{
    width: 300px;
}
.about{
    border-radius: 3px;
    background-color: rgba(249, 249, 249, 1);
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.about h4{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.about p{
    font-size: 14px;
    color: #666666;
}
.equities_box li{
    width: 60px;
    text-align: center;
    margin: 0 15px 20px 17px;
}
.equities_box li img{
    width: 100%;
}
.join_vip_btn{
    text-align: center;
    color: #333333;
    font-size: 12px;
    width: 240px;
    height: 48px;
    text-align: center;
    background: -webkit-linear-gradient(left, #ecc67f, #f6d992); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ecc67f, #f6d992); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ecc67f, #f6d992); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ecc67f, #f6d992); /* 标准的语法 */
    display: block;
    border-radius: 25px;
    padding-top: 5px;
    margin: 20px auto;
    box-sizing: border-box;
}
.join_vip_btn:hover{
    background: #f6d992;
}
.join_vip_btn span{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
}

.right_title{
    border-left: 5px solid #d22222;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
hr{
    border:none;
    border-bottom: 1px solid #ccc
}
.item_class{
    margin-top: 10px;
}
.item_class a{
    padding: 2px 10px;
    border: 1px solid #cccccc;
    border-radius: 25px;
    margin: 10px 10px 0 0;
}
.item_class a:hover{
    border: 1px solid #d22222;
    color: #d22222 !important;
}
.tags, .classify_box{
    margin-top: 50px
}