@charset "UTF-8";
/**!
 * 首页
 * author: gaojian
 * last editor: qianyuitng
 * date:2022-04-10
 */
/* 公用外层容器 */
.box {
  padding: 28px 20px 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 7px rgba(55, 77, 140, 0.1);
  background-color: #fff;
}

.box-hd {
  text-align: center;
  font-size: 0;
}

.box-tt {
  position: relative;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 50px;
  font-weight: 800;
  font-size: 28px;
  color: #404742;
  vertical-align: top;
}

.box-tt:before, .box-tt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 172px;
  height: 14px;
  background-repeat: no-repeat;
}

.box-tt:before {
  left: -222px;
  background-image: url("../images/title_before.png");
}

.box-tt:after {
  right: -222px;
  background-image: url("../images/title_after.png");
}

/* 交易公告信息 */
.trade-info {
  height: 590px;
}

.trade-bd {
  padding-top: 34px;
}

.type-hd {
  font-size: 0;
  text-align: center;
}

.type-hdl {
  display: inline-block;
  margin: 0 24px;
}

.type-hdl > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 0 6px;
  font-size: 16px;
  color: #999;
}

.type-hdl > a .ico {
  position: relative;
  width: 73px;
  height: 73px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background: url("../images/trade_bg.png") no-repeat right bottom;
  overflow: hidden;
  z-index: 1;
}

.type-hdl > a .ico:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.type-hdl:nth-child(1) .ico:before {
  background-image: url("../images/trade_ico1.png");
}

.type-hdl:nth-child(2) .ico:before {
  background-image: url("../images/trade_ico2.png");
}

.type-hdl:nth-child(3) .ico:before {
  background-image: url("../images/trade_ico3.png");
}

.type-hdl:nth-child(4) .ico:before {
  background-image: url("../images/trade_ico4.png");
}

.type-hdl:nth-child(5) .ico:before {
  background-image: url("../images/trade_ico5.png");
}

.type-hdl:nth-child(6) .ico:before {
  background-image: url("../images/trade_ico6.png");
}

.type-hdl:nth-child(7) .ico:before {
  background-image: url("../images/trade_ico7.png");
}

.type-hdl:nth-child(8) .ico:before {
  background-image: url("../images/trade_ico8.png");
}

.type-hdl:nth-child(4n+1) .ico {
  background-color: #3972e2;
}

.type-hdl:nth-child(4n+2) .ico {
  background-color: #35c8b0;
}

.type-hdl:nth-child(4n+3) .ico {
  background-color: #3b91fc;
}

.type-hdl:nth-child(4n+4) .ico {
  background-color: #628cff;
}

.type-hdl.active > a {
  color: #2359c6;
}

/* .type-hdl.active > a:before {
  position: absolute;
  left: 0;
  bottom: -11px;
  content: "";
  width: 100%;
  height: 6px;
  background: url("../images/trade_hdh.png") no-repeat;
} */
.type-hdl.active > a:before {
  position: absolute;
  left: 50%;
  bottom: -11px;
  content: "";
  width: 90px;
  height: 6px;
  margin-left: -45px;
  background: url("../images/trade_hdh.png") no-repeat;
  background-size: 100% 100%;
}
.type-bd {
  padding-top: 25px;
}

.bdl {
  display: none;
}

.notice-hdl {
  display: inline-block;
  vertical-align: top;
}

.notice-hdl > a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 18px;
  color: #909ab1;
}

.notice-hdl.active > a {
  color: #fff;
  background-color: #ffc000;
}

.notice-bd {
  padding-top: 10px;
}

/* 交易项目 */
.trade-proj {
  height: 560px;
}

.trade-proj .box-tt {
  font-size: 0;
}

.proj-item {
  display: inline-block;
  margin: 0 24px;
  font-size: 28px;
  color: #999;
  vertical-align: top;
  cursor: pointer;
}

.proj-item.active {
  color: #404742;
}

.proj-hd {
  margin-top: 27px;
}

.proj-hd .notice-hdl {
  margin: 0 35px;
}

.proj-hd .notice-hdl > a {
  position: relative;
  width: 90px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  border-radius: 0;
  font-size: 20px;
}

.proj-hd .notice-hdl.active > a {
  color: #2359c6;
  background-color: transparent;
}


.proj-hd .notice-hdl.active > a:before {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  width: 90px;
  height: 6px;
  margin-left: -45px;
  background: url("../images/trade_hdh.png") no-repeat;
  background-size: 100% 100%;
}

.table-box {
  margin-top: 30px;
}

