.UIArticleListContent .ModuleTitle {
    border-bottom: 2px solid #b70100;
}
.UIArticleListContent {
    background: #fff none repeat scroll 0 0;
    margin: 0;
}
.UIArticleListContent .WrapAll  {
    padding: 0;
}
.UIArticleListContent .Wrap ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
    color: #444;
    display: inline-block;
    margin: 10px 0 0;
    position:relative;
    text-transform: uppercase;
    color: #b70100;
    font-weight: 600;
    white-space: inherit;
    line-height: 1.4;
    font-size: 18px;
    padding: 10px 0px;
}
.UIArticleListContent .ModuleTitle .titletext:before {
    content: "";
    height: 24px;
    width: 3px;
    /* background: #ff0003; */
    position: absolute;
    top: 0px;
    left: 0px;
}
.UIArticleListContent ul.first-box li.item {
    display: inline-block;
    position: relative;
    width: 100%;
}
.UIArticleListContent .Wrap .first-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
    color: #333333;
    font: bold 14px Arial;
    /* position: absolute; */
    /* left: 290px; */
    /* top: 20px; */
    line-height: 1.4;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover, .Wrap .first-box .item p a:hover {
    color: #d00707;
}
.Wrap .first-box .item a:hover p{
    color: #333333;
}
.UIArticleListContent .Wrap .first-box .item p {/* position: absolute; *//* top: 50px; *//* left: 290px; */text-align: left;display: none;font-weight: normal;text-align: justify;/* display: -webkit-box; */-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;font-size: 13px;padding-top: 5px;}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
    background: rgba(0, 0, 0, 0) url("images/anh.png") no-repeat scroll left top / 90% auto;
    display: inline-block;
    /* min-height: 220px; */
    /* max-height: 220px; */
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
.UIArticleListContent .Wrap .first-box .item .image {
    height: 230px;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: 0.3s;
    overflow: hidden;
}
.UIArticleListContent .Wrap .first-box .item .image:hover {
    transform: scale(1.2);
}
.UIArticleListContent .Wrap .first-box .item p a {
    font: 14px/1.5 arial;
}
.UIArticleListContent .Wrap .second-box {
    display: inline-block;
    margin: 0;
    padding-top: 30px;
    text-align: left;
    width: 100%;
}
.UIArticleListContent .second-box .item {
    float: left;
    height: auto;
    margin: 0 20px 20px 0px;
    padding: 0;
    position: relative;
    width: 100%;
}
.UIArticleListContent .second-box .item .box{
    overflow: hidden;
    width: 100%;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
    color: #444444;
    font: bold 14px Arial;
    left: 165px;
    position: absolute;
    text-decoration: none;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.4;
}
.UIArticleListContent .Wrap .second-box .item .textlink:hover {
    color: #b70100;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
    display: inline-block;
    float: left;
    width: 155px;
}
.UIArticleListContent .Wrap .second-box .item .image {
    border: 1px solid #cccccc;
    height: 100px;
    margin-right: 10px;
    width: 155px;
    transition: 0.3s;
    overflow: hidden;
}
.UIArticleListContent .Wrap .second-box .item .image:hover {
    transform: scale(1.2);
}
.UIArticleListContent .Wrap .second-box .item p {
    display: none;
    height: 65px;
    margin: 0;
    overflow: hidden;
    padding-top: 20px;
}
.UIArticleListContent .Wrap .third-box {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid #d9d9d9;
    color: #2f945d;
    display: inline-block;
    list-style: outside none square;
    padding: 15px 0 10px 25px;
}
.UIArticleListContent .Wrap .third-box li {
    float: left;
    height: 45px;
    margin-right: 39px;
    padding: 0;
    vertical-align: top;
    width: 45%;
}
.UIArticleListContent .Wrap .third-box .item .link {
    color: #444;
    font: 14px arial;
}
.UIArticleListContent .Wrap .third-box .item .link:hover {
    color: #2f945d;
}
