﻿.list-project{
	padding-top:15px;
	border-bottom:1px solid #e2eef2;
	margin-bottom:10px;
}
.item-project{
    border-top: 1px solid #e2eef2;
    padding: 8px 0px;
}
.tt_project {
    float: left;
    width: 104px;
    border: 1px solid #e3e3e3;
    padding: 2px;
}
.tt_project:hover {
    border: 1px solid #006092;
}

.tt_project img{
	width:100%;
	display:block;
}
.item-project .info_project {
    float: right;
    width: 194px;
}
.info_project a {
    color: #006092;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:6px;
	display:block;
    display: block;
    margin-bottom: 5px;
}
.info_project a:hover {
    color:#38a345;
}

.item-project .info_project p{
	color:#333;
	font-size:13px;
	max-height:40px;
	overflow:hidden;
}
.link-views-detail {
    width: 140px;
    height: 40px;
    background:#fff;
    border:1px #999 solid;
    color: #000;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height:40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:0px auto 20px;
}
.link-views-detail:hover {
    background: #f93239;
    color: #fff;
}

