/* 媒体查询移动端适配 */

@media only screen and (max-width:767px) {

html {
	width: 100%;
	font-family: "微软雅黑";
	font-size: 15px;
}
div{
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
a{
	color:#333333
}

.clearfix{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.left{
	float: left;
}
.right{
	float:right
}

/* 在原文的css */
body {
	width: 100%;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  .zdgf {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
  }
  .zdgf1 {
	width: 100%;
	margin: 0 auto;
  }
  .zdgf1 > div > div > a {
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px dashed #999999;
	width: 340px;
	text-align: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .zdgf1 > div > div {
	height: 40px;
	line-height: 40px;
	text-align: center;
  }
  .zdgf > div > div > a {
	width: 340px;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px dashed #999999;
	text-align: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .zdgf > div > div {
	height: 40px;
	line-height: 40px;
	text-align: center;
  }
  .jb {
	width: 100%;
	margin: 0 auto;
  }
  .title_jb {
	background: url(./22.png) no-repeat center;
	height: 38px;
	margin-top: 50px;
	margin-bottom: 30px;
  }
  .jb_list a {
	margin-bottom: 10px;
	display: block;
	width: 342px;
	height: 45px;
	border: 1px solid #cccccc;
	border-left: 4px solid #379af3;
	font-size: 12px;
	line-height: 45px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  .jb_list span {
	font-size: 17px;
	color: #379af3;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: 800;
  }
  .more {
	font-size: 15px;
	color: #666666;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d8d8d8;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 50px;
  }
  .title_sd {
	background: url(./2.png) no-repeat center;
	height: 38px;
	margin-bottom: 30px;
	margin-top: 50px;
  }
  .sd_list {
	display: inline-block;
  }
  .sd_list img {
	width: 366px;
	height: 250px;
  }

  .sd_list {
	font-size: 17px;
	color: white;
	font-weight: 800;
  }
  .sd_list2 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
  }
  .sd_list2 a {
	display: inline-block;
	width: 180px;
	height: 134px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  /* ------------------------------ */
.jc_list_title {
	font-size: 30px;
	font-weight: bold;
	color: #379af3;
	margin-bottom: 20px;
  }
  .more1 {
	font-size: 15px;
	color: #666666;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d8d8d8;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 50px;
  }

  .dian{
	float: left;
    width: 3px;
    height: 3px;
    background-color: #333333;
    margin-top: 19px;
    margin-right: 15px;
    margin-left: 10px;
  }

  .left,.right{
	  width: auto !important;
  }

  .title_sd_list{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
  }

  .title_sd_list .sd_list{
	margin: 0 0 20px 0 !important;
  }
  .title_zwgk{
	background: url(./11.png) no-repeat center;
	width: 100%;
    height: 38px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .jb>a>img{
	  width: 100%;
  }
}