.table-item {
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-item > a {
  display: block;
  color: #333;
}

.table-item:nth-child(1) {
  width: 7%;
}

.table-item:nth-child(2) {
  width: 10.6%;
}

.table-item:nth-child(3) {
  width: 53.7%;
}

.table-item:nth-child(4) {
  width: 18.1%;
}

.table-item:nth-child(5) {
  width: 10.6%;
}

.table-hd {
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  background-color: #f5f7ff;
}

.table-bd {
  position: relative;
  height: 360px;
  padding-top: 14px;
  box-sizing: border-box;
}

.table-bd .news-item {
  padding-left: 0;
}

.table-bd .news-item:before {
  display: none;
}

.table-bd .news-item .table-item:nth-child(3) {
  text-align: left;
}

.no-info {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 732px;
  height: 286px;
  line-height: 25px;
  padding-top: 233px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  background: url("../images/no_info.png") no-repeat;
}

.advertise-swiper {
  height: 87px;
  padding: 0;
}

.advertise-img {
  display: block;
  height: 100%;
}

.advertise-img > img {
  width: 100%;
  height: 100%;
}

/* 机关建设 */
.construct-box {
  min-height: 484px;
}

.construct-box .notice-hdl {
  margin: 0 50px;
}

/* banner */
.banner {
  padding: 20px;
}

/* 图片轮播 */
.img-view {
  width: 570px;
  height: 368px;
  overflow: hidden;
}

.img-view .swiper-container {
  height: 100%;
}

.img-view .swiper-slide {
  height: 100%;
}

.img-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.img-box img {
  display: block;
  height: 100%;
  width: 100%;
}

.img-info {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 20px 0 115px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  box-sizing: border-box;
}

.img-tit {
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img-desc {
  margin-right: 130px;
  line-height: 26px;
  font-size: 16px;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img-date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  padding: 20px 12px 0;
  line-height: 34px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: rgba(75, 154, 252, 0.9);
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img-date:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 29px;
  height: 49px;
  margin: -24.5px 0 0 -14.5px;
  background: url("../images/date_split.png") center center no-repeat;
}

.img-date-day {
  margin-top: 25px;
}

.img-view .swiper-pagination {
  right: 16px;
  left: auto;
  bottom: 16px;
  width: auto;
}

.img-view .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #b6aea4;
  opacity: 1;
  border-radius: 6px;
  vertical-align: bottom;
}

.img-view .swiper-pagination-bullet-active {
  background-color: #cb2d25;
}

/* 重要通知 */
.notice {
  width: 550px;
  height: 368px;
  margin-right: 10px;
  overflow: hidden;
}

.notice-tit {
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: bold;
}

.notice-tit-txt {
  padding-right: 65px;
  background: url("../images/cloud.png") right center no-repeat;
      color: black;
}

/* 登录 */
.login-list {
  margin: 34px -12.5px 0;
}

.login-item {
  width: 20%;
  padding: 0 12.5px;
  box-sizing: border-box;
}

.login-card {
  display: block;
  height: 88px;
  line-height: 88px;
  padding: 0 95px 0 20px;
  color: #fff;
  /* font-size: 22px; */
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.login-card:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 0 7px rgba(55, 77, 140, 0.2);
}

.login-card.center-personnel {
  background-image: url("../images/login_bg1.jpg");
}

.login-card.trade-subject {
  background-image: url("../images/login_bg2.jpg");
}

.login-card.supervise-channel {
  background-image: url("../images/login_bg3.jpg");
}

.login-card.integrity-library {
  background-image: url("../images/login_bg4.jpg");
}

/* 金融服务平台 */
.platform {
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(55, 77, 140, 0.1);
  overflow: hidden;
}

.platform img {
  display: block;
  width: 100%;
}




/* 20220428 start */
.box-tt:before {
  left: auto;
  right: 100%;
}

.box-tt:after {
  left: 100%;
  right: auto;
}

/* 交易公开 */
.trade-info {
  width: 775px;
  height: 590px;
}

.type-hd {
  text-align: left;
}

.type-hdl {
  margin: 0 77px 0 0;
  text-align: center;
}

.type-hdl:last-child {
  margin-right: 0;
}

.type-hdl > a {
  padding: 0;
  font-size: 20px;
}

.type-hdl > a .ico.ico1 {
  background-color: #3972e2;
}

.type-hdl > a .ico.ico1:before {
  background-image: url("../images/trade_ico2.png");
}

.type-hdl > a .ico.ico2 {
  background-color: #35c8b0;
}

.type-hdl > a .ico.ico2:before {
  background-image: url("../images/trade_ico3.png");
}

.type-hdl > a .ico.ico3 {
  background-color: #3b91fc;
}

.type-hdl > a .ico.ico3:before {
  background-image: url("../images/trade_ico6.png");
}

.type-hdl > a .ico.ico4 {
  background-color: #628cff;
}

.type-hdl > a .ico.ico4:before {
  background-image: url("../images/trade_ico9.png");
}

.type-hdl > a .ico.ico5 {
  background-color: #35c8b0;
}

.type-hdl > a .ico.ico5:before {
  background-image: url("../images/trade_ico7.png");
}

.notice-hdl {
  margin-right: 5px;
}

.notice-hdl:last-child {
  margin-right: 0;
}

.notice-hdl > a {
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
}

/* 开标日历 */
.bid-calendar {
  width: 405px;
  height: 590px;
}

.bid-calendar .box-tt {
  padding: 0 25px;
}

.bid-calendar .box-tt:before, .bid-calendar .box-tt:after {
  width: 120px;
  background-size: 100% 100%;
}

.calendar-operation {
  margin: 22px 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.calendar-day span {
  margin-right: 20px;
}

.calendar-day span:last-child {
  margin-right: 0;
}
.calendar-prev, .calendar-next {
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-top: -3px;
  vertical-align: middle;
  cursor: pointer;
}

.calendar-prev {
  margin-right: 40px;
  background: url("../images/calendar_prev.png");
}

.calendar-next {
  margin-left: 40px;
  background: url("../images/calendar_next.png");
}

.calendar .datetimepicker .dow {
  background-color: #e6f3ff;
}

.calendar .datetimepicker table thead tr:first-child th {
  display: none;
}

.calendar .datetimepicker table th,
.calendar .datetimepicker table td {
  width: 14.2857%;
  font-size: 16px;
}

.calendar .datetimepicker table th {
  height: 40px;
}

.calendar .datetimepicker table td {
  position: relative;
  height: 62px;
}

.calendar .datetimepicker table td .day-num {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  color: #333;
  border-radius: 2px;
}

.bid-val {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  background-color: #3b91fc;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
}

.calendar-tip {
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  margin-right: 15px;
  padding: 8px;
  width: 560px;
  height: auto;
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px 2px 0px 0px;
  box-sizing: border-box;
  z-index: 9;
}

.calendar-tip:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  right: -20px;
  top: 11px;
}

.calendar-tip-list {
  width: 100%;
  overflow: auto;
  max-height: 305px;
}

.calendar-tip-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  margin-left: 5px;
  background-color: #b5b1b1;
}

