@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, textarea, button, p, blockquote, th, td,
header, nav, aside, menu, figure, article, time, footer {
  margin: 0;
  padding: 0;
}

header, nav, aside, menu, figure, article, time, footer {
  display: block;
}

body, p, form, ul, li {
  list-style: none outside none;
}

body {
  font: 12px/1.5 "microsoft yahei", "宋体", Arial, Helvetica, sans-serif;
}

img {
  border: 0;
  outline: none;
  vertical-align: top;
}

a {
  outline: none;
  border: 0;
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1e60b6;
}
a:active {
  outline: none;
}

input, select, button, textarea {
  border: 0;
}
input:focus, input:active, input:visited, select:focus, select:active, select:visited, button:focus, button:active, button:visited, textarea:focus, textarea:active, textarea:visited {
  outline: none;
}

button, input[type=button],
input[type=reset], input[type=submit], input[type=button] {
  overflow: visible;
  cursor: pointer;
}

button, input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  background: url("../images/bg.jpg") no-repeat center 0;
  background-size: 100% auto;
}

.center {
  margin: 0 auto;
  width: 1200px;
}

.center-main {
  margin: 0 auto;
  max-width: 992px;
}

.header {
  position: relative;
  overflow: visible;
  z-index: 3;
}

.header .top {
  height: 31px;
  background: url("../images/top-bg.jpg") repeat-x;
}

.header .top .center-main {
  line-height: 31px;
  color: #818080;
  font-size: 12px;
}

.header .top .right {
  float: right;
  margin: 5px 0 0 5px;
  padding: 3px 8px;
  background-color: #2d7def;
  line-height: 14px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.header .top .right:hover {
  background-color: #156eed;
}

.header .top .quit {
  padding-left: 18px;
  background-image: url("../images/quit.png");
  background-repeat: no-repeat;
  background-position: 4px center;
}

.header .top .home {
  padding-left: 18px;
  background-image: url("../images/home.png");
  background-repeat: no-repeat;
  background-position: 4px center;
}

.header .top .user {
  padding-left: 18px;
  background-image: url("../images/user.png");
  background-repeat: no-repeat;
  background-position: 4px center;
}

.header > .center-main {
  position: relative;
  overflow: visible;
  height: 138px;
  z-index: 2;
}

.header > .center-main .logo {
  float: left;
  margin-top: 20px;
}

.header > .center-main .web-name {
  float: right;
  margin-top: 22px;
}

.header .nav {
  overflow: visible;
  position: relative;
  margin: 0 auto;
  height: 45px;
  background: url("../images/nav-bg.jpg") repeat-x;
  z-index: 1;
}

.lt-ie9 .nav {
  max-width: 1600px;
}

.header .nav .nav-ul {
  text-align: center;
}

.header .nav .nav-ul li {
  float: left;
  padding-left: 1px;
  background: url("../images/nav-border.jpg") no-repeat right 0;
}

.header .nav .nav-ul li > a {
  display: block;
  margin: 0 4px;
  width: 100px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
}

.header .nav .nav-ul li > a:hover,
.header .nav .nav-ul li > a.cur {
  background: #eb7f0a;
}

.header .nav .nav-ul li:first-child {
  width: 1px;
  height: 45px;
  background: url("../images/nav-border.jpg") no-repeat 0 0;
}

.header .nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d0d0d0;
  background: #f4f4f4;
}

.header .nav .sub-menu .menu-link {
  display: none;
  position: relative;
  float: left;
  text-align: left;
}

.header .nav .sub-menu a {
  padding: 0 8px;
  color: #7e7e7e;
  font-size: 12px;
  letter-spacing: 1px;
  border-left: 1px solid #7e7e7e;
}

.header .nav .sub-menu a:first-child {
  border: 0;
}

.header .nav .sub-menu a:hover {
  color: #1e60b6;
}

.footer {
  clear: both;
  margin-top: 16px;
  padding: 63px 0 28px;
  background: #eeeeee url("../images/foot-bg.jpg") repeat-x;
  font-size: 12px;
  text-align: center;
}

