/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*
放到主题的同名文件的最下面
如果启用了子主题就放在子主题里
*/
.b2-mg {
	position: relative;
	height: 150px;
	padding: 0px !important;
	background: #fff !important;
	border-radius: 10px !important;
	box-shadow: 1px 2px 5px #666;
	border: none !important;
}

.cos-mg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 0px 30px #222 inset;
	-moz-box-shadow: 0 0 30px blue inset;
	-o-box-shadow: 0 0 30px blue inset;
	left: 0;
	border-radius: 10px;
}

.coserinfo {
	position: relative;
	top: -25px;
	font-size: 14px !important;
	color: #fff !important;
}

.b2-mg img {
	width: 100%;
	height: 150px !important;
	border-radius: 10px !important;
	display: inline-block !important;
}

.cosername {
	float: left;
	padding-left: 10px;
}

.cosercount {
	float: right;
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	color: #fff;
}
/*
 * YARPP相关推荐美化
 */
.yarpp-related h2 {
  color: #657487;
  padding-bottom:10px;
  font-size: 100%;
}
.yarpp-related ol {
    color: #657487;
    display: inline-block;
    background: #f7f7f7;
    width: 100%;
    padding: 24px;
  margin-left: 0;
  border-radius: 5px;
}
.yarpp-related ol li {
    padding-bottom: 12px;
  list-style: none;
}
.yarpp-related ol li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ff4d00;
    border-radius: 50%;
    position: relative;
    top: -3px;
}
.yarpp-related ol li a {
    font-weight: 500;
    font-size: 15px;
    padding: 12px;
  border: none;
}