.head{
	width:100%;
	min-width:1024px ;
	height:120px;
	margin:0 auto;
	background-image:url(../img/top_bg1.gif);
	background-size:1px 300px;
	font-size:14px;
	z-index:2;
	position:relative;
}
.top{
	width:1024px;
	height:35px;
	line-height:30px;
	margin:0 auto;
}
.top #top_gg{
	width:624px;
	height:30px;
	float:left;
}
.top .top_bq{
	width:300px;
	height:35px;
	float:right;
	text-align:center;
	background-image: url(../img/link_bg1.png);
	background-repeat:no-repeat;
	background-position:center;
}
.top_nav{
	width:1024px;
	height:85px;
	/*--background-color:rgba(105,233,241,0.5);--*/
	margin:0 auto;
}
.top_nav .logo{
	width:200px;
	height:65px;
	margin-top:10px;
	text-align:center;
	float:left;
}
.top_nav .logo img{
	height:65px;
}
/*--.top_nav .nav{
	width:800px;
	height:30px;
	margin-top:27.5px;
	line-height:30px;
	float:left;
}--*/
.top_nav .nav{
	width:800px;
	height:45px;
	margin-top:20px;
	border-radius:5px;
	background-color:#900;
	color:#FFFFFF;
	line-height:45px;
	float:left;
}
.top_nav .nav>li{
	text-align:center;
	width:12.5%;
	float:left;
}
.top_nav .nav>li>a,.top_nav .nav>li>span{
	display:block;
	color:#FFFFFF;
}
.top_nav .nav>li>ul{
	width:100%;
	overflow:hidden;
	display:none;
	background-color:rgba(0,0,0,0.5);
}
.top_nav .nav>li:hover{
	background-color:rgba(0,0,0,0.5);
}
.top_nav .nav>li:hover>a,.top_nav .nav>li:hover>span{
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.5);
}
.top_nav .nav>li:hover ul{
	display:block;
}
.top_nav .nav>li>ul>li{
	width:100%;
	color:#FFFFFF;
	border-top:1px #FFF solid;
}
.top_nav .nav>li>ul>li>a{
	color:#FFFFFF;
}
#banner{
	width:100%;
	min-width:1024px;
	height:300px;
	margin:0 auto;
	text-align:center;
}
#banner .swiper-slide{
	height:300px;
}

.content_nav{
	width:100%;
	min-width:1024px;
	height:150px;
	background-color:#FFFFFF;
	margin:0 auto;
}
.content_nav #nav_center{
	width:1024px;
	height:150px;
	margin:0 auto;
}
.content_nav #nav_center .swiper-slide{
	height:150px;
	background-image:url(../img/item_bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
}
.content_nav #nav_center .nav_center_left{
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:60px;
	margin:35px 10px 35px 20px;
	float:left;
}
.content_nav #nav_center .nav_center_left img{
	width:80px;
	height:80px;
	display:block;
}
.content_nav #nav_center .nav_center_right{
	width:126px;
	height:110px;
	margin:20px 0;
	overflow:hidden;
	float:left;
}
.content_nav #nav_center .nav_center_right h1{
	line-height:30px;
	font-weight:bolder;
	font-size:20px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:4px;
}
.content_nav #nav_center .nav_center_right p{
	height:60px;
	overflow:hidden;
	display:block;
	line-height:20px;
	font-size:14px;
}


