.page{
    background: white;
}
.portuguese {
    margin: 0 auto;
    padding: .8rem .8rem;
    background: white;
}
.portuguese_one {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 14px;
    color: black;
    font-weight: 500;
}
.portuguese_two {
    font-size: .72rem;
    color: rgba(0,0,0,0.3);
    font-weight: 400;
}
.portuguese_two span {
    color: #576b95;
}
.list-block {
    font-size: 0.7rem;
    margin: 0;
}
.list-block .item-content {
    min-height: 0rem !important;
    padding: 0px 10px;
}
.list-block .item-inner {
    min-height: 1.1rem !important;
    padding-right: 0 !important;
}
.item-content .item-inner .label {
    color: #595a5c !important;
}
.external {
    margin-top: 0.1rem !important;
    color: #FF544D;
}
.advertising {
    border: 11px solid #F5F5F5;
    width: 94%;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: .5rem;
    background: #f5f5f5;
}
.advertising-img {
    max-width: 100%;
    border-radius: 8px;
}
.advertising-h5 {
    padding: .4rem 0.5rem;
    color: black;
    line-height: 1.4rem;
    font-size: .8rem;
    font-weight: 500;
}
.dlbanner{
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 52px;
    background-color: rgba(0,0,0,0.8);
}
.dlbanner-close{
    pointer-events: auto;
    position: absolute;
    left: 2px;
    bottom: 8px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
}
.dlbanner-body {
    height: 52px;
    margin-left: 40px
}
.dlbanner-icon {
    border: none;
    height: 36px;
    width: 36px;
    position: absolute;
    bottom: 8px;
    left: 40px;
    background: url('<{$app.iconurl}>') no-repeat;
    background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
}
.dlbanner-info{
    position: absolute;
    bottom: 6px;
    left: 87px;
    color: #333;
    font-family: 微软雅黑;
    text-align: left;
}
.dlbanner-info p{
    color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding:0;
    line-height: 1.2;
}
.dlbanner-info p em{
    text-decoration: none;
    font-style: normal;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin:0;
    padding:0;
}
.dlbanner-button {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 65px;
    position: absolute;
    bottom: 11px;
    right: 11px;
    border: 1px solid #fc4b47;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #fc4b47;
}
.dlbanner-close{
    color: #ccc;
}

.native-scroll{
}
.content-block-title {
    margin-top: 10px;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
}
#content_title{
    font-size:17px !important;
}
.content_block {
    position: relative;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .6rem;
    text-transform: uppercase;
    line-height: 1;
    color: #6d6d72;
    margin: 0.75rem 0.75rem 0.5rem;
}
.media-list ul li:first-child {
    border-bottom: none;
    padding-bottom: .2rem;
}
.container{
    width: 100%;
}
.substr_h3 {
    color: #B4B4B4;
    font-size: .96em;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}
.substr_h3 span {
    display: block;
    font-size: 1.2em;
    color: #B4B4B4;
    position: relative;   /*定位横线（当横线的父元素）*/
}
.substr_h3 span:before, .substr_h3 span:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 45%;
    background:  #EDEDED;  /*宽和高做出来的背景横线*/
    width: 42%;
    height: 1px;
}
.substr_h3 span:before{
    left: 0%;        /*调整背景横线的左右距离*/
}
.substr_h3 span:after {
    right: 0%;
} 
.list-block .item-title.label{margin-bottom: 10px;}
.content-block-title{margin-top: 10px;}
.list-block{font-size: 0.7rem;}