/*blog*/
.blog{
    display: block;
    max-width: 96%;
    margin: 20px auto;
    position: relative;
    background: #333;
    height: 120px;
    padding: 0;
    text-align: right;
    border: 1px solid #999;
}
.blog_img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    height: 100%;
    width: 180px;
    vertical-align: top;
    padding: 0;
}
.blog_link{
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.blog_link .and {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    line-height: 1.2;
}
.blog_link .and a{
    text-align: center;
}
.other_partner{
    display: block;
    margin: 10px auto;
    text-align: center;
}
.other_partner a{
    display: inline-block;
    width: 120px;
    height: 150px;
    vertical-align: top;
    border-radius: 3px;
    background: rgb(255,255,255,.1);
    line-height: 1.1;
    font-size: 12px;
    padding: 5px;
    position: relative;
    margin: 1px;
}
.other_partner a strong{
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_partner a:hover{
    background: rgb(255,255,255,.2);
    color: #fff;
    transition-duration: .4s;
}
.other_partner a img{
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 60px;
    border-radius: 3px;
    transition-duration: .4s;
}
.other_partner a:hover img{
    width: 98%;
    height: 66px;
    transition-duration: .4s;
}
.statbs{
    width: 80%;
    height: 35px;
    border: 1px solid #000;
    background: #999;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 3px 3px 5px #000;
    position: relative;
}
.valbs{
	height: 35px;
	margin: 0;
	background: green;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
.imgpage{
    max-width: 90%;
    display: block;
    margin: 5px auto;
    border-radius: 3px;
}
/*blog*/