@charset "UTF-8";
/* CSS Document */
a, a:hover, a:active, a:focus, a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	line-height: inherit;
}
*{
	margin: 0;
	padding: 0;
}
.boxsize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", sans-serif;
	overflow-x: hidden;
}

/**********************************************顶部**********************************************/
.headerView{
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 400px;
	background-color: aqua;
	background: url(20190514wenboheaderImg.jpg)no-repeat center center;
}

/**********************************************中部**********************************************/

.middleContent{
	margin: 0 auto;
	width: 1200px;
	padding-top: 20px;
}

/****************轮播图**************/
.carousel{
	margin: 0 auto;
	width: 100%;
	/*height: 450px;*/
	background-color: aqua;
}

/****************文字块**************/
.textTable{
	float: left;
	width: 65%;
	background-color: white;
}

.textTable hr{
	width: 95%;
}

.textHeader{
	width: 100%;
	height: 60px;
	background-color: white;
	margin-top: 50px;
	border-top: 3px solid #2B47AA;
}

.blueLine{
	background-color: #2B47AA;
	width: 95%;
	height: 3px;	
}

.textHeader p{
	font-size:25px;
	color: #2B47AA;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}

.textHeader a{
	float: right;
	padding-top: 25px;
	padding-right: 35px;
	font-size: 15px;
	color: black;
}

.item{
	margin: 20px;
	width: 100%;
	height: 20%;
}

.newsTitle{
	font-weight: bold;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 20px;
}

.newsJianjie{
	font-size: .9rem;
	padding-right: 50px;
	line-height: 1.8;
	text-indent: 2rem;
}

/****************视屏块**************/
.videoTable{
	float: right;
	width: 35%;
	background-color: white;
	
}


.videoHeader .blueLine{
	width: 85%;
/*	float: left;*/
	margin: 0 auto;
	padding-left: 10px;

}

.videoHeader{
	width: 100%;
	height: 60px;
	background-color: white;
	padding-top: 50px;
}

.videoHeader p{
	font-size:25px;
	color: #2B47AA;
	padding-top: 15px;
	padding-left: 50px;
	float: left;
	font-weight: bold;
}

.videoHeader a{
	float: right;
	padding-top: 25px;
	padding-right: 70px;
	font-size: 15px;
	color: black;
}

.vidoItem{
	padding: 1rem 2rem;
/*	margin: 0 auto;*/
}

.vidoItem img{
    width: 100%;
}

.vidoItem p{
    font-size: 18px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

/**********************************************底部**********************************************/
.footView{
	width: 100%;
	height: 100px;
	background-color: white;
	float: left;
	padding-top: 30px;
	background-color: #348df5;
}

.footView p{
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}

.carousel:after {
	clear: both;
	content: "";
	width: 0;
	height: 0;
}
