/*公共样式 - 标题样式 */

img{display: block;width: 100%;height: 100%;}
h3{width: 100%;height: 45px;border-bottom: 1px solid #369;display: flex;justify-content: space-between;align-items: center;}
h3 a{font-weight: normal;}
h3 i.iconfont{font-size: 20px;font-weight: normal;padding-right: 5px;color: #f60;}
h3 a i.iconfont{color: #666;font-size: 16px;}
h3 a i.iconfont:hover{color: #f60;}
h3 span{color: #369;}
/* 顶部样式 */
#top{
	width: 100%;
	background-color: #ddd;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #999;
}
#top .hello{
	padding-left: 5%;
	float: left;
	height: 30px;
	overflow: hidden;
	width: 450px;
}
#top .hello h1{
	color: red;
	font-size: 14px;
	display: block;
	float: left;
	font-weight: normal;
	padding-right: 20px;
}
#top .hello span{
	display: block;
	float: left;
	font-size: 12px;
	color: #666;
	padding: 0 8px;
}
#top .hello a{
	color: #666;
	display: block;
	float: left;
	font-size: 13px;
}
#top .hello a:hover{
	color: red;
	text-decoration: underline;
}
#top ul{
	float: right;
	padding-right: 5%;
	padding-top: 7px;
}
#top ul li{
	height:15px;
	float: left;
	border-right: 1px solid #666;
	line-height: 15px;
	padding: 0 10px;
	font-size: 13px;
}
#top ul li:last-child{
	border-right:0;
}
#top ul li a{
	color: #888;
}
#top ul li a:hover{
	color: red;
	text-decoration: underline;
}
#top ul li strong{
	color: red;
	font-weight: normal;
}

/* 主体部分 */
#main{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/* 顶部 */
.enterhead{
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 20px auto;
}
.logo{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 100%;
	overflow: hidden;
}
.info{
	width: 700px;
	height: 100px;
	float: left;
	margin-left: 20px;
}
.info h2{
	width: 700px;
	font-size: 45px;
	font-weight: normal;
	padding-top: 5px;
}
.info h4{
	width: 700px;
	font-weight: normal;
	font-size: 15px;
	color: #666;
}
.datelist{
	width: 280px;
	height: 50px;
	float: right;
	text-align: right;
	padding-top: 25px;
}
.datelist strong{
	display: block;
	line-height:25px;
	color: #666;
	font-weight: normal;
}
/* 导航 */
.enternav{
	width: 100%;
	height: 50px;
	background-color: #369;
}
.enternav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.enternav ul li{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	float: left;
}
.enternav ul li a{
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.enternav ul li:hover{
	background-color: #4379AD;
}
.enternav ul li.select{
	background-color: #f90;
}
/* 主体区域 */
.enterbody{
	width:100%;
	overflow: hidden;
	background-color: #eee;
}
.enterwarp{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
/* 轮播 */
.myswiper{
	width: 1200px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
}
.wiper-img li{
	display: none;
}
.wiper-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.wiper-img li.current{
	display: block;
	animation: ringing 0.3s linear 0s 5 alternate;
}
.swiper-text{
	width:1200px;
	height: 40px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
}
.wiper-icon{
	width: 200px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.wiper-icon li{
	display: inline-block;
	width: 25px;
	height:25px;
	line-height: 25px;
	text-align: center;
	background-color: #fff;
	margin: 7px 7px 0 0;
	cursor: pointer;
}
.wiper-icon li.current{
	background-color: #FF3300;
	color: #fff;
}







/* 分类 */
.bodylines{
	width: 1200px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 20px;
}

.bodylines .left{
	width: 280px;
	height: 480px;
	background-color: #fff;
	float: left;
	border-radius: 5px;
	padding: 10px;
}
.bodylines .left ul{
}
.bodylines .left ul li{
	border-bottom: 1px dotted #999;
	padding: 12px 0;
	overflow: hidden;
}
.bodylines .left ul li strong{
	display: block;
	width: 80px;
	float: left;
	font-weight: normal;
}
.bodylines .left ul li span{
	display: block;
	width: 200px;
	float: left;
	text-align: right;
}
.bodylines .right{
	width: 860px;
	height: 480px;
	background-color: #fff;
	float: right;
	margin-left: 20px;
	border-radius: 5px;
	padding: 10px;
}
.lineswarp{
	width: 860px;
	height: 430px;
	overflow: auto;
}
.zhidawarp{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.zhidawarp:last-child{
	border-bottom:0;
}
.zhidawarp h4{
	font-size: 22px;
	color: #f60;
	line-height: 40px;
	color: #f60;
}
.zhidawarp h4.linetype{
	color: #369;
}
.zhidawarp ul{
	padding-bottom: 30px;
	overflow: hidden;
}
.zhidawarp ul li{
	float: left;
	font-size: 16px;
	padding-right: 20px;
}

.zhidawarp ul li a{
	color: blue;
	text-decoration: underline;
}
.zhidawarp ul li a:hover{
	color: red;
}

.shouhuoinfo{
	overflow: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.shouhuoinfo ul{
	padding:20px 0 10px 0;
	box-sizing: border-box;
}
.shouhuoinfo ul li{
	line-height: 25px;
}
.shouhuoinfo ul li.name{
	font-size: 15px;
	font-weight: bold;
}

/* 图片 */

.imgwarp{
	width: 1200px;
	height: 210px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.imgwarp ul{
	height: 210px;
	position: absolute;
	left: 0;
}
.imgwarp ul li{
	float: left;
}
.imgwarp ul li strong{
	display: block;
	width: 300px;
	height: 171px;
	padding: 3px 0 0 3px;
	box-sizing: border-box;
}
.imgwarp ul li span{
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.imgwarp ul li a{
	display: block;
}
/* 版权 */

#footer{
	padding: 20px;
}
#footer ul{
	width: 100%;
	text-align: center;
}
#footer ul li{
	line-height: 30px;
	color: #666;
}
#footer ul li a{
	color: blue;
	text-decoration: underline;
	padding: 0 20px;
}


