@charset "utf-8";
/* 顶部导航
--------------------------------------------------*/
#topHeader {
    height: 32px;
    text-align: center;
    border-bottom: 1px solid #c9c9ca;
    background: #f9f7f4;
}
#topHeader .top {
    width: 1000px;
    margin: 0 auto;
    height: inherit;
}
#topHeader a {
    float: left;
    height: 32px;
    line-height: 32px;
    color: #000;
    margin: 0 10px;
    font-size: 12px;
}
#topHeader a:hover {
    color: #fca22c !important;
}
.banner {
    background: url(//www.news.cn/asia/20181210new/images/banner.jpg) 50% 0 no-repeat;
    height: 197px;
    min-width: 1000px;
}
.pcnav {
    width: 100%;
    height: 45px;
    background: #043587;
    margin-bottom: 40px;
}
.pcnav ul {
    width: 1000px;
    margin: 0 auto;
    padding-top: 14px;
}
.pcnav ul li {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    padding: 0 21px;
    border-right: 1px solid #fff;
    float: left;
}
.pcnav ul li a {
    color: #fff;
}
.pcnav ul li:last-child {
    border: 0;
}
/*footer*/
.footer {
    margin-top: 40px;
    width: 100%;
    height: 60px;
    padding: 30px 0 30px 0;
    background: #57caf4;
    text-align: center;
}
.footer p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.footer a {
    color: #fff;
}
.mbbanner {
    width: 100%;
    height: auto;
}
.mbbanner img {
    width: 100%;
    height: auto;
}
.mNavCon {
    width: 100%;
    overflow: auto;
    height: 36px;
    line-height: 20px;
    background: #2d4aa7;
}
.mNavCon .mNavList {
    white-space: nowrap;
    height: 36px;
    overflow-x: auto;
    overflow-y: hidden;
}
.mNavCon a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}
.mNavCon a.on {
    background-color: #d65b2f;
}
.footer p span {
    display: inline-block;
}

