.page_left{
	width: 280px;
	float: left;
}
.page_left .side_title{
	height: 70px;
	background: #004e8b;
	position: relative;
	color: #fff;
	text-align: center;
}
.page_left .side_title .text{
	position: absolute;
	width: 200px;
	margin-left: -100px;
	bottom: -30px;
	left: 50%;
}
.page_left .side_title .cn{
	height: 45px;
	line-height: 45px;
	color: #f6f6f6;
	background: #85b327;
	font-size: 22px;
}
.page_left .side_title .en{
	height: 30px;
	line-height: 30px;
	color: #f6f6f6;
	background: #9dc252;
	font-size: 15px;
}
.page_left .side_nav{
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 20px;
}
.page_left .side_nav li{
	margin: 0px 18px;
	position: relative;
}
.page_left .side_nav li .link{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	color: #222;
	font-size: 18px;
	border-bottom: #e6e6e6 solid 1px;
	cursor: pointer;
}
.page_left .side_nav li:last-child .link{
	border: 0;
}
.page_left .side_nav li .link .arrow{
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/nav_arrow_01.png) center no-repeat;
	margin-top: -11px;
	top: 50%;
	right: 50px;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition:all 0.5s ease 0s;
	-o- transition:all 0.5s ease 0s;
	 -moz-transition:all 0.5s ease 0s;
	 transition:all 0.5s ease 0s;
}
.page_left .side_nav li .link:hover,.page_left .side_nav li.active .link{
	color: #00659c;
	font-weight: bold;
}
.page_left .side_nav li .link:hover .arrow,.page_left .side_nav li.active .link .arrow{
	background: url(../img/nav_arrow_02.png) center no-repeat;
}
.page_left .side_nav li .group{
	border-bottom: #e6e6e6 solid 1px;
	display: none;
}
.page_left .side_nav li .group a{
	color: #666;
	font-size: 18px;
	display: block;
	display: block;
	width: 100%;
	text-align: center;
	margin: 15px 0px;
	position: relative;
}
.page_left .side_nav li .group a.active::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 55px;
	background: #64bad5;
}
.page_left .side_nav li .group a:hover,.page_left .side_nav li .group a.active{
	color: #00659c;
}
.page_left .side_nav_long{
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 20px;
}
.page_left .side_nav_long li{
	padding: 0px 15px;
	position: relative;
	margin-bottom: 1px;
}
.page_left .side_nav_long li .link{
	display: table;
	width: 100%;
	min-height: 85px;
	position: relative;
	color: #222;
	font-size: 17px;
	border-bottom: #e6e6e6 solid 1px;
	cursor: pointer;
}
.page_left .side_nav_long li .link span{
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}
.page_left .side_nav_long li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 296px;
	height: 100%;
	background: url(../img/side_nav_long_bg.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.page_left .side_nav_long li:last-child .link{
	border: 0;
}
.page_left .side_nav_long li:hover .bg,.page_left .side_nav_long li.active .bg{
	display: block;
}
.page_right{
	width: 962px;
	float: right;
}
.page_all{
	width: 100%;
	float: none;
}
.page_right_con{
	border: #e2e2e2 solid 1px;
	width: 910px;
	padding: 25px;
}
.page_all .page_right_con{
	width: auto;
}
.page_right .mianbaoxie{
	color: #8c8c8c;
	font-size: 16px;
	position: relative;
	padding: 0px 0px 15px 15px;
	border-bottom: #f0f0f0 solid 1px;
}
.page_right .mianbaoxie a{
	color: #8C8C8C;
	margin: 0px 3px;
}
.page_right .mianbaoxie a:first-child{
	color: #209ac0;
}
.page_right .mianbaoxie a:hover{
	color: #209ac0;
}
.page_right .mianbaoxie::before{
	content: "";
	background: #209AC0;
	width: 4px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
}
.page_right .column_tab{
	height: 45px;
	background: #f8f8f8;
	border: #dedede solid 1px;
	border-top: #00659c solid 2px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.page_right .column_tab a{
	float: left;
	height: 45px;
	line-height: 45px;
	border-right: #dedede solid 1px;
	border-bottom: #dedede solid 1px;
	color: #333;
	font-size: 20px;
	padding: 0px 50px;
}
.page_right .column_tab a.active{
	background: #fff;
	border-bottom: #fff solid 1px;
}
.page_right .con_tab{
	text-align: right;
	margin-bottom: 12px;
}
.page_right .con_tab a{
	border: #A0A0A0 solid 1px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	font-size: 18px;
	color: #666;
	margin-left: 10px;
}
.page_right .con_tab a.active{
	background: #007bc7;
	color: #fff;
}

.news_list li{
	height: 88px;
	border-bottom: #f2f2f2 solid 1px;
	padding: 25px 0px;
}
.news_list li:last-child{
	border-bottom: 0;
}
.news_list li .date{
	float: left;
	height: 86px;
	width: 86px;
	border: #999 solid 1px;
	text-align: center;
}
.news_list li .date span{
	display: block;
}
.news_list li .date span:first-child{
	background: #999;
	font-size: 32px;
	color: #fff;
	height: 56px;
	line-height: 56px;
}
.news_list li .date span:last-child{
	height: 30px;
	line-height: 30px;
	color: #bcbcbc;
}
.news_list li .text{
	float: right;
	width: 800px;
}
.news_list li .text a{
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #444;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_list li .text p{
	font-size: 16px;
	color: #595959;
	line-height: 1.5em;
	height: 45px;
	margin-top: 15px;
	overflow: hidden;
}
.news_list li:hover{
	background: #f8f8f8;
}
.news_list li:hover .date{
	border: #007bc7 solid 1px;
}
.news_list li:hover .date span:first-child{
	background: #007bc7;
}
.news_list li:hover .date span:last-child{
	color: #007bc7;
}
.news_list li:hover .text a{
	color: #00659c;
}
.news_pic_list li{
	height: 115px;
	border-bottom: #f2f2f2 solid 1px;
	padding: 25px 0px;
}
.news_pic_list li:last-child{
	border-bottom: 0;
}
.news_pic_list li .pic{
	float: left;
}
.news_pic_list li .pic img{
	width: 175px;
	height: 115px;
	display: block;
}
.news_pic_list li .text{
	float: right;
	width: 710px;
}
.news_pic_list li .text a{
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #444;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_pic_list li .text p{
	font-size: 16px;
	color: #595959;
	line-height: 1.5em;
	height: 45px;
	margin-top: 15px;
	overflow: hidden;
}
.news_pic_list li .date{
	color: #999999;
	background: url(../img/time_icon_01.png) left center no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
.news_pic_list li:hover{
	background: #f8f8f8;
}
.news_pic_list li:hover .text a{
	color: #00659c;
}
.zhengwen{
	padding: 35px 20px;
}
.zhengwen .zwbt{
	font-size:24px;
	color:#444;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.zhengwen .zwbz{
	text-align:right;
	margin-bottom:30px;
	color:#999;
	border-bottom: #eee solid 1px;
	padding-bottom: 10px;
}
.zhengwen .zwbz span{
	display: inline-block;
	margin-left: 15px;
}
.zhengwen .zwbz .time{
	background: url(../img/time_icon_01.png) left center no-repeat;
	padding-left: 20px;
}
.zhengwen .zwbz .from{
	background: url(../img/message_icon.png) left center no-repeat;
	padding-left: 20px;
}
.zhengwenNr{
	color:#575757;
	line-height:1.9em;
	font-size:18px;
	overflow:hidden;
}
.zhengwenNr img{
	max-width:870px;
	_width:expression(this.width > 870 ? "870px" : this.width);
}
.page_all .zhengwenNr img{
	max-width:1170px;
	_width:expression(this.width > 1170 ? "1170px" : this.width);
}
.page_right .zw_relation{
	padding: 20px 10px 0px 10px;
	border-top: #eee solid 1px;
	margin-top: 40px;
}
.page_right .zw_relation a{
	display: block;
	font-size: 18px;
	color: #222;
	margin-bottom: 15px;
}
.page_right .zw_relation a:hover{
	color: #00659c;
}
.zw_enclosure{
	padding-top: 80px;
	padding-left: 30px;
}
.zw_enclosure a{
	display: block;
	font-size: 18px;
	color: #585858;
	margin-bottom: 10px;
	/*background: url(../img/officeicon_zip.png) left center no-repeat;*/
	background-size: 25px 25px;
	padding-left: 35px;
}
.zw_enclosure a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.zw_enclosure a .icon img{
	width: 25px;
	height: 25px;
}
/*.zw_enclosure a[href$="doc"],.zw_enclosure a[href$="docx"],.zw_enclosure a[href$="docm"],.zw_enclosure a[href$="dotx"],.zw_enclosure a[href$="dotm"]{
	background: url(../img/officeicon_word.png) left center no-repeat;
	background-size: 25px 25px;
}
.zw_enclosure a[href$="xls"],.zw_enclosure a[href$="xlsx"],.zw_enclosure a[href$="xlsm"],.zw_enclosure a[href$="xltx"],.zw_enclosure a[href$="xltm"],.zw_enclosure a[href$="xlsb"],.zw_enclosure a[href$="xlam"]{
	background: url(../img/officeicon_excel.png) left center no-repeat;
	background-size: 25px 25px;
}
.zw_enclosure a[href$="ppt"],.zw_enclosure a[href$="pptx"],.zw_enclosure a[href$="pptm"],.zw_enclosure a[href$="pptsx"],.zw_enclosure a[href$="pptsm"],.zw_enclosure a[href$="potx"],.zw_enclosure a[href$="potm"],.zw_enclosure a[href$="ppam"]{
	background: url(../img/officeicon_ppt.png) left center no-repeat;
	background-size: 25px 25px;
}*/
.zw_enclosure a:hover{
	color: #00659c;
}
.page_right .back_list{
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #007bc7;
	margin: 30px auto 15px auto;
}
.page_right .back_list:hover{
	background: #3AAEBB;
}
.video_list{
	overflow: hidden;
}
.video_list ul{
	width: 960px;
	overflow: hidden;
}
.video_list ul li{
	float: left;
	margin-right: 10px;
	margin-top: 25px;
	width: 296px;
}
.video_list ul .pic{
	display: block;
	width: 296px;
	height: 273px;
	background: url(../img/video_bg_02.gif) no-repeat;
	overflow: hidden;
}
.video_list ul .pic img{
	width: 280px;
	height: 183px;
	display: block;
	border-radius: 5px;
	margin: 45px 8px 0px 8px;
}
.video_list ul .name{
	display: block;
	height: 42px;
	overflow: hidden;
	color: #5c5c5c;
	font-size: 16px;
	line-height: 1.4em;
	margin: 10px 10px 0px 10px;
}
.video_list ul .name:hover{
	color: #007bc7;
}
