.UIArticleListContent {
        background: none repeat scroll 0 0 #FFFFFF;
        box-shadow: 0 0 3px #C0C0C0;
        /* height: 315px; */
        margin-top: 0;
        padding: 15px;
}
.UIArticleListContent .Wrap {
}
.UIArticleListContent .Wrap ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.UIArticleListContent .ModuleTitle {
        border: none;
        background: #EDEFF6;
        height: auto;
        border-bottom: 3px solid #DEE1E6;
        width: 100%;
        display: inline-block;
        background-position: center center;
        background-position-x: center;
        background-repeat-y: no-repeat;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
        height: 30px;
        background: #2259D5 !important;
        color: aliceblue;
        display: inline-block;
        text-align: left;
        padding: 5px;
        font-size: 13px;
        font-weight: bold;
        position: relative;
}
.UIArticleListContent .ModuleTitle .titletext::after {
        position: absolute;
        content: '';
        left: 99.5%;
        bottom: 0px;
        width: 25px;
        height: 100%;
        display: inline-block;
        border-bottom: 30px #2259D5 solid;
        border-left: 0px transparent solid;
        border-right: 20px transparent solid;
}
.UIArticleListContent .ModuleTitle .titletext::before {
        content: "\f0a3";
        font-family: 'Font Awesome 5 Pro';
        margin-left: 5px;
        margin-right:5px;
}
.UIArticleListContent .Wrap .third-box li {
        padding: 2px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
        color: #222222;
}
.UIArticleListContent .Wrap .first-box {
        display: inline-block;
        margin-bottom: 3px;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
        color: #084D79;
        display: block;
        font-size: 15px;
        font-weight: bold;
        font-family: inherit;
        margin: 5px 0;
        text-decoration: none;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
        display: block;
        width: 100%;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
}
.UIArticleListContent .Wrap .first-box .item .image {
        height: 260px;
        margin: 10px 0;
        width: 100%;
}
.UIArticleListContent .Wrap .first-box .item p {
        font-size: 13px;
        color: #222222;
        overflow: hidden;
        font-weight: normal;
        margin-top: 10px;
}
.UIArticleListContent .Wrap .second-box {
        margin-bottom: 3px;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
        color: navy;
        display: block;
        font: bold 9pt arial;
        margin: 5px 0;
        text-decoration: none;
}
.UIArticleListContent .Wrap .second-box .item .textlink:hover {
        color: red;
}
.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 {
        margin: 6px;
}
.UIArticleListContent .Wrap ul.third-box {
        color: #EE1C25;
        list-style: square outside none;
        margin: 0;
        padding-left: 15px;
}
