.navbar-login {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.navbar-login img {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin-top: 6px;
    margin-right: 6px;
}

.navbar .box {
    height: 36px;
   /*padding: 2px 154px 2px 10px;*/
    position: relative;
    color: #fff;
}

.navbar .box span {
    line-height: 36px;
}

.codebox .box .t1 {
    color: #fff!important;
}

.navbar .box img {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.content-03 {
    padding-top: 40px!important;
}

.news-link li {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    height: 84px;
}

.news-link li a {
    font-size: 18px;
    color: #333;
}

.news-link li:first-child {
    border-top: 1px solid #ccc;
    height: 96px;
}

.news-link li:first-child a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.news-link li a:hover {
    color: #efa22e;
}

.comments-info {
    width: 100%;
    height: 120px;
    background: #666;
    margin-top: 20px;
    overflow: hidden;
}

.comments-info a {
    width: 100%;
    height: 120px;
    padding: 0 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.comments-info p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    max-height: 50px;
}

.comments-info .line {
    display: block;
    margin: 5px auto;
    width: 250px;
    height: 11px;
    background: url(https://static.orangenews.hk/static/orange/img/line.png) no-repeat;
    background-size: 250px 11px;
}

.comments-info em {
    font-size: 12px;
    color: #efa22e;
}

.tuwen-list {
    width: 870px;
    display: block;
    overflow: hidden;
}

.tuwen-list li {
    width: 286px;
    height: 160px;
    display: block;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    float: left;
}

.tuwen-list li:nth-of-type(3n) {
    margin-right: 0;
}

.tuwen-list li img {
    width: 286px;
    height: 160px;
}

.tuwen-list li .text {
    position: absolute;
    /*top: 0;*/
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.tuwen-list li .text span {
    position: absolute;
    bottom: 8px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    height: 44px;
    line-height: 22px;
}

.advertisement {
    width: 300px;
    height: 326px;
    display: block;
    overflow: hidden;
}

.advertisement img {
    width: 300px;
    height: 326px;
}

.public-footer {
    padding: 25px 0 50px 0;
    background: #efa22e;
}

.footer-links {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.footer-link-list {
    float: left;
    margin-right: 20px;
    width: 95px;
}

.footer-link-list dt {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.footer-link-list dd {
    display: block;
    margin-top: 15px;
}
.footer-link-list dd a{
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*.copyright {*/
/*    padding-top: 20px;*/
/*}*/

.copyright span {
    font-size: 14px;
    color: #fff;
}

.footer-share {
    margin-left: 70px;
    display: flex;
}

.footer-share a {
    display: block;
    width: 42px;
}

.footer-share a.WeChat {
    height: 33px;
    background: url(https://static.orangenews.hk/static/orange/img/footer-icon.png) 0 -1px no-repeat;
}

.footer-share a.weibo {
    height: 34px;
    background: url(https://static.orangenews.hk/static/orange/img/footer-icon.png) 0 -42px no-repeat;
}

.footer-share a.facebook {
    height: 30px;
    background: url(https://static.orangenews.hk/static/orange/img/footer-icon.png) 0 -86px no-repeat;
}

.footer-share a.video {
    height: 30px;
    background: url(https://static.orangenews.hk/static/orange/img/footer-icon.png) 0 -128px no-repeat;
}


.dialog-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}
.dialog-moda-none {
    display: none;
}
.dialog-modal-box {
    width: 30%;
    background: #f6f6f6;
    margin: 10% auto;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 10px #f3f3f3;
}
.dialog-modal-box-info {
    background: #efa22e;
    color: #FFF;
    box-shadow: none;
}
.download-close {
    float: right;
    margin: 10px;
    cursor: pointer;
}
.download-text {
    padding-bottom: 5px;
}
.download-img {
    padding: 5%;
}
.download-text h2{
    font-weight: bold;
}
.download-text h3{
    line-height: 50px;
    font-weight: bold;
 }
.download-text button {
    width: 100px;
    background: #ff6700;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 20px;
}
.download-text a {
    display: block;
    background: #F08300;
    width: 40%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
