/*banner*/
@font-face {
    font-family: 'MisoBold';
    src: url('miso-bold-webfont.eot');
    src: url('miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* banner */
.banner{height:490px;overflow:hidden; position:relative; z-index:100; clear:both;}
.banner .d1{width:100%;height:490px;display:block;position:absolute;left:0px;top:0px; }
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:10;left:0px;}
.banner .d2 ul{float:left;position:absolute;left:47%;top:455px; display:inline;}
.banner .d2 li{border-radius:100px; width:11px;height:11px;overflow:hidden;cursor:pointer;background:#1ea5c2; border:2px #fff solid; float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:#77c2db;}
.inabout-title input.text01{width:280px; height:28px;}
.inabout-title table{font-size:16px;}
.inabout-title table span{color:#ff0000;}
@font-face {
  font-family: 'fullscreen';
  src: url('fullscreen.eot');
  src: url('fullscreen.eot#iefix') format('embedded-opentype'),
       url('fullscreen.woff') format('woff'),
       url('../js/fullscreen.ttf') format('truetype'),
       url('fullscreen.svg#fullscreen') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'wowslider-controls';
  src: url('wowslider-controls.eot');
  src: url('wowslider-controls.eot#iefix') format('embedded-opentype'),
       url('wowslider-controls.woff') format('woff'),
       url('../js/wowslider-controls.ttf') format('truetype'),
       url('wowslider-controls.svg#wowslider-controls') format('svg');
  font-weight: normal;
  font-style: normal;
}
#wowslider-container { 
	zoom: 1; 
	position: relative; 
	width: 100%;
	min-width:1180px;
	max-width:1920px;
	max-height:530px;
	margin:0px auto 0px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
	font-size: 10px;
}
#wowslider-container.fullscreen-mode,
#wowslider-container.fullwidth-mode {
	max-width:none;
	max-height:none;
}


* html #wowslider-container{ width:1200px }
#wowslider-container .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-height:500px;
	overflow:hidden;
}
#wowslider-container.fullscreen-mode .ws_images,
#wowslider-container.fullwidth-mode .ws_images {
	max-height:none;
}
#wowslider-container .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container.fullscreen-mode .ws_images a,
#wowslider-container.fullwidth-mode .ws_images a {
	height:100%;
}
#wowslider-container img{
	max-width: none !important;
}
#wowslider-container .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}

#wowslider-container .ws_images iframe {
	position: absolute;
	z-index: -1;
}
#wowslider-container a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px; 
}
#wowslider-container  a.wsl{
	display:none;
}
#wowslider-container  .ws_bullets { 
	padding: 10px; 
}
#wowslider-container .ws_bullets a { 
	margin-left:16px;
	width:12px;
	height:12px;
	float: left;
	text-indent: -4000px;
	position:relative;

	background: rgb(30,165,194); /* ie */
	background: rgba(30,165,194,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fff;
}
#wowslider-container .ws_bullets a.ws_selbull, #wowslider-container .ws_bullets a:hover{
	background: rgba(30,165,194,1);
}
#wowslider-container .ws_bullets a:hover {
	-webkit-animation: pulseIn .9s infinite linear;
	-moz-animation: pulseIn .9s infinite linear;
	animation: pulseIn .9s infinite linear;
}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
	font-family: 'wowslider-controls';
	position:absolute;
	display:none;
	text-shadow: none;
	text-align: center;
	background: rgb(30,165,194);
	color: #fff;
	top:50%;
	margin-top:-2.5em;
	height:4.5em;
	width: 4.5em;
	z-index:60;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#wowslider-container a.ws_next:hover,
#wowslider-container a.ws_prev:hover{
	background: rgba(30,165,194,0.6);
}
#wowslider-container a.ws_next{
	right:10px;
}
#wowslider-container a.ws_next:after {
	content: '\e801';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em;
}
#wowslider-container a.ws_prev {
	left:10px;
}
#wowslider-container a.ws_prev:after {
	content: '\e800';
	display: block;
	font-size: 3.5em;
	line-height: 1.7em;
}

#wowslider-container a.ws_prev:hover:after {
	-webkit-animation: prevArrow .7s infinite ease-in-out;
	-moz-animation: prevArrow .7s infinite ease-in-out;
	animation: prevArrow .7s infinite ease-in-out;
}
#wowslider-container a.ws_next:hover:after {
	-webkit-animation: nextArrow .7s infinite ease-in-out;
	-moz-animation: nextArrow .7s infinite ease-in-out;
	animation: nextArrow .7s infinite ease-in-out;
}





* html #wowslider-container a.ws_next,* html #wowslider-container a.ws_prev{display:block}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container  .ws_bullets {
	bottom:-33px;
	left:50%;
		top:90%;

}
#wowslider-container  .ws_bullets div{
	left:-70%;
}

