﻿nav a:hover {
  color: #fff; }

.marker-list {
  margin-top: 40px; }
  .marker-list li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(5, 0, 1, 0.1); }
    .marker-list li:hover {
      color: #024585; }
    .marker-list li a {
      font-size: 16px;
      float: left;
      width: 70%; }
    .marker-list li time {
      float: right;
      width: 30%;
      text-align: right; }

.pages {
  margin-top: 57px; }

.teacher_sel {border-bottom: 1px #dddddd dashed;padding: 20px;}
.teacher_sel dl { font-size: 14px; margin-bottom: 10px; overflow: hidden;}
.teacher_sel dl dt {float: left; width: 80px; text-align: right; font-weight: bold; color: #000000;font-size: 16px;}
.teacher_sel dl dd {
	float: left;font-size: 16px;
	width: 900px;}
.teacher_sel dl dd a {
	padding: 0 15px;
	color: #5a88ca;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;}
.teacher_sel dl dd a.active { background: #005aa0; color: #FFFFFF;}
#target_ul {
	padding-left: 12px;}

.teacher_list ul li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 12px;
    width: 160px;
    background: #e5e5e5;
    border: 1px #DDDDDD solid;
    text-align: center;
}
.teacher_list ul li h3 {    margin: 0 auto;font-size: 14px; color: #333333;}