/* 页面主体使用代码 */
/* 整个div区域  */
.cont {
	height: 100%;
}

/*  针对页面列表导航样式控制  */
/* 未选中 */
.nav_num_Unselected {
	width: 30px;
	height: 30px;
	background: #ccc;
	display: inline-block;
	line-height: 30px;
	color: #01499b;
}

/* 已选中 */
.nav_num_selected {
	width: 30px;
	height: 30px;
	background: #01499b;
	display: inline-block;
	line-height: 30px;
	color: #fff;
}

/* ------------------- 顶部标题区域 样式开始 ------------------- */
.nav {
	
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 0;
	left: 0;
	z-index: 9999;

	height: 111px;
	width: 100%;
	text-align: center;
	background: rgba(0, 74, 150, 0.72);
}

/* 控住顶部主体位置固定 */
.nav_middle {
	width: 1235px;
	margin: 0 auto;
	height: 100%;
	/* 高度控制后期可以删除掉 */
}

/* 顶部左侧logo区域  鼠标点击返回首页页面*/
.nav_left {
	width: 335px;
	height: 100%;
	float: left;
	text-align: left;
}

.nav_left img {
	width: 320px;
	height: 80px;
	margin-top: 15px;
	cursor: pointer;
}

/* 右侧导航和搜索部分 */
.nav_right {
	width: 900px;
	height: 100%;
	float: left;
}

/* 右上侧搜索功能 */
.nav_right_top {
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
}

.search_cont {
	width: 250px;
	height: 40px;
	float: right;
	line-height: 40px;
}

.nav_right_top .textarea {
	width: 80px;
	height: 40px;
	font-size: 13px;
	color: #fff;
	float: left;
}

.textarea span {
	color: #fff;
}

.search_area {
	width: 170px;
	float: left;
	height: 25px;
	border-radius: 25px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 7px;
}

.search_area input[type="text"] {
	width: 130px;
	height: 22px;
	line-height: 18px;
	float: left;
	border: none;
	background: none;
	margin: 0px 5px;
	color: #333;
	font-size: 12px;
	border-radius: 6px;
}

.search_area .search_img {
	float: left;
	background: url(search_img.png) no-repeat center center;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	cursor: pointer;
}

/* 右下侧导航区域 */
.nav_right_bottom {
	height: 60px;
	color: #fff;
	font-weight: 600;
	float: right;
}

.nav_right_bottom ul li {
	float: left;
	width: 180px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
.nav_right_bottom ul li a {
	color: #fff;
}
.nav_right_botton a {
	color: cornsilk;
	margin-left: 25px;
}

.nav_hidden_area {
	width: 200px;
	background: #f3f3f3;
	position: absolute;
	z-index: 999;
	margin-left: -35px;
	border-bottom: 4px solid #f68d1e;
}

.nav_hidden_area ul li {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	width: 200px;
}

.nav_hidden_area ul li a {
	color: #333;
}

/* 从这里开始对导航栏每个导航隐藏悬浮框进行单独的样式控制开始 */

#nav_topTitle1 .show_topTitle1_nav{
    width: 200px;
    margin-left: -10px;
}
#nav_topTitle2 .show_topTitle2_nav{

}
#nav_topTitle3 .show_topTitle3_nav{
	width: 200px;
    margin-left: -11px;
}
#nav_topTitle3 .show_topTitle3_nav ul li{ 
	width: 200px;
    font-size: 14px;
}
#nav_topTitle4 .show_topTitle4_nav{
	width: 200px;
    margin-left: -14px;
}
#nav_topTitle5 .show_topTitle5_nav{
	margin-left: -17px;
}
#nav_topTitle6 .show_topTitle6_nav{
	margin-left: -60px;
}



.a_underline {
	border-bottom: 4px solid #f68d1e;
	padding-bottom: 15px;
}

/* 负责当页面滚动时，菜单吸附 */
.scrollNav {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0
}

#nav_topTitle3 .show_topTitle3_nav{
    width: 200px;
    margin-left: -35px;
}
#nav_topTitle3 .show_topTitle3_nav ul li{ 
	width: 200px;
    font-size: 14px;
}
#nav_topTitle2{
	width: 135px;
}
#nav_topTitle4{
	width: 170px;
}
#nav_topTitle5{
	width: 160px;
}
#nav_topTitle6{
	width: 50px;
}
#nav_topTitle7{
	width: 145px;
}

/* ------------------- 顶部标题区域 样式结束 ------------------- */