.footer .about {
  color: #040000;
  line-height: 16px;
}

.footer .copyright {
  margin: 16px 0 13px;
  color: #5b5b5b;
  line-height: 22px;
}

.footer .org {
  padding-bottom: 7px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.footer .org a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 9px;
  width: 38px;
  height: 38px;
  background: url("../images/footer-safe.jpg") no-repeat;
}

.footer .org a.org-0 {
  background-position: -2px 0;
}

.footer .org a.org-1 {
  background-position: -54px 0;
}

.footer .org a.org-2 {
  background-position: -100px 0;
}

.text-import, .require {
  color: #fd0101;
  font-style: normal;
}

.text-blue {
  color: #0243fe;
}

.table-baoming,
.table-baoming th,
.table-baoming td {
  border: 1px solid #95b8e7;
  border-collapse: collapse;
}

.table-baoming {
  margin: 10px 0;
  width: 100%;
}

.table-baoming th {
  padding: 6px 20px;
  font-size: 14px;
  text-align: left;
}

.table-baoming td {
  padding: 2px 20px;
  vertical-align: middle;
}

.table-baoming .strong {
  font-size: 16px;
}

.table-baoming .require {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  font-size: 18px;
  font-style: normal;
  vertical-align: middle;
}

.table-baoming tr td:first-child {
  font-size: 14px;
}

.table-baoming input[type=text],
.table-baoming textarea,
.table-baoming select {
  margin-right: 5px;
  box-sizing: border-box;
  height: 22px;
  *height: auto;
  border: 1px solid #95b8e7;
  font-size: 14px;
  line-height: 20px;
  *line-height: 14px;
  padding: 0 4px;
  *padding: 2px 4px;
}

.table-baoming .large {
  width: 390px;
}

.table-baoming label {
  margin-right: 20px;
  line-height: 20px;
}

.table-baoming label input {
  position: relative;
  margin-right: 3px;
  top: 2px;
  *top: 0;
}

.table-baoming select {
  -webkit-appearance: default;
}

.table-baoming textarea {
  vertical-align: middle;
  min-height: 50px;
  width: 500px;
  max-width: 500px;
}

.table-baoming .text-blue {
  cursor: pointer;
  text-decoration: underline;
}

.table-baoming input[type=submit], .detail input[type=button],
.table-baoming input[type=reset] {
  margin: 0 10px;
  width: 84px;
  height: 26px;
}

.table-baoming input[type=submit] {
  color: #fff;
  background: url("../images/btn-submit.png");
}

.table-baoming input[type=submit] {
  color: #fff;
  background: url("../images/btn-submit.png");
}

.detail p input[type=button] {
  color: #fff;
  background: url("../images/btn-submit.png");
}
.table-baoming input[type=reset] {
  color: #858585;
  background: url("../images/btn-cancel.png");
}

.left-menu, .right-content {
  margin-top: 9px;
  padding-bottom: 40px;
}
.left-menu .title, .right-content .title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #1885ea;
  border-bottom: 1px solid #e1e1e1;
  background: url("../images/list/bg-title.png");
}

.left-menu {
  float: left;
  margin-top: 0;
  *margin-top: 9px;
  width: 222px;
  border-right: 1px solid #e1e1e1;
  background-color: #f2f2f2;
}
.left-menu .title p {
  padding-left: 32px;
  background: url("../images/list/bg-menu.png") no-repeat 14px center;
}
.left-menu .menu {
  margin: 18px 14px;
}
.left-menu .menu li {
  padding-left: 22px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  background: url("../images/list/bg-menu-list.png") no-repeat 5px center;
}
.left-menu .menu li a:hover, .left-menu .menu li.active a {
  color: #eb7f0a;
}
.left-menu .menu a {
  color: #444;
}
.left-menu .friend-link {
  margin: 0 8px 10px;
  padding-top: 5px;
  min-height: 60px;
  text-align: center;
  background: url("../images/list/bg-friend-link.png") no-repeat;
}
.left-menu .friend-link h3 {
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #1e74d9;
}
.left-menu .friend-link select {
  margin-top: 5px;
  padding: 2px 5px;
  width: 160px;
  border: 1px solid #7f9db9;
}

