.content-child{
	margin-top: 20px;
}
.content-child td{
	vertical-align: top;
}
.content-child-left{
	width: 260px;
	height: auto;
}
.content-child-right{
	width: 940px;
	height: auto;
	min-height: 420px;
	padding-left: 50px;
}
.content-child-nav{
	width: 100%;
	height: auto;
}
.content-child-nav h1{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background: #AC2121;
	font-weight: 700;
}
.content-child-nav a{
	display: block;
	width: 260px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin: auto;
        overflow: hidden; 
        white-space: nowrap; 
        text-overflow: ellipsis; 
}
.content-child-nav a:hover{
	background: #AC2121;
	color: #FFFFFF;
}
.child-news-list{
	width: 100%;
	height: auto;
	padding: 15px;
}
.child-news-list li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 20px;
	transition: .3s;
	background: url(../img/icon/icon-left.png) no-repeat left;
	border-bottom: 1px dashed #cccccc;
	background-position-x: 10px;
}
.child-news-list li a{
	display: inline-block;
	height: 100%;
}
.child-news-list li span{
	float: right;
}
.child-news-list li:hover{
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.2);
}
.news-listPage{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #eeeeee;
	margin: 30px 0;
}
.child-detail{
	width: 100%;
	height: auto;
	padding: 10px 20px;
}
.child-detail h1{
	width: 100%;
	height: auto;
	line-height: 26px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.child-detail .child-resource{
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.child-text{
	padding-top: 20px;
}
.child-text img{
        max-width:100%;
 	display:block;
        margin:auto;
}

/*师资队伍*/
.szdw-type {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #AC2121;
    color: #FFFFFF;
    text-align: center;
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
}
.szdw-name-list {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
}
.szdw-name-list a{
	display: block;
	width: 100%;
	height: 100%;
}
.szdw-name-list a:hover{
	background: #AC2121;
	color: #FFFFFF;
}

/*现任领导*/
.ysxy-leader {
    width: 100%;
    height: auto;
    padding: 15px;
}
.ysxy-leader-list {
    width: 100%;
    height: auto;
}
.ysxy-leader-list-img {
    width: 150px;
    height: auto;
    padding: 10px;
}
.ysxy-leader-list-img img{
	width: 100%;
	height: auto;
}
.ysxy-leader-list-intro {
    width: 710px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 230px;
}
.ysxy-leader tr {
    border: 1px solid #EEEEEE;
}
.ysxy-leader-list .ysxy-leader-list-img p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #EEEEEE;
}