/* 页面主体使用代码 */
/* 整个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: 112px;
	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;
}
.a_underline {
	border-bottom: 4px solid #f68d1e;
	padding-bottom: 15px;
}

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


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

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

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

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

}

/*---------------------------------------------左侧栏目列表的样式*/
.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_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;
}

/* 未选中的标题颜色 */
.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;
}
/* 针对二级栏目下有三级栏目的，例如公司要闻--》2018 */
/* 左侧当前选中的标题变蓝 */
.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: center;
	width: 900px;
	min-height: 70px;
	line-height: 50px;
	margin: 5px auto;
	color: #333;
	border-bottom: 1px solid #ccc;

	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	 height: 70px;*/

}

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

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

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

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


/* 展示附件 */
.showBodyText  .doc_annex
{
	padding-top: 15px;
}




/* 文档操作功能区  负责打印和关闭 */
.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: 300px;
	margin: 10px auto;
	height: 25px;
}

.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;
	width: 240px;
}
/* 当没有数据，展示新闻列表设置最小高度 */
.news{
	min-height:400px
}


/* 针对人才招聘栏目，右侧需要进行四栏切换 */
/* 主体占用区域 */
.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 {
	
	
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* 针对 品牌工程 栏目，右侧需要进行7栏切换 */
/* 主体占用区域 */
.navChange {}

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

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

.navChange_ppgc_title li a {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}


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

/* 切换栏目下 每个栏目的说明标签 */
.news_ppgc_content {
	font-size: 18px;
    margin: 10px 0px 20px 0px;
	text-indent: 2em;
}

.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;
}

/* 全球布局区域样式控制  右侧需要进行5栏切换 */
/* 顶部导航区域 */
.navChange_qqbj_title {
	width: 100%;
    height: 80px;
    border-bottom: 2px solid #ccc;
    margin: 20px 0px 30px 0px;
}

.navChange_qqbj_title li {
	display: block;
	float: left;
	margin: 1px;
	text-align: center;
    width: 178px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background: #f1f1f1;
    cursor: pointer;
}


/* 内容切换区域 */
.navChange_qqbj_top {
	width: 900px;
    height: 334px;
    border: 1px solid #f3f0f0;
    box-sizing: border-box;
}

/* 内容切换区域 */
.navChange_qqbj_cont {
	width: 100%;
	min-height: 420px;
}

/* 切换栏目下 每个栏目的说明标签 */
.news_qqbj_content {
	font-size: 18px;
    margin: 1px;
	text-indent: 2em;
}
/* 切换区域处的内容列表展示 */
.navChange_qqbj_cont li  {
	display: block;
    height: 50px;
    width: 299px;
    line-height: 50px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    border: 1px dashed #f0f0f0;
    float: left;
    text-align: center;
}
.navChange_qqbj_cont li a {
	color: #333;
}

/* 针对第一个默认样式进行控制 */
.navChange_qqbj_title .navChange_qqbj_title1 {
	background: #00aedf;
	color: #fff;
}

/*  全球布局右侧切换样式 结束 */

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

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

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

.moreListCont_right_lanmu {
	width: 360px;
	height: 50px;
	color: #3d7bce;
	float: left;
	text-align: left;
	font-size: 28px;
}

.moreListCont_right_home {
	float: left;
}

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

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

.moreListCont_right_address span a {
	color: #333;
}

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

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

/* 常规的 新闻标题列表 展示 */
.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 25px;
   /* height: 400px;
    width: 262px; */
    float: left;
}

/* 包裹图片的a标签 */
.news_Magazine li .img_a {
	/* width: 170px;
    height: 344px; */
    display: block;
}
.news_Magazine li .img_a img{
	border: 1px solid #ecebeb;
	width: 170px;
    height: 220px;
}

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

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

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

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

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

/*  针对品牌工程的列表展示 专用的 样式控制  */
/* 1行1列 */
.news_ppgc .ppgc_row1_2_1 {
	margin: 1px;
	height: 264px;
	width: 484px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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_ppgc .ppgc_row1_2_2 {
	margin: 1px;
	height: 264px;
	width: 408px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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_ppgc .ppgc_row2_1_1 {
	margin: 1px;
	height: 264px;
	width: 894px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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_ppgc .ppgc_row3_3_1 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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_ppgc .ppgc_row3_3_2 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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_ppgc .ppgc_row3_3_3 {
	margin: 1px;
	height: 264px;
	width: 297px;
	float: left;
}

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

/* 包裹标题的a标签 */
.news_ppgc .ppgc_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_ppgc .ppgc_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;
}


/*  针对五商右侧 图片不规则 列表展示 专用的 样式控制  */

/* 五商简要说明 标签 */
.news_ws_content {
	font-size: 18px;
    margin: 10px 0px 20px 0px;
	text-indent: 2em;
}

/* 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: 287px;
	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: 287px;
	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: 287px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}







/*--------------------------右侧底下分页样式
.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: 120px;
	height: 70px;
	text-align: left;
	font-size: 22px;
	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: 20px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	width: 230px;
	margin-right: 10px;
}

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

.fastlink_prev {
	float: left;
}

.fastlink_prev {
	float: left;
}

/*  左侧导航点击后颜色变深  */
.act {
	font-weight: bold;
	color: #0053a4;
}

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

/* ------------------- 底部信息区域 样式开始 ------------------- */
.footer {
	width: 100%;
	height: 250px;
	background: #004080;
	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_cn.png) no-repeat center center;
}

/* 底部中间区域 */
.footer_centent {
	float: left;
	width: 500px;
	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: 300px;
	height: 255px;
	background: url(footer_right_ewm_cn.png) no-repeat center center;
}

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