
.scrollpic {
	width: 1002px;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 250px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 25px;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:256px; text-align:left;
	
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 238px;
	padding: 0;
	position: relative;
	
	color: #333;
	
}

#myscroll ul li a img{ margin-bottom:3px;}


#mybtns {
	margin: 10px 0px;
	width: 1002px;
	display: block;
	height: 15px;
	padding-top:10px;
}
#mybtns a {
	width: 20px;
	height: 15px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #b12b24;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(zzsc_res/jt_l.png);
}
#mybtns #right {
	background-image: url(zzsc_res/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.biaotilan{ width:1002px; height:40px; text-align:left; border-bottom:1px #ccc solid; line-height:40px;}
.biaoti{ float:left; width:300px; height:20px; line-height:20px; margin-top:6px;}
.biaoti a{font-size:16px;font-family:"寰蒋闆呴粦";color:#5a5a5a;font-weight:bold;margin:0px 0px 0px 2px;}
.biaoti a:hover{font-size:16px;font-family:"寰蒋闆呴粦";color:#5a5a5a;font-weight:bold; text-decoration:none;}


#myscroll ul li .teanames{width:238px;height:40px; line-height:40px;font-size:16px;color:#484848; font-family:"寰蒋闆呴粦"; text-align:center; margin:5px 0px 0px 0px;}
#myscroll ul li .teanames a{width:238px;height:40px; line-height:40px; font-size:16px;color:#484848; font-family:"寰蒋闆呴粦"; text-align:center; background:#f4f4f4;}
#myscroll ul li .teanames a:hover{ color:#b02922; text-decoration:none;  }

.teadetail{width:208px;height:50px; line-height:30px;font-size:14px;color:#3a3a3a; font-family:"瀹嬩綋"; text-align:left; padding:10px 10px 20px 10px;  border:1px #ccc solid; border-top:none;}
.teadetail a{}
.teadetail a:hover{}




.avatar {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
    width: 238px;
}
.avatar img {
    height: 180px;
}
.avatar:after {
    bottom: 0;
    left: 5px;
    position: absolute;
    z-index: 5;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
    box-shadow: 0 0 gray;
}
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}