/**
 * Copyright (c) Xinhuanet Inc. All rights reserved.
 *
 * @License: MIT
 * @Author: SuperWoods
 * @Email:  st_sister@iCloud.com
 * @Date:   2016-10-02-05:00:18
 *
 * @(demo)Last modified by:   SuperWoods
 * @(demo)Last modified time: 2016-10-12-03:06:36
 */
/* 页面内部旧有样式 */
.banner {
    height: 410px;
}
/*.banner .con {
    right: 10px;
    top  : 95px;
    width: 440px;
}*/
.dh {
    top: 468px;
}
@media screen and (max-width: 767px) {
    .wzej_left h2 {
        font-size    : 24px;
        margin       : 0 0 10px;
        padding      : 0 0 5px;
        border-bottom: 1px solid #134682;
        font-weight  : normal;
        color        : #134682;
    }
}
/* 2016-10-02 修改了二级页导航样式DOM没有变化 */
/* 边栏修改宽度和hover背景图、底部箭头定位 */
.dh {
    height     : auto;
    margin-left: -690px;
}

.dh li {
    width: 180px;
}

.dh li span {
    background : url("//www.news.cn/world/cnleader/xjp0624/imgs/20150621_ldrcf_dhred_v3.png") 50% 0 no-repeat;
    width      : 140px;
    left       : 50%;
    margin-left: -70px;
}

.dh .on {
    background     : url("//www.news.cn/world/cnleader/xjp0624/imgs/20150621_ldrcf_dhred_v1.png") center top repeat-x;
    background-size: 100% auto;
}
/* banner 修改了主标题区域宽高和国旗位置 */
#xdd02 {
    position  : absolute;
    bottom    : 0;
    text-align: center;
    width     : 100%;
}

#xdd02 img {
    width  : 90px;
    height : 60px;
    display: inline-block;
    margin : 0 10px;
}

#xdd02 p.pic {
    text-align : center;
    padding-top: 0;
    display    : inline;
    margin     : 0 auto;
}

#xdd03 {
    position: absolute;
    top     : 0;
}

.banner .con {
    right : 10px;
    top   : 95px;
    width : 412px;
    height: 190px;
}
/*
Add english btn in the `#dht` sidebar START
TIPS: this module class name is `.someLan`
@St. 2016-10-11-16.33
*/
.dh li .navSmall,
.dh li .navSmall div {
    width: 100%;
}

.dh li .navSmall:after {
    content : '';
    clear   : both;
    display : block;
    height  : 0;
    overflow: hidden;
}
/* Add english btn in the `#dht` sidebar END */
