body {
	font-family: "Microsoft YaHei","宋体","Arial",sans-serif;
    margin-bottom: 50px; 
    background: #f3f3f4;
}

/*ul {padding:5px 0px;list-style: none;}*/
a:hover {text-decoration: none;}
a:link {text-decoration:none;} //未访问：蓝色、无下划线 
a:active:{color: red; } //激活：红色 
a:visited {color:purple;text-decoration:none;} //已访问：紫色、无下划线 
a:hover {color: red; text-decoration:underline;} //鼠标移近：红色、下划线 

.row_border{
	border:1px solid #e9e9e9;
	border-radius:5px;
	background: #fff;
	margin:15px 0;
	padding: 0;
}

.col-padding-0{
	padding: 0;
}

.thumbnail_no_bg{
  border:none;background: none;margin:0;padding:0;
}

.cursor {
	cursor: pointer;
	text-align: center;
}

.margin-top-5{margin-top: 5px;}
.margin-top-10{margin-top: 10px;}
.margin-top-15{margin-top: 15px;}
.margin-top-20{margin-top: 20px;}
.margin-top-25{margin-top: 25px;}
.margin-top-30{margin-top: 30px;}
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-20{margin-bottom: 20px;}
.padding-bottom-5{padding-bottom: 5px;}
.padding-bottom-10{padding-bottom: 10px;}
.padding-bottom-20{padding-bottom: 20px;}
.margin-right-5{margin-right: 5px;}
.margin-right-10{margin-right: 10px;}
.margin-left-5{margin-left: 5px;}
.margin-left-10{margin-left: 10px;}

.text-left{
  text-align:left;
}

.badge_bo {
	margin-left:3px;
    display: inline-block;
    min-width: 10px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    background-color: #ed5565;
    border-radius: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 10px 0;
    border-radius: 4px;
}

.red {color:red;}
.green {color:green;}

.w-video_a {
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    color: #000;
    display: block;
    margin-right: 16px;
    padding-bottom: 4px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.ideo_thumb-wrap {
    overflow: hidden;
    position: relative;
}
.ideo_thumb-wrap .w-video_icon-play {
    position: absolute;
    height: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    opacity: 0;
    top: 50%;
    transform: scale(1.8);
    transition: all 0.23s linear 0s;
    width: 26px;
}
.w-video_a:hover .w-video_icon-play {
    opacity: 0.8;
    transform: scale(1);
}
.w-video_a:hover .w-video_mask {
    opacity: 0.5;
}
.w-video_mask {
    background: #000 none repeat scroll 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.23s linear 0s;
    width: 100%;
}
.mt-tabpage {
    width: 100%;
    margin: 10px auto;
    box-shadow: 0 0 5px #999;
    background-color: #FFFFFF;
}
.mt-tabpage-title {
    height: 44px;
    margin: auto;
    border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 105px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #eb4537;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #eb4537;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #F85B5E;
}

.d-header {
  border-top: 0;
  padding: 20px 20px 0px 20px;
}

.white-bg {
  background-color: #ffffff;
}