.right-content {
  padding-left: 222px;
  *padding-left: 0;
  min-height: 600px;
  background: #fff;
}
.right-content .title {
  padding-left: 33px;
  font-size: 12px;
  color: #313131;
  background: url("../images/list/bg-dir.png") no-repeat 10px center;
}
.right-content .title a {
  color: #1885ea;
}
.right-content .detail {
  padding: 0 28px;
}
.right-content .detail .field {
  color: #1885ea;
}
.right-content .detail > h2 {
  margin: 32px 15px 22px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1885ea;
}
.right-content .detail > .top {
  padding-bottom: 19px;
  line-height: 20px;
  text-align: center;
}
.right-content .detail .middle {
  padding: 9px 0;
  line-height: 30px;
  color: #444;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
}
.right-content .detail .bottom {
  overflow: hidden;
  padding: 10px 0 5px;
  line-height: 20px;
}
.right-content .detail .bottom p {
  margin-bottom: 5px;
}
.right-content .detail .left {
  float: left;
}
.right-content .detail .right {
  float: right;
}

.review {
  padding: 5px 20px;
  font-size: 13px;
}

.review .review-title {
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  cursor: pointer;
  color: #4e4e4e;
}

.review .input-box {
  border: 1px solid #cccccc;
}

.review .input-box .bottom {
  overflow: hidden;
  padding: 5px;
  border-top: 1px solid #cccccc;
}

.review .input-box .bottom .name {
  float: left;
  line-height: 28px;
  color: #666666;
}

.review .submit {
  float: right;
  width: 60px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  background-color: #1885ea;
  cursor: pointer;
}

.review .review-group {
  overflow: hidden;
  padding: 5px 0 0 10px;
  margin-bottom: 10px;
}

.review .review-group textarea {
  margin: 3px 0 0 1%;
  width: 98%;
  max-width: 98%;
  height: 80px;
  line-height: 24px;
  background: none;
}

.review .review-group input[type=text],
.review .review-group textarea {
  color: #666;
}

.review .review-group li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
}

.review .review-group li:first-child {
  border-top: none;
}

.review .review-group .view-info {
  font-size: 13px;
  color: #666666;
}

.review .review-group .view-info .time {
  padding-left: 20px;
  color: #999;
  font-size: 12px;
}

.review .review-group .view-content {
  padding: 5px 0;
  line-height: 20px;
  text-indent: 24px;
}

.review .review-group .review-input {
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fafafa;
}

.review .review-group .review-input span {
  float: left;
  padding: 0 0 0 5px;
  line-height: 24px;
  color: #666666;
}

.review .review-group .review-input .backup {
  margin-left: 35px;
  line-height: 24px;
}

.review .review-group .review-input textarea {
  resize: none;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}

.review .review-group .review-input .submit {
  display: none;
  margin: 5px 5px 5px;
}

.review .review-group .review-input.active textarea,
.review .review-group .review-input.active .submit {
  display: block;
}

.review .review-group .review-input.active textarea {
  overflow: auto;
  height: 80px;
}

.review-form {
  width: 100%;
  border-collapse: collapse;
}

.review-form tr {
  background-color: #ffffff;
}

.review-form td,
.review-form th {
  vertical-align: top;
}

.review-form th {
  padding: 5px 3px;
  *text-align: left;
}

.review-form td {
  padding: 5px 3px;
}

.review-form .review-field {
  width: 10%;
}

.review-form .field-label {
  float: right;
  line-height: 30px;
  text-align: right;
}

.review-form .input {
  *margin-right: 30px;
}

.review-form .input input[type=text],
.review-form .input textarea {
  box-sizing: border-box;
  padding: 7px 14px;
  height: 30px;
  *height: auto;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  color: #333;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dedede;
}

.review-form .input textarea {
  min-height: 80px;
}

.review-form .td-verify {
  width: 500px;
}

