@charset "utf-8";
/* CSS Document */
img{border:none;}
.bannerbg{width:1000px; height:253px; margin:0 auto;}
img{border:none;}
.banner{width:100%; background:url(bg_banner.jpg) no-repeat top;}
.bannerbg{width:1000px; height:293px; margin:0 auto;}

/* nav */
.nav_bg{width:1000px; height:80px; margin:0 auto;}
.navbox{width:1000px; height:54px; background:#fb8876; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8;  opacity: 0.8; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius:8px;}
.navbox ul{list-style:none; }
.navbox ul li{line-height:54px; font-family:"微软雅黑", "宋体"; font-size:16px; float:left;}
.navbox ul li a{ width:160px; height:54px;  color:#feeeec; text-align:center; background:url(divide.png) right center no-repeat; display:block;}
.navbox ul li a:hover{ color:#fff; font-weight:bold;}
#current a{display:block; width:32px; color:#fff; font-weight:bold; width:160px;}

.mainbox{width:1000px; margin:0 auto;  border: #FFF 1px solid; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; background: url(bg_mask3.png); margin-bottom:40px;}
.title{width:940px; height:34px; margin:30px 30px 10px 30px;}

/* team */
.teamcont{width:930px; height:225px; margin-left:38px; margin-top:20px;}
.teambox{width:453px; height:225px; background:#eee; position:relative; float:left;}
.teambox h2{width:301px; height:225px; float:left;}
.teambox h3{width:112px; padding:40px 20px; float:left; font-family:"微软雅黑", "宋体";  font-size:16px; font-weight:normal;}
.teambox h3 a{color:#000;}
.teambox h3 a:hover{color:#fe8067;}
.teambox .num1{width:30px; height:30px; position:absolute; left:0px; bottom:0px; background:url(num1.png); line-height: 30px; padding-right:5px; color: #fff; text-align: center; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.teambox .num2{width:30px; height:30px; position:absolute; left:0px; bottom:0px; background:url(num2.png); line-height: 30px; padding-right:5px; color: #fff; text-align: center; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

/* 爱心视频 */
.itemlist{width:980px; margin-left:25px;}
.itemlist ul{display: block; list-style:none;}
.itemlist ul li{width:229px; height:225px; margin:15px 5px; display:inline;  font-family:"微软雅黑", "宋体";  font-size:16px; float:left; position:relative; letter-spacing: normal; }
.itemlist ul li a{color:#000; }
.itemlist ul li a:hover{background:#eeeeee; color:#fe8067; display: block;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.itemlist ul li img{width:213px; height:160px; padding:8px;}
.itemlist ul li p{width:198px; line-height:26px; padding:10px 15px; margin:0; margin-top:-10px;}
.itemlist ul li p a{color:#fe8067;}
.itemlist ul li h1{width:40px; height:40px; position:absolute; right:15px; bottom:64px; background:url(icon_video.png); z-index:6;}
.itemlist ul li h2{width:30px; height:30px; position:absolute; left:8px; top:138px; background:url(num3.png); line-height: 30px; padding-right:5px; color: #fff; text-align: center; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}

/*分页*/	
#displaypagenum a{
	background-color:#fff;
	border:#dcdcdc 1px solid;
	color: #898989;
    display: inline-block;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    margin: 30px 8px;
    padding: 10px 12px;
    text-align: center;
	}
#displaypagenum a:hover{
	background-color:#fb8876;
	color:#fff;
	text-decoration:none;
	}
#displaypagenum span{
    background-color:#fb8876;
	color: #fff;
    display: inline-block;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    margin: 30px 8px;
    padding: 10px 12px;
    text-align: center;
	}
#displaypagenum .bb{display:none;}