﻿.m-register{
	height: 900px;
	overflow: hidden;
}
.register{
	margin: 0 auto;
	width: 940px;
	margin-top: 200px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	overflow: hidden;
}
.m-register .g-tit{
	font-size: 34px;
	margin-bottom: 15px;
}
.m-register .txt{
	font-size: 16px;
	color: #99a0b1;
	margin-bottom: 15px;
	
}
.m-register .in{
	margin: 0 -30px;
	overflow: hidden;
}
.m-register .con{
	width: 50%;
	float: left;
}
.m-register .con.br{
	border-right: 1px solid #f4f6f9;
}
.m-register .main{
	margin: 0 30px;
}
.m-register .title{
	font-size: 22px;
	margin-bottom: 25px;
}
.m-register .method{
	font-size: 16px;
	margin-bottom: 15px;
}
.m-register .method span{
	margin-right: 10px;
}
	.m-register .method .ic5{
		display: inline-block;
		width: 12px;
		height: 6px;
		background:url(../images/register/i-ic5.png) no-repeat center;
		background-size: 12px auto;
		overflow: hidden;
	}
.m-register ul{
}
.m-register li{
	width: 100%;
	border: 1px solid #99a0b1;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	overflow: hidden;
}
.m-register li .ic{
	display: inline-block;
	width: 40px;
	height: 100%;
	background:url(../images/register/i-ic1.png) no-repeat center;
	background-size: auto 16px;
	overflow: hidden;
}
.m-register li .ic.ic2{
	background-image:url(../images/register/i-ic2.png);
}
.m-register li .ic.ic3{
	background-image:url(../images/register/i-ic3.png);
}
.m-register li .ic.ic4{
	background-image:url(../images/register/i-ic4.png);
}
.m-register li .ic.ic6{
	background-image:url(../images/register/i-ic6.png);
}
.m-register ul input{
	height: 38px;
	vertical-align:top;
	width: 80%;
}

.m-register input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color:    #99a0b1;
		}
		.m-register input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #99a0b1;
		}
.fr{
	display: inline-block;
	float: right;
	margin: 8px 0;
	height: 24px;
	line-height: 24px;
	width: 128px;
	vertical-align:top;
	border-left: 1px solid #99a0b1;
	text-align: center;
	color: #4ead86;
}
.m-register li.mb20{
	margin-bottom: 20px;
}
.m-register button{
	display: block;
	width: 135px;
	height: 40px;
	border-radius: 50px;
	color: #4ead86;
	background-color: #fff;
	border: 1px solid #4ead86;
	margin-bottom: 25px;
}
.m-register .on{
	color: #fff;
	background-color: #4ead86;
}
.m-register p{
	vertical-align: middle;
	line-height: 18px;
	margin-bottom: 20px;
}

.m-register p input{
	margin-right: 10px;
	vertical-align: middle;
}
 .m-register input[type="checkbox"] {
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-appearance: none;
	background: url(../images/register/re-no.png) no-repeat;
	background-size: 100% 100%;
    outline: none;
  }
.m-register input[type="checkbox"]:checked {
    background: url(../images/register/re-check.png)
      no-repeat center;
    background-size: 100% 100%;
  }
.m-register a{
	text-decoration: underline;
	color: #4ead86;
}
.m-register .box{
	background-color: #e8ebf2;
	text-align: center;
	color: #758096;
	padding-left: 5px;
}
.m-register .ic7{
	
	display: block;
	width: 32px;
	height: 40px;
	line-height: 40px;
	background:url(../images/register/i-ic7.png) no-repeat center;
	background-size: 32px;
	overflow: hidden;
	float: left;
	
}
.m-register .forget{
	float: right;
}
.m-register .ss{
	margin-bottom: 20px;
}
.m-register .ss input{
	margin-right: 10px;
	vertical-align: middle;
}
.m-register .ss a{
	text-decoration: none;
}


.m-view {
	text-align: center;
	overflow: hidden;
}