.down-table {
  border: 1px solid #d5d5d6;
  font-size: 13px;
  margin: 5px 0 15px 20px;
  width: 720px;
  border-collapse: collapse;
}

.down-table tr {
  background-color: #fff;
}

.down-table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.down-table tr th,
.down-table tr td {
  padding: 10px 5px;
}

.down-table .btn {
  float: right;
  width: 60px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  background-color: #1e60b6;
  cursor: pointer;
  float: left;
  margin-left: -70px;
  *margin-left: 0;
  text-align: center;
  width: 140px;
  height: 35px;
  line-height: 35px;
}

.down-table .text-right {
  text-align: right;
}

@charset "UTF-8";
.nav .link {
  float: right;
  margin-top: 6px;
  padding: 0 40px;
  height: 30px;
  line-height: 30px;
  color: #1f79df;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/bg-link.png") repeat-x;
}

.nav .text {
  padding-left: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
}

.form {
  background: #fff;
}

.table-form {
  margin-top: 37px;
  width: 100%;
  border-collapse: collapse;
  color: #606060;
  border: 1px solid #d7d7d7;
  font-family: "宋体", "microsoft yahei", Arial, Helvetica, sans-serif;
}

.font-yahei {
  font-family: "microsoft yahei", Arial, "宋体", Helvetica, sans-serif;
}

.table-form .fr {
  float: right;
}

.table-form .fl {
  float: left;
}

.table-form .tr-heigh td {
  padding-top: 55px;
}

.table-form td {
  padding: 6px;
}

.table-form .title {
  padding-left: 23px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid #d9d6d6;
  border-bottom: 1px solid #d9d6d6;
  background: url("../images/bg-title.png") repeat-x;
}

.table-form .pl20 {
  padding-left: 20px;
}

.table-form .title .fr {
  width: 340px;
  font-size: 12px;
  line-height: 14px;
}

.table-form .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 35px;
  padding-left: 20px;
  width: 104px;
  text-align: right;
}

.table-form .require {
  float: left;
}

.table-form input[type=text],
.table-form select,
.table-form textarea {
  margin-right: 5px;
  box-sizing: border-box;
  width: 326px;
  border: 1px solid #d9d6d6;
  font-size: 14px;
  line-height: 20px;
  *line-height: 14px;
  padding: 0 4px;
  *padding: 6px 4px;
  color: #606060;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.table-form input[type=text]:focus,
.table-form select:focus,
.table-form textarea:focus {
  border-color: #ade3ff;
  -webkit-box-shadow: 0 0 3px 1px #ade3ff;
  -moz-box-shadow: 0 0 3px 1px #ade3ff;
  box-shadow: 0 0 3px 1px #ade3ff;
}
.table-form input[type=text]:hover,
.table-form select:hover,
.table-form textarea:hover {
  *border-color: #ade3ff;
}

.table-form input[type=text],
.table-form select {
  height: 30px;
  *height: auto;
}

.table-form textarea {
  min-height: 30px;
}

.table-form .radio,
.table-form .checkbox {
  margin-right: 20px;
  line-height: 20px;
}

.table-form .radio input,
.table-form .checkbox input {
  position: relative;
  margin-right: 3px;
  top: 2px;
  *top: 0;
}

.table-form .small,
.table-form input.small {
  width: 185px;
}

.table-form .large,
.table-form input.large {
  width: 530px;
}

.table-form .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 30px;
  *height: 22px;
  text-align: center;
  line-height: 30px;
  *line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.table-form .text-btn {
  color: #fff;
  background: #ff4848;
}

.table-form input[type=submit] {
  color: #fff;
  background: #41c123;
}

.table-form input[type=reset] {
  color: #888;
  background: #ccc;
}

.table-form .bottom {
  padding: 15px 0;
  border-top: 1px solid #d9d6d6;
  text-align: center;
}

.table-form .bottom .link {
  color: #0668cd;
}

.table-form .lh30 {
  line-height: 30px;
}

.table-form .text-top {
  vertical-align: top;
}

.index-main {
  margin-top: 9px;
}

.index-main .main-col-left {
  float: left;
  width: 704px;
}

.index-main .main-col-right {
  float: right;
  width: 268px;
}

.main-col-right .more,
.main-col-left .section .more {
  float: right;
  color: #c76a06;
  font-size: 12px;
  font-weight: normal;
}

.main-col-right .new-notice,
.main-col-left .section {
  padding-bottom: 9px;
  border: 1px solid #e7eef2;
  background: #f2f2f2;
}

.main-col-right .new-notice {
  min-height: 290px;
}

.main-col-left .section {
  min-height: 339px;
}

.main-col-right .new-notice dt,
.main-col-left .section dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #276fd6;
}

