/* 文章栏目信息列显 */
.titlelist{
    margin-left: 10px;
}
.titlelist li {
	font:16px "微软雅黑",serif;
	color:#111;
	padding-left:-10px;
	height:28px;
  padding-top:2px;
}

.titlelist li a {
	color:#333333;
	TEXT-DECORATION: none;
}


.titlelist li a:hover {
	color:red;
	TEXT-DECORATION: none;
}

.titlelist li{
    
}




/*切换长条宣传栏*/
#rotation {
			width: 100%;
			height: 120px;
			overflow: hidden;
}
.sections,.section {
		height:100%;
}
#rotation,.sections {
		position: relative;
}
.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
}

/* 栏目标题样式 */

.categorybox{
    width: 98%;
    height:100%;
    border-radius:10px 10px 10px 10px;
    border:1px solid #cccccc;
    margin-left:0px;
}

.categorybg{
    height: 40px;
    width:100%;
    background-image:url(/home/images/bg_box.png);
    border-radius:10px 10px 0px 0px;
}

.categorybar  {
	font:16px "微软雅黑",serif;
	color:#ffffff;
	padding-left:0px;
  margin-left:58px;
  height: 40px;
  line-height:40px;
  float:left;
  font-weight:bold;
}

.categorybar  a {
	color:#ffffff;
	TEXT-DECORATION: none;
}


.categorybar  a:hover {
	color:#ffff00;
	TEXT-DECORATION: underline;
}

.categorybar {
    
    padding-left:0px;
}






/* 多个tab切换 */
#tab{
	width:390px;
    position:relative;
    margin-top:-14px;
    margin-left:0px;
}

#tab .tab_menu li{
   float:left;
   width:120px;
   height:31px;
   line-height:30px;
   cursor:pointer;
   text-align:center;
   font:18px "微软雅黑",serif;
   color:#111;
}

#tab .tab_box{
	width:390px;
	height:265px;
	clear:both;
	top:25px;
	position:relative;
	border:0px solid #CCC;
	background-color:#FFF;

}

#tab .tab_menu{
  width:98%;float:left;
  position:absolute;
  z-index:1;
  color:#333333;
  background-image:url("/home/images/bg_gray.jpg");
}

#tab .tab_menu a{
  color:#333333;
}

#tab .tab_menu .selected{
  color:#FF0000;
	background-image:url("/home/images/bg_tab.jpg");
	cursor:pointer;
  font-weight: bold;
  font-size: 18px;
}


#tab .tab_menu .selected a{
	color:#ff0000;
	text-decoration: none;
}

.hide{
	display:none;
}

.tab_box div{
  margin-left:10px;
} 

.tab_box li{
    font:16px "微软雅黑",serif;
    color:#333333;
    margin-left:4px;
    padding-top:11px;
    list-style:none;
    float: left;
}

.tab_box li a{
   font:16px "微软雅黑",serif;
   color:#333333;
   text-decoration: none;
}

.tab_box li a:hover {
    color:red;
    text-decoration: none;
}


/*搜索框样式表*/
#keywords {
  margin-left:40px;
  margin-top:4px;
  border:0px;
  height:30px;line-height:30px;
  width:275px;
  padding-left:3px;
  vertical-align:middle;
  outline:none; border:0; 
  background:#ffffff; 
  float:left;font-family: "microsoft yahei";
}

#keywords:focus {
  border:none; /*去除边框*/
}

#srhbtn {
  vertical-align:middle;
  margin-top:-10px;
  cursor:pointer;
}

#searchbox{
  margin-top:-10px; 
  margin-left:40px;
  background-image:url(/home/images/srh.jpg);
  height:40px;line-height:40x;
  width:470px;
  background-repeat:no-repeat;
 /*background: orange;*/
}

#lunar {
  margin-top:-8px; 
  float:left;
  height:30px;
  line-height:30px;
  padding-left:28px;
  font-weight:bold;
  color:#333333;
}


