/**
 * @desc 通用样式
 */
.popCenterBox {
    width: 1200px;
    margin: 0 auto;
}

/** 视频播放蒙版  **/
.videoPlayMask {
    background: url(../image/ico/black_54.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.vodeoPlayButton {
    background: url(../image/ico/playBtn.png) no-repeat;
    width:92px;
    height: 93px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -46px;
    margin-top: -46px;
}

/** 加载中蒙板  **/
/*.loadingCover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
}*/
.link2a:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 180%;

}
.link2a:visited {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 180%;

}
.link2a:hover {
	COLOR: #F4BB00;
	TEXT-DECORATION: none;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 180%;

}


/** 内页导航  **/
.innerPageNav {
    position: relative;
    height: 78px;
    background: url(../image/nav/innerPageBg.jpg) repeat center center;
}


/** 主体内容布局  */
.innerViewsCommon{
    overflow: hidden;
    padding-top: 46px;
    padding-bottom: 50px;
}
.asideNav {
    width:126px;
    padding-left: 24px;
    padding-bottom: 50px;
    float: left;
}
.asideMain {
    width: 980px;
    float: right;
}
.asideNavLink {
    display: block;
    color: #393939;
    line-height: 40px;
    font-size: 16px;
    margin-left: 16px;
    background: url(../image/ico/dotted.jpg) repeat-x left bottom;
    position: relative;
}
.asideNavLink.active .abefore{
    width: 10px;
    height: 18px;
    background: url(../image/ico/ico_blueArrow_right.jpg) no-repeat center center;
    position: absolute;
    left: -17px;
    top: 12px;
    *top:4px;
}

/* 文章 */
.essay {
    width:886px;
    float: left;
    padding-left:36px;
    color: #525151;
    min-height: 100px;
}
.essay b {
    font-size: 16px;
    font-weight: normal;;
}
.essay h3 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 32px;
    color: #000;
}
.essay p {
    font-size:16px;
    padding-bottom:20px;
    line-height:44px;
    text-indent:35px;
}

/** 图文信息列表 **/
.picLinkItem h3{
    font-size:37px;
    font-weight: normal;
    width: 1130px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #000;
}

/** 更多按钮 **/
.moreNews,.moreButton {
    width:212px;
    height: 46px;
    background: url(../image/views/news/more.jpg) no-repeat;
    display: block;
    margin: 0 auto;
    line-height: 46px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-right: 20px;
    margin-top: 50px;
}

.popularMore,.moreButtonSpace {
    width: 185px;
    height: 37px;
    color: #fff;
    line-height: 37px;
    font-size: 18px;
    background: url(../image/ico/more.png) no-repeat;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}


/** 选择语言 **/
.selectLanguage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background:#004878;
    padding-bottom: 20px;
}
.selLanMain {
    height: 770px;
    width: 1600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -800px;
    margin-top: -335px;
    background:  url(../image/views/index/selLan.jpg) no-repeat center center;
}
.selectLanguage {
    display: none;
}
.selLanClose {
    position: absolute;
    top:0;
    right: 0;
    width:53px;
    height: 53px;
    background:  url(../image/views/index/close.jpg) no-repeat center center;
}
.selLanMain .popCenterBox {
    height: 100%;
    position: relative;
    top: 40px;
    right: 11px;
    cursor: pointer;
}
.selLanBox,.selLanBox a {
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    display: inline-block;
}
.selLanBox {
    display: block;
}
.selLanBox a {
    padding-left: 0;
    font-size: 18px;
}
.selLanBox .lan {
    width: 100%;
    /*border-bottom: 1px solid #0f76bb;*/
    margin-bottom: 133px;
    padding-bottom: 10px;
}
.site {
    font-style:italic;
}
.lan a:hover,.lan a.on {
    border-bottom: 1px solid #fff;
}

.selectLanguage .lan p{margin-top:10px;}
.selectLanguage .lan p a{display:inline-block;line-height: 2;}
.selectLanguage .lan h5{border-bottom: 2px solid #0f76bb;padding-bottom: 10px;font-size: 26px;cursor:default;}
.selectLanguage .selLanBox h3,h4{cursor: default;}
.selectLanguage .selLanBox h4{font-weight: normal;margin-top:10px;margin-bottom:40px;}
.selectLanguage .selLanClose{cursor: pointer;}