/* 顶部大图区域  */
.header {
	height: 416px;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.header img{
	height: 416px;
}


/* -------------------   主体新闻展示区域  -------------------  */
.content {
	width: 100%;
	background: #fff
}

/* 图片新闻展示区域开始 */
/*第一部分  左侧滚动新闻  右侧标题列表*/
.moreListCont {
	width: 1235px;
	margin: 20px auto;
	min-height: 400px;
	/* 暂时先手动设定高度，后续靠里面的内容撑起来就不需要设定高度 */

}

/*---------------------------------------------左侧栏目列表的样式*/
.moreListCont_left {
	width: 270px;
	height: auto;
	float: left;


}

.moreListCont_left_title a {
	width: 270px;
	height: 139px;
	text-align: center;
	background: url(listpage_left_titlebg_1.png) no-repeat center center;
	line-height: 139px;
	float: left;
	font-size: 30px;
	color: #FFFFFF;
}

/* 针对比较长的页面左侧导航展示  */
.moreListCont_left_title_long a {
	width: 270px;
	height: 139px;
	text-align: center;
	background: url(listpage_left_titlebg_1.png) no-repeat center center;
	line-height: 139px;
	float: left;
	font-size: 25px;
	color: #FFFFFF;
}

/*  */
.moreListCont_left_lanmu li a {
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	text-align: center;
	color: #000000;
}

/* 左侧当前选中的标题变蓝 */
.moreListCont_left_lanmu .curtitle a {
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #3d7bce;
	float: left;
	text-align: center;
	color: #3d7bce;
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 未选中的标题颜色 */
.moreListCont_left_lanmu .othtitle a {
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	text-align: center;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 针对二级栏目下有三级栏目的，例如英文版5Media》Publications》Vedios */
/* 左侧当前选中的标题变蓝 */
.moreListCont_left_lanmu .curtitle_small a {
    width: 160px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #3d7bce;
    float: right;
    color: #3d7bce;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 110px;
}

/* 未选中的标题颜色 */
.moreListCont_left_lanmu .othtitle_small a {
	width: 160px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #CCCCCC;
    float: right;
    text-align: left;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 110px;
}


/* 文档内容展示的细览模板 标题 */
.wengdang .wengdang_title {
	font-size: 24px;
	text-align: left;
	width: 900px;
	line-height: 50px;
	margin: 5px auto;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ccc;
}

/* 控制新闻展示字体大中小的展示 */
.font_18{
	font-size: 18px;
}
.font_16{
	font-size: 16px;
}
.font_14{
	font-size: 14px;
}
.font_12{
	font-size: 12px;
}

/* 第二栏 展示作者 时间 字号等元素 */
.wengdang_date {
	text-align: center;
	/* margin-bottom: 30px; */
}

.wengdang_date span {
	padding-right: 20px;
}

/* 展示文档内容 */
.wengdang .showBodyText {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	min-height: 230px;
}

/* 展示文档内容 */
.wengdang .showBodyText *{
	font-size: 16px;
    line-height: 30px;
}

.wengdang .showBodyText b{
	font-weight: bold;
}

/* 文档操作功能区  负责打印和关闭 */
.showOperation {
	width: 100%;
}

.showOperation .showOperation_right {
	width: 200px;
	height: 30px;
	float: right;
	text-align: right;
}

.showOperation .showOperation_right a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding-right: 10px;
}

/* 分享功能专享样式 */

.share_btn {
	width: 292px;
	margin: 10px auto;
}

.share_btn .share_btn_p {
	float: left;
	height: 25px;
	line-height: 20px;
	color: red;
	font-weight: 600;
}

.share_btn .bshare-custom {
	float: right;
	height: 30px;

}

/* 针对人才招聘栏目，右侧需要进行四栏切换 */
/* 主体占用区域 */
.navChange {}

/* 顶部导航区域 */
.navChange_title {
	width: 100%;
	height: 80px;
}

.navChange_title li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.navChange_title li a {
	display: block;
	width: 220px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	font-weight: 700;
	border-top: 4px solid #adabab;
	color: #adabab;
}

#navChange_title1 {
	border-top: 4px solid #2c7ad5;
	color: #2c7ad5;
}

/* 内容切换区域 */
.navChange_cont {
	width: 100%;
}

.navChange_cont li a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*---------------------------------左侧栏目样式结束*/

/*---------------------------------右侧栏目样式*/
.moreListCont_right {
	width: 904px;
	height: auto;
	float: right;
	margin-top: 10px;
}

/* 右侧顶部区域 负责位置 */
.moreListCont_right_top {
	width: 100%;
	height: 50px;
}

.moreListCont_right_lanmu {
	max-width: 350px;
    height: 50px;
    color: #3d7bce;
    float: left;
    text-align: left;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moreListCont_right_home {
	float: left;
}

/* 右侧右上角地址导航 */
.moreListCont_right_address {
	float: right;
}

/* 控制地址导航颜色变浅色 */
.moreListCont_right_address span {
	color: #333;
}

.moreListCont_right_address span a {
	color: #333;
}

.moreListCont_right .news_wendang {
	min-height: 300px;
}

/* ---------------------- 常规的 新闻标题列表 展示 -----------------------*/
.news li {
	border-bottom: 1px dashed #ececec;
	margin-left: 10px;
	color: #333;
	height: 50px;
	line-height: 50px;
}

.news li a {
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.news li .logo {
	line-height: 50px;
	height: 50px;
	display: block;
	float: left;
	width: 10px;
}

.news li .title {
	width: 770px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	float: left;
}

.news li .date {
	width: 100px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	float: right;
}

/*  -----------------------  针对 新闻中心>《中国港湾》杂志 专用的杂志列表 样式控制 -----------------------  */
.news_Magazine li {
	border: 1px dashed #ececec;
	margin: 10px 70px 0px 10px;
	height: 540px;
	width: 370px;
	float: left;
}

/* 包裹图片的a标签 */
.news_Magazine li .img_a {
	width: 370px;
	height: 490px;
	display: block;
}

/* 包裹标题的a标签 */
.news_Magazine li .title_a {
	width: 300px;
	height: 50px;
	display: block;
	float: left;
}

.news_Magazine li .title {
	width: 380px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}

/* 包裹点击下载的a标签 */
.news_Magazine li .download_a {
	width: 70px;
	height: 50px;
	display: block;
	float: right;
	color: #333;
}

.news_Magazine li .download_a span {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

/* 下载图标 */
.download_icon {
	width: 30px;
	height: 30px;
	background: url(download_icon.png) no-repeat center center;
	float: right;
	margin-top: 10px;
}

/*  -----------------------  针对品牌工程的列表展示 专用的 样式控制开始  -----------------------  */
.news_ppgc li {
	border: 1px dashed #ececec;
	margin: 5px;
	height: 260px;
	width: 430px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ppgc li .img_a {
	width: 430px;
	height: 260px;
	display: block;
}

/* 包裹标题的a标签 */
.news_ppgc li .title_a {
	width: 430px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 999;
	background: rgba(23, 23, 23, 0.75);
	position: absolute;
	color: #fff;
}

.news_ppgc li .title {
	width: 420px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 内容切换区域 */
.navChange_ppgc_cont {
	width: 100%;
}

/* 切换栏目下 每个栏目的说明标签 */
.news_ppgc_content {
	font-size: 18px;
	display: none; /* 英文版的五商 说明暂时隐藏掉*/
}

.navChange_ppgc_cont li a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}

.navChange_ppgc_title1 {
	background: url(ppgc_nav_1.png) no-repeat center center;
}

.navChange_ppgc_title2 {
	background: url(ppgc_nav_2.png) no-repeat center center;
}

.navChange_ppgc_title3 {
	background: url(ppgc_nav_3.png) no-repeat center center;
}

.navChange_ppgc_title4 {
	background: url(ppgc_nav_4.png) no-repeat center center;
}

.navChange_ppgc_title5 {
	background: url(ppgc_nav_5.png) no-repeat center center;
}

.navChange_ppgc_title6 {
	background: url(ppgc_nav_6.png) no-repeat center center;
}

.navChange_ppgc_title7 {
	background: url(ppgc_nav_7.png) no-repeat center center;
}

/* 针对第一个默认样式进行控制 */
.navChange_ppgc_title1 {
	color: #fff;
}

/* 注意 这个蓝色背景一定要放在 七个图片背景 下面，否则会被覆盖出现问题 */
/* 注意此样式必须放在此文件中 */
.bg_blue {
	background: #3d7bce;
	color: #fff;
}
/*  -----------------------  针对品牌工程的列表展示 专用的 样式控制结束  -----------------------  */

/* 针对英文版五商 专用的样式控制开始 */

/*  针对五商右侧 图片不规则 列表展示 专用的 样式控制  */
/* 1行1列 */
.news_ws .ws_row1_2_1 {
	margin: 1px;
	height: 264px;
	width: 484px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row1_2_1 .img_a {
	height: 264px;
	width: 484px;
	display: block;
}
.news_ws .ws_row1_2_1 .img_a img{
	height: 264px;
	width: 484px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row1_2_1 .title_a {
	width: 484px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row1_2_1 .title {
	width: 484px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 1行2列 */
.news_ws .ws_row1_2_2 {
	margin: 1px;
	height: 264px;
	width: 408px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row1_2_2 .img_a {
	height: 264px;
	width: 408px;
	display: block;
}
.news_ws .ws_row1_2_2 .img_a img{
	height: 264px;
	width: 408px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row1_2_2 .title_a {
	width: 408px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row1_2_2 .title {
	width: 408px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 2行1列 */
.news_ws .ws_row2_1_1 {
	margin: 1px;
	height: 264px;
	width: 894px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row2_1_1 .img_a {
	height: 264px;
	width: 894px;
	display: block;
}
.news_ws .ws_row2_1_1 .img_a img{
	height: 264px;
	width: 894px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row2_1_1 .title_a {
	width: 894px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row2_1_1 .title {
	width: 894px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 3行1列 */
.news_ws .ws_row3_3_1 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row3_3_1 .img_a {
	height: 264px;
	width: 297px;
	display: block;
}
.news_ws .ws_row3_3_1 .img_a img{
	height: 264px;
	width: 297px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row3_3_1 .title_a {
	width: 297px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row3_3_1 .title {
	width: 297px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 3行2列 */
.news_ws .ws_row3_3_2 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row3_3_2 .img_a {
	height: 264px;
	width: 297px;
	display: block;
}
.news_ws .ws_row3_3_2 .img_a img{
	height: 264px;
	width: 297px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row3_3_2 .title_a {
	width: 297px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row3_3_2 .title {
	width: 297px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 3行3列 */
.news_ws .ws_row3_3_3 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

/* 包裹图片的a标签 */
.news_ws .ws_row3_3_3 .img_a {
	height: 264px;
	width: 297px;
	display: block;
}
.news_ws .ws_row3_3_3 .img_a img{
	height: 264px;
	width: 297px;
}

/* 包裹标题的a标签 */
.news_ws .ws_row3_3_3 .title_a {
	width: 297px;
	height: 50px;
	display: block;
	float: left;
	margin-top: -50px;
	z-index: 99;
	background: rgba(23, 23, 23, 0.5);
	position: absolute;
	color: #fff;
}

.news_ws .ws_row3_3_3 .title {
	width: 297px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}

/* 针对英文版五商 专用的样式控制结束 */


/*  -----------------------  针对英文版aboutUs栏目最后一栏 Achievements & Awards 的列表展示 专用的 样式控制开始  -----------------------  */
/* 针对li的循环列表 */
.news_en_aboutUs li {
    border-bottom: 1px dashed #ececec;
    padding: 10px 0px 30px 10px;
    height: 110px;
}
/* 包裹图片的a标签 */
.news_en_aboutUs li a {
	
}
.news_en_aboutUs li .showPic{
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 110px;
	border: 1px solid #ccc;
    box-sizing: border-box;
	background: url(default_pic_new.jpg) no-repeat center center
}
.news_en_aboutUs li .showPic img{
	width: 168px;
	height: 108px;
}
.news_en_aboutUs li .showTitle{
	width: 700px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333;
    font-size: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_en_aboutUs li .showContext{
	height: 54px;
    line-height: 25px;
    float: left;
    width: 700px;
    font-size: 14px;
    color: #8b8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_en_aboutUs li .showDate{
	height: 30px;
    line-height: 30px;
    float: left;
    width: 700px;
    font-size: 14px;
    color: #8b8a8a;
}

/*  -----------------------  针对英文版aboutUs栏目最后一栏 Achievements & Awards 的列表展示 专用的 样式控制结束  -----------------------  */

/*  -----------------------  针对英文版aboutUs栏目第一栏Vedios 的列表展示 专用的 样式控制开始  -----------------------  */
/* 针对li的循环列表 */
.news_en_media_Vedios li {
	border: 1px solid #ececec;
    height: 170px;
    width: 430px;
    float: left;
    margin: 10px 10px;
}
/* 包裹图片的a标签 */
.news_en_media_Vedios li a {
	
}
.news_en_media_Vedios li .showVideo{
	float: left;
	width: 255px;
	height: 169px;
}
.news_en_media_Vedios li .showVideo img{
	width: 255px;
	height: 169px;
}
.news_en_media_Vedios li .showTitle{
	width: 140px;
    height: 98px;
    line-height: 24px;
    float: left;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-top: 10px;
}

.news_en_media_Vedios li .showDate{
	height: 60px;
    line-height: 30px;
    float: left;
    width: 140px;
    font-size: 14px;
    color: #8b8a8a;
    margin-left: 10px;
}


/*  -----------------------  针对英文版aboutUs栏目第一栏Vedios 的列表展示 专用的 样式控制结束  -----------------------  */


/*  -----------------------  针对英文版media下的 J&C 栏目的列表展示 专用的 样式控制开始 -----------------------  */
/* 针对li的循环列表 */
.news_en_media_JC li{
    width: 262px;
    height: 400px;
    float: left;
    margin: 10px 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 包裹图片的a标签 */
.news_en_media_JC li a {
	
}
.news_en_media_JC li .showPic{
	float: left;
    margin-right: 15px;
    width: 262px;
    height: 314px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.news_en_media_JC li .showPic img{
    width: 262px;
    height: 314px;
}
.news_en_media_JC li .showTitle{
	width: 262px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333;
    font-size: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_en_media_JC li .showDate{
	height: 30px;
    line-height: 30px;
    float: left;
    width: 262px;
    font-size: 14px;
    color: #8b8a8a;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  -----------------------  针对英文版media下的 J&C 栏目的列表展示 专用的 样式控制开始 -----------------------  */



/*--------------------------右侧底下分页样式*/
/*--------------------------右侧底下分页样式
.moreListCont_bottom {
	width: auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 50px;
}
*/


/*--------------------------右侧底下分页样式*/
/* 自己添加的css样式 */
/* 关于页面分页的样式控制 分页区域大小位置控制*/
.moreListCont_bottom{
	text-align: center;
    margin: 20px 0px;
}
/* 关于页面分页的样式控制 上一页下一页 以及未选中页面样式控制*/
.moreListCont_bottom div a{
	display: inline-block;
    padding: 0 8px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #0075c2;
    color: #333333;
    cursor: pointer;
    margin-right: 5px;
	border-radius: 4px;
}
/* 关于页面分页的样式控制 当前选中页码样式控制*/
.moreListCont_bottom div .act{
	font-weight: bold;
    display: inline-block;
    padding: 0 8px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #0075c2;
    cursor: pointer;
    margin-right: 5px;
    background: #0268b3;
    color: #fff;
	border-radius: 4px;
}

/*右侧样式结束*/
/* ------------------- 第四栏左右切换链接 样式开始 ------------------- */

.fastlink{
	width: 100%;
    height: 70px;
    background:#FFFFFF
}
.fastlink_area{
	width: 1235px;
	height: 70px;
    margin: 0 auto;
}

/* 左侧栏目名称 */
.fastlink_area_left{
    width: 155px;
    height: 70px;
    text-align: left;
    font-size: 24px;
    line-height: 70px;
    font-weight: 500;
    float: left;
}
/* 快速链接右侧 */
.fastlink_area_right{
	width: 1000px;
	height: 70px;
	float: left;
	overflow: hidden;
}

.fastlink_area_right ul li{
	display:block;
	list-style:none;
	
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	float: left;
	cursor: pointer;
	margin-left: 40px;
	width: 280px;
}	

.fastlink_area_right ul li a{
	color: #000;
}

.fastlink_prev{
	float: left;
}
.fastlink_prev{
	float: left;
}
/* ------------------- 第四栏左右切换链接 样式结束 ------------------- */

/* ------------------- 底部信息区域 样式开始 ------------------- */
.footer {
	width: 100%;
	height: 250px;
	background: #00499b;
	color: #fff;
	margin-top: 15px;
}

/* 控制底部主体位置区域 */
.foter_middle {
	width: 1235px;
	margin: 0 auto;
	height: 100%;
}

/* 底部左侧区域 */
.footer_left {
	width: 370px;
	height: 255px;
	float: left;
	font-size: 14px;
	background: url(footer_left_logo1_en.png) no-repeat center center;
}

/* 底部中间区域 */
.footer_centent {
	float: left;
	width: 600px;
	height: 255px;
	margin-left: 50px;
}

.footer_centent_link {
	font-size: 14px;
	margin-top: 40px;
}

.footer_centent_link li a {
	color: #FFFFFF;
	width: 80px;
	height: 30px;
	padding: 0 6px;
	cursor: pointer;
}

.footer_centent_msg {
	margin-top: 20px;
}

.footer_centent_msg li a {
	font-size: 14px;
	color: #F7F8F8;
}

/* 底部右侧区域 */
.footer_right {
	float: right;
	width: 200px;
	height: 255px;
	background: url(footer_right_ewm_en.png) no-repeat right center;
}

/* ------------------- 底部信息区域 样式结束 ------------------- */