.calendar-tip-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 20px;
  background-color: #fff;
}

.calendar-tip-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(216, 216, 216, 0.2);
}

.calendar-tip-list li {
  position: relative;
  width: 99%;
  height: 95px;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  border: 1px solid #dbdee1;
  box-sizing: border-box;
  padding: 8px 18px;
  text-align: left;
}

.calendar-tip-list li:last-child {
  margin-bottom: 0;
}

.calendar-tip-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #628cff transparent transparent transparent;
}

.calendar-tip-list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar .datetimepicker table td.has-num .day-num {
  color: #4e5463;
  background-color: #d6ebff;
  cursor: pointer;
}

.calendar .datetimepicker table td.has-num .day-num:hover {
  background-color: #ffc000 !important;
}

.calendar .datetimepicker table td.old .day-num, .calendar .datetimepicker table td.new .day-num {
  color: #c8cacf;
}

.calendar .datetimepicker table td.active, .calendar .datetimepicker table td:hover {
  background-color: transparent !important;
}

/* 链接 */
.links {
  position: relative;
  height: 126px;
  padding: 14px 20px;
}

.links .swiper-container {
  height: 100%;
}

.links .swiper-slide {
  height: 100%;
}

.link-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.link-box img {
  display: block;
  height: 100%;
  width: 100%;
}

.link-name {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 10px 10px;
  max-width: 100%;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/link_name_bg_cyan.png") center center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-name.blue {
  background-image: url("../images/link_name_bg_blue.png");
}

.link-name.green {
  background-image: url("../images/link_name_bg_green.png");
}

.link-name.red {
  background-image: url("../images/link_name_bg_red.png");
}

.links .swiper-button-prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}

.links .swiper-button-next {
  left: 100%;
  right: auto;
  margin-left: 10px;
}

.links .swiper-button-prev.swiper-button-disabled,
.links .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

/* 政策法规 */
.construct-box {
  width: 775px;
  min-height: auto;
  height: 425px;
}

.construct-box .notice-hdl {
  margin: 0 60px 0 0;
}

/* 快速通道 */
.express-lane {
  width: 405px;
  height: 425px;
}

.express-lane .box-tt {
  padding: 0 25px;
  margin-bottom: 15px;
}

.express-lane .box-tt:before, .express-lane .box-tt:after {
  width: 120px;
  background-size: 100% 100%;
}

.express-lane-list {
  margin: -5px -10px;
}

.express-lane-item {
  width: 50%;
  padding: 5px 10px;
  box-sizing: border-box;
}

.express-lane-card {
  display: block;
  color: #333;
}

.express-lane-card:hover {
  color: #2c4fb1;
}

.express-lane-img {
  display: block;
  height: 123px;
}

.express-lane-name {
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 数据中心 */
.data-center {
  height: 615px;
}

.data-center .box-bd {
  margin-top: 28px;
}

.box-sub-tt {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 15px;
	color:#333;
}

.border-box {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.trade-statistics {
  width: 310px;
}

.today-statistics {
  height: 60px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #5a8cff;
  overflow: hidden;
}

.today-statistics-item {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 3px 36px 0 26px;
  box-sizing: border-box;
}

.today-statistics-item:before {
  position: absolute;
  right: -11px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 22px 0 0;
  border-color: #5a8cff transparent transparent transparent;
  z-index: 2;
}

.today-statistics-item:last-child {
  padding: 3px 26px 0 36px;
  background-color: #67c8ff;
}

.today-statistics-item:last-child:before {
  left: -11px;
  right: auto;
  border-width: 0 0 60px 22px;
  border-color: transparent transparent #67c8ff transparent;
}

.today-statistics-name {
  line-height: 28px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.today-statistics-val {
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.today-statistics-val span {
  margin-right: 10px;
  font-size: 22px;
}

.year-statistics-item {
  position: relative;
  width: calc(50% - 11px);
  height: 80px;
  margin-top: 12px;
  padding: 2px 12px 0;
  line-height: 24px;
  border: 1px solid #4a8cff;
  border-radius: 0 10px 0 10px;
  background: #e8efff;
  background: linear-gradient(to top, #e8efff, #fff);
  background: -moz-linear-gradient(bottom, #e8efff, #fff);
  box-sizing: border-box;
}

.year-statistics-item:nth-child(2n+1) {
  margin-right: 22px;
}

.year-statistics-item:nth-child(-n+2) {
  margin-top: 0;
}

.year-statistics-item:nth-child(2), .year-statistics-item:nth-child(3) {
  border-color: #6ac5fd;
  border-radius: 10px 0 10px 0;
  background: #e4f5ff;
  background: linear-gradient(to top, #e4f5ff, #fff);
  background: -moz-linear-gradient(bottom, #e4f5ff, #fff);
}

.year-statistics-name {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.year-statistics-info {
  height:24px;
  line-height:24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.year-statistics-val {
  margin-right: 5px;
  color: #3e68ca;
  font-size: 18px;
}

.year-statistics-qs {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("../images/qs_ico.png") center center no-repeat;
  z-index: 2;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}

.year-statistics-qs:hover {
  background-image: url("../images/qs_icoh.png");
}

.year-statistics-list#year-quantity-statistics .year-statistics-item {
  height: 58px;
  padding-top:4px;
}

.year-statistics-layer {
  line-height: 20px;
  font-size: 14px;
}

.year-statistics-layer i {
  display: none;
}

.year-statistics-layer .layui-layer-content {
  padding: 7px 16px !important;
}

.trade-field {
  margin-left: 38px;
}

.trade-field .border-box {
  width: 390px;
  height: 440px;
}

.trade-field-tab {
  margin-top: 10px;
  padding: 0 10px;
}

.trade-field-tab .notice-hdl {
  margin: 0 10px;
}

.trade-field-pie {
  height: 320px;
}

.pie-legend {
  margin: 0 20px;
}

.pie-legend-item {
  width: 33.33%;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pie-legend-item:nth-child(3n+1) {
  width: 34%;
}

.pie-legend-item:nth-child(3n+2) {
  width: 38%;
}

.pie-legend-item:nth-child(3n+3) {
  width: 28%;
}

.pie-legend-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}

.trade-subject .border-box {
  width: 390px;
  height: 440px;
  padding: 18px 20px 0;
}

.trade-subject .news-item > a {
  max-width: calc(100% - 110px);
}

/* 20220428 end */
.jyztxx{
	margin-top: 16px;
}

/* 20220513 金融服务平台、不见面开标大厅 start */
.login-list {
  margin-top: 24px;
  margin-bottom: 24px;
}

.platform {
  width: 568px;
}

.bidhall {
  display: block;
  width: 568px;
  border-radius: 4px;
  box-shadow: 0 0 7px rgba(55, 77, 140, 0.1);
  overflow: hidden;
}

.bidhall img {
  display: block;
  width: 100%;
}

/* 20220513 金融服务平台、不见面开标大厅 end */

.trade-info .news-item{
	height:51px;
	line-height:51px;
}

.link-name.color1, 
.link-name.color3,
.link-name.color5{
  background-image: url("../images/link_name_bg_blue.png");
}

.link-name.color2,.link-name.color6{
  background-image: url("../images/link_name_bg_green.png");
}

.link-name.color4 {
  background-image: url("../images/link_name_bg_red.png");
}