@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_topNav{
	width: 1000px!important;
	margin: 0 auto;
}
.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;
}
.videoBox{
	padding-top: 20px;
}
.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;
}

.mainFooter .footerCont{
	width: 980px!important;
}