body,h1,h3,p,ul,table,th{
  padding: 0;
  margin: 0;
}
body{  
  font:14px/1.5 Arial,'微软雅黑',sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 1000px;
  background-color: #0e408c;
}
a{
  text-decoration: none;
  color: #333;
}
a:hover{ color:#333;}
ul{ list-style: none; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.ellipsis{
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrap{
  width: 1200px;
  margin: -505px auto 0;
  padding-bottom: 50px;
}
.banner{
  height: 975px;
  background: url(../images/banner.jpg) no-repeat center top;
}
.banner .inner{
  width: 1200px;
  margin: 0 auto;
}
.box{
  margin-bottom:30px;
  padding:20px 20px 20px;
  background-color: #3672b8;
  opacity: 0.8;
}
.box .hd p{
  color:#28fdf9;
  font-size:28px;
  font-weight: bold;
  padding-bottom: 10px;
}
/*新闻*/
.news .hd h3{
  background-image: url(../images/title1.png);
}
.news .newsimg{
  float: left;
  width: 672px;
  margin-right: 20px;
}
.news .newstop{
  float: left;
  width: 468px;
}
.news .newstop .tit a{
  font-size: 18px;
  color: #00f0ff;
}
.news .newstop p{
  margin-top: 15px;
  color:#7ca8fd;
  text-indent: 2em;
  font-size:14px;
}
.news .newslist{
  margin-top: 25px;
  padding-top: 15px;
  float: left;
  width: 468px;
  border-top: dashed 1px #c9c9c9;
}
.news .newslist li{
  height: 28px;
  line-height: 28px;
}
.news .newslist li a{
  color:#fff;
  display:inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .newslist li a:hover{
  color:#27fef9;
  text-decoration:underline;
}
/*视频*/
.video{
  padding:0px !important;
}
.video .hd h3{
  background-image: url(../images/title2.png);
}
.video .bd{
  background-color: #3c99d0;
  height: 482px;
  padding: 10px;
}
.video .video-cont{
  float: left;
  width: 858px;
  height: 482px;
}
.video .video-cont img{ cursor: pointer; }
.video-tab{
  float: right;
  width: 300px;
}
.tab-hd{
  border-bottom: solid 2px #298ec8;
}
.tab-hd a{
  float: left;
  margin-bottom: -2px;
  padding: 10px 10px;
  font-size: 16px;
  color: #b8e2fb;
  width:80px;
  text-align: center;
}
.tab-hd a.current{
  border-bottom: solid 2px #e7c152;
}
.tab-bd{
  margin-top: 20px;
}
.tab-bd a{
  margin-top: 10px;
  display: block;
  padding: 14px;
  color: #b8e2fb;
}
.tab-bd a:hover,.tab-bd a.active{
  color: #e7c152;
  border: solid 1px #e7c152;
  padding: 13px;
}
.tab-bd a .num{
  margin-right: 20px;
}
.video .video-tab .tab-panel{
  display: none;
}

.ad{
  margin-top: 30px;
}
/*网络安全风险防范*/
.wrap .title{
  margin:0px 0 20px;
  text-align: center;
  font-size: 32px;
  color:#28fdf9;
}
.fengxian .hd{
  margin: -75px -24px 0 -28px;
  background: url(../images/title3.png) no-repeat 0 0;
  height: 167px;
}
.fengxian .hd h3{
 text-indent: -9999px; 
}
.fengxian ul{
  margin-top: 50px;
}
.fengxian ul li{
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  line-height: normal;
  display: flex;
  border:2px solid #16afff;
  border-radius:2px;
}
/*主办单位会办单位*/
.unit .hd{
  text-align: center;
  margin:70px 0 30px;
}
.unit .hd span{
  display: inline-block;
  width: 265px;
  text-align: center;
  padding:10px 0;
  font-size: 24px;
  color:#094699;
  background-color: #a3ddfc;
  font-weight:bold;
}
.unit .bd{
  border-bottom:1px dashed #23b5c0;
  width:1150px;
  margin:0 auto;
}
.unit .bd:last-child{
  border-bottom:none;
}
.unit .list{
  margin-bottom: 40px;
}
.unit .list .tit{
  float: left;
  padding-top: 20px;
  background-color: #c6e9fd;
  width: 96px;
  height: 74px;
  text-align: center;
  color: #3c99d0;
  font-size: 24px;
  line-height: 1;
}
.unit .list .cont{
  display:flex;
  padding:0 65px;
  justify-content: left;
  flex-wrap: wrap;
}
.unit .list .cont a{
  float: left;
  margin: 0px 15px 30px 15px;
  cursor: default;
  display: flex;
}
.banquan{
  margin:100px 0 10px;
}
.banquan p{
  text-align:center;
  font-size: 14px;
  color:#16afff;
}
.popup{
  display: none;
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 50%;
  width: 500px;
  padding: 30px;
  margin-left: -250px;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
  background:rgba(0,0,0,0.6);
} 
:root .popup{filter:none;}/*for IE9*/

.popup .cont{
  height: 100%;
  overflow-y: auto;
}
.popup .cont img{
  width: 100%;
}
.popup .btn-close{
  width: 74px;
  height: 74px;
  background: url(../images/btn-close.png) no-repeat 0 0;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}
.qrcode{
	width:100%;
	text-align:center;
	margin:20px auto;
}
.qrcode img{
	padding:10px;
	background:#fff;
}