html {
    width: 100%!important;
    font-family: sans-serif;
}

.btn {
    border-radius: 0;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

img {
    width: 100%;
}


/* header */

.header .logo {
    max-width: 229px;
}

.header .nav-p-2 {
    font-size: 1.4rem;
    font-weight: bolder;
    text-align: right;
}

.header .weather {
    width: 20px;
    margin-bottom: 5px;
}


/* navbar */

.navbar {
    /* background-color: #0370E8; */
    line-height: 32px;
    padding: 0;
    font-size: 14px;
}

.nav-con {
    white-space: nowrap;
    background: #0370E8;
}

.nav .nav-link {
    color: #fff;
    /* min-width: 48px; */
    font-size: 1.2rem;
    padding: .5rem 0.9rem;
    /* padding: 0.5rem 2rem 0 0; */
}

.nav .nav-item {
    margin-right: 0rem;
}

.nav .nav-item span.active {
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.nav .nav-item span:hover {
    color: #fff;
    border-bottom: 2px solid #0370E8;
}

.nav .nav-item:hover {
    background-color: #3188E8;
}

.nav-btns div {
    line-height: 50px;
}

.nav-btns .more {
    width: 40px;
    cursor: pointer;
    margin: 0 6px;
    border-left: solid 2px rgb(19,120,230);
    padding-left: 10px;
}

.nav-btns .more img {
    width: 22px;
}

.nav-btns .search {
    width: 45px;
    cursor: pointer;
    margin: 0 6px;
    border-left: solid 2px rgb(19,120,230);
    padding-left: 10px;
    margin-right: 2px;
}

.nav-btns .search img {
    width: 30px;
}

.nav-btns .user {
    cursor: pointer;
    background-color: #064FA0;
    padding: 0 14px;
}

.nav-btns .user img {
    margin-bottom: 3px;
    width: 22px;
    margin-right: 5px;
}


/* 实时快报 客户端下载 */

.rd {
    height: 40px;
}

.rd .realtime {
    border: solid 1px #0370E8;
    color: #0370E8;
    font-size: 14px;
    margin-right: 10px;
    width: 90%;
    height: 40px;
}

.rd .realtime .r_text {
    margin: auto 5px;
    white-space: nowrap;
}

.rd .realtime .flash {
    width: 12px;
    margin: auto 3px;
}

.rd span {
    color: #212121;
    font-size: 15px;
    margin-left: 10px;
}

.rd .download {
    color: #212121;
    font-size: 15px;
    margin: auto 0;
    white-space: nowrap;
}

.rd .download .xia {
    width: 12px;
    margin: auto 6px;
}

.download a {
    color: #000;
}

.huadong .notice_active {
    height: 2rem;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-left: -20px;
}

.huadong .notice_active li {
    list-style-type: none;
    line-height: 2.4rem;
    overflow: hidden;
}

.huadong .notice_active li.notice_active_ch span {
    color: #656972;
    font-size: 1rem;
    display: block;
    overflow: hidden;
    overflow: hidden;
    margin: 0 0 2rem 0;
    font-size: 14px;
    white-space: nowrap;
}


/* footer */

.footer {
    color: #CCEFFF;
    font-size: 0.9rem;
    padding-bottom: 2rem!important;
    background-color: #0370E8;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer .f-links p {
    margin-bottom: 0;
    line-height: 1.8rem;
}

.friendTitle {
    color: #2ADAF5;
    font-size: 1rem;
    font-weight: bold;
}

.friendlink {
    color: #2ADAF5;
}

.d-logo2 {
    margin-top: 20px;
}

.logo2 .l-img3 {
    width: 159px;
}

.footer-text {
    font-size: 0.8rem;
    margin-top: 30px;
}

.footer-text-left {
    overflow-wrap: break-word;
    line-height: 10px;
    text-align: left;
}

.footer-text-right {
    overflow-wrap: break-word;
    line-height: 10px;
    text-align: left;
}

.aboutme {
    color: #2ADAF5;
    font-size: 0.6rem;
    align-self: flex-start;
}

.aboutme a {
    color: rgba(42, 218, 245, 1);
}

.copyright {
    text-align: center;
    width: 100%;
    color: #2ADAF5;
    font-size: 0.6rem;
    margin-top: 60px;
}


/* scrollUp */

#scrollUp {
    background-image: url("../img/scroll_to_top.png");
    background-color: #777;
    color: #eee;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 1rem;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    opacity: .8;
    background-size: 46px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

#scrollUp:hover {
    background-color: #333
}

@media screen and (min-width:992px) {
    #scrollUp {
        bottom: 80px
    }
}


/* 分頁 */

.pagination li {
    margin: 0 0.5rem;
}

.page-link {
    color: #212121;
    background-color: #DCDAD2;
    border: 1px solid #DCDAD2;
    ;
}