h1{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 0;
}
.release-time{
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #999;
    font-style: normal;
    margin: 8px 0 23px;
}
.press-table-block{
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
}
.press-table-block *{
    line-height: inherit;
}
.press-table-block img{
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 7px 0;
}
.press-labels{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
    margin: 25px 0 14px;
}
.press-labels .prefix{
    white-space: nowrap;
}
.press-labels .labels{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 0 10px;    color: #333;
    background-color: #f2f2f2;
}
.press-labels .labels a{
    color: #333;

}

.press-labels .labels:hover{
    background-color: #f68b24;
    color: #fff;
}
.press-labels .labels:hover a{
    color: #fff;

}

.press-labels .labels a {
    margin-right: 10px;
}
.press-labels .labels a:hover {
   text-decoration: none;
}
.site-Copyright{
    height: 88px;
    background-color: #f2f2f2;
    padding: 11px 20px;
    font-size: 14px;
    margin-left: 15px;
}
.site-Copyright p{
    margin: 0;
}
.site-Copyright p + p{
    margin-top: 5px;
}

.site-Copyright a{
    color: #f68b24;
}
.site-Copyright a:hover{
    text-decoration: none;
}

.recommend{
    margin-bottom: 100px;
    margin-top: 73px;
}
.recommend h2{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 15px;
}
.recommend ul{
    padding-left: 0;
}
.recommend ul li{
    list-style: none;
    text-indent: 30px;
    position: relative;
    line-height: normal;
}
.recommend ul li a{
    color: #333;
    font-size: 16px;
}
.recommend ul li a:hover{
    text-decoration: none;
}

.recommend ul li::before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 4px #f68b24;
    left: 1px;
    top: 50%;
    margin-top: -10px;
}
.recommend ul li + li{
    margin-top: 40px;
}
.recommend ul li + li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 40px;
    border-left: 1px solid #ddd;
    left: 11px;
    top: -30px;
    margin-top: -10px;
}
.apps{
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex; 
   -webkit-box-pack: justify; 
   -webkit-justify-content: space-between; 
      -moz-box-pack: justify; 
       -ms-flex-pack: justify; 
           justify-content: space-between;
   margin-top: 73px;
}
.apps .app{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.apps .app img{
    width: 66px;
    margin-right: 20px;
    height: 66px;
}
.apps .app h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 5px;
}
.apps .app a{
    display: block;
    font-size: 16px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #f68b24;
    border-radius: 20px!important;
    color: #fff;
    border-radius: 30px;
}
.apps .app a:hover{
    background-color: #f8a250;
    text-decoration: none;
}

.apps .divider{
    width: 1px;
    height: 30px;
    background-color: #dddddd;
    margin-top: 26px;      
}