.m-view .g-tit{
	margin-top: 160px;
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff;
}
.m-view .txt{
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 25px;
}
.m-view ul{
	text-align: center;
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 60px;
	overflow: hidden;
	margin-bottom: 60px;
}
.m-view li{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.m-view .mb30{
	margin-bottom: 30px;
}
.m-view li span{
	display: block;
	font-size:18px;
	line-height: 1;
	margin-bottom: 5px;
	text-align: left;
}
.m-view li i{
	color: red;
	font-size:18px;
	line-height: 1.5;
}
.m-view  input{
	padding-left: 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #99a0b1;
	border-radius: 5px;
}
.m-view input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color:    #99a0b1;
		}
		.m-view input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #99a0b1;
		}
		
		.m-view button{
			text-align: center;
			display: inline-block;
			width: 220px;
			height: 40px;
			border-radius: 50px;
			color: #fff;
			background-color: #4ead86;
			border: 1px solid #4ead86;
		}
		.m-view .on{
			color: #4ead86#fff;
			background-color: #fff;
			border: 1px solid #fff;
		}
		
		
@media only screen and (min-width: 950px) and (max-width: 1300px) {
.m-register{
	height: 65.38vw;
	overflow: hidden;
}
.register{
	margin: 0 auto;
	width: 72.30vw;
	margin-top: 15.38vw;
	background-color: #fff;
	border-radius: 0.769vw;
	padding: 3.076vw;
	overflow: hidden;
}
.m-register .g-tit{
	font-size: 2.615vw;
	margin-bottom: 1.153vw;
}
.m-register .txt{
	font-size: 1.230vw;
	color: #99a0b1;
	margin-bottom: 1.153vw;
	
}
.m-register .in{
	margin: 0 -2.307vw;
	overflow: hidden;
}
.m-register .con{
	width: 50%;
	float: left;
}
.m-register .con.br{
	border-right: 1px solid #f4f6f9;
}
.m-register .main{
	margin: 0 2.307vw;
}
.m-register .title{
	font-size: 1.692vw;
	margin-bottom: 1.923vw;
}
.m-register .method{
	font-size: 1.230vw;
	margin-bottom: 1.153vw;
}
.m-register .method span{
	margin-right: 0.769vw;
}
	.m-register .method .ic5{
		display: inline-block;
		width: 0.923vw;
		height: 0.461vw;
		background:url(../images/register/i-ic5.png) no-repeat center;
		background-size: 0.923vw auto;
		overflow: hidden;
	}
.m-register ul{
}
.m-register li{
	width: 100%;
	border: 1px solid #99a0b1;
	border-radius: 0.307vw;
	height: 3.076vw;
	line-height: 3.076vw;
	margin-bottom: 1.153vw;
	overflow: hidden;
}
.m-register li .ic{
	display: inline-block;
	width: 3.076vw;
	height: 100%;
	background:url(../images/register/i-ic1.png) no-repeat center;
	background-size: auto 1.230vw;
	overflow: hidden;
}
.m-register li .ic.ic2{
	background-image:url(../images/register/i-ic2.png);
}
.m-register li .ic.ic3{
	background-image:url(../images/register/i-ic3.png);
}
.m-register li .ic.ic4{
	background-image:url(../images/register/i-ic4.png);
}
.m-register li .ic.ic6{
	background-image:url(../images/register/i-ic6.png);
}
.m-register ul input{
	height: 2.923vw;
	vertical-align:top;
}

.m-register input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color:    #99a0b1;
		}
		.m-register input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #99a0b1;
		}
.fr{
	display: inline-block;
	float: right;
	margin: 0.615vw 0;
	height: 1.846vw;
	line-height: 1.846vw;
	width: 9.846vw;
	vertical-align:top;
	border-left: 1px solid #99a0b1;
	text-align: center;
	color: #4ead86;
}
.m-register li.mb20{
	margin-bottom: 1.538vw;
}
.m-register button{
	display: block;
	width: 10.38vw;
	height: 3.076vw;
	border-radius: 3.846vw;
	color: #4ead86;
	background-color: #fff;
	border: 1px solid #4ead86;
	margin-bottom: 1.923vw;
}
.m-register .on{
	color: #fff;
	background-color: #4ead86;
}
.m-register p{
	vertical-align: middle;
	line-height: 1.384vw;
	margin-bottom: 1.538vw;
}

