* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    text-rendering: geometricprecision;
}
.SingleTab {
    margin: 0px 0px 15px 0px;
    width: 100%;
    background: white;
}
.SingleTab .Header {
	padding: 0;
    background: none;
    position: relative;
    border: none;
    border-bottom: 2px solid #e91e7e;
    height: 41px;
}
.SingleTab .Header span.text {

}
.SingleTab .Header span.text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    opacity: 0.6;
    left: 0;
}
.SingleTab .Header .HeaderWrap .text > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
    background: #e91e7e;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.SingleTab .Header .HeaderWrap .text > a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 14px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 0;
}
.SingleTab .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SingleTab .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.SingleTab .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
    background: #cecece none repeat scroll 0 0;
    margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
    margin-right: 6px;
}
.SingleTab .Wrap {

  	padding: 10px;
}
.SingleTab .Wrap .first {/* display: inline-block; */margin-bottom: 5px;}
.SingleTab .Wrap .first .image {
    float: left;
    height: 140px;
    margin-right: 10px;
    width: 200px;
    border-radius: 10px;
}
.SingleTab .Wrap .first .title {
    margin: 0;
    padding: 0;
}

.SingleTab .Wrap .first .title .new{
  	padding-left: 8px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
  	
}
.SingleTab .Wrap .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    font-size: 14px;
}

.SingleTab .Wrap .first .title a {
    color: #e91e7e;
    font-weight: bold;
    font-size: 14px;
}
.SingleTab .Wrap .first .title a{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: -webkit-auto;
}
.SingleTab .Wrap .next .title{
	vertical-align: text-top;
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: -webkit-auto;
}
.SingleTab .Wrap .first .title a:hover {
    color: #333;    
}
.SingleTab .Wrap a:hover {
    color: #036fa5;    
}
.SingleTab .Wrap .clear {
    clear: both;
}
.SingleTab .Wrap .next {
    color: #036fa5;
    list-style: outside none square;
    margin-top: 5px;
    padding-left: 20px;
}
.SingleTab .Wrap .next li {
    padding: 5px 0;
}
.SingleTab .Wrap .next li a {
    text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
    padding-left: 7px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
}