#wowslider-container .ws-title{
	position:absolute;
	display:block;
	bottom: 0.31em;
	left: 1.23em;
	margin: 9px;
	z-index: 50;
	font-family:MisoBold, Oswald, Impact,Charcoal, sans-serif;
	font-size: 5.5em;
	color: #FFF;
	text-shadow: 1px 1px 1px #333333;
}
#wowslider-container .ws-title div,#wowslider-container .ws-title span{
	display:inline-block;
	padding:10px;
	background:#3398B6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity:0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);	
}
#wowslider-container .ws-title div{
	display:block;
	background:#B02D15;
	margin-top:10px;
	color: #FFFFFF;
	opacity:0.8;
	text-shadow: 1px 1px 1px #000000;
}


#wowslider-container .ws_images > ul{
	animation: wsBasic 16.8s infinite;
	-moz-animation: wsBasic 16.8s infinite;
	-webkit-animation: wsBasic 16.8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 14.88%{left:-0%} 25%{left:-100%} 39.88%{left:-100%} 50%{left:-200%} 64.88%{left:-200%} 75%{left:-300%} 89.88%{left:-300%} }
@-moz-keyframes wsBasic{0%{left:-0%} 14.88%{left:-0%} 25%{left:-100%} 39.88%{left:-100%} 50%{left:-200%} 64.88%{left:-200%} 75%{left:-300%} 89.88%{left:-300%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 14.88%{left:-0%} 25%{left:-100%} 39.88%{left:-100%} 50%{left:-200%} 64.88%{left:-200%} 75%{left:-300%} 89.88%{left:-300%} }



#wowslider-container .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:16px;
	left:-115px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 3px solid #ffffff;
	max-width:none;
}
#wowslider-container .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container .ws_bulframe div div{
	height:75px;
	overflow:visible;
	position:relative;
}
#wowslider-container .ws_bulframe div div img {
	height: 100%;
}
#wowslider-container .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:200px;
	background-color:#ffffff;
}
#wowslider-container  .ws_bullets .ws_bulframe{
	display:none;
	bottom:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 3px solid #ffffff;
}
#wowslider-container .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-9px;
	margin-left:0px;
	left:95px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}

#wowslider-container.ws_gestures,
#wowslider-container.ws_gestures > div > a {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container.ws_gestures.ws_grabbing,
#wowslider-container.ws_gestures.ws_grabbing > div > a {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container.ws_video_playing .ws_bullets {
	display: none;
}
#wowslider-container.ws_video_playing:hover .ws_bullets {
	display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container.ws_video_playing_ie .ws_bullets,
#wowslider-container.ws_video_playing_ie a.ws_next,
#wowslider-container.ws_video_playing_ie a.ws_prev {
	display: block;
}


/* youtube/vimeo buttons */
#wowslider-container .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container .ws_video_btn.ws_youtube,
#wowslider-container .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container .ws_fullscreen {
	display: none;
	position: absolute;
	font-family: "fullscreen";
	top: .5em;
	right: .5em;
	font-size: 2.25em;
	z-index: 59;
	color: #1EA5C2;
	text-shadow: none;
}
#wowslider-container .ws_fullscreen:hover {
	-webkit-animation: pulseOut .9s infinite linear;
	-moz-animation: pulseOut .9s infinite linear;
	animation: pulseOut .9s infinite linear;
}


#wowslider-container:hover .ws_fullscreen {
	display: block;
}
#wowslider-container .ws_fullscreen:after {
	content: '\e800';
}

.ws_fs_wrapper {
	width:100%;
	height: 100%;
	background: #EFECDD;
}

.ws_fs_wrapper > #wowslider-container,
.ws_fs_wrapper > #wowslider-container .ws_images {
	margin:0 auto;
	max-height: none;
}

.ws_fs_wrapper > #wowslider-container .ws_fullscreen {
	position: fixed;
	display: block;
}

.ws_fs_wrapper > #wowslider-container .ws_fullscreen:after {
	content: '\e801';
}

.ws_fs_wrapper > #wowslider-container {
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0; 
}



@-webkit-keyframes pulseIn {
    0% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(1.2);}
    100% {-webkit-transform: scale(1);}
}
@-moz-keyframes pulseIn {
    0% {-moz-transform: scale(1);}
    50% {-moz-transform: scale(1.2);}
    100% {-moz-transform: scale(1);}
}
@keyframes pulseIn {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

@-webkit-keyframes pulseOut {
    0% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(0.8);}
    100% {-webkit-transform: scale(1);}
}
@-moz-keyframes pulseOut {
    0% {-moz-transform: scale(1);}
    50% {-moz-transform: scale(0.8);}
    100% {-moz-transform: scale(1);}
}
@keyframes pulseOut {
    0% {transform: scale(1);}
    50% {transform: scale(0.8);}
    100% {transform: scale(1);}
}





