.header-img {
    width: 100%;
    height: 189px;
    text-align: center;
}

.header-img img {
    width: 100%;
    height: 100%;
}

.navigation {
    float: left;
    width: 200px;
}

.navigation-main {
    text-align: center;
    height: 61px;
    line-height: 61px;
    background: url(../image/menu.png) no-repeat center;
    -moz-background-size: 149px 51px;
    background-size: 149px 51px;
    -webkit-background-origin: content-box; 
    background-origin: content-box;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.navigation ul {
    margin-top: 30px;
}

.navigation ul li {
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: url(../image/menu-unactive.png) no-repeat center;
    -moz-background-size: 99px 28px;
    background-size: 99px 28px;
    font-size: 18px;
    font-weight: bold;
}

.navigation ul .navigation-active {
    background: url(../image/menu-active.png) no-repeat center;
    -moz-background-size: 99px 28px;
    background-size: 99px 28px;
}

.navigation-active a {
    color: #fff;
}

.content {
    float: left;
    width: 1000px;
    font-size: 16px;
}

.position {
    text-align: left;
    margin-left: 40px;
    height: 61px;
    line-height: 61px;
    width: 1000px;
    background: url(../image/menu-header.png) no-repeat left center;
    -moz-background-size: 100% 24px;
    background-size: 100% 24px;
    color: #fff;
    font-size:14px;
}

.position label {
    margin-left: 30px;
    height:61px;
    line-height: 61px;
}

.content-position label {
    margin-left: 20px;
    font-size: 15px;
}

.article {
    margin-left: 70px;
    font-size: 16px;
}

.article a:visited {
 	color: #3598db;
}

.title-1 {
    font-weight: bold;
    color: #2277d2;
}

.title-2 {
    margin-left: 60px;
    font-weight: bold;
    color: #3699DC;
}

.text-indent {
    text-indent: 2em;
    margin-left: 60px;
    line-height:28px;
    font-size:16px;
}

.article-img {
    text-align: center;
}


.right-arrow {
    vertical-align:middle;
    margin-right: 20px;
}

.contact-information {
    margin-left: 85px;
}

.non-interval {
    padding:0;
    margin: 0;
}

.school-link {
    width: 122px;
    height: 150px;
    float: left;
    margin: 5px;
    text-align: center;
    padding-top: 10px;
}

.link-img {
    width: 100%;
    height: 65%;
}

.link-name {
    width: 100%;
    height: 35%;
    font-size: 14px;
}

a {
    cursor:pointer;
}

em {
    font-style: normal;
    color: #3598db;
}
.font-center {
    text-align: center;
}

.row {
    width: 100%;
    height: 180px;
    padding:10px;
    margin: 10px;
    border-bottom: 1px solid #3699DC;
}

.row:last-child {
    border-bottom: 0px solid #000000;
}

.row-img{
    width: 300px;
    height: 161px;
    margin-top:15px;
}

.row-img img{
    width: 100%;
    height: 100%;
}

.row-info {
    margin-left: 10px;
    width: 600px;
    height: 100%;
}

.row-title {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.row-introduction {
    padding-top: 10px;
    font-size: 11px;
    height: 120px;
    line-height: 20px;
}

.row-datetime {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #74757A;
}

.article-more {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    opacity: 0.5;
    height: 22px;
    margin: 20px auto;
}

.back2list {
	border-radius: 8px;
	color:#fff;
	padding:5px;
	background-color:#3699DC;
}

img {
	max-width: 100%;
}