@charset "utf-8";
/* css document */

*{
	margin: 0px;
	padding: 0px;
	}
body{
	font-family: "微软雅黑","宋体";
	font-size: 14px;
	min-width: 1000px;
}
*{
	box-sizing:border-box;
}
.clearboth{clear:both;}
.clear{clear: both;}
ul,li{
	list-style: none;
}
img{
	border: none;
}
a:focus{
	text-decoration: none;
}
a{
	text-decoration: none;
	color: #1b3ca5;
}
a:hover{
	text-decoration: none;
	color: #333;
}
.m_header{}
.m_header1{
	height: 40px;
	line-height: 40px;
	background-color: #fbfbfb;
    border-bottom: 1px #eaeaea solid;
	
}
.m_topnav{
	width: 1000px;
	margin: 0 auto;
}
.m_topnav ul li{
	float: left;
	padding: 0 8px;
	line-height: 40px;
	font-size: 12px;
}
.m_topnav li a{
	color: #6b6b6b;
}
.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 100%;
	height: 100%;
}

.m_main{
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}
.box_videos{
	border: 10px solid #471f23;
	padding: 10px;
}
.jieshao{
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
}
.jieshao h2{
	text-align: center;
    line-height: 2.4;
    color: #660000;
    font-size: 24px;
}
.jieshao p{
	line-height: 1.8;
    color: #660000;
    font-size: 16px;
    margin-bottom: 20px;
}
.videobox{
	margin: 20px 0px;
}
.box_tabs li{
	float: left;
	width: 33.33%;
	border: 1px solid #eeeeee;
	height: 100px;
}
.box_tabs li img{
	width: 100%;
	height: 100%;
}
.wb_follow_ex .status_followed .follow_text, .wb_follow_ex .status_following .follow_text{
	width: auto!important;
}