.m-register p input{
	margin-right: 0.769vw;
	vertical-align: middle;
}
 .m-register input[type="checkbox"] {
    width: 1.230vw;
    height: 1.230vw;
    background-color: #fff;
    -webkit-appearance: none;
	background: url(../images/register/re-no.png) no-repeat;
	background-size: 100% 100%;
    outline: none;
  }
.m-register input[type="checkbox"]:checked {
    background: url(../images/register/re-check.png)
      no-repeat center;
    background-size: 100% 100%;
  }
.m-register a{
	text-decoration: underline;
	color: #4ead86;
}
.m-register .box{
	background-color: #e8ebf2;
	text-align: center;
	color: #758096;
	padding-left: 0.384vw;
}
.m-register .ic7{
	
	display: block;
	width: 2.461vw;
	height: 3.076vw;
	line-height: 3.076vw;
	background:url(../images/register/i-ic7.png) no-repeat center;
	background-size: 2.461vw;
	overflow: hidden;
	float: left;
	
}
.m-register .forget{
	float: right;
}
.m-register .ss{
	margin-bottom: 1.538vw;
}
.m-register .ss input{
	margin-right: 0.769vw;
	vertical-align: middle;
}
.m-register .ss a{
	text-decoration: none;
}


.m-view {
	text-align: center;
	overflow: hidden;
}

.m-view .g-tit{
	margin-top: 12.30vw;
	font-size: 3.076vw;
	margin-bottom: 1.538vw;
	color: #fff;
}
.m-view .txt{
	font-size: 1.538vw;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 1.923vw;
}
.m-view ul{
	text-align: center;
	margin: 0 auto;
	width: 69.23vw;
	background-color: #fff;
	border-radius: 0.769vw;
	padding: 2.307vw 4.615vw;
	overflow: hidden;
	margin-bottom: 4.615vw;
}
.m-view li{
	width: 100%;
	margin-bottom: 1.153vw;
	overflow: hidden;
}
.m-view .mb30{
	margin-bottom: 2.307vw;
}
.m-view li span{
	display: block;
	font-size:1.384vw;
	line-height: 1;
	margin-bottom: 0.384vw;
	text-align: left;
}
.m-view li i{
	color: red;
	font-size:1.384vw;
	line-height: 1.5;
}
.m-view  input{
	padding-left: 0.769vw;
	width: 100%;
	height: 3.076vw;
	border: 1px solid #99a0b1;
	border-radius: 0.384vw;
}
.m-view input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color:    #99a0b1;
		}
		.m-view input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #99a0b1;
		   opacity:  1;
		}
		.m-register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #99a0b1;
		}
		
		.m-view button{
			text-align: center;
			display: inline-block;
			width: 16.92vw;
			height: 3.076vw;
			border-radius: 3.846vw;
			color: #fff;
			background-color: #4ead86;
			border: 1px solid #4ead86;
		}
		.m-view .on{
			color: #4ead86#fff;
			background-color: #fff;
			border: 1px solid #fff;
		}
}		



