.b-notices {
    background-color: #81a9de;
}
.b-notice__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b-notice {
    width: 730px;
    height: 110px;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
	position: relative;
    
}
.notice__img {
    height: 110px;
    width: 230px;
    overflow: hidden;
    float: left;
}
.notice__img > img {
    max-width: 100%;
}
.notice__content {
    padding: 10px;
    width: 500px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice__date {
    font-size: 1.2em;
    color: rgb(107, 107, 107);
    line-height: 1.25;
}
.notice__info {
    padding: 5px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  	font-weight: 700;
  	height: 50px;
}
.notice__title {
    color: rgb(52, 52, 52);
    font-weight: 700;
    line-height: 1.3em;
    max-width: 350px;
    font-size: 1.6em;
    display: inline-block;
}
.notice__title:hover{
	text-decoration: underline;
	
}
.notice__price {
	font-size: 1.8em;
  color: rgb( 210, 72, 72 );
  display: inline-block;
  padding: 5px 0;
}
.notice__price:hover{
	text-decoration: underline;
  color: rgb( 210, 72, 72 );

}
.notice__links {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  font-size: 1.2em;
  color: rgb( 75, 137, 220 );
  line-height: 1.25;

}
.notice__link {
	padding: 0 2px;
}
.notice__link:hover{
	text-decoration: underline;
}
.b-notice__list_thumbs {
    flex-wrap: no-wrap;
}
.b-notice__list_thumbs .b-notice {
    width: 230px;
    height: 260px;
}
.b-notice__list_thumbs .notice__img {
    float: none;
}
.b-notice__list_thumbs .notice__content {
    width: 100%;
    float: none;
}
.b-notice__list_thumbs .notice__info{
	display: block;
	height: auto;
}