.main-col-right .new-notice dt h3,
.main-col-left .section dt h3 {
  overflow: hidden;
}

.main-col-right .new-notice dt span,
.main-col-left .section dt span {
  float: left;
  padding: 0 18px;
  height: 32px;
  line-height: 32px;
  background: #2d7def;
  font-size: 16px;
  color: #fff;
}

.main-col-right .new-notice dd,
.main-col-left .section dd {
  clear: both;
  padding: 0 9px 15px;
}

.main-col-right .new-notice .item,
.main-col-left .section .item {
  overflow: hidden;
  padding-left: 28px;
  height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/index/notice-list-bg.png") no-repeat 6px center;
}

.main-col-right .new-notice .cat,
.main-col-left .section .cat {
  color: #1e60b6;
}

.main-col-right .new-notice .desc .img,
.main-col-left .section .desc .img {
  position: relative;
  float: left;
  margin-right: 5px;
}

.main-col-right .new-notice .desc .img p,
.main-col-left .section .desc .img p {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  z-index: 3;
  background: #555;
  background: rgba(0, 0, 0, 0.56);
}

.main-col-right .new-notice .desc .info,
.main-col-left .section .desc .info {
  color: #909090;
  line-height: 22px;
}

.main-col-right .new-notice .desc .info h5,
.main-col-left .section .desc .info h5 {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-col-right .new-notice .desc .info a,
.main-col-left .section .desc .info a {
  color: #1e60b6;
}

.main-col-right .specials {
  margin-top: 10px;
  padding: 9px;
  height: 305px;
  border: 1px solid #e7eef2;
  color: #5b5b5b;
}

.main-col-right .specials h3 {
  overflow: hidden;
  margin-bottom: 14px;
  padding-bottom: 9px;
  line-height: 22px;
  color: #1e60b6;
  border-bottom: 1px dashed #c8c8c8;
}

.main-col-right .specials h3 span {
  float: left;
  font-size: 16px;
}

.main-col-right .specials h3 a {
  float: right;
  color: #c76a06;
  font-size: 12px;
  font-weight: normal;
}

.main-col-right .specials .text {
  clear: both;
  padding: 0 10px;
  text-indent: 30px;
  line-height: 24px;
}

.main-col-right .specials .img {
  text-align: center;
}

.main-col-right .apps {
  margin-top: 10px;
  padding: 4px 0 8px;
  border: 1px solid #e7eef2;
  border-top-color: #2c72d4;
}

.main-col-right .apps dd {
  margin: 4px auto 0;
  width: 255px;
  background: url("../images/index/app-bg.png") no-repeat;
}

.main-col-right .apps dd a {
  display: block;
  padding-left: 67px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/index/apps.png") no-repeat;
  color: #043c82;
  font-size: 20px;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

.main-col-right .apps dd .szx {
  background-position: 10px 0;
}

.main-col-right .apps dd .teach {
  background-position: 10px -60px;
}

.main-col-right .apps dd .student {
  background-position: 10px -120px;
}

.main-col-right .apps dd .office {
  background-position: 10px -180px;
}

.main-col-right .apps dd .money {
  background-position: 10px -240px;
}

.main-col-right .apps dd .hr {
  background-position: 10px -305px;
}

.main-col-left .banner {
  position: relative;
  height: 301px;
}

.main-col-left .banner .photos {
  position: relative;
  overflow: hidden;
  width: 704px;
  height: 301px;
  z-index: 1;
}

.main-col-left .banner .photos li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.main-col-left .banner .photos li:first-child {
  display: block;
}

.main-col-left .banner a {
  position: relative;
  z-index: 1;
}

.main-col-left .banner a.more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 131px;
  height: 39px;
  z-index: 2;
  background: url("../images/index/banner-more.png") no-repeat;
}

.main-col-left .banner .pointers {
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  text-align: center;
  font-size: 0;
  letter-spacing: -10px;
  z-index: 2;
}

.main-col-left .banner .pointers li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 12px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url("../images/index/banner-pointer.png") no-repeat;
}

