*{margin: 0;padding: 0;font-family: '微软雅黑';}
a{text-decoration: none;color: #333;}
ul{list-style: none;}
img{vertical-align:top; display:block}
body{background: url(../../images/pc/body-bg.jpg) repeat-x;}

/*清除浮动*/
.clear{clear: both;}

/*站宽*/
.wrapper{width: 1010px;margin: 0 auto;}

/*边框*/
.border{border: 1px #e6e6e6 solid;border-radius: 3px;-webkit-box-shadow:0 0 3px #e6e6e6;-moz-box-shadow:0 0 3px #e6e6e6;box-shadow:0 0 3px #e6e6e6;}

/*浮动、定位*/
.left{float: left;}
.right{float: right;}
.relative{position: relative;}

/*小三角形*/
.triangle-right {width: 0;height: 0;border-top: 5px solid transparent;border-left: 5px solid #008948;border-bottom: 5px solid transparent;margin-right: 10px;margin-top: 10px;}

/*圆圈内嵌小三角形*/
.round{width: 10px;height: 10px;background: #006f4c;border-radius: 45%;position: relative;float: left;}
.round span{display: inline-block;width: 0;height: 0;border-top: 3px solid transparent;border-left: 3px solid #fff;border-bottom: 3px solid transparent;position: absolute;top: 2px;left: 4px;}

/*子菜单*/
.subtitle{height: 30px;line-height: 30px;}
.subtitle .submenu span{font-size: 14px;color: #008948;font-weight: bold;}

/*更多、详情*/
.more a{font-size: 12px;color: #999;font-family: 'Arial';line-height: 30px;}
.details{line-height: 35px;}
.details a{color: #2d7351;font-size: 12px;}

/*内容边框阴影*/
.box-shadow{-webkit-box-shadow:0 0 10px #e2e2e2;-moz-box-shadow:0 0 10px #e2e2e2;box-shadow:0 0 10px #e2e2e2;}