html{
	width:100%;
}
body{
	width:100%;
	position:relative;
}
img{
	border:none;
	}
a,input,span,label,li,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}


/*gw logo*/
.head{
	height:186px;
}
.header_box{
	width:1200px;
	margin: 0 auto;
}
.header_logo{
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 20px 0 10px 0;
}
.search{
	border: 1px solid #ddd;
	height:38px;
	background: #fff;
	display: flex;
}
.search input{
	width:180px;
	color:#333;
	font-size:14px;
	padding:14px 0;
	margin-left:20px;
}
.search button{
    background: #2C8ECF;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.search button img{
	display: block;
	margin: 0 auto;
}

/* 导航 */
.nav_box{
	background: #2C8ECF;
}
.nav_action_one{
	width:1200px;
	margin: 0 auto;
}
.nav_action_one ul{
	display: flex;
}
.nav_action_one ul li{
	margin-right: 10px;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.nav_action_one ul li a{
	font-size:16px;
	padding: 0 20px;
	color: #fff;
	display: block;
	height: 60px;
}
.nav_action_one ul li.actv{
	background: #5AB3EF;
}
.nav_action_one ul li.actv a{
	color: #fff;
}
/* .nav_action_one ul li a.actv{
	color: #fff;
	background: #5AB3EF;
} */



/*内容*/
.box_main{
	width:1200px;
	margin: 0 auto;
}
.example{
	position: relative;
    width: 100%;
    height:400px;
    margin-top: 30px;
    }
.slideBox{
	float:left;
	width:100%;
	height: 400px;
	overflow: hidden;
}
.slideBox ul{
	width:100%;
	float: left;
}
.slideBox ul li{
	float: left;
	width:100%;
	height: 400px;
	position: relative;
}
.slideBox ul li img{
	width:100%;
	height: 400px;
}
.te1{
	position:absolute;
	left:0;
	bottom:0;
	height: 35px;
	line-height: 35px;
	background-color:#000;
	background: rgba(0, 0, 0, 0.5);
	color:#fff;
	width:100%;
}
.te1 p{
	opacity:1;
	width:90%;
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.num_slide{
	position: absolute;
	right: 10px;
	bottom: 14px;
}
.num_slide ul li{
	display: inline-block;
	font-size:0;
	width: 12px;
	height: 12px;
	background:rgba(255,255,255,0.5);
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
.num_slide ul li.current{
	background:#fff;
}


.banner{
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
	gap: 0 30px;
}
.new_box{
	flex: 1;
}
.tit{
	width:100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
}
.tit h1{
	color:#2C8ECF;
	font-size: 18px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #2C8ECF;
}
.tit a{
	color:#999;
	font-size: 14px;
}
.course_item ul{
	display: flex;
	flex-direction: column;
	padding: 30px 10px;
	gap: 25px 0;
}

.course_item ul li a{
	display: flex;
	align-items: center;
	color: #333;
	justify-content: space-between;
}
.course_item ul li a p{
	font-size: 16px;
	color: #333;
	width: 460px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_item ul li:hover a p{
	color: #2C8ECF;
}

.course_item ul li a p i{
	background: #ddd;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -6px;
	margin-right: 5px;
}
.course_item ul li:hover a p i{
	background: #2C8ECF;
	width: 4px;
	height: 4px;
}
.course_item ul li a span{
	font-size: 14px;
	color: #999999;
}








/*gw 尾部*/
.footer{
	border-top:4px solid #2C8ECF;
	background: #f5f5f5;
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
}
.footer_box{
	padding: 30px 0;
	text-align: center;
}
.footer_box p{
	line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.footer_box p a{
	color: #666;
}







/* 内容页 与列表页 */
.notice_box {
  background-color: #f5f5f5;
}
.notice_content {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 30px 0;
}
.layout-box {
  min-height: calc(100vh - 328px);
  background-color: #ffffff;
  border-radius: 4px;
}
.information_left_header {
  border-bottom: 1px solid #e5e5e5;
  padding:20px 0;
}
.information_left_header h3 {
  font-size: 22px;
  color: #333333;
  font-weight: 400;
}


.bulletin_box {
  width: 1140px;
  margin: 0 30px;
}

.bulletin_text ul li {
	padding: 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.bulletin_text ul li a{
	color: #333;
}
.bulletin_text ul li i {
	background: #ddd;
	width: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	height: 4px;
}

.bulletin_text ul li:hover i {
	background: #005DBC;
}
.bulletin_text ul li:hover p{
	color: #005DBC;
}
.bulletin_text ul li p {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.bulletin_text ul li .datee {
  color: #8c8c8c;
  font-size: 16px;
  float: right;
}


.page {
	padding: 30px 0 20px 0;
}

.navpage {
  width: 100%;
  display: flex;
  justify-content: center;
}
.navpage li {
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #333333;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  margin: 0 5px;
  padding: 0 15px;
}
.navpage li.change {
  background-color: #b40c1a;
  color: #ffffff;
}
.navpage li.lastpage {
  color: #d2d2d2;
}
.navpage a {  
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #333333;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	margin: 0 5px;
	padding: 0 15px;
}
.navpage a.change {
	background-color: #005DBC;
	color: #ffffff;
	border-color: #005DBC;
}


.inside_box {
  width: 1000px;
  margin: 0 auto;
}
.viska {
  width: 100%;
  padding:40px 0 30px 0;
}
.viska h2 {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.date {
  width: 100%;
  text-align: center;
}
.date p {
  font-size: 15px;
  font-weight: normal;
  color: #999999;
}
.diving {
  width: 1000px;
  height: 10px;
  background-color: #efefef;
  margin-top:20px;
}
.import_box{
	padding:30px 0;
}
.import_box p {
  color: #333333;
  font-size: 16px;
}
.import_box p a{
	color: #2C8ECF;
}
.annex_box{
	padding: 20px 0;
}
.annex_box dd {
  display:flex;
  padding: 5px 0;
  flex-direction:column;
}
.annex_box dd img {
  width: 30px;
  height: 38px;
  padding: 20px 50px 6px 50px;
}
.annex_box dd a{
 color:#5AB3EF;
 padding:0 10px;
}
.enclosure_box li { 
	height:auto;
	background: url(https://www.91huayi.com/hljqkzg/img/enclosure.png) no-repeat #fbedee;
	background-position: center 16px;
	width: 150px;
	margin: 20px 28px 36px 0;
}









































































































































