
.UIArticleListContent .ModuleTitle {
    margin: 0 0 20px 8px;
}
.UIArticleListContent {
    background: #fff none repeat scroll 0 0;
    margin: 30px 0;
}
.UIArticleListContent .Wrap {
}
.UIArticleListContent .Wrap ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
    background-color: #2a7f49;
    border-radius: 40px;
    /*box-shadow: 0 5px 10px #888;*/
    color: #fff;
    font: bold 15px arial;
    padding: 10px 25px;
    text-transform: uppercase;
}
.UIArticleListContent ul.first-box li.item {
    display: inline-block;
}
.UIArticleListContent .Wrap .first-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
    margin: 2rem 1rem;
    font-size: 18px;
    font-weight: bold;
     display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}
.UIArticleListContent .Wrap .first-box .item p {
    padding-top: 1rem;
    line-height: 1,2;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
    color: #2f945d;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
    float: left;
    margin-right: 10px;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
    width: 351px;
    height:242px;
    background: url(images/anh.png) no-repeat left top;
    display: inline-block;
    position: relative;
}
.UIArticleListContent .Wrap .first-box .item .image {
    height: 204px;
    margin: 0;
    padding: 0;
    width: 303px;
    position: absolute;
    top: 22px;
    left: 26px;
    border-radius: 16px;
}
.UIArticleListContent .Wrap .first-box .item p {
}
.UIArticleListContent .Wrap .second-box {
    padding: 0;
    margin: 20px 0 0 0;
    display: inline-block;
    text-align: left;
}
.UIArticleListContent .second-box .item {
    height: auto;
    margin: 0 20px 20px 10px;
    padding: 0;
    position: relative;
    width: 45%;
    float: left;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
    font-size: 14px;
    font-weight: bold;
     line-height: normal !important ;
    overflow: hidden;
	text-overflow: ellipsis;
}
.UIArticleListContent .Wrap .second-box .item .textlink:hover {
    color: #2f945d;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
    display: inline-block;
    float: left;
}
.UIArticleListContent .Wrap .second-box .item .image {
    border: 2px solid #cccccc;
    height: 120px;
    margin-right: 20px;
    width: 155px;
    border-radius: 10px;
}
.UIArticleListContent .Wrap .second-box .item p {
    padding-top: 6px;
    line-height: 1,2;
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    overflow: hidden;
	text-overflow: ellipsis;
}
/*Display:none*/
.UIArticleListContent .Wrap .third-box {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid #d9d9d9;
    color: #2f945d;
    list-style: square;
    padding: 15px 0px 10px 25px;
    height: 315px;
}
.UIArticleListContent .Wrap .third-box li {
    padding: 0;
    float: left;
    width: 45%;
    margin-right: 35px;
    vertical-align: top;
    /* height: 45px; */
}
.UIArticleListContent .Wrap .third-box .item .link {
    color: #444;
    font: 14px arial;
}
.UIArticleListContent .Wrap .third-box .item .link:hover {
    color: #2f945d;
}

/*responsive ////////////////////////////////////////////*/
@media only screen and (max-width: 768px){
        .UIArticleListContent .Wrap .third-box li {
            width: unset;
        }
} 

/*Responsive */
@media only screen and (min-width: 340px) and (max-width: 800px)
 {               
      .Wrap .first-box .item a{
        	width:100%;
             
        }
		  .Wrap .first-box .item a p{
             padding-right: 50px!important;
        }
          .Wrap .first-box .item .textlink{
             padding-right: 50px!important;
        }
}




