﻿@charset "utf-8";
.picbox{position:relative;width:360px;height:240px;overflow:hidden;}
.picbox_pic{position:relative;width:10000px;height:240px;overflow:hidden;}
.picbox_pic div{float:left;width:360px;height:240px;display:block;}
.picbox_pic div img{width:360px;height:240px;border:none;}
.picbox_title{position:absolute;width:10000px;height:40px;bottom:0px;left:0px;background:url(../images/tbbg.png) repeat;overflow:hidden;}
.picbox_title div{position:relative;float:left;width:220px;height:28px;line-height:28px;text-align:left;padding-left:70px;padding-right:70px;overflow:hidden;}
.picbox_title div a{text-decoration:none;font-family:"宋体";font-size:12px;color:#fff;cursor:pointer;}
.picbox_point{position:absolute;width:100px;height:4px;bottom:6px;left:130px;}
.picbox_point div{float:left;width:16px;height:4px;margin:0 2px;cursor:pointer;}
.bcolor{background:#d6d6d6;}
.dcolor{background:#e50200;}