.main-col-left .banner .pointers li:hover,
.main-col-left .banner .pointers li.checked {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #ffffff;
  -moz-box-shadow: 0 0 1px 1px #ffffff;
  box-shadow: 0 0 1px 1px #ffffff;
}

.main-col-left .sections {
  overflow: hidden;
  background: #fff;
}

.main-col-left .section {
  float: left;
  width: 338px;
  background: none;
  border: 0;
}

.main-col-left .section.left {
  float: left;
}

.main-col-left .section.right {
  float: right;
}

.main-col-left .section dt {
  border-bottom-width: 2px;
  line-height: 40px;
}

.main-col-left .section dt span {
  background: none;
  color: #241717;
  line-height: 40px;
}

.main-col-left .section dt + dd {
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #c8c8c8;
}

.main-col-left .section dt + dd .img {
  padding: 3px;
  border: 1px solid #d1cfcf;
}

.main-col-left .section dt + dd .view {
  text-align: right;
}

.main-col-left .section .time {
  float: right;
  color: #888;
}

.text-list dl {
  padding: 10px 0;
  *float: left;
  *width: 100%;
}
.text-list dd {
  overflow: hidden;
  margin: 0 14px 0 5px;
  height: 35px;
  border-bottom: 1px dashed #cecece;
}
.text-list .list-icon {
  float: left;
  margin-top: 15px;
  width: 4px;
  height: 4px;
  background: #eb7f0a;
}
.text-list .text {
  margin-left: 10px;
  height: 34px;
  line-height: 34px;
  text-indent: 10px;
}
.text-list .text a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 70px;
}
.text-list .time {
  float: right;
}

.image-list {
  overflow: hidden;
  padding: 0 5px;
  margin-right: -22px;
}
.image-list li {
  float: left;
  margin: 14px 18px 0 0;
  width: 162px;
}
.image-list li p {
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.image-list .cell {
  overflow: hidden;
  width: 160px;
  height: 114px;
  border: 1px solid #cecece;
  text-align: center;
  line-height: 112px;
  *font-size: 85px;
}
.image-list .cell img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-list .cell {
  *font-size: 113px;
}

.left-menu .text-list h3 {
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  color: #1e74d9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-menu .text-list h3 a {
  float: right;
  margin-right: 5px;
  font-weight: 400;
}
.left-menu .text-list dl {
  padding-top: 0;
}
.left-menu .text-list dd {
  margin-left: 20px;
}
.left-menu .text-list .text a {
  margin-right: 0;
}

.pag {
  overflow: hidden;
  margin: 15px 0;
}

.pag ul,
.pag.pag-east ul {
  float: right;
}

.pag li {
  float: left;
  overflow: hidden;
  margin-left: -1px;
  height: 33px;
  font-size: 14px;
  line-height: 1.42857143;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #ffffff;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
}

.pag li:first-child {
  margin-left: 0;
}

.pag li:first-child:not(:last-child) {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pag li:last-child:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pag li:not(:last-child):not(:first-child) {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pag li:hover {
  background-color: #f5f5f5;
}

.pag li:hover a,
.pag li:hover span {
  color: #292929;
}

.pag li a,
.pag li span {
  float: left;
  padding: 6px 12px 7px;
  color: #333333;
  text-decoration: none;
  vertical-align: top;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
