body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

/*手机导航*/
#mobileHeader {
    width: 100%;
    line-height: 0;
    background:#eee url(http://www.news.cn/world/2015/images/bgSjTop.png) no-repeat 0 0;
    /*-webkit-background-size: 100% 45px;
    background-size: 100% 45px;*/
    position:relative;
    z-index: 9999;
    height: 60px;
}
#mobileHeader .logo {
    display: block;
    width: 66px;
    height: 50px;
    background: url(http://www.news.cn/world/2015/images/xh_mobile_header.png) no-repeat 0 0;
    -webkit-background-size: 66px;
    background-size: 66px;
    position: absolute;
    top: 3px;
    left: 15px;
}
#mobileHeader .name {
    display: inline-block;
    /* width: 5rem; height: .8rem;*/
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    padding-left:105px;
    /*vertical-align: top; margin: 0 0 0 1.5rem;
    background:url(http://www.news.cn/world/2015/images/xh_mobile_header.png) 0 -160px no-repeat; -webkit-background-size: 57px;
    background-size: 57px;*/
    overflow: hidden;
}
#mobileHeader .name a { color:#fff;}
#mobileHeader .right {
    display: block;
    width: 38px;
    height: 34px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(http://www.news.cn/world/2015/images/xh_mobile_header.png);
    background-position: -78px -120px;

}
#mobileHeader .mobileNavList {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    background: #ededed;
    z-index:10;
}
#mobileHeader .mobileNavList a { float: left; width: 20%; padding: .2rem 0; color: #000; text-align: center; font-size: .32rem;}
#mobileHeader .phnav { text-align: center; padding-bottom: .12rem;}
#mobileHeader .phnav li { float:left; width: 25%; height: .8rem; line-height: .85rem; text-align:center; font-size: .32rem; color:#333;}
#mobileHeader .phnav a { color:#333;}
.widthMain { width: 100%;}


#mobileHeader {
    display: none;
}

/*top-bar*/
body {
    padding-top: 45px;
}

.top-bar {
    height: 45px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    width: 100%;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.top-bar .menu {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.top-bar .home-site-link {
    font-style: normal;
    font-weight: 700;
}

.top-bar li::after {
    content: "|";
    color: #d5d5d5;
}

.top-bar li:first-of-type:after {
    content: " ";
}

.top-bar li:last-of-type:after {
    content: " ";
}

.top-bar .item {
    line-height: 45px;
    font-size: 14px;
}

.top-bar .item a {
    padding-left: 5px;
    padding-right: 5px;
}

.top-bar .home-site-link {
    color: #000;
}

.top-bar a {
    color: #1a1a1a;
}

.top-bar .loading {
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background-color: #f5f5f5;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
}

/*背景图发布*/
.phd {
    height: 580px;
    transition: 0.3s;
}

/*nav*/
.nav {
    height: 60px;
    line-height: 60px;
    background: #d70100;
    font-size: 0;
    text-align: center;
	display: none;
}
.nav a {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 20px;
    background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-02.png") no-repeat right center;
    width: 150px;
}
.nav a:last-child {
    background: none;
}
.nav a:hover, .nav a.current {
    background: #ab0006;
}
/*main-warp*/
.main-warp {
    
    padding: 20px 0 50px 0;
}


/*列表*/
.list-box {
    background: #ffffff;
    padding: 20px 40px;
    margin-top: 30px;
}
.list-box .list-title {
    font-size: 32px;
    color: #2196F3;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #2196F3;
    margin-bottom: 20px;
    overflow: hidden;
}
.list-box .list-title .t-l {
    border-left: 6px solid #2196F3;
    padding-left: 15px;
    line-height: 32px;
    height: 32px;
}
.list-box li {
    overflow: hidden;
    vertical-align: bottom;
}
.list-box li a {
    display: block;
    background: url("http://www.newsimg.cn/tech/20180510bjkjz/img/img-10.png") no-repeat left center;
    padding-left: 15px;
    color: #4c4c4c;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
}
.list-box li a .date {
    color: #b2b2b2;
}
.list-box li a:hover {
    color: #2196F3;
}
.list-box li a:hover .date {
    color: #d70100;
}

/*footer*/
.footer {
    background: url("http://www.newsimg.cn/tech/20180510bjkjz/img/footer-bg.png") no-repeat top center;
    height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    padding-top: 93px;
}

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }
    #mobileHeader {
        display: block;
    }
    #top-bar {
        display: none;
    }
    .container {
        width: auto;
        min-width: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }
    /*背景图发布*/
    .phd {
        height: 335px;
    }
    /*main-warp*/
    .main-warp {
        
        padding: 24px 0 40px 0;
    }

    /*nav*/
    .nav .container {
        overflow: hidden;
        overflow-x: auto;
    }
    /*列表*/
    .list-box {
        background: #ffffff;
        padding: 20px;
        margin-top: 30px;
    }
    .list-box .list-title {
        font-size: 32px;
        color: #2196F3;
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom: 2px solid #2196F3;
        margin-bottom: 20px;
    }
    .list-box .list-title .t-l {
        border-left: 6px solid #2196F3;
        padding-left: 15px;
        line-height: 32px;
        height: 32px;
    }
    .list-box li {
        overflow: hidden;
        vertical-align: bottom;
        border-bottom: 1px dashed #b2b2b2;
    }
    .list-box li a {
        display: block;
        background: url("http://www.newsimg.cn/tech/20180510bjkjz/img/img-10.png") no-repeat 0 25px;
        padding-left: 15px;
        color: #4c4c4c;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .list-box li a .date {
        color: #b2b2b2;
    }
    .list-box li a:hover {
        color: #d70100;
    }
    .list-box li a:hover .date {
        color: #d70100;
    }

    .footer {
        background: url("http://www.newsimg.cn/tech/20180510bjkjz/img/footer-bg_m.png") no-repeat top center;
        height: 157px;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        line-height: 26px;
        padding-top: 65px;
    }

}