.content{
	width:100%;
	min-width:1024px;
	overflow:hidden;
	margin:0 auto;
	background: url(../img/main_bg1.jpg) repeat-x 0px top;
}
.content .content_box{
	width:1024px;
	margin:0 auto;
}
.content .content_box .content_box_newtext{
	width:502px;
	line-height:30px;
	margin:20px 0;
	height:254px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border:1px solid #ccc;
	float:left;
}
.content .content_box .content_box_newtext .new_nav{
	width:100%;
	line-height:30px;
	font-size:16px;
}
.content .content_box .content_box_newtext .new_nav li{
	text-align:center;
	font-weight:bolder;
	border-bottom:1px solid #ccc;
	width:25%;
	float:left;
}
.content .content_box .content_box_newtext .new_nav li.avr{
	border-bottom:2px solid #000;
}
.content .content_box .content_box_newtext .new_text{
	width:100%;
	font-size:14px;
	line-height:24px;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	display:none;
}
.content .content_box .content_box_newtext .new_text.avr{
	display:block;
}
.content .content_box .content_box_newtext .new_text li{
	width:100%;
	border-bottom:1px #ccc dashed;
	overflow:hidden;
}
.content .content_box .content_box_newtext .new_text p{
	width:70%;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.content .content_box .content_box_newtext .new_text p i{
	margin-right:10px;
}
.content .content_box .content_box_newtext .new_text span{
	float:right;
}


.content .content_box .content_box_about{
	width:502px;
	line-height:30px;
	margin:20px 0;
	height:404px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border:1px solid #ccc;
	float:right;
}
.content .content_box .content_box_about h1{
	width:100%;
	line-height:30px;
	height:32px;
	font-weight:bolder;
	padding:0 20px;
	border-bottom:1px #ccc solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	overflow:hidden;
}
.content .content_box .content_box_about .content_box_about_text{
	width:100%;
	height:372px;
	padding:10px 20px;
	line-height:20px;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.content .content_box .content_box_about .content_box_about_text img{
	width:240px;
	margin:0 20px 20px 0;
	float:left;
}
.content .content_box .content_box_job{
	width:502px;
	line-height:30px;
	margin:0 0 20px 0;
	height:130px;
	overflow:hidden;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border:1px solid #ccc;
	float:left;
}
.content .content_box .content_box_job h1{
	width:100%;
	line-height:30px;
	text-align:center;
	height:32px;
	padding:0 20px;
	font-weight:bolder;
	border-bottom:1px #ccc solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	overflow:hidden;
}
.content .content_box .content_box_job .content_box_job_box{
	width:100%;
	height:98px;
	font-size:14px;
	overflow:hidden;
}
.content .content_box .content_box_job .content_box_job_box ul{
	width:100%;
	text-align:center;
	padding:0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.content .content_box .content_box_job .content_box_job_box ul li{
	width:100%;
	color:#666;
	height:30px;
	border-bottom:1px dashed #ccc;
}
.content_box_job h1 span:nth-child(1),.content_box_job_box li span:nth-child(1){
	width:190px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	float:left;
}
.content_box_job h1 span:nth-child(2),.content_box_job_box li span:nth-child(2){
	width:50px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	float:left;
}
.content_box_job h1 span:nth-child(3),.content_box_job_box li span:nth-child(3){
	width:120px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	float:left;
}
.content_box_job h1 span:nth-child(4),.content_box_job_box li span:nth-child(4){
	width:100px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	float:left;
}

/*--foot--*/
.f_link{
	width:1024px;
	height:80px;
	background-color:#FFF;
	margin:0 auto;
	border:1px solid #CCC;
	margin-bottom:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.f_link .f_link_title{
	width:40px;
	height:64px;
	margin-top:7px;
	border-right:1px dashed #CCC;
	text-align:center;
	line-height:16px;
	font-size:14px;
	float:left;
}
.f_link ul{
	width:940px;
	height:78px;
	float:left;
}
.f_link ul li{
	width:12.5%;
	height:78px;
	text-align:center;
	float:left;
}
.f_link ul li img{
	margin-top:23px;
	height:32px;
}
.f_link .f_link_more{
	width:40px;
	height:64px;
	margin-top:7px;
	border-left:1px dashed #CCC;
	text-align:center;
	line-height:32px;
	font-size:14px;
	float:left;
}

.foot_box{
	width:100%;
	min-width:1024px ;
	height:120px;
	margin:0 auto;
	background-color:#2e2e2e;
	font-size:12px;
	overflow:hidden;
}
.foot{
	width:1024px;
	color:#CCC;
	height:120px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding:20px;
}
.foot .foot_l{
	width:60%;
	height:72px;
	line-height:24px;
	margin-top:4px;
	float:left;
}
.foot .foot_l p a{
	color:#CCC;
	margin:0 5px;
}
.foot .foot_l p a:nth-child(1){
	margin-left:0;
}
.foot .foot_l p strong{
	margin-left:40px;
}
.foot .foot_r{
	width:40%;
	height:80px;
	float:left;
}



/*--page--*/
.page_left{
	width:222px;
	margin:20px 0 0 0;
	display:block;
	float:left;
}
.page_left .left_box{
	width:222px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border:1px #CCC solid;
	margin-bottom:20px;
}
.page_left .left_box .left_box_title{
	width:100%;
	font-size:18px;
	line-height:30px;
	text-indent:20px;
	background-image:url(../img/box_btitle.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#FFFFFF;
	border-bottom:1px #CCC solid;
}
.page_left .left_box .left_box_ul1{
	width:100%;
	font-size:14px;
	line-height:30px;
	text-indent:40px;
}
.page_left .left_box .left_box_ul1 li{
	width:100%;
	cursor:pointer;
	border-top:1px #CCC dashed;
}
.page_left .left_box .left_box_ul1 li i{
	text-indent:0;
	display:none;
	margin-right:15px;
}
.page_left .left_box .left_box_ul1 li:nth-child(1){
	border-top:none;
}
.page_left .left_box .left_box_ul1 li.avr{
	text-indent:20px;
}
.page_left .left_box .left_box_ul1 li.avr i{
	display:inline-block;
}
.page_left .left_box .left_box_ul1 li:hover{
	background:#CCC;
	text-indent:20px;
}
.page_left .left_box .left_box_ul1 li:hover i{
	display:inline-block;
}

.page_left .left_box .left_box_ul2{
	width:100%;
	line-height:30px;
	height:247px;
	overflow:hidden;
}
.page_left .left_box .left_box_ul2 li{
	width:100%;
	font-size:12px;
	padding:0 10px;
	border-top:1px #CCC dashed;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.page_left .left_box .left_box_ul2 li:nth-child(1){
	border-top:none;
}
.page_left .left_box .left_box_ul2 li i{
	margin-right:5px;
}

.page_right{
	width:782px;
	overflow:hidden;
	min-height:456px;
	margin:20px 0 0 0;
	border:1px #CCC solid;
	padding:0px 20px 20px 20px;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.page_right h1{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	line-height:60px;
	height:60px;
	border-bottom:1px #CCC dashed;
}
.page_right .page_right_content{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

/*--list--*/
.list_right{
	width:782px;
	min-height:456px;
	margin:20px 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.list_right_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}

.list_right ul{
	width:740px;
	margin:10px 20px;
}
.list_right ul li{
	width:100%;
	font-size:14px;
	overflow:hidden;
	line-height:40px;
	height:41px;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border-bottom:1px #CCC dashed;
}
.list_right ul li p{
	width:540px;
	float:left;
	text-indent:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.list_right ul li p i{
	display:none;
}
.list_right ul li:hover{
	background-color:#CCC;
}
.list_right ul li:hover p{
	text-indent:0;
}
.list_right ul li:hover p i{
	margin-right:10px;
	display:inline-block;
}
.list_right ul li span{
	float:right;
}


/*--list_con--*/
.list_con_right{
	width:782px;
	overflow:hidden;
	min-height:456px;
	margin:20px 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.list_con_right_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}
.list_con_right_top{
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	overflow:hidden;
}
.list_con_right_top h1{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	line-height:40px;
}
.list_con_right_top p{
	width:100%;
	font-size:14px;
	line-height:30px;
	text-align:center;
	display:block;
	border-bottom:1px #CCC dashed;
}
.list_con_right_top p span{
	margin:0 10px;
}
.list_con_right_decs{
	width:740px;
	background:#F6FAFD;
	border:1px #DCDDDD solid;
	padding:10px;
	text-indent:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin:10px 20px;
}
.list_con_right_content{
	width:740px;
	margin:10px 20px;
}
.list_con_right_pn{
	width:100%;
	padding:0 20px;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	line-height:30px;
	border-top:1px dashed #CCC;
}


/*--pic_list--*/
.pic_list_right{
	width:782px;
	min-height:456px;
	margin:20px 0 0 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.pic_list_right_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}
.pic_list_right .pic_list{
	width:740px;
	margin:10px;
}
.pic_list_right .pic_list li{
	width:128px;
	margin:10px;
	font-size:14px;
	text-align:center;
	line-height:40px;
	float:left;
}
.pic_list_right .pic_list li:hover .pic{
	background-color:#CCC;
	opacity:0.8;
}
.pic_list_right .pic_list li .pic{
	width:128px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.pic_list_right .pic_list li img{
	width:100%;
	display:block;
}
.pic_list_right .pic_list li span{
	display:block;
}


/*--pic_con--*/
.pic_con_right{
	width:782px;
	overflow:hidden;
	min-height:456px;
	margin:20px 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.pic_con_right_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}
.pic_con{
	width:100%;
	overflow:hidden;
}
.pic_con_right_top{
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	overflow:hidden;
}
.pic_con_right_top h1{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	line-height:40px;
}
.pic_con_right_top p{
	width:100%;
	font-size:14px;
	line-height:30px;
	text-align:center;
	display:block;
	border-bottom:1px #CCC dashed;
}
.pic_con_right_top p span{
	margin:0 10px;
}
.pic_con_right_decs{
	width:740px;
	background:#F6FAFD;
	border:1px #DCDDDD solid;
	padding:10px;
	text-indent:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin:10px 20px;
}
.pic_con_right_content{
	width:740px;
	margin:10px 20px;
}



.pic_con_right .tool{ position:relative; height:35px; padding-top:6px}
.pic_con_right .tool .auto,.photo-channel .tool .up,.photo-channel .tool .next{background: url(../../images/v9/up-next.png) no-repeat; height:27px; width:31px;margin-right:10px; overflow:hidden; line-height:27px}
.pic_con_right .tool .auto span,.photo-channel .tool .up span,.photo-channel .tool .next span{ visibility:hidden}
.pic_con_right .tool .auto{background-position: -39px top;}
.pic_con_right .tool .next{background-position: -78px top;}
.pic_con_right .Article-Tool{ position:absolute; right:0; border:none; background:none; font-size:12px; font-weight:normal}
.pic_con_right .tool .stat{ color:#999;}
.pic_con_right .big-pic{ text-align:center; padding:10px 0; background-color:#fafcfe; position: relative}
.pic_con_right .big-pic #big-pic{display:table-cell;vertical-align:middle;*display:block; overflow:hidden;*font-size:480px; width:896px; height:650px}
.pic_con_right .big-pic .max{ position:absolute; bottom:0px; right:0px;background: #FFF url(../../images/v9/max.png) no-repeat 5px center; z-index:101; padding:5px 5px 5px 20px}
.photo_prev{position:absolute;left:0;top:0;width:50%;height:100%;z-index:100}
.photo_next{ position:absolute; right:0; top:0; width:50%; height:100%; z-index:100}
.photo_prev a,.photo_next a{background-image: url(../../images/blank.gif);display:block; width:100%; height:100%; outline:none;}

.pic_con_right .list-pic{ padding:22px 0 16px; height:100px; border-top:1px dashed #CCC}
.pic_con_right .cont{overflow:hidden; float: left; width:486px; height:80px}
.pic_con_right .cont li{ float:left; width:123px; text-align:center; display:block; overflow:hidden}
.pic_con_right .cont li .img-wrap{width:100px; height:75px; margin:0 auto;}
.pic_con_right .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
.pic_con_right .cont li.on .img-wrap{ border:2px solid #ffb017}
.pic_con_right .list-pic .pre,.pic_con_right .list-pic .next{float:left; display:block; position:relative;background: url(../../images/v9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
.pic_con_right .list-pic .pre{float:left;margin:0px 10px}
.pic_con_right .list-pic .pre .img-wrap,.pic_con_right .list-pic .next .img-wrap{width:102px;height:72px;border:none;padding:4px 0 8px;}
.pic_con_right .list-pic .pre .img-wrap a,.pic_con_right .list-pic .next .img-wrap a{*font-size:53px;width:98px;height:72px;padding:0px 5px 0 4px;*padding:0px 5px 5px 0px;}
.pic_con_right .list-pic .pre .img-wrap a:hover,.pic_con_right .list-pic .next .img-wrap a:hover{ background:none}
.pic_con_right .list-pic .next{float:right;margin:0px 10px}
.pic_con_right .pre-bnt,.pic_con_right .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
.pic_con_right .pre-bnt,.pic_con_right .next-bnt,.pic_con_right .pre-bnt span,.pic_con_right .next-bnt span{background: url(../../images/v9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
.pic_con_right .pre-bnt:hover,.pic_con_right .next-bnt:hover,.pic_con_right .pre-bnt-on,.pic_con_right .next-bnt-on{background-position: 0 -78px;}
.pic_con_right .pre-bnt span{background-position: -30px top;}
.pic_con_right .pre-bnt:hover span,.pic_con_right .pre-bnt-on span{background-position: -30px -78px;}
.pic_con_right .next-bnt span{background-position: -55px top;}
.pic_con_right .next-bnt:hover span,.pic_con_right .next-bnt-on span{background-position: -55px -78px;}

.pre.picbig img,.next.picbig img{
	max-width:100%;
	max-height:100%;
}

/* endSelect */
#endSelect{top:290px;left:333px;position:absolute;width:230px;height:71px;border:1px solid #8a8a8a;display:none;z-index:200;}
#endSelect .bg{height:100%;width:100%;background:#000;filter:Alpha(Opacity=50);opacity:0.5;}
#endSelect .E_Cont{position:absolute;top:10px;left:26px;color:#fff;font-size:14px;}
#endSelect .E_Cont p{padding:4px 0;zoom:1;overflow:hidden;}
#rePlayBut,#nextPicsBut,#endSelect #endSelClose{background:url(../../images/v9/big-btn.png) no-repeat}
#rePlayBut{float:left;width:69px;height:23px;background-position: 0px -167px;}
#nextPicsBut{float:left;width:97px;height:23px;background-position: -100px -167px;margin-left:10px;}
#endSelect #endSelClose{background-position: 0px -217px;position:absolute;top:3px;right:3px;cursor:pointer;width:11px;height:11px;overflow:hidden;z-index:2;}


/*--down--*/
.list_right_down{
	width:782px;
	min-height:456px;
	margin:20px 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.list_right_down_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}

.list_right_down ul{
	width:740px;
	margin:10px 20px;
}
.list_right_down ul li{
	width:100%;
	font-size:14px;
	overflow:hidden;
	line-height:30px;
	height:121px;
	padding:0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border-bottom:1px #CCC dashed;
}
.list_right_down ul li h1{
	width:100%;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
}
.list_right_down ul li .desc{
	width:100%;
	height:40px;
	font-size:10px;
	line-height:20px;
}
.list_right_down ul li .bottom{
	width:100%;
	float:left;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.list_right_down ul li .bottom span{
	margin-left:20px;
}

/*--list_con--*/
.down_con_right{
	width:782px;
	overflow:hidden;
	min-height:456px;
	margin:20px 0;
	border:1px #CCC solid;
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.down_con_right_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}
.down_con_right_top{
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	overflow:hidden;
}
.down_con_right_top h1{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bolder;
	line-height:40px;
}
.down_con_right_top p{
	width:100%;
	font-size:14px;
	line-height:30px;
	text-align:center;
	display:block;
	border-bottom:1px #CCC dashed;
}
.down_con_right_top p span{
	margin:0 10px;
}
.down_con_right_decs{
	width:740px;
	background:#F6FAFD;
	border:1px #DCDDDD solid;
	padding:10px;
	text-indent:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin:10px 20px;
}
.down_con_right_content{
	width:740px;
	margin:10px 20px;
}
.down_title_content{
	width:100%;
	line-height:30px;
	font-size:14px;
	background:#DEEAF6;
    color:#1E50A2;
	font-weight:bolder;
	padding:0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin-top:20px;
}
.down_con_content{
	width:740px;
	margin:10px 20px;
}
.down_con_right_pn{
	width:100%;
	padding:0 20px;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	line-height:30px;
	border-top:1px dashed #CCC;
}

.list_job{
	width:100%;
	margin:20px 0;
	border:1px solid #CCC;
	background:#FFFFFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.list_job_title{
	width:100%;
	line-height:30px;
	font-size:14px;
	text-indent:10px;
	border-bottom:1px #CCC solid;
}
.list_job_con{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}


/* 分页 */
#pages { padding:24px 0 20px; font-family:宋体 }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.text-c{text-align:center;}






