@-webkit-keyframes nextArrow {
	0%, 100% { -webkit-transform: translateX(0px); }
	25% { -webkit-transform: translateX(2px); }
	75% { -webkit-transform: translateX(-2px); }
}
@-moz-keyframes nextArrow {
	0%, 100% { -moz-transform: translateX(0px); }
	25% { -moz-transform: translateX(2px); }
	75% { -moz-transform: translateX(-2px); }
}
@keyframes nextArrow {
	0%, 100% { -moz-transform: translateX(0px);transform: translateX(0px); }
	25% { -moz-transform: translateX(2px);transform: translateX(2px); }
	75% { -moz-transform: translateX(-2px);transform: translateX(-2px); }
}

@-webkit-keyframes prevArrow {
	0%, 100% { -webkit-transform: translateX(0px); }
	25% { -webkit-transform: translateX(-2px); }
	75% { -webkit-transform: translateX(2px); }
}
@-moz-keyframes prevArrow {
	0%, 100% { -moz-transform: translateX(0px); }
	25% { -moz-transform: translateX(-2px); }
	75% { -moz-transform: translateX(2px); }
}
@keyframes prevArrow {
	0%, 100% { -moz-transform: translateX(0px);transform: translateX(0px); }
	25% { -moz-transform: translateX(-2px);transform: translateX(-2px); }
	75% { -moz-transform: translateX(2px);transform: translateX(2px); }
}


