@charset "utf-8";
@import url(reset.css);
@import url(header.css);
@import url(footer.css);
/* CSS Document */

.container{ width:1200px; margin:0 auto;}
.container .title{ margin-top:30px; overflow:hidden;}
.zdly-team{ overflow:hidden; height:auto;}
.zdly-team .xwdt_con{width: 572px; height:248px; overflow: hidden; margin-top:20px;}
.zdly-team .xwdt_con .hd{height: 49px;line-height: 49px;width: 100%;border-bottom: 1px solid #ddd;}
.zdly-team .xwdt_con .hd ul{height: auto;overflow: hidden;width: 100%;}
.zdly-team .xwdt_con .hd ul li{float: left;height: 49px;line-height: 49px;padding: 0 15px;text-align:center;}
.zdly-team .xwdt_con .hd ul li a{color: #333; font-size: 18px; font-weight: bold;}
.zdly-team .xwdt_con .hd ul li.on{ border-bottom: 3px solid #064b84;}
.zdly-team .xwdt_con .hd ul li.on a{color: #064b84;}
.zdly-team .xwdt_con .bd{width: 100%; margin-top: 15px;overflow: hidden;}
.zdly-team .xwdt_con .bd ul{height: auto;overflow: hidden;}
.zdly-team .xwdt_con .bd ul li p{ color:#666666; text-indent:2em; font-size:14px; line-height:22px; margin-top:15px;}
.zdly-team .xwdt_con .bd ul li{ height:36px;line-height:36px; *height: 34px; *line-height: 34px;}
.zdly-team .xwdt_con .bd ul li i{ width:6px; height:6px; background:#cccccc; float:left; margin-top:16px;}
.zdly-team .xwdt_con .bd ul li a{ font-size: 16px; width:75%; height: 100%;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left; color: #474747; text-indent:0.8em;}
.zdly-team .xwdt_con .bd ul li span{float: right; width: 20%; text-align: right; color: #a7a7a7; }
.zdly-team .xwdt_con .bd ul li a:hover{color: #b21023;}
.zdly-team .xwdt_con .tempWrap{ margin-top:18px !important;}



@media only screen and (max-width: 768px) {
	.container{ width:90%; margin:0 auto;}
	.container .title {width:100%;height:auto;margin-top: 0;}
	.container .title img {width:100%;height: 70px;}
	.zdly-team .xwdt_con .hd ul li{padding: 0 2px;text-align:center;}
	.zdly-team .xwdt_con .hd ul li a{color: #333; font-size: 15px;}
	
	.zdly-team{ width:100%; overflow:hidden; height:auto;}
	.zdly-team .xwdt_con{width:100%;}
	.zdly-team .xwdt_con .bd ul li span {width:23%;}
	.zdly-team .xwdt_con .bd ul{height: auto;overflow: hidden;float: left;display:inline-block !important;}
	
}

@media only screen and (max-width: 320px) {
	.zdly-team .xwdt_con .bd ul li a {width:68%;}
	.zdly-team .xwdt_con .bd ul li span {width:25%;}
	.zdly-team .xwdt_con .hd {height:auto;}
	
}