@media only screen and (max-width: 950px){
	
	.m-register{
		height: auto;
		width: auto;
		overflow: hidden;
		padding: 0 20px;
	}
	.register{
		margin: 0 auto;
		width: 100%;
		margin: 20px 0;
		background-color: #fff;
		border-radius: 10px;
		padding: 20px;
		overflow: hidden;
	}
	.m-register .g-tit{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.m-register .txt{
		font-size: 14px;
		color: #99a0b1;
		margin-bottom: 10px;
		
	}
	.m-register .in{
		margin: 0 -20px;
		overflow: hidden;
	}
	.m-register .con{
		width: 100%;
		float: none;
	}
	.m-register .con.br{
		border-right: 0;
	}
	.m-register .main{
		margin: 0 10px;
	}
	.m-register .title{
		font-size: 18px;
		margin-bottom: 17px;
	}
	.m-register .method{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.m-register .method span{
		margin-right: 10px;
	}
		.m-register .method .ic5{
			display: inline-block;
			width: 12px;
			height: 6px;
			background:url(../images/register/i-ic5.png) no-repeat center;
			background-size: 12px auto;
			overflow: hidden;
		}
	.m-register ul{
	}
	.m-register li{
		width: 100%;
		border: 1px solid #99a0b1;
		border-radius: 4px;
		height: 40px;
		line-height: 40px;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.m-register li .ic{
		display: inline-block;
		width: 40px;
		height: 100%;
		background:url(../images/register/i-ic1.png) no-repeat center;
		background-size: auto 16px;
		overflow: hidden;
	}
	
	.m-register ul input{
		height: 38px;
		vertical-align:top;
	}
	
	.fr{
		display: inline-block;
		float: right;
		margin: 8px 0;
		height: 24px;
		line-height: 24px;
		width: 128px;
		vertical-align:top;
		border-left: 1px solid #99a0b1;
		text-align: center;
		color: #4ead86;
	}
	.m-register li.mb20{
		margin-bottom: 20px;
	}
	.m-register button{
		display: block;
		width: 135px;
		height: 40px;
		border-radius: 50px;
		color: #4ead86;
		background-color: #fff;
		border: 1px solid #4ead86;
		margin-bottom: 25px;
	}
	.m-register .on{
		color: #fff;
		background-color: #4ead86;
	}
	.m-register p{
		vertical-align: middle;
		font-size: 14px;
		line-height: 18px;
		height: 18px;
		margin-bottom: 20px;
	}
	
	.m-register p input{
		font-size: 14px;
		line-height: 18px;
		height: 18px;
		margin-right: 10px;
		vertical-align: middle;
	}
	.m-register a{
		text-decoration: underline;
		color: #4ead86;
	}
	.m-register .box{
		background-color: #e8ebf2;
		text-align: center;
		color: #758096;
		padding-left: 5px;
	}
	.m-register .ic7{
		
		display: block;
		width: 32px;
		height: 40px;
		line-height: 40px;
		background:url(../images/register/i-ic7.png) no-repeat center;
		background-size: 32px;
		overflow: hidden;
		float: left;
		
	}
	.m-register .forget{
		float: right;
	}
	.m-register .ss{
		margin-bottom: 20px;
	}
	.m-register .ss input{
		margin-right: 10px;
		vertical-align: middle;
	}
	.m-register .ss a{
		text-decoration: none;
	}
	
	
	
	
	.m-view {
		text-align: center;
		overflow: hidden;
		padding: 0 20px;
	}
	
	.m-view .g-tit{
		margin-top: 80px;
		font-size: 24px;
		margin-bottom: 15px;
		color: #fff;
	}
	.m-view .txt{
		font-size: 16px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.m-view ul{
		text-align: center;
		margin: 0 auto;
		width: auto;
		background-color: #fff;
		border-radius: 10px;
		padding: 15px 20px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.m-view li{
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.m-view .mb30{
		margin-bottom: 15px;
	}
	.m-view li span{
		display: block;
		font-size:14px;
		line-height: 1;
		margin-bottom: 5px;
		text-align: left;
	}
	.m-view li i{
		color: red;
		font-size:14px;
		line-height: 1.5;
	}
	.m-view  input{
		padding-left: 10px;
		width: 100%;
		height: 30px;
		border: 1px solid #99a0b1;
		border-radius: 5px;
	}
			.m-view button{
				text-align: center;
				display: inline-block;
				width: 220px;
				height: 40px;
				border-radius: 50px;
				color: #fff;
				background-color: #4ead86;
				border: 1px solid #4ead86;
			}
	}
	
	
	
	.cur{
		margin-top: 150px;
		font-size: 20px;
		color: #666;
		line-height: 64px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.ul-tag{
		padding: 25px 38px 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
		margin-bottom: 40px;
	}
	
	.ul-tag li{
		display: block;
		overflow: hidden;
		border-bottom: 1px solid #e6e6e6;
		font-size: 20px;
		color: #474747;
		padding: 20px 0;
	}
	.ul-tag li:first-child{
		border-top: 1px solid #e6e6e6;
	}
	.ul-tag span{
		float: left;
		padding-right: 50px;
		width: 4.25%;
		font-weight: bold;	
	}
	.ul-tag a{
		float: left;
		padding-right: 30px;
		color: inherit;
		overflow: hidden;
	}
	.ul-tag a:hover{
		text-decoration: underline;
		color: #4ead86;
	}
	.ul-tag .more{
		color: #4ead86;
	}
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.cur{
			margin-top: 8.812vw;
			font-size: 1.041vw;
			color: #666;
			line-height: 3.333vw;
			text-transform: uppercase;
			margin-bottom: 1.041vw;
		}
		.ul-tag{
			
			padding: 1.302vw 1.979vw 2.812vw;
			background: #fff;
			border: 0.104vw solid #e6e6e6;
		}
		.ul-tag li:first-child{
			border-top: 1px solid #e6e6e6;
		}
		.ul-tag li{
			display: block;
			overflow: hidden;
			border-bottom: 1px solid #e6e6e6;
			font-size: 0.729vw;
			color: #474747;
		}
		.ul-tag a{
			padding-right: 1.562vw;
		}
		.ul-tag a:hover{
			text-decoration: underline;
			color: #4ead86;
		}
		.ul-tag .more{
			color: #4ead86;
		}
	}
	@media only screen and (min-width: 750px) and (max-width: 950px) {
		
		.cur{
				margin-top: 8.812vw;
				font-size: 18px;
				color: #666;
				line-height: 3.333vw;
				text-transform: uppercase;
				margin-bottom: 1.041vw;
			}
			.ul-tag{
				
				padding: 1.302vw 1.979vw 2.812vw;
				background: #fff;
				border: 0.104vw solid #e6e6e6;
			}
			.ul-tag li:first-child{
				border-top: 1px solid #e6e6e6;
			}
			.ul-tag li{
				    line-height: 2;
				    padding-top: 10px;
				    padding-bottom: 10px;
				font-size: 12px;
				
			}
			.ul-tag span{
				        float: left;
				        width: 100%;
			}
			.ul-tag a{
				padding-right: 4vw;
			}
			.ul-tag .more{
				float: right;
				width: auto;
				color: #4ead86;
			}
		
			}
			
			@media only screen and (max-width: 750px) {
				.cur{
						margin-top: 40px;
						font-size: 18px;
						line-height: 30px;
						text-transform: uppercase;
						margin-bottom: 15px;
					}
				
					.ul-tag li{
						    line-height: 2;
						    padding-top: 10px;
						    padding-bottom: 10px;
						font-size: 12px;
						
					}
					.ul-tag span{
						        float: left;
						        width: 100%;
					}
					.ul-tag a{
				padding-right: 10vw;
					}
					.ul-tag .more{
						float: right;
						width: auto;
						color: #4ead86;
					}
				
					}
					
	/* tag新闻列表 */				
					
	.ul-info{
		    padding-top: 16px;
		    padding-bottom: 7px;
	}
	.ul-info li{
		    overflow: hidden;
		    border-bottom: 1px solid #d5d6d9;
		    padding-bottom: 2px;
		    margin-bottom: 16px;
	}
	.ul-info .pic{
		    float: left;
		    width: 200px;
		    height: 143px;
		    overflow: hidden;
		    margin-right: 18px;
	}
	.ul-info .pic img{
		width: 100%;
		height: 100%;
	}
	.ul-info .txt{
		    overflow: hidden;
		    font-size: 16px;
		    color: #666;
		    line-height: 26px;
		    padding-top: 20px;
	}
	 .g-tit{
		font-size: 36px;
	    color: #000;
	    line-height: 30px;
	    padding-bottom: 34px;
	}  
	.m-tit3{
		
		    font-size: 20px;
		    color: #4ead86;
		    font-weight: 400;
		    line-height: 1.5;
		    position: relative;
		    z-index: 1;
	}
	.m-tit3 span{
		  display: inline-block;
	     vertical-align: top;
	     line-height: 29px;
	     border-bottom: 3px solid #4ead86;
	     margin-right: 7px;
	}
	   
	.ul-info .title{
		font-size: 18px;
		    color: #2d2d2d;
		    line-height: 1.5;
		    font-weight: 700;
	}
	.ul-info .desc{
		    overflow: hidden;
		    -ms-text-overflow: ellipsis;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		    margin-bottom: 6px;
		    margin-top: 13px;
	}
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.ul-info{
			    padding-top: 0.833vw;
			    padding-bottom: 0.364vw;
		}
		.ul-info li{
			    overflow: hidden;
			    border-bottom: 1px solid #d5d6d9;
			    padding-bottom: 0.104vw;
			    margin-bottom: 0.833vw;
		}
		.ul-info .pic{
			    float: left;
			    width: 10.41vw;
			    height: 7.447vw;
			    overflow: hidden;
			    margin-right: 0.937vw;
		}
		.ul-info .pic img{
			width: 100%;
			height: 100%;
		}
		.ul-info .txt{
			    overflow: hidden;
			    font-size: 0.833vw;
			    color: #666;
			    line-height: 1.354vw;
			    padding-top: 1.041vw;
		}
		 .g-tit{
			font-size: 1.875vw;
		    color: #000;
		    line-height: 1.562vw;
		    padding-bottom: 1.770vw;
		}  
		.m-tit3{
			    font-size: 1.041vw;
			    color: #4ead86;
			    font-weight: 400;
			    line-height: 1.5;
			    position: relative;
			    z-index: 1;
		}
		.m-tit3 span{
			  display: inline-block;
		     vertical-align: top;
		     line-height: 1.510vw;
		     border-bottom: 0.156vw solid #4ead86;
		     margin-right: 0.364vw;
		}
		   
		.ul-info .title{
			font-size: 0.937vw;
			    color: #2d2d2d;
			    line-height: 1.5;
			    font-weight: 700;
		}
		.ul-info .desc{
			    overflow: hidden;
			    -ms-text-overflow: ellipsis;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 2;
			    margin-bottom: 0.312vw;
			    margin-top: 0.677vw;
		}
	}
	
	@media only screen and (max-width: 950px){
		.ul-info{
				    padding-top: 16px;
				    padding-bottom: 7px;
			}
			.ul-info li{
				    overflow: hidden;
				    border-bottom: 1px solid #d5d6d9;
				    padding-bottom: 2px;
				    margin-bottom: 16px;
			}
			.ul-info .pic{
				    float: none;
				    width: auto;
				    height: auto;
				    overflow: hidden;
				    margin-right: 0;
			}
			.ul-info .pic img{
				width: 100%;
				height: 100%;
			}
			.ul-info .txt{
				    overflow: hidden;
				    font-size: 16px;
				    color: #666;
				    line-height: 26px;
				    padding-top: 20px;
			}
			 .g-tit{
				 margin-top: 50px;
				font-size: 24px;
			    color: #000;
			    line-height: 30px;
			    padding-bottom: 34px;
			}  
			.m-tit3{
				    font-size: 18px;
				    color: #4ead86;
				    font-weight: 400;
				    line-height: 1.5;
				    position: relative;
				    z-index: 1;
			}
			.m-tit3 span{
				  display: inline-block;
			     vertical-align: top;
			     line-height: 29px;
			     border-bottom: 3px solid #4ead86;
			     margin-right: 7px;
			}
			   
			.ul-info .title{
				font-size: 18px;
				    color: #2d2d2d;
				    line-height: 1.5;
				    font-weight: 700;
			}
			.ul-info .desc{
				    overflow: hidden;
				    -ms-text-overflow: ellipsis;
				    text-overflow: ellipsis;
				    display: -webkit-box;
				    -webkit-box-orient: vertical;
				    -webkit-line-clamp: 2;
				    margin-bottom: 6px;
				    margin-top: 13px;
			}
		
		}