/*main body*/
.main-body-head .container {
	position: relative;
}
.main-body-head .container >a:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.tab-content td {
	position: relative;
	padding: 0!important;
	font-size: 14px;
	color: #666;
  -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
       -o-transition: all .3s linear;
          transition: all .3s linear;
}
.tab-content td i {
	margin: 0 5px;
	font-size: 12px;
}
.tab-content td>div:first-child {
	position: relative;
	padding-top: 22px!important;
	padding-left: 18px!important;
	padding-bottom: 25px!important;
	overflow: hidden;
}
.tab-content td>div:first-child p:first-child {
	font-size: 16px;
}
.tab-content td>div:first-child p:first-child a {
	display: inline-block;
	margin-left: 15px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}
.tab-content td>div:first-child p {
	margin-bottom: 17px;
}
.tab-content td>div:first-child p span {
	margin-right: 10px;
}
.tab-content td>div:first-child p b {
	margin-right: 3px;
	margin-bottom: 2px;
	color: #f08f12;
	font-size: 18px;
	font-family: "Arial";
}
.tab-content td .icon-New {
	position: absolute;
	top: 7px;
	right: -33px;
	width:100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-family: "Arial";	
	background-color: #f08f12;
	transform: rotate(45deg);
}
.tab-content .hoverActive {
	background-color: #f6f6f6;
}
.hoverActive .leftborder,
.hoverActive .topborder,
.hoverActive .rightborder,
.hoverActive .btmborder {
	position: absolute;
}
.hoverActive .leftborder,
.hoverActive .rightborder {
	width: 0;
	height: 100%;
}
.hoverActive .topborder,
.hoverActive .btmborder {
	width: 100%;
	height: 0;
}
.hoverActive .leftborder {
	left: -1px;
	top: 0;
	border-left: 1px solid #5ad0dc;
}
.hoverActive .topborder {
	left: 0;
	top: -1px;
	border-top: 1px solid #5ad0dc;
}
.hoverActive .rightborder {
	right: -1px;
	top: 0;
	border-right: 1px solid #5ad0dc;
}
.hoverActive .btmborder {
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #5ad0dc;
}