﻿body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Microsoft YaHei", "宋体";
  background-color: white;
  min-width: 1170px;
}

body.article,
body.news,
body.vote {
  background-color: #eef5fb;
}

.wrap {
  width: 1170px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #4169e1;
}

.img-over img {
  opacity: 1;
}

.img-over a:hover img {
  opacity: 0.9;
}

.top-bar {
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

.top-text {
  font-size: 13px;
  text-shadow: 1px 1px 1px 1px #ccc;
}

.placeholder {
  margin: 5px;
  padding: 0 10px;
  background-color: #ebebeb;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  color: #cfcfcf;
}

.page-banner {
  height: 348px;
  background-image: url("Images/banners/page-banner.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.list-67141632 .page-banner,
.list-67174400 .page-banner,
.list-67207168 .page-banner,
.list-67239936 .page-banner,
.list-67272704 .page-banner,
.list-67305472 .page-banner,
.list-1317011456 .page-banner,
.list-1325400064 .page-banner {
  background-image: url("Images/banners/page-banner-dj.jpg");
}
.list-67338240 .page-banner {
  background-image: url("Images/banners/page-banner-67338240.jpg");
}

.page-banner .wrap {
  overflow: hidden;
  position: relative;
}

.page-banner .banner-top {
  background-image: url("Images/banners/bg-banner.jpg");
  background-position: bottom center;
  height: 108px;
}

.page-banner .banner-top .wrap {
  height: 100%;
}

body.home .page-banner {
  height: auto;
  background-image: none;
}

.logo {
  position: absolute;
  top: 5px;
  display: block;
}

.logo a.link-logo {
  background-image: url("Images/logo-black.png");
  width: 413px;
  height: 112px;
  display: block;
}

.logo-text {
  position: absolute;
  top: 25px;
  right: 30px;
  display: block;
  width: 282px;
  height: 62px;
  background-image: url("Images/logo-text.png");
}

.logo-ico {
  background-image: url("Images/logo-ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 72px;
  width: 72px;
}

.searchbar {
  position: absolute;
  right: 350px;
  top: 37px;
  display: block;
  width: 350px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

.searchbar input[type="text"] {
  position: relative;
  float: left;
  height: 34px;
  width: 240px;
  padding-left: 10px;
  border: 2px solid #0075bf;
  border-radius: 4px 0 0 4px;
  color: #333;
  font-size: 15px;
  font-family: "Microsoft YaHei", "宋体";
}

.searchbar input[type="submit"] {
  float: left;
  display: inline;
  margin-left: -2px;
  width: 60px;
  height: 38px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-family: "Microsoft YaHei", "宋体";
  background: #0075bf url("images/search-btn.png") no-repeat center center;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
/**主菜单**/
.nav-menu {
  background-color: #0075bf;
  height: 40px;
}

ul.dropdown-menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  display: block;
  width: 1160px;
}

ul.dropdown-menu > li {
  float: left;
  list-style-type: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  width: 116px;
  background-image: url("Images/icons-nav-spliter.png");
  background-position: right top;
  background-repeat: no-repeat;
}

ul.dropdown-menu > li:hover {
  background-color: white;
}

ul.dropdown-menu > li > a {
  color: white;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

ul.dropdown-menu > li:hover > a {
  color: #0075bf;
}

ul.dropdown-menu > li > div {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 999;
  opacity: 0.9;
  left: 0;
  text-align: left;
  border: 1px solid #f5f5f5;
  box-shadow: #f5f5f5, 1px 1px inset;
  background-color: #fff;
}

ul.dropdown-menu > li:hover > div {
  display: block;
}

ul.dropdown-menu > li:hover > div > div {
  padding: 6px;
  line-height: normal;
}

.vertical ul.dropdown-menu > li:hover {
  background-color: #0081c7;
}

.vertical ul.dropdown-menu > li:hover > a {
  color: white;
}

.vertical ul.dropdown-menu > li > div {
  position: absolute;
  background-color: #0081c7;
  width: 116px;
  left: inherit;
  border-width: 0;
}

.vertical ul.dropdown-menu .submenu {
  min-height: inherit;
}

.vertical ul.dropdown-menu .submenu a {
  display: block;
  text-align: center;
  color: white;
  border-top: 1px solid #3689e2;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  margin: 0;
}

.vertical ul.dropdown-menu .submenu a:hover {
  background-color: white;
  color: #0075bf;
}
/*水平下拉*/
.submenu {
  white-space: normal;
  min-height: 150px;
}

.submenu a {
  display: inline-block;
  margin: 15px 30px;
  min-width: 60px;
}

.submenu .submenu-left {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 400px;
}

.submenu .submenu-left label {
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 0;
  color: #ccc;
}

.submenu .submenu-center {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  text-indent: 24px;
  padding-top: 30px;
}

.submenu .submenu-right {
  width: 30%;
  display: inline-block;
  text-align: right;
}

.submenu-group-list {
  display: block;
}

.submenu-group-list th {
  width: 100px;
  vertical-align: top;
  padding: 15px 0;
  text-align: right;
  font-weight: bold;
}
/**主菜单**/
/**友情链接**/
.friend-links {
  line-height: 35px;
  /*overflow: hidden;*/
}

.friend-links:hover {
  /*height: auto;*/
}

.friend-links a {
  display: inline-block;
  padding: 3px 10px;
}
/**友情链接**/
.copyright {
  text-align: center;
  margin-bottom: 50px;
}

/*panel*/
.panel {
  display: block;
  white-space: normal;
}

.panel .panel-header {
  border-bottom: 1px solid #ccc;
  text-decoration-style: solid;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.panel .panel-header label {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #0075bf;
  letter-spacing: 1px;
  height: 45px;
  color: #444;
  float: left;
  margin-top: 3px;
}

.panel .panel-header .en {
  color: #dcdcdc;
  float: left;
  margin: 5px 0 0 10px;
  font-size: 12px;
}

.panel .panel-header .fr a {
  position: relative;
  top: 5px;
}
/*panel*/

/*news-preview*/
.news-preview {
}

.news-preview .pic {
  position: relative;
}

.news-preview .pic img {
  max-height: 250px;
  width: 100%;
}

.news-preview .pic h1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.2) none repeat;
  color: white;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  top: 75%;
}

.news-preview h1 {
  color: #111;
  font-size: 16px;
  font-weight: bold;
}

.news-preview .description {
  text-indent: 24px;
  color: #666;
  line-height: 23px;
  letter-spacing: 1px;
}

.news-preview .breadcrumb {
  border-bottom-width: 0;
  margin-top: 20px;
}

.news-preview .breadcrumb a {
  font-weight: bold;
}
/*news-preview*/
/*nav-home*/
.nav-home {
  margin: 10px 0;
}

.nav-home a {
  color: #0075bf;
  font-weight: bold;
}

.nav-home a:before {
  content: ">";
  font-weight: bold;
  color: #0075bf;
  margin: 0 5px;
}

.nav-home a:first-child:before {
  content: "";
  margin: 0 0;
}
/*nav-home*/

/*breadcrumb*/
.breadcrumb {
  margin: 10px 0;
  border-bottom: 3px solid #999a9a;
  padding-bottom: 10px;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb a:before {
  content: "/";
  color: #999a9a;
  margin: 0 5px;
}

.breadcrumb a:first-child:before {
  content: " ";
  margin: 0 10px 0 0;
  background-image: url("Images/icon-home.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6px;
}

.breadcrumb a:last-child {
  color: #0075bf;
}
/*breadcrumb*/

/*list*/
ul.list {
  line-height: 26px;
  padding: 10px 0;
}

ul.list li {
  margin: 5px 0;
  position: relative;
  height: 26px;
}

ul.list li h1 {
  white-space: nowrap;
  overflow: hidden;
}

ul.list li a {
}

ul.list li a:hover {
  color: #0075bf;
}

ul.list li a:before {
  content: ">>";
  color: #0075bf;
}

ul.list li .date {
  color: #ccc;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
}
/*list*/

/*list-pic*/
ul.list-pic {
  padding-top: 5px;
}

ul.list-pic li {
  position: relative;
  margin: 15px 0;
  border-bottom: 1px dotted #ccc;
  height: 90px;
}

ul.list-pic .pic {
  display: block;
  border: 2px solid #a6cfe9;
  width: 108px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

ul.list-pic .pic img {
  max-width: 108px;
  min-height: 100%;
}

ul.list-pic h1 {
  margin-left: 128px;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.list-pic .description {
  margin: 10px 0 5px 128px;
  height: 40px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}

ul.list-pic .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ccc;
  font-size: 11px;
  font-style: italic;
}
/*list-pic*/

/*list-pic-big*/
ul.list-pic-big {
}

ul.list-pic-big li {
  position: relative;
  margin: 30px 0;
  border-bottom: 1px dotted #ccc;
  height: 190px;
}

ul.list-pic-big .pic {
  display: block;
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
}

ul.list-pic-big .pic img {
  width: 200px;
  min-height: 100%;
}

ul.list-pic-big h1 {
  margin-left: 220px;
  font-weight: bold;
  font-size: 15px;
}

ul.list-pic-big .description {
  margin: 10px 0 5px 220px;
  color: #666;
  line-height: 22px;
}

ul.list-pic-big .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  font-size: 11px;
  font-style: italic;
}
/*list-pic-big*/

/*list-photo*/
ul.list-photo {
}

ul.list-photo li {
  width: 365px;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
  height: 300px;
  border: 1px solid #ccc;
}

ul.list-photo li:hover {
  border: 1px solid #f60;
}

ul.list-photo li .pic a img {
  width: 365px;
}

/*list-date*/
ul.list-date {
}

ul.list-date li {
  position: relative;
  margin: 15px 0;
  border-bottom: 1px dotted #ccc;
  height: 85px;
}

ul.list-date h1 {
  margin-left: 78px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.list-date .description {
  margin: 10px 0 5px 78px;
  height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}

ul.list-date .date {
  position: absolute;
  width: 56px;
  height: 56px;
  display: block;
  left: 0;
  border: 4px solid #a6cfe9;
}

ul.list-date .date .month {
  position: absolute;
  left: 5px;
  top: 12px;
}

ul.list-date .date .day {
  position: absolute;
  right: 7px;
  bottom: 5px;
}

ul.list-date .month:after {
  content: "/";
  position: absolute;
  font-size: 48px;
  left: 80%;
  top: -20px;
  color: #a6cfe9;
}
/*list-date*/

/*list-grid*/
ul.list-grid {
  padding-top: 10px;
}

ul.list-grid li {
  display: inline-block;
}

ul.list-grid li {
  margin: 10px;
  height: 200px;
  width: 230px;
  display: inline-block;
}

ul.list-grid .pic {
  display: block;
  height: 145px;
  border: 1px #ddd solid;
  padding: 1px;
  overflow: hidden;
  text-align: center;
}

ul.list-grid .pic img {
  height: 100%;
  overflow: hidden;
}

ul.list-grid h1 {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  height: 38px;
  overflow: hidden;
}
/*list-grid*/

/*list-ico*/
ul.list-ico {
  line-height: 26px;
  padding: 10px 0;
}

ul.list-ico li {
  margin: 5px 0;
  position: relative;
  height: 26px;
}

ul.list-ico li h1 {
  white-space: nowrap;
  overflow: hidden;
  padding-left: 40px;
}

ul.list-ico li a {
}

ul.list-ico li a:hover {
  color: #0075bf;
}

ul.list-ico li .date {
  color: #ccc;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
}

ul.list-ico.file li h1 {
  background-image: url(/Skins/Images/icons-file.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
}

ul.list-ico.node li h1 {
  background-image: url(/Skins/Images/icons-folder-closed.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
}
/*list-ico*/

/*list-dot*/
ul.list-dot {
  text-align: left;
}

ul.list-dot li {
  /*color: #0075bf;*/
  position: relative;
  display: block;
  margin: 20px 0;
  font-size: 15px;
}

ul.list-dot li h1 {
  margin-right: 80px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.list-dot li h1 a:before {
  padding: 2px;
  border-radius: 4px;
  background-color: #0075bf;
  border: 1px solid #0075bf;
  content: "";
  font-size: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 8px 2px 2px;
}

ul.list-dot li .date {
  position: absolute;
  top: 0;
  right: 5px;
  color: #ccc;
}

/*list-overview*/
ul.list-overview {
  text-align: left;
}

ul.list-overview li {
  color: #0075bf;
  position: relative;
  display: block;
  margin: 20px 0;
  font-size: 15px;
}

ul.list-overview li h1 {
  margin-right: 80px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.list-overview li h1 a:before {
  padding: 2px;
  border-radius: 4px;
  background-color: #0075bf;
  border: 1px solid #0075bf;
  content: "";
  font-size: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 8px 2px 2px;
}

ul.list-overview li .pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: none;
}

ul.list-overview li .pic img {
  width: 100%;
}

ul.list-overview li .date {
  position: absolute;
  top: 0;
  right: 5px;
  color: #ccc;
}

ul.list-overview li.selected .date {
  font-size: 12px;
  bottom: 5px;
  top: inherit;
  right: 10px;
  color: #fff;
}

ul.list-overview li .description {
  display: none;
  padding: 3px 10px;
  text-indent: 24px;
  line-height: 20px;
}

ul.list-overview li.selected {
  display: block;
  color: white;
  background: #000;
}

ul.list-overview li.selected .pic {
  display: block;
}

ul.list-overview li.selected h1 {
  position: absolute;
  top: 114px;
  left: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  height: 30px;
  display: block;
  padding-top: 10px;
  z-index: 1;
}

ul.list-overview li.selected h1 a {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

ul.list-overview li.selected h1 a:before {
  display: none;
}

ul.list-overview li.selected .description {
  color: white;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  overflow: hidden;
}
/*list-overview*/
.footer {
  background: url(Images/bg-footer-home.jpg) repeat-x center top;
  position: relative;
  height: 270px;
}

.footer .wrap {
  padding: 25px 0;
}

.footer .wrap a {
  color: #fff;
  font-weight: bold;
}

.links-footer {
  padding-top: 20px;
}

.links-footer a {
  display: inline-block;
  width: 80px;
  margin: 15px;
}

.container {
  position: relative;
  margin: 85px 0 0 0;
  background-color: white;
  padding-bottom: 40px;
}

.content {
  float: right;
  width: 780px;
  padding: 40px;
}
/*sidebar*/
.sidebar {
  width: 260px;
  height: 100%;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-top: 90px;
  margin-left: 35px;
  float: left;
}

.sidebar .title {
  background-image: url("Images/bg-sidebar-title.png");
  width: 262px;
  height: 122px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: -35px;
}

.sidebar .title h3 {
  text-align: center;
  padding-top: 20px;
  margin: 0;
  font-size: 26px;
}

.sidebar .title span {
  font-size: 18px;
}

.sidebar-menu {
  display: block;
}

.sidebar-menu a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 30px;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #fefefe;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.sidebar-menu a.selected {
  border-left: 5px solid #0075bf;
  background-color: #eeefeb;
}

.sidebar-menu a:hover {
  border-left: 5px solid #ff6600;
}
/*sidebar*/

/*article*/
article {
  display: block;
  white-space: normal;
  position: relative;
}

article header {
  position: relative;
  margin: 20px 0 30px 0;
  text-align: center;
}

article header h1 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #444;
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 20px 10px;
}

article header p {
  color: #ccc;
  margin: 10px;
}

article .pic {
  text-align: center;
}

article img {
  max-width: 100%;
}

article .btn-goto {
  right: 0;
  bottom: 0;
  font-size: 23px;
  color: white;
  background-color: green;
  padding: 10px 20px;
  position: absolute;
}
/*article*/

/*list-icons-enrollment*/
ul.list-icons-enrollment {
  padding: 10px 0 0 40px;
}

ul.list-icons-enrollment li {
  background: url(../Images/icons-enrollment.png) no-repeat 0 0;
  height: 77px;
  line-height: 77px;
  margin-top: 30px;
}

ul.list-icons-enrollment li a {
  color: white;
  font-size: 30px;
  margin-left: 100px;
}

ul.list-icons-enrollment li.item-query {
  background-position: 30px -17px;
  background-color: #fbb51f;
}

ul.list-icons-enrollment li.item-qa {
  background-position: 30px -140px;
  background-color: #fc8888;
}

ul.list-icons-enrollment li.item-enroll {
  background-position: 30px -259px;
  background-color: #38aaf3;
}

ul.list-icons-enrollment li.item-phone {
  background-position: 30px -378px;
  background-color: #c60000;
}
/*list-item*/

/*list-vote-item*/
ul.list-vote-item {
  text-align: left;
  color: #d5d5d5;
}

ul.list-vote-item li {
  display: inline-block;
  width: 200px;
  height: 280px;
  background-color: #0075bf;
  margin: 10px;
  position: relative;
  text-align: center;
}

ul.list-vote-item li .pic {
  height: 135px;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}

ul.list-vote-item li .pic img {
  width: 100%;
}

ul.list-vote-item li h1 {
  margin: 10px 0;
}

ul.list-vote-item li label {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: #f39c12;
}

ul.list-vote-item li label input {
  cursor: pointer;
}

#BtnSumbitVote {
  background-color: #f39c12;
  padding: 10px 30px;
  letter-spacing: 10px;
  border-width: 0;
  font-weight: bold;
  color: white;
  font-size: 23px;
  cursor: pointer;
}
/*list-vote-item*/

/*list-qrcode*/

ul.list-qrcode {
  text-align: center;
}

ul.list-qrcode li {
  display: inline-block;
  width: 80px;
  margin: 5px;
  color: white;
}

ul.list-qrcode li img {
  width: 80px;
  height: 80px;
  display: block;
}
/*list-qrcode*/

/*detail-vote*/

article.detail-vote header {
  border-bottom: 1px solid #ccc;
  text-decoration-style: solid;
  height: auto;
  line-height: 44px;
  padding: 0;
  position: relative;
  margin: 0 0 20px 0;
  border-bottom-width: 0;
}

article.detail-vote header h1 {
  background-image: url(/Skins/Images/logo-ico.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding: 5px 0 0 110px;
  font-size: 32px;
  line-height: 40px;
  border-bottom-width: 0;
}
/*detail-vote*/

/* Pagination 分页控件样式 */
.Pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
}

.Pagination a {
  position: relative;
  float: left;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  margin-left: -1px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.Pagination a:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.Pagination a.Selected:hover,
.Pagination a.Selected {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.Pagination a:first-child {
  border-radius: 4px 0 0 4px;
}

.Pagination a:last-child {
  border-radius: 0 4px 4px 0;
}

.Pagination a.TotalInfo {
  color: #555;
  cursor: default;
}

.Pagination a.TotalInfo:hover {
  background-color: #fff;
}

.Pagination a.TotalInfo b {
  color: #f30;
  margin: 0 2px;
}

.Pagination input {
  width: 60px;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: -1px;
  color: #337ab7;
  border: 1px solid #ddd;
}

.Pagination select {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: -1px;
  color: #337ab7;
  border: 1px solid #ddd;
}

.TableFooterPager {
  position: relative;
  margin: 0;
  background: #fff;
  overflow: hidden;
  padding: 5px 5px 2px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
  text-align: right;
}

.TableFooterPager .Pagination a.TotalInfo {
  position: absolute;
  left: 0;
  border: none;
  background: none;
  line-height: 24px;
}
/* Pagination 分页控件样式 */

a.btn-add-like {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #f90000;
  color: white;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin: 50px auto;
}

a.btn-add-like:hover {
  color: #fff;
}

a.btn-add-like span {
  margin-left: 10px;
}

/* 图片放大效果 */
ul li .pic img {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

ul li .pic img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

footer {
  margin-top: 30px;
}

/*search-panel-enroller*/
.search-panel-enroller {
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.search-panel-enroller form input[type="text"] {
  margin: 0 3px;
  padding: 4px 6px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  border: 1px solid #666;
  background-color: #fff;
}

.search-panel-enroller form select {
  margin: 0 3px;
  padding: 4px 6px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 1px solid #666;
  background-color: #fff;
}

.search-panel-enroller form input[type="submit"] {
  margin: 0 3px;
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #444;
  background-color: #444;
}

.semester-items {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #f8f8f8;
}
.semester-items th {
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
}
.semester-items td {
  height: 36px;
  line-height: 36px;
  color: #333;
}

.semester-items tr:hover {
  background-color: #f5f5f5;
}

.semester-items a {
  font-weight: bold;
  color: #666;
}
