﻿@charset "utf-8";

/* columnA */
#columnA{overflow: hidden; margin-bottom: 10px;}
#columnA .focusNews{width: 660px; float: left; _display: inline;}
#columnA #boxZXDT{width: 310px; float: right; _display: inline;}
#columnA #boxZXDT .bd{padding-top: 10px;}


/* columnB */
#columnB{overflow: hidden;}
#columnB .box{width: 485px; _display: inline; margin-bottom: 10px;}
#columnB .box .bd{height: 168px; overflow: hidden;}


/*columnC*/
#columnC{  padding:15px 0;height:140px;}/*background:#065A98;*/

.picScroll{ overflow: hidden; width:1000px; margin:0 auto; position:relative;}
.picScroll .hd{ width: 100%; border-bottom:1px solid #065A98  ; height:27px; line-height:27px; position:relative;}/*border-bottom:1px #3678A8*/
.picScroll .hd .more{}
.picScroll .hd h3{ position:absolute; font-size:18px; height:30px; font-weight:bold; color:#fff; font-family:"microsoft yahei"; 
 padding: 0 10px 0 14px; background: url(images/icons.jpg) 0 -78px no-repeat #065A98;}/*#fff*/
.picScroll .hd h3 a{ color:#fff;}
.picScroll .bd{ padding:0 0 0 0; overflow:hidden; background:#065A98;}
.picScroll .list{ overflow:hidden; margin-right:-20px; font-size:16px;}
.picScroll .list li{ float:left; width:230px; margin-right:20px;  text-align:center;}
.picScroll .list .title{  padding-top:10px;}
.picScroll .list .title a{ color:#7EBFF4;}
.picScroll .list .pic img{ width:230px; height:50px;}/*height:150px*/
.picScroll .prev,.picScroll .next{ display:block; width:20px; height:20px; background:url(images/picscroll-arrow.jpg) 0 -20px no-repeat;
	position:absolute; right:23px; top:10px; cursor:pointer;}
.picScroll .next{ right:0; background-position:0 0;} 
.picScroll .prev:hover{ background-position:-20px 0;}
.picScroll .next:hover{ background-position:-20px -20px;}

