﻿#Graduate {
    width:758px;
    float:right;
    overflow:hidden;
    _width:756px;
}

#Graduate .news {
 background-image:url("../images/GraduateBg.jpg");
 background-repeat:no-repeat;
    width:366px;
    height:268px;
    float:left;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:10px;
    _margin-left:0;
    margin-right:8px;
}

#Graduate .news .title {
    width:130px;
    height:31px;
    line-height:30px;
    float:left;
    color:#124f6c;
    font-weight:bold;
    text-align:left;
    padding-top:3px;
    padding-left:40px;
    _width:100px;
    _height:20px;
}

#Graduate .news .title span {
    display:block;
    width:100px;
    float:left;
}

#Graduate .news .more {
    width:60px;
    height:18px;
    line-height:18px;
    margin-top:6px;
    float:right;
    font-weight:normal;
}

.news .newsDate {
    display:block;
    width:80px;
    float:right;
}

.news ul {
    padding-top:5px;
    list-style:none;
    width:350px;
    margin-left:5px;
    overflow:hidden;
    clear:right;
}

.news ul li {
    list-style-type:none;
    text-align:left;
    background-image:url("../images/NewsDot.gif");
    background-repeat:no-repeat;
    background-position:3px center;
    padding-left:18px;
    height:29px;
    line-height:29px;
    white-space:nowrap;
    overflow:hidden;

-o-text-overflow:ellipsis;
text-overflow:ellipsis;

}

.news ul li a {
    color:#222;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
