.container{
	/*width: 1100px;*/
	margin: 0px auto;
}
.lists{
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
}
.list{
	width: 20%;
	float: left;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	background-color: #F5F5F5;
	    box-sizing: border-box;
}
.list span {
	font-size: 16px;
}
.thisimg{
	display: inline;
}
.thisimg img{
	vertical-align: middle;
}
.contents{
	
}
.content{
	display: none;
	width: 100%;
	min-height: 500px;
	background-color: #ffffff;
	padding: 10px 0px;
}
.dis{
	display: block;
	background-color: #ffffff;
}



.tips_pic3{position: fixed;left: 10px;bottom: 10px;/*max-width: 200px;*/z-index: 2;/* display: none; */}
.tips_pic3>span{position: absolute;right: 0;top: 2px;cursor: pointer;border-radius: 50%;border: 1px solid #999;width: 15px;height: 15px;text-align: center;line-height: 10px;color: #999;display: block;}
.tips_pic3 img{width: 100%;height: 50%;}


@media (max-width: 980px) {
	.container,.content{
		width:100%;
	}
	.content img {
		/* width: 100% !important; */
	}
	.list{
		width:30%;
	}
	.thisimg img {
		width: 15%;
	}
	.list:first-child {
		width: 40%;
	}
	.list span {
		font-size: 12px;
	}
	div.content:nth-child(4) > iframe:nth-child(1) {
		height: 1850px;
	}
	
	.contents {
		width: 98%;
		margin: 0px 1%;
	}
	
	.container, .content {
		width: 100%;
		clear: both;
	}
	
	div.list:nth-child(1) {
		width: 50%;
	}
	
	div.list:nth-child(2) {
		width: 50%;
	}
	div.list:nth-child(3) {
		width: 33.3%;
	}
	
	div.list:nth-child(4) {
		width: 33.3%;
	}
	div.list:nth-child(5) {
		width: 33.3%;
	}
	div.list:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
		width: 10%;
	}
	div.list:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
		width: 10%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
    .tips_pic3{
		/* display: none; */
		right: 10px;
		left: 0px;
	}

	.tips_pic3 img {
		width: 50%;
		float: right;
	}
	.notice{padding:0 !important;}
	#NowTime{font-size:14px;}
}
.tccbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161515e6;
  }
  
  .tcc {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    padding: 100px 30px;
    border-radius: 10px;
  }
  
  .tcc p {
    line-height: 48px;
    font-size: 24px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .tcc p a{
	  color:#2c60b6;
  }
  .wl li {
    float: left;
    width: 33%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  
  .wl li a {
    padding: 20px 0px;
    display: block;
    text-align: center;
    border: 1px solid #2c60b6;
    border-radius: 8px;
    font-size: 22px;
    color: #333;
    background: url(../scxxgkml/images/zfxxgk/ysqwlbg.png);
  }
  
  .wl li a:hover {
    text-decoration: none;
  }
  
  .wl li a span:hover {
    text-decoration: underline;
  }
  
  .wl li a img,
  .wl li a span {
    vertical-align: middle;
  }
  
  .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  @media (max-width: 1200px) {
    .tcc {
      width: 80%;
    }
  }
  @media(max-width:768px) {
    .wl li {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .tcc {
      padding: 20px;
    }
  
    .wl li a {
      padding: 10px 0;
    }
  
    .tcc p {
      line-height: 38px;
      font-size: 20px;
    }
  
    .wl li a img {
      display: inline-block;
      width: 50px;
    }
  }