.TabGridContent {
        background: none repeat scroll 0 0 #FFFFFF;
        /* border: 1px solid #ddd; */
        /* box-shadow: 0 0 3px #C0C0C0; */
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
}
.TabGridContent .Header {
        background: #e9ecef;
        height: 28px;
        border-radius: 5px 0 0 0;
        overflow: hidden;
        border-bottom: 1px solid #00b7ec;
        margin-bottom: 10px;
}
.TabGridContent .HeadWraper {
        background-color: #00b3f7;
        padding: 0 15px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 30%;
        height: 28px;
}
.TabGridContent .HeadWraper:before {
        content: "";
        display: inline-block;
        height: 0px;
        position: absolute;
        top: 0;
        right: -27px;
        border-width: 15px 15px 15px 15px;
        border-color: #dddddd #dddddd #00b3f7 #00b3f7;
        border-style: solid;
}
.TabGridContent .HeadWraper:after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 80px;
        position: absolute;
        top: -25px;
        right: -23px;
        background: #00b3f7;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(-45deg);
}
.TabGridContent .Header .HeaderWraper {
}
.TabGridContent .Header .HeadWraper ul {
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.TabGridContent .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.TabGridContent .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.TabGridContent .Header .HeadWraper .Primary span a {
        color: #fff;
        padding: 0 0 0 0px;
        text-shadow: 0 1px 0 #515151;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
        display: inline-block;
        text-decoration: none;
}
.TabGridContent .Header .HeadWraper .Primary span a:after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 80px;
        position: absolute;
        top: -25px;
        right: -35px;
        background: #00b3f7;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(-45deg);
}
.TabGridContent .Header .HeadWraper .Sub span {
        background: url("images/sep.png") no-repeat scroll right center transparent;
        padding-right: 10px;
}
.TabGridContent .Header .HeadWraper .Sub span a {
        color: #222222;
        font: 10pt/32px arial;
        padding-left: 7px;
}
.TabGridContent .Wrap {
        min-height: 350px;
}
.TabGridContent .Wrap ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        text-align: right;
}
.TabGridContent .Wrap ul li:first-child{
        height: 300px;
        float: left;
        text-align: left;
        width: calc(50% - 10px);
        margin-right: 10px;
}
.TabGridContent .Wrap ul li {
        display: inline-block;
        /* float: left; */
        /* margin: 10px 26px; */
        width: 68px;
        /* flex-grow: 1; */
        width: 50%;
        text-align: justify;
        padding-bottom: 10px;
}
.TabGridContent .Wrap ul li+li{
        padding-top: 10px;
        border-top: 1px dashed #ddd;
}
.TabGridContent .Wrap ul li:nth-child(2){
        border: none;
        padding-top: 0;
}
.TabGridContent .Wrap ul li a{
        display: flex;
        gap: 10px;
        text-decoration: none;
}
.TabGridContent .Wrap ul li:first-child a{
        flex-direction: column;
}
div.TabGridContent .Wrap ul li:first-child img{
        width: 100%;
        height: 250px;
}
div.TabGridContent .Wrap ul li:first-child .title{
        font-size: 16px;
        color: #015f9f;
}
.TabGridContent .Wrap ul li img.image {
        /* background: url("/Images/noimage.png") no-repeat scroll center center #DFDFDF; */
        /* border-radius: 5px 5px 5px 5px; */
        /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); */
        height: 60px;
        width: 100px;
        object-fit: cover;
        background: #ddd;
}
.TabGridContent .Wrap ul li .title:hover {
        color: #000000;
}
.TabGridContent .Wrap ul li .title {
        color: #212529;
        flex: 1;
        font-size: 14px;
        font-weight: 600;
        /* margin-bottom: 10px; */
        text-align: justify;
}
.TabGridContent .Page {
        clear: both;
        display: block;
}
.TabGridContent .Summary {
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
        color: #343a40;
        display: block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: -webkit-box;
}
.TabGridContent  .date {
        display: none;
}
.TabGridContent  .view {
        display: none;
}
.TabGridContent  .time {
        font-weight: normal;
        font-size: 12px;
        margin-top: 10px;
        color: #6c757d;
}
.TabGridContent  .time i {
        font-size: 12px !important;
}
@media only screen and (max-width: 768px){
        .TabGridContent .Wrap ul li:first-child {
                float: none;
                width: 100%;
                height: unset;
        }
        .TabGridContent .Wrap ul li:nth-child(2) {
                border-top: 1px dashed #ddd;
                padding-top: 10px;
        }
        .TabGridContent .Wrap ul li {
                width: 100%;
        }
        div.TabArticleControl {
                padding: 0 10px;
        }
}
