
.UIArticleListContent {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 15px;
    min-height: 350px;
    margin: 10px 0;
    height: auto;
    padding: 10px;
}
.UIArticleListContent .Wrap {display: flex;flex-wrap: wrap;}
.UIArticleListContent .Wrap ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.UIArticleListContent .ModuleTitle {
    background: url("Images/icon-tieuhoc.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 3px solid #e70e0e;
    height: 80px;
    text-align: left;
    width: 100%;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
    border-radius: 3px 3px 0 0;
    color: #0b6700;
    font: bold 14pt/90px arial;
    padding-left: 80px;
    text-transform: uppercase;
}
.UIArticleListContent .Wrap .first-box {
    clear: both;
    float: left;
    position: relative;
    width: 50%;
}
.UIArticleListContent .Wrap .first-box li {
    position: relative;
    display: flex;
    flex-direction: column;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
    clear: both;
    color: #333333;
    font: bold 10pt arial;
    left: 0;
    margin: 8px 0 0;
    /* position: absolute; */
    text-decoration: none;
    top: 255px;
    line-height: 1.4;
    order: 2;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
    color: #0082e3;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
    clear: both;
    /* float: left; */
    width: 100%;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
    float: left;
    width: 100%;
}
.UIArticleListContent .Wrap .first-box .item .image {
    height: 245px;
    margin: 10px 0 5px;
    width: 100%;
    object-fit: cover;
}
.UIArticleListContent .Wrap .first-box .item p {
    color: #222222;
    display: none;
    float: right;
    width: 195px;
}
.UIArticleListContent .Wrap .second-box {
    margin-bottom: 3px;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
    color: #000080;
    display: block;
    font: bold 9pt arial;
    margin: 5px 0;
    text-decoration: none;
}
.UIArticleListContent .Wrap .second-box .item .textlink:hover {
    color: #ff0000;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
    display: inline-block;
    float: left;
}
.UIArticleListContent .Wrap .second-box .item .image {
    height: 75px;
    margin-right: 4px;
    width: 100px;
}
.UIArticleListContent .Wrap .second-box .item p {
    margin: 0 0 0 5px;
}
.UIArticleListContent .Wrap .third-box {
    color: #ee1c25;
    float: left;
    list-style: square outside none;
    margin: 5px 0 0;
    padding-left: 35px;
    vertical-align: top;
    width: 50%;
    flex: 1;
    max-height: 333px;
    overflow: auto;
}
.UIArticleListContent .Wrap .third-box li {
    padding: 5px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
    color: #222222;
    line-height: 1.4;
}
