
.UIArticleListContent {
    margin: 10px 0 20px;
}
.UIArticleListContent .Wrap {
    border: 2px dashed #f5e20d;
    border-radius: 15px;
    height: 385px;
    overflow: hidden;
    padding: 20px;
}
.UIArticleListContent .Wrap ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.UIArticleListContent .ModuleTitle {
    background: url("images/bar1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 50px;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
    color: #ffffff;
    font: bold 11pt/53px arial;
    padding-left: 52px;
}
.UIArticleListContent .Wrap .third-box li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 4px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
    color: #222222;
}
.UIArticleListContent .Wrap .first-box {
    margin-bottom: 3px;
    width: 305px;
    flex-direction: row;
}
.UIArticleListContent .Wrap .first-box .item{
    display:flex;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
    clear: both;
    color: #444444;
    float: left;
    font: bold 13px arial;
    height: 40px;
    margin: 8px 0 0;
    line-height: 1.3;
    text-decoration: none;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
    color: #ff1e00;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
    clear: both;
    float: left;
    width: 130px;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
    float: left;
    width: 310px;
}
.UIArticleListContent .Wrap .first-box .item .image {
    float: left;
    height: 120px;
    margin: 10px 0;
    width: 122px;
}
.UIArticleListContent .Wrap .first-box .item p {
    color: #222222;
    float: left;
    /* width: 150px; */
    /* display: none; */
}
.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 {
    margin: 6px;
}
.UIArticleListContent .Wrap ul.third-box {
    color: #ee1c25;
    list-style: square outside none;
    margin: 0;
    padding-left: 15px;
}