.allbox{ width:1180px; margin:0 auto;}
.about_txt{ margin-top:33px; overflow:hidden;}
.about_txt img{ float:left;}
.about_txt div{ float:right; width:300px;}
.about_txt div h3{ font-size:12px; line-height:22px; font-weight:normal; text-indent:0;}
.about_txt div a{ width:100px; height:30px; border-radius:6px; background:#007cc3; display:block; color:#fff; text-align: center; line-height:30px; font-size:14px; margin-top:26px;}

.newsbox{ margin-top:24px; overflow:hidden;}
.newsone{overflow:hidden; padding:12px 0px 0px 0px; border-bottom:0px solid#ccc; line-height:26px;font-size:14px;}
.newsone img{ float:left;min-height:215px;padding-right:30px;}
.newsone a{ width:375px; display:block; margin-left:20px; float:right;}
.newsone a h1{ font-size:16px; color:#007bc5; font-weight:normal; margin-bottom:15px;}
.newsone a h2{ font-size:14px; color:#666; line-height:20px;font-weight:normal;}
.newsone a h2 span{ color:#007bc5;}
.newstwo span{ font-size:14px; color:#666;}
.newstwo span:hover{ color:#000;}
.newstwo{ margin:8px 0; display:block;}


.scroll{width:1180px;height:176px; background:url(../images/bg5.jpg);margin:50px auto;overflow:hidden;}
.scroll img{margin:0 5px;}


.contact_home{ background:#f2f2f2; height:160px; overflow:hidden;width:100%;min-width:1180px;}
.contact_txt{width:1180px; margin:30px auto 0 auto; overflow:hidden;}
.contact_txt h4{ font-size:14px; margin-top:30px; font-weight:normal;}
.contact_txt h4,.contact_txt p{ color:#666;}
.contact_txt img,.middle_txt,.contact_txt ul li{ float:left; padding:0px 6px 8px 0px;}
.contact_txt ul li,.contact_txt ul li a{ color:#666;}
.middle_txt{ margin:10px 0px 0px 20px;}
.contact_txt a,.contact_txt p{ font-size:14px;}
.contact_txt p{ line-height:24px;}
.fenxiang{ overflow:hidden; margin-right:20px; float:right;}
.fenxiang a{ margin:0 10px; display:block; float:left;}
.banquan{ background:#ccc; height:50px; width:100%;overflow:hidden;min-width:1180px;}
.banquan_txt{width:1180px; margin:0 auto; }
.banquan p,.banquan ul,.banquan ul li{ float:left; line-height:50px; color:#666 !important;}
.banquan ul li a{color:#666 !important;}
.banquan ul{ margin-left:30px; float:right;}

.newsbanner img{ width:100%;   margin:0 auto; display:block;}
.form_field span{ font-size:16px; line-height:40px;}


.contact_txt1{ padding:50px 0; overflow:hidden;}
.contact_txt1 p{width:50%; float:left; font-size:16px;  }
.contact_txt1 img{width:40%; float:right;}

.about_txt1{ margin:40px 0;}
.about_txt1 p{ line-height:22px;}
.leftnav a{ display: block; height: 42px;line-height: 42px; padding-left: 17px;font-size: 14px; color: #444;background: url(../image/ico6.png) 2px center no-repeat;}
.third{ display:none;}
.first{cursor:pointer;display: block;height: 42px;line-height: 42px;padding-left: 17px;font-size: 14px;color: #444; background: url(../images/ico6.png) 2px center no-repeat; display:block;}  
.second{cursor:pointer; height: 32px !important;line-height: 32px !important;padding-left: 40px !important;color: #666 !important; background: url(../images/plus.png) 19px center no-repeat !important;display:block;}  
.third li a{cursor:pointer; height: 28px !important;line-height: 28px !important;padding-left: 56px !important;color: #666 !important; background: url(../images/jian.png) 34px center no-repeat !important;display:block;}
 
/*en css*/
.en_top{width:1002px; height:120px; margin:0 auto;}
.en_logo{width:200px; float:left; margin-top:10px;}
.en_menu{width:690px; float:right;}
.en_top_t{height:45px; margin-top:13px; width:178px; float:right;}
.en_top_t a{width:78px; height:28px; line-height:28px; display:block; float:left; text-align:center; color:#fff; background:#0942bc; margin:0 5px;}
.en_top_t a:hover{width:78px; height:28px; line-height:28px; display:block; text-align:center; color:#fff; background:#88888a;}
.en_top_t span a{width:78px; height:28px; line-height:28px; display:block; text-align:center; color:#fff; background:#88888a;}
.en_nav{clear:both; width:690px; height:35px; line-height:35px; font-size:16px;}
.en_nav ul li a.topa{background:#0942bc; color:#fff; border-radius:5px;}
.en_nav ul li{width:115px; float:left; text-align:center;}
.en_nav ul li a{display:block; color:#111;}
.en_nav ul li a:hover{background:#0942bc; color:#fff; border-radius:5px; display:block;}

.en_mm{width:1002px; margin:20px auto 30px auto; border-top:1px #ddd solid; padding-top:20px;}
.en_mm_l{width:327px; float:left;}
.en_mm_lc{font-family:"Arial"; font-size:13px; line-height:20px; margin-top:7px;}
.en_mm_c{width:380px; float:left; margin-left:12px;}
.en_mm_c ul li{height:55px; margin:6px 0; font-family:"Arial";}
.en_mm_c ul li .en_mm_cl{width:75px; height:50px;  float:left; border-right:1px #ddd solid; font-family:"Arial"; text-align:center;}
.en_mm_c ul li .en_mm_cl_t{font-size:28px; color:#000;}
.en_mm_c ul li .en_mm_cl_c{font-size:16px; color:#000;}
.en_mm_c ul li .en_mm_cr{width:290px; float:right; line-height:27px; font-size:16px;}
.en_mm_r{width:266px; float:right; border:3px #e8e8e8 solid;}

.en_foot{background:#717172; border-top:10px #98948f solid; padding:30px 0;}
.en_mf{width:1002px; margin:0 auto;}
.en_mf_l{background:url(../images/enlogo.png) no-repeat; width:210px; height:145px; float:left;}
.en_mf_r{width:760px; float:right; font-family:"Arial"; color:#e8e8e8; line-height:24px; font-size:14px;}

/*内页css*/
.en_main{font-family:"Arial"; font-size:16px; width:1002px; margin:25px auto;}
.en_main_l{width:226px; float:left;}
.en_main_lt{height:40px; line-height:40px; background:#0942bc; color:#fff; font-size:20px; padding-left:30px;}
.en_main_lc{background:#eee; border:1px #ddd solid; border-top:0; border-bottom:0;}
.en_main_lc ul li{height:35px; line-height:35px; padding-left:30px; border-bottom:1px #ddd solid;}
.en_main_lb{height:40px; line-height:40px; background:#0942bc; color:#fff; font-size:20px; padding-left:30px; margin-top:10px;}
.en_main_ld{background:url(../images/cbg.jpg) no-repeat; height:253px; padding:10px 10px;}
.en_main_ld ul li{line-height:24px;}
.en_main_r{width:755px; float:right;}
.en_cont_t{height:40px; line-height:40px; border-bottom:1px #ddd solid; color:#000; font-size:18px;}
.en_cont{padding:20px 10px; line-height:25px;}
.en_cont img{max-width:750px; height:auto;}

.cont_pic{margin:10px auto;}
.cont_pic ul li{width:225px; float:left; margin:10px 10px;}
.cont_pic ul li img{width:225px; height:225px; border:1px #ddd solid;}

.newsc{padding:0 3px;}
.newsc ul li{line-height:25px; border-bottom:1px #eee solid; margin:5px 0; padding-bottom:5px;}
.newsc ul li a{font-weight:bold;}
.newsc ul li span{font-size:14px;}
.info{margin:5px 0; font-size:14px; text-align:center;}
.newsbody{margin-top:10px;}
.title{font-size:22px; text-align:center; margin:5px 0;}
.pict{margin:10px 0; text-align:center;}
.pict img{max-width:700px; height:auto; }