
.MultipleTabDefault {
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
 	#height: 310px;
}
.MultipleTabDefault .Header {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    background: #e5e5e5;
    width: 100%;
}
.MultipleTabDefault .Header .Wraper {
}
.MultipleTabDefault .Header .HeadWraper ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.MultipleTabDefault .Header .HeadWraper li {
    float: left;
    display: inline-block;
    height: 30px;
    background: #e5e5e5;
}
.MultipleTabDefault .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.MultipleTabDefault .Header .HeadWraper .Primary {
    background: url(images/r.png) no-repeat center right, url(images/c.png) repeat-x;
    padding-right: 25px;
}
.MultipleTabDefault .Header .HeadWraper .Primary a {
    border-bottom: 1px solid #FFF;
    color: #fff;
    display: inline-block;
    font: bold 10pt/30px Arial;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.MultipleTabDefault .Header .HeadWraper .Sub span {
    margin-right: 6px;
}
.MultipleTabDefault .Header .HeadWraper .Sub a {
    border-right: 1px solid #424242;
    font: bold 10pt/27px arial;
    padding: 0 15px 0 10px;
        display: none;
}
.MultipleTabDefault .Wrap {
    padding: 12px 10px 10px;
}
.MultipleTabDefault .Wrap .first {
    clear: both;
}
.MultipleTabDefault .Wrap .first .image {
    float: left;
    height: 100px;
    margin-right: 15px;
    width: 140px;
}
.MultipleTabDefault .Wrap .first .title a:hover {
    color: #0072BA;
}
.MultipleTabDefault .Wrap .first .title {
    margin: 0;
    padding: 0;
            height: 48px;
}
.MultipleTabDefault .Wrap .first p {
    margin: 0;
    padding: 6px 0;
    text-align: justify;
    /* width: 500px; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    /* -webkit-line-clamp: 3; */
    height: 57px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px !important;
}
.MultipleTabDefault .Wrap .first .title a {
  color: #333;
    font: bold 14px Arial;
    text-decoration: none;
    margin: 0;
    padding: 0;
    /* width: 500px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 25px; */
    -webkit-line-clamp: 3;
    /* height: 75px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.MultipleTabDefault .Wrap .clear {
    clear: both;
}
.MultipleTabDefault .Wrap .next {
    list-style: outside none square;
    margin-top: 10px;
    padding-left: 15px;
}
.MultipleTabDefault .Wrap .next li {
    padding: 2px 0;
    margin: 0;
    color: #0072BA;
    /* height: 65px; */
}
.MultipleTabDefault .Wrap .next li a:hover {
    color: #0072BA;
}
.MultipleTabDefault .Wrap .next li a {
    text-decoration: none;
        font: 14px arial;
    line-height: 1.5;
}
.MultipleTabDefault .Wrap .next li span{
    display: none;
}