.UIArticleListContent .ModuleTitle {
        background: #2196F3;
}
.UIArticleListContent {
        /* background: #eee none repeat scroll 0 0; */
        /* border: 15px solid #eee; */
        /* margin-top: 13px; */
        width: 100%;
        margin-bottom: 10px;
}
.UIArticleListContent .WrapAll{
        padding: 0;
}
.UIArticleListContent .Wrap {
}
.UIArticleListContent .Wrap ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
        color: #fff;
        font: bold 10pt/30px arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.UIArticleListContent .first-box .item {
        /* height: 135px; */
        position: relative;
        display: flex;
        gap: 10px;
}
.UIArticleListContent .Wrap .first-box {
        padding: 10px 5px;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
        color: #222222;
        font: 600 16px arial;
        /* position: absolute; */
        right: 0;
        text-transform: uppercase;
        /* width: 428px; */
        flex: 1;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
        color: #024f49;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
        /* float: left; */
        order: -1;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
}
.UIArticleListContent .Wrap .first-box .item .image {
        border: 2px solid #cccccc;
        height: 130px;
        margin: 0 10px 0 0;
        width: 190px;
}
.UIArticleListContent .Wrap .first-box .item p {
        color: #222222;
        /* height: 50px; */
        margin: 10px 0;
        /* position: absolute; */
        /* right: 0; */
        /* top: 50px; */
        /* width: 426px; */
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        text-transform: none;
}
.UIArticleListContent .Wrap .second-box {
        padding: 10px 5px;
}
.UIArticleListContent .second-box .item {
        /* height: 80px; */
        margin: 0;
        padding: 0;
        /* position: relative; */
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
        color: #444444;
        font: 600 14px arial;
        /* left: 120px; */
        /* position: absolute; */
        text-decoration: none;
        line-height: 1.2;
        flex: 1;
        text-align: left;
}
.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 {
        border: 2px solid #cccccc;
        height: 80px;
        /* margin-right: 10px; */
        width: 110px;
}
.UIArticleListContent .Wrap .second-box .item p {
        /* height: 65px; */
        margin: 0;
        overflow: hidden;
        padding-top: 10px;
        font-weight: normal;
        line-height: 1.2;
}
.UIArticleListContent .Wrap .third-box {
        /* background: #eee none repeat scroll 0 0; */
        border-top: 1px solid #d9d9d9;
        color: #009900;
        list-style: outside none square;
        margin-top: 10px;
        padding: 10px 10px 8px 18px;
        width: 100%;
}
.UIArticleListContent .Wrap .third-box li {
        /* background: #eee none repeat scroll 0 0; */
        padding: 5px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
        color: #222222;
}
.UIArticleListContent .Wrap .third-box .item .link:hover {
        color: #05736a;
}
@media only screen and (max-width: 768px){
        .UIArticleListContent ul.first-box li.item{
                flex-direction: column;
        }
        .UIArticleListContent .Wrap .first-box .item .image{
                width: 100%;
                height: 55vw;
                object-fit: cover;
        }
        .UIArticleListContent .Wrap .second-box{
                max-width: 100%;
        }
        .UIArticleListContent .second-box .item{
                /* display: flex !important; */
        }
        .UIArticleListContent .Wrap .second-box .item .image{
                margin-right: 0 !important;
                margin-bottom: 10px;
        }
}
