@charset "utf-8";
/* CSS Document */
.main {
    background: #fff;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 50px;
    min-width: 1200px;
}
.main_1 {
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
}
.item_list {
    border: 1px solid #dedede;
    margin-top: 20px;
    background: #fff;
    padding: 20px 0px 45px 00px;
}
@media (min-width: 1200px)
.containers {
    width: 1170px;
}
@media (min-width: 992px)
.containers {
    width: 970px;
}
@media (min-width: 768px)
.containers {
    width: 750px;
}
.containers {
    padding-right: 15px;
	padding-left:15px;
    margin-right: auto;
    margin-left: auto;
	margin-right:15px;
}
.title {
    width: 100%;
    height: 30px;
    border: 0px solid #dedede;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.title ul li {
    float: left;
    margin-right: 15px;
}
.title .select a {
    background: #3498db;
    color: #ffffff;
}
.title ul li a {
    display: block;
    border: 1px solid #3498db;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #3498db;
}
.row {
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-6, .col-md-3, .col-lg-4 {
    padding-right: 0;
}
@media (min-width: 1200px)
.col-lg-4 {
    width: 33.33333333%;
}
.thumbnail {
    border-radius: 0px;
    background: #f7fcff;
    margin-bottom: 0;
}
.thumbnails {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f7fcff;
    border: 1px solid #ddd;
    border-radius:0;
}
.title h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #3498db;
    width: 280px;
    line-height: 20px;
}
.badge_partner {
    position: absolute;
    top: 13px;
    left: 308px;
    background-color: #fff;
    color: #cc6666;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}
.thumbnails .caption {
    margin-top: 8px;
    padding: 9px;
    color: #333;
}
.caption p {
    height: 2em;
    color: #666;
}
