.parks {
    width: 100%;
    margin-top: 30px;
    clear: both;
}

.parks .content {
    width: 1200px;
    /* min-width: 1200px; */
    margin: 0 auto;
    height: auto;
	background-color: #f5f5f5;
}

.parks_1left {
    float: left;
    width: 500px;
    height: 370px;
    margin-top: 30px;
    background-color: #f5f5f5;
}

.parks_1right {
    float: left;
    width: 700px;
    height: 370px;
    margin-top: 30px;
}

.parts_1left_text {
    margin: 50px 30px 0 50px;
}

.parks_1left .cntitle {
    font-size: 28px;
    color: #30318d;
    font-weight: bold;
}

.parks_1left .entitle {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.parks_1left .notes {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    padding-top: 40px;
}

.parks_1right img {
    width: 100%;
    height: 100%;
    text-align: center;
}

.parks_2left {
    float: right;
    width: 500px;
    height: 370px;
    margin-top: 30px;
    background-color: #f5f5f5;
}

.parks_2left .cntitle {
    font-size: 28px;
    color: #30318d;
    font-weight: bold;
}

.parks_2left .entitle {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.parks_2left .notes {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    padding-top: 40px;
}

.parks_2right {
    float: left;
    width: 700px;
    margin-top: 30px;
    height: 370px;
}

.parks_2right img {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
}
.parks_list{
	padding-top: 40px;
	clear: both;
}
.parks_list li {
    overflow: hidden;
    margin-bottom: 30px;
	box-shadow: 0px 5px 5px #888888;
}
.parks_list li .imgDiv {
    width: 700px;
	height: 370px;
}
.parks_list li .imgDiv img {
    width: 100%;
	border: 0px;
	vertical-align: middle;
}
.parks_list li .contentBox {
    width: 500px;
    position: relative;
    height: 370px;
    box-sizing: border-box;
    padding: 0 40px;
    background-color: #f5f5f5;
}
.parks_list li .name {
    /* padding-top: 40px; */
	margin-top: 60px;
    text-align: center;
	font-size: 28px;
	color: #30318d;
	font-weight: bold;
    height: 40px;
	width: 420px;
	overflow: hidden;
	clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.parks_list li .enname {
	font-size: 16px;
    color: #666666;
    font-weight: bold;
    height: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.parks_list li .txt {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    /* padding-top: 40px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.parks_list li .btnDiv {
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.parks_list .btnDiv a:hover {
    background: #0075cf;
    color: #fff;
}
.parks_list .btnDiv a {
    position: relative;
    font-size: 14px;
    color: #0075cf;
	text-align: center;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: #0075cf solid 0.01rem;
}
.parks_tits {
    margin: 40px auto;
}
.parks_tits a:last-child{
	border-right:  1px solid #c5c5c5;
}
.parks_tits a {
    display: block;
    float: left;
    text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	color: #333333;
	border-left:  1px solid #c5c5c5;
	border-top:  1px solid #c5c5c5;
	border-bottom:  1px solid #c5c5c5;
	text-align: center;
	text-decoration: none;
}
.parks_tits a:hover{
	background-color: #204c95;
	color: #fff;
	border-left: 1px solid #204c95;
	border-top: 1px solid #204c95;
	border-bottom: 1px solid #204c95;
}
.parks_tits a.on {
    background-color: #204c95;
    color: #fff;
    border-left: 1px solid #204c95;
    border-top: 1px solid #204c95;
    border-bottom: 1px solid #204c95;
}

.detail_box {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}
._news_detail {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -100px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .05); */
}
._news_detail .returnBtn {
    position: absolute;
    right: 0;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 40px;
    top: -40px;
    font-size: 14px;
    background: #fff;
}
._news_detail .detail_content {
    width: 100%;
}
._ndc_top {
    width: 100%;
    height: auto;
}
._ndc_top .title {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 30px;
    padding-top: 10px;
    border-bottom: none;
    padding-bottom: 20px;
	text-align: center;
}
._ndc_top .title, .detail_same .title {
    width: 100%;
    height: auto;
	color: #3e3e3e;
}
._ndc_top .des {
    line-height: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
	font-size: 12px;
	    opacity: .7;
}
._ndc_top .des span {
    margin-right: 25px;
}
._ndc_top .social {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.ndc_detail {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 1.7;
    margin-bottom: 50px;
}
.newndc_detail {
    width: 100%;
    height: auto;
    /* position: relative; */
    line-height: 1.7;
    margin-bottom: 50px;
}
.img:{
max-width: 80%;
margin-left: auto;
margin-right: auto;
display: flex;/*水平居中*/
justify-content: center;
}


.ndc_detail img, .ndc_detail p, .single_page img, .single_page p {
    margin-bottom: 10px;
}
.ndc_detail img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;/*水平居中*/
    justify-content: center;
}
.ndc_detail p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 10px;
	max-width: 100%;
	clear: both;
	min-height: 1em;
	color: rgb(51, 51, 51);
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.544px;
	text-align: justify;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	line-height: 2em;
	box-sizing: border-box !important;
	word-wrap: break-word !important;
}
.operate_note{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
}
.operate_note p,input,img{
	margin: auto;
	display: block;
}
.case_detail{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.detail_left{
	width: 870px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}
.detail_left .case_title {
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 30px;
    padding-top: 10px;
    border-bottom: none;
    padding-bottom: 20px;
    text-align: center;
}
.detail_left .des {
    line-height: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
    font-size: 12px;
    opacity: .7;
}
.case_detail {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: justify;
    white-space: normal;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    position: relative;
    line-height: 2em;
    margin-bottom: 20px;
	padding: 0 4px;
}
.case_detail p img, input {
    width: 100%;
    height: auto;
}
.case_detail p{
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: justify;
    white-space: normal;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    position: relative;
    line-height: 2em;
    margin-bottom: 50px;
}
.detail_right{
	width: 300px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}
.mydiv1_m1 {
    padding: 60px 20px;
}
.case_class {
    width: 100%;
    height: auto;
    text-align: center;
}
.case_class ul {
    width: 100%;
	padding-top: 10px;
}
.case_class ul li {
    float: left;
    margin: 0 0 5px 0;
}
.case_class ul li a {
    display: inline-block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #707070;
	text-decoration: none;
    background-color: #efecec;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.case_class ul li a:hover{
	background-color: #204c95;
	color: #fff;
}
.case_class ul li a.on{
	background-color: #204c95;
	color: #fff;
}
.in_hots {
    width: 100%;
    height: auto;
    padding-top: 58px;
}
.in_hots h2 {
    font-size: 16px;
    color: #b4b5b4;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -30px;
    padding-bottom: 10px;
}
.in_hots ul li {
    width: 100%;
    height: 70px;
    border-bottom: 1px dashed #eff2f5;
    padding: 15px 0;
	list-style: none;
	clear: both;
}
.hots_img {
    width: 100px;
    height: 70px;
    float: left;
}
.hots_img img{
	width: 100%;
}
.hots_txt {
    width: 148px;
    height: 70px;
    float: left;
    margin-left: 10px;
}
.hots_txt h1 {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
	margin-top: 0;
}
.hots_txt h1 a{
	text-decoration: none;
}
.next_up {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}
.next_up_up {
    width: 50%;
    float: left;
	margin-bottom: 15px;
}
.next_up_next {
    width: 50%;
    float: right;
	margin-bottom: 15px;
}
.next_up a {
    font-size: 12px;
    line-height: 24px;
	text-decoration:none
}
.next_up b {
    font-size: 12px;
    line-height: 24px;
}
@media only screen and (max-width:768px){
	.parks {
	    width: 100%;
	    margin-top: -40px;
	    clear: both;
	}
	.parks .content {
	    width: 100%;
	    margin: 0 auto 20px;
	    height: auto;
	}
	.parks .content img {
	    width: calc(100%-40px);
	    height: 100%;
		padding: 0 20px;
	    text-align: center;
	}
	.parks_1left,.parks_2left {
		float: none;
	    width: 100%;
	    height: 100%;
	    margin-top: 0px;
	    background-color: #f5f5f5;
	}
	.parts_1left_text,.parts_2left_text {
	    margin: 0px;
	}
	.parks_1left .cntitle,.parks_2left .cntitle {
	    font-size: 20px;
	    color: #30318d;
	    font-weight: bold;
		padding-top: 20px;
		text-align: center;
	}
	.parks_1left .entitle,.parks_2left .entitle {
	    font-size: 12px;
	    color: #666666;
	    font-weight: bold;
		text-align: center;
	}
	.parks_1left .notes,.parks_2left .notes {
		width: 100%;
		padding: 20px;
	    font-size: 14px;
	    color: #666666;
	    line-height: 28px;
	    text-align: justify;
	}
	
	.parks_1right,.parks_2right {
	    float: none;
	    width: 100%;
	    height: 200px;
	    margin-top: 0px;
	}
	
	.parks_list {
	    padding-top: 20px;
	    clear: both;
		width: 100%;
	}
	
	.parks_list li .imgDiv {
	    width: 100%;
	    height: 220px;
	}
	
	.parks_list li .contentBox {
	    width: 100%;
	    position: relative;
	    height: 370px;
	    box-sizing: border-box;
	    padding: 0 4%;
	    background-color: #f5f5f5;
	}
	
	.parks_list li .name {
	    margin-top: 40px;
	    text-align: center;
	    font-size: 24px;
	    color: #30318d;
	    font-weight: bold;
	    height: 40px;
	    width: 100%;
	    overflow: hidden;
	    clear: both;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	}
	
	.parks_list li .enname {
	    font-size: 14px;
	    color: #666666;
	    font-weight: bold;
	    height: 22px;
	    margin-bottom: 20px;
	    text-align: center;
	}
	
	.parks_list li .btnDiv {
	    position: absolute;
		right: 25%;
	    bottom: 20px;
	}
	.parks_tits {
	    margin: 20px auto;
		/* display: none; */
	}
	.parks_tits a {
	    display: block;
	    float: left;
	    text-align: center;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
		overflow: hidden;
	}
	.detail_box {
	    width: 100%;
	    height: auto;
	    padding-bottom: 20px;
	}
	
	._news_detail {
	    width: 100%;
	    margin: 0 auto;
	    background: #fff;
	    padding: 10px;
	    position: relative;
	    margin-top: 0px;
	    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	}
	._news_detail .title{
		font-size: 14px;
		text-align: left;
	}
	.ndc_detail p,input,img{
		margin: auto;
		display: block;
		width: 100%;
		height: 100%;
	}
	.operate_note{
		width: 96%;
		margin: 0 auto;
		height: auto;
		margin-top: 20px;
	}
	.detail_left{
		width: 100%;
	}
	.detail_right {
	    display: none;
	}
}