.hsbg{    background: #f7f7f7;padding-bottom: 10px;}
.newInfoNav{color:#999;padding:15px 0}
.newInfoNav a{font-size:13px;color:#999}
.xwbanner{
	overflow: hidden;
	margin-top: 20px;
}
.xwbanner a{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.xwbanner .xwbannerl,.xwbanner .xwbannerr{
	float: left;
	box-sizing: border-box;
}
.xwbanner .xwbannerl{
	width: 550px;
	height: 280px;
}
.xwbanner .xwbannerl img{
	display: block;
	width: 100%;
	height: 100%;
}
.xwbanner .xwbannerr{
	width: 640px;
	height: 280px;
	margin-left: 10px;    float: right;
}
.xwbanner .xwbannerr .xwbannerrtop{
	height: 130px;
	margin-bottom: 15px;
}
.xwbanner .xwbannerr .xwbannerrtop a,.xwbanner .xwbannerr .xwbannerrtop img{
	display: inline-block;
	width: 315px;
	height: 100%;
}
.xwbanner .xwbannerr .xwbannerrtop a:nth-of-type(1){
	margin-right: 10px;
}
.xwbanner .xwbannerr .xwbannerrbottom img{
	display: block;
	width: 100%;
}
.xwbanner img{
	transition: all 2s;
	cursor: pointer;
}
.xwbanner img:hover{
	transform: scale(1.1);
}	
/* nav */
.newNav{
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	border-bottom:1px solid #e3e3e3;
	margin-top: 25px;    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newNav ul{
	width: 1130px;
	margin: 0 auto;
	overflow: hidden;
}
.newNav li{
	float: left;
 
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.newNav ul li a,.newNav ul li h1{
	display: block;
	border-radius: 19px;
	color: #999;
	transition: all 0.3s;
	font-size: 16px;
	height: 38px;    padding: 0 20px;
	line-height: 38px;font-weight: normal;
}
.newNav ul li:hover a{
	background-color: #f1f1f1;
	color: #333;
}
.newNav ul li a.current{
	background-color: #f1f1f1;
	color: #333;
}
/* 列表 */
.newList{
	padding: 10px 20px 0px;
	background-color: #fff;
	overflow: hidden;
	position: relative;    box-sizing: border-box;
}
.newList .newListContent{
	float: left;
}
.newList .newListContent .newListContentBox{
	width: 835px;
	padding-bottom: 20px;
	border-bottom:1px solid #e3e3e3;    overflow: hidden;
}
.newList .newListContent .newListContentBox:last-child{
	border: none;
}
.newList .newListContent .newListContentBox h2{
	color: #333;
	font-size: 20px;
	margin: 10px 0;font-weight: normal;
}
.newList .newListContent .newListContentBox .newListText{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	max-height: 60px;
	overflow : hidden;
	/*overflow : hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;*/
  	position: relative;
}
.newList .newListContent .newListContentBox .newListText.current:after{
	content: "...";
	display: block;
    padding: 0 20px 0 5px;
    position: absolute;
    bottom: 3px;
    right: -4px;
    color: #999;
    background-color: #fff;
}
.newList .newListContent .newListContentBox .steategyTag{
	font-size: 12px;
	margin-top: 20px;
	color: #999;
}
.newList .newListContent .newListContentBox .steategyTag span{
	margin-right: 30px;
}
.newList .newListContent .newListContentBox .steategyTag img{
	margin-right: 5px;
    position: relative;
    top: -2px;  max-width: 100%;
    vertical-align: middle;
}
.newList .newListContent .newListContentBox .steategyTag .newTayText{
	display: inline-block;
	margin-right: 0;
	width: 70%;
	overflow: hidden;
	word-break: keep-all;
	position: relative;
	top: 6px;
}
.newList .newCode{
	float: right;
	width: 255px;
	background-color: #f8f8f8;
	border: 1px solid #f2f2f2;
	margin-top: 10px;
}
.newList .newCode .newBox{
	padding: 20px;
}
.newList .newCode .newTitle{
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 18px;
	position: relative;
}
.newList .newCode .newTitle:after{
	content: '';
	display: block;
	width: 96px;
	height: 2px;
	background-color: #ff0000;
	position: absolute;
	bottom: -1px;
}
.newList .newCode .newCodeContent{
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}
.newList .newCode .newCodeContent p{
	margin-bottom: 10px;
}
.newList .newCode .newCodeContent p img{
	margin-right: 8px;
}
.newList .newCode .wxCode img{
	display: block;
	margin: 17px auto 10px;
}
.newList .newCode .wxCode p{
	text-align: center;
	font-size: 14px;
	color: #999;
}
/* 分页 */
.pagination{
	background-color: #fff;
	margin: 20px 0;width:1200px;
}
/* 聚合标签 */
.newList .newListContentBox .steategyTag span{
	color: #999;
}
.newList .newListContent .newListContentBox .steategyTag .newTayText a{
	margin-right: 8px;
	height: 24px;
	line-height: 22px;
	padding:0 10px;
	border:1px solid #999;
	color: #999;
	border-radius: 11px;
}
/*.newList .newListContent .newListContentBox .steategyTag .newTayText a:nth-of-type(1){
	border: none;
	margin-right: 0;
}*/
.newList .newListContent .newListContentBox .steategyTag .newTayText a:hover{
	border-color: #ff4400;
	color: #ff4400;
}

/* 弹出层 */
#_submit_success  {position:fixed;top:0px;left:0px;bottom:0px;right:0px;background: rgba(0,0,0,.6);z-index:999999999;}
#_submit_success  .inner {width:600px;height:284px;background: #fff;position:absolute;top:20%;top: calc(50% - 142px);top: -webkit-calc(50% - 142px);top: -moz-calc(50% - 142px);left:25%;left:calc(50% - 300px);left:-webkit-calc(50% - 300px);left:-moz-calc(50% - 300px);border-radius:4px;}
#_submit_success .closed {float: right;margin:20px 20px 0px 0;cursor: pointer;}
#_submit_success .iconL {margin:55px auto 30px;width:210px;font-size:24px;text-align: right;position:relative}
#_submit_success .iconL > b {display:block;position: absolute;top:5px;left:0px;width:23px;height:23px;}
#_submit_success .iconL > b > img {position: absolute;top:1px;left:0px;}
#_submit_success .time {font-size:14px;color:#999;text-align:center;padding:0 35px;line-height:23px;height:auto;}
#_submit_success .about-btn a {float:right;margin-right:40px;text-decoration: underline;font-size: 14px;color: #3b98fb;margin-top:10px;}
#_submit_success .anniu {width:313px;margin:27px auto 20px;}
#_submit_success .anniu > a{display: block;float:left;width:146px;color:#333;text-align:center;border:1px solid #ccc;padding:8px 0;font-size:14px;margin-right:20px;border-radius: 3px;cursor: pointer;}
#_submit_success .anniu .rindex {background: #ffda44;border:1px solid #ffda44;margin-right:0px;}
#_submit_success .again {width:70px;margin:15px auto 20px;}
#_submit_success .again > a{display: block;color:#333;text-align:center;background: #ffda44;padding:5px 0;border-radius: 3px;cursor: pointer} 

#_submit_error  {position:fixed;top:0px;left:0px;bottom:0px;right:0px;background: rgba(0,0,0,.6);z-index:999999999;}
#_submit_error  .inner {width:600px;height:284px;background: #fff;position:absolute;top:20%;top: calc(50% - 142px);top: -webkit-calc(50% - 142px);top: -moz-calc(50% - 142px);left:25%;left:calc(50% - 300px);left:-webkit-calc(50% - 300px);left:-moz-calc(50% - 300px);border-radius:4px;}
#_submit_error .closed {float: right;margin:20px 20px 0px 0;cursor: pointer;}
#_submit_error .iconL {margin:55px auto 30px;width:210px;font-size:24px;text-align: right;position:relative}
#_submit_error .iconL > b {display:block;position: absolute;top:5px;left:0px;width:23px;height:23px;}
#_submit_error .iconL > b > img {position: absolute;top:1px;left:0px;}
#_submit_error .time {font-size:14px;color:#999;text-align:center;padding:0 35px;line-height:23px;height:auto;}
#_submit_error .about-btn a {float:right;margin-right:40px;text-decoration: underline;font-size: 14px;color: #3b98fb;margin-top:10px;}
#_submit_error .anniu {width:313px;margin:27px auto 20px;}
#_submit_error .anniu > a{display: block;float:left;width:146px;color:#333;text-align:center;border:1px solid #ccc;padding:8px 0;font-size:14px;margin-right:20px;border-radius: 3px;cursor: pointer;}
#_submit_error .anniu .rindex {background: #ffda44;border:1px solid #ffda44;margin-right:0px;}
#_submit_error .again {width:70px;margin:15px auto 20px;}
#_submit_error .again > a{display: block;color:#333;text-align:center;background: #ffda44;padding:5px 0;border-radius: 3px;cursor: pointer} 
.fl{
 	float: left;
}
.fr{float:right;}
.newListContentBox{
	padding-top: 20px;
}
.newListContentMainImg img{
	width: 265px;
	height: 160px;
	margin-right: 18px;
}
.newListContentMainRight{
	width: 550px;
}
.newList .newListContent .newListContentBox .steategyTag .newTayText{
	width: 51%;
	height: 21px;
}
.newListContentMainRight a h2:hover{
	color: #ff4400 !important;	
}
 
#cmslistcontent .newListContentBox:hover{
	background-color: #f6f6f6;
}
#cmslistcontent .newListContentBox:hover .newListText:after{
	background-color: #f6f6f6;
}
.newCode01{
	display: none;
    width: 1px;
    float: right;
    height: 351px;
    padding: 20px;
    margin-top: 10px;
}
.newNav01{
 
	padding: 10px 20px 10px 20px;
	padding-bottom: 0px;
    width: 1170px;
    margin-top: 25px;
    display: none;
}
.newCode{
	position: relative;
}
.newList .newCode.affix{
	position: fixed;	
	top: 80px;
	left: 50%;
	transform: translateX(323px);
}
.yxQuest{
	position: relative;
}
.yxQuest > div{
	padding: 20px;
}
.yxQuest > div > form> input,.yxQuest > div > form> textarea,.yxQuest > div >  p{
	display: inline-block;
	border: none;
	outline: none;
	width: 215px;
	height: 36px;
	box-shadow: none;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yxQuest > div >  form> textarea{
	height: 66px;
}
.yxQuest > div > p {
	padding: 0;
}
.yxQuest > div > p > input{
	width: 110px;
	height: 100%;
	border: none;
	outline: none;
	padding: 10px;
	box-shadow: none;
}
.yxQuest > div > p > a{
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #1183f7;
}
.yxQuest > div > form > .submit{
    display: block;
    width: 215px;
    height: 40px;
    background-color: #ffda43;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin-top: 5px;    padding: 0;cursor: pointer;
}
.tipMask{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,0.68); 
	border-radius: 4px;
	padding: 10px !important;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	display: none;
}

.strategyInfoMainRightNewPro{
	margin-bottom: 20px;
}
.prolistTitle{
	font-size: 16px;
	color: #333;
	padding: 17px;
	background-color: #fff;	
	position: relative;
	border-bottom:1px solid #e5e5e5;
}
.prolistTitle:before{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 3px;
	height: 20px;
	background-color: #ffda44;
}
.prolistTitle > a{
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.prolistTitle > a:hover{
	color: #ff4400;
}
.newProList{
	padding: 15px 20px 5px;
	background-color: #fff;
}
.newProList li{
	cursor: pointer;
	margin-bottom: 10px;
}
.newProList li a > p{
	font-size: 14px;
	color: #333333;
	padding-left: 15px;
	position: relative;
	max-height: 37px;
	overflow: hidden;
}
.newProList li a > p:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #d8d8d8;
	position: absolute;
	top: 8px;
	left: 0;
}
.newProList li a > div{
	overflow: hidden;
	display: none;
}
.newProList li a > div img{
	width: 83px;
	height: 50px;
	float: left;
}
.newProList li a > div > div{
	float: left;
	width: 150px;
	text-align: justify;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	color: #ff4400;
	height: 58px;
	overflow: hidden;
}
.newProList li a > p.slh,.newProList li a > div > div.slh{
	position: relative;
}
.newProList li a > p.slh:after,.newProList li a > div > div.slh:after{
	content: "...";
	display: block;
	width: 14px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999;
}
.newProList li a > div > div.slh:after{
	color: #ff4400;
}
.newProList li.active a > p{
	display: none;
}
.newProList li.active a > div{
	display: block;
}
.articalImg img{
	width: 100%;
	height: 152px;
    margin-top: 20px;
}


.myScrollspyM{
width:275px
}

.myScrollspyM.affix{position: fixed;	top:20px;}

#myScrollspy ul{
	padding: 8px 20px 16px;
	background-color: #fff;
}
#myScrollspy ul li{
	padding: 8px 0 10px 0;
	border-bottom:2px dotted #e5e5e5;
}
#myScrollspy ul li a{
	position: relative;
	height: 100%;
    display: block;
}
#myScrollspy ul li a div.smallTitle{
	font-size: 14px;
	color: #333333;
	position: relative;
	padding-right: 5px;
}
#myScrollspy ul li a > img{
	position: absolute;
	left: 216px;
	top: -2px;
}
#myScrollspy ul li:hover a div.smallTitle{
	color: #ff4400;
}
#myScrollspy ul li a div.smallTitle i{
	font-size: 16px;
	color: #cccccc;
	margin-right: 5px;
}
#myScrollspy ul li a div.spyInfo{
	font-size: 12px;
	color: #999999;
	max-height: 36px;
	overflow: hidden;
	position: relative;
	margin-top: 6px;
}
#myScrollspy ul li a div.spyInfo.slh:after,#myScrollspy ul li a div.smallTitle.slh:after{
	content: "...";
	display: block;
	width: 14px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999;
}
#myScrollspy .noMessage{
	padding:0 20px 20px;
	background-color: #fff;
}
#myScrollspy .noMessage p{
	font-size: 12px;
	color:#333;
	margin-bottom: 7px;
}
#myScrollspy .noMessage a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #333;
	background-color: #ffda44;
	border-radius: 4px;
}
.cmsFb{
		width: 875px;
		background-color: #ffffff;
		border: solid 1px #ffda44;
		padding:0 30px 25px;
		position: relative;
		left: -30px;
   		top: -30px;
   		margin-bottom: 20px;box-sizing: border-box;
	}
	.cmsFb:after{
		content: "";
		display: block;
		width: 101%;
		height: 20px;
		background-color: #f6f6f6;
		position: absolute;
		bottom: -21px;
		left: -2px;
	}
	.cmsFb .cmsFbTitle{
		width: 308px;
		height: 30px;
		background: url('../images/article-pubulishi-bg@2x.png') no-repeat center;
		-webkit-background-size: 308px 37px;
		background-size: 304px 37px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		padding-top: 7px;
		margin:-19px auto 0;
	}
	.cmsFb .cmsFbTitleInfo{
		margin-top: 5px;    overflow: hidden
	}
	.cmsFb .cmsFbTitleInfo > img{
		float: left;
		width: 62px;
		height: 62px;
	}
	.cmsFb .cmsFbTitleInfo > div{
		float: left;
		margin-left: 15px;
		padding:10px 20px;
		background-color: #f6f6f6;
		border-radius: 2px;
		font-size: 16px;
		color: #000;
		position: relative;
		top: 12px;
	}
	.cmsFb .cmsFbTitleInfo > div:after{
		content: "";
		display: block;
		height: 7px;
		width: 7px;
		background-color: #f6f6f6;
		transform: rotate(45deg);
		position: absolute;
		top: 17px;
		left: -4px;
	}
	.cmsFb .cmsFbTitleInfo > div > img{
		width: 18px;
		height: 14px;
		position: relative;
		top: -2px;
		margin-right: 12px;
	}
	.cmsFb .cmsFbTitleInfo > div > img:nth-of-type(2){
		margin-left: 12px;
		transform: rotate(180deg);
	}
	.cmsFbGroup{
		padding-top: 15px;overflow: hidden;
	}
	.cmsFbGroup > span{
		float: left;
		font-size: 14px;
		color: #333;
		position: relative;
	}
	.cmsFbGroup > span > b{
		position: absolute;
	    top: 20px;
	    width: 100%;
	    right: 0;
	}
	.cmsFbGroup textarea{
		width: 740px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 4px;
		border: solid 1px #cccccc;
		padding: 10px;    box-sizing: border-box;
	}
	.cmsFbGroup > div > input[name="tel"]{
		outline: none;
		box-shadow: none;
		width: 324px;
		height: 34px;
		background-color: #ffffff;
		border-radius: 4px;
		border: solid 1px #cccccc;
		padding-left: 10px;
		float: left;
	}
	.cmsPhoneBox span{
		position: relative;
		top: 7px;
	}
	.cmsPhoneBox .cmsPhoneCodeBox{
		float: left;
		margin-left: 15px;
		width: 220px;
		height: 34px;
		background-color: #ffffff;
		border-radius: 4px;
		border: solid 1px #cccccc;
		overflow: hidden;
	}
	.cmsPhoneBox .cmsPhoneCodeBox input{
		width: 100px;
		border: none;
		outline: none;
		box-shadow: none;
		height: 30px;
		padding-left: 10px;
	}
	.cmsPhoneBox .cmsPhoneCodeBox > span{
		display: inline-block;
		height: 32px;
		line-height: 32px;
		width: 118px;
		text-align: center;
		position: relative;
		top: 0;
		font-size: 12px;
		color: #1183f7;
		cursor: pointer;
	}
	.cmsFbCheckBox{
		padding-left: 70px;
		margin-top: 10px;
	}
	.cmsFbCheckBox label input[type="checkbox"]{
		margin-right: 8px;
		-webkit-appearance: none;
		-moz-appearance: none;
	    width: 16px;
	    height: 16px;
	    background: url(../images/checkbox-default.png) no-repeat center;
	    background-size: 14px 14px;
	    border: 1px solid transparent;
	    position: relative;
	  
	}
	.cmsFbCheckBox label input:checked{
    	background: url(../images/checkbox-selected@2x.png) no-repeat center;
		background-size: 14px 14px;
    }
    .cmsFbCheckBox label input:focus{
    	outline: none;
    }
    .cmsFbSubmit .submit{
    	display: block;
    	width: 235px;
		height: 40px;
		background-color: #ffda44;
		border-radius: 4px;
		line-height: 40px;
		text-align: center;
		margin: 23px auto 0;
		cursor: pointer;border:0;
    }
    .cmsFbSubmit .submit:hover{
    	background-image: linear-gradient(#ffe366, #ffe366), linear-gradient(#ffda44, #ffda44);
    }
    .cmsFbErrtip{
    	background-color: rgba(0, 0, 0, 0.68);
		font-size: 14px;
		padding: 5px 8px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		border-radius: 4px;
		display: none;
    }
    .cmsFbMask{
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background-color: #fff;
    	display: none;
    }
    .cmsFbMask > img{
    	position: absolute;
		top: 20px;
		right: 20px;
		width: 16px;
		height: 16px;
		cursor: pointer;
    }
    .cmsFbMask .cmsFbSuccessHeader{
    	text-align: center;
    	margin-top: 30px;
    	font-size: 28px;
    	color: #333;
    }
    .cmsFbMask .cmsFbSuccessHeader img{
    	width: 27px;
		height: 27px;
		margin-right: 10px;
		position: relative;
		top: -3px;
    }
    .cmsFbMask .cmsFbSuccessHeader p{
    	font-size: 16px;
    	color: #999;
    }
    .cmsFbMask .CmsFbCodeBox{
		text-align: center;
		padding-top: 25px;
	}
	.cmsFbMask .CmsFbCodeBox .CmsFbcodeP img{
		width: 140px;
		height: 140px;
		margin-bottom: 8px;
	}
	.cmsFbMask .CmsFbCodeBox .CmsFbcodeP span{
		color: #333333;
		font-size: 14px;
	}
	.cmsFbMask .CmsFbfbList{
		overflow: hidden;
		text-align: center;
		margin-top: 20px;
	}
	.cmsFbMask .CmsFbfbList p{
		display: inline-block;
		margin-right: 30px;
	}
	.cmsFbMask .CmsFbfbList p:last-child{
		margin-right: 0;
	}
	.cmsFbMask .CmsFbfbList img{
		width: 12px;
		height: 12px;
		margin-right: 8px;
		position: relative;
		top: -2px;
	}
	.cmsFbError{
		display: none;
	    position: relative;
	    color: #ff4400;
	    top: 8px;
	    left: 10px;
	    float: left;
	}
	
	
	.newInfoMain{
	position: relative;
	margin-bottom: 20px;
}
.newInfoMain:after{
	content: "";
	display: block;
	clear: both;
}
.newInfoMain .newInfoMainLeft{
	width: 875px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.newInfoMain .newInfoMainRight{
	width: 275px;
	background-color: #fff;
}
.newInfoMainLeft .wxCode{
	margin-bottom: 15px;    height: 32px;
	line-height: 26px;
}
.newInfoMainLeft .wxCode > h1{
	float: left;
	padding-right: 15px;
	font-size: 24px;
	color: #333;
	max-width: 730px;
	font-weight: 700;
	line-height: 32px
}
.newInfoMainLeft .wxCode .wxCodeMsg{
	float: right;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	color: #999;
	font-size: 12px;
}
.newInfoMainLeft .wxCode .wxCodeMsg .wxicon{
	cursor: pointer;
	position: relative;
	top: -2px;    max-width: 100%;
    vertical-align: middle;
}
.newInfoMainLeft .wxCode .wxCodeMsg .code{
	max-width: none;
}
.newInfoMainLeft .wxCode .wxCodeMsg span{
	display: inline-block;
	width: 136px;
	height: 145px;
	background: url('../images/iconBox.png');
	position: absolute;
    left: -40px;
    top: -145px;
    text-align: center;
	line-height: 130px;
	display: none;
}
.newInfoMainLeft .newinfoDate{
	margin-bottom: 15px;
}
.newInfoMainLeft .newinfoDate span:nth-of-type(1){
	margin-right: 30px;
	font-size: 14px;
	color: #333;
}
.newInfoMainLeft .newinfoDate span:nth-of-type(2){
	font-size: 12px;
	color: #999;
}
.newInfoMainLeft .newinfoDate span img{
	margin-right: 5px;
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;    max-width: 100%;
    vertical-align: middle;
}
/* 摘要 */
.newInfoMainLeft .newinfoDes{
	margin-bottom: 20px;
	padding: 20px;
	border-left: 4px solid #e7e7e7;
	font-size: 14px;
	color: #666;
	background-color: #f6f6f6;
}
/* 内容 */
.newInfoMainLeft .newinfoMain{
	padding-bottom: 25px;
	margin-bottom: 20px;
 
	border-bottom:1px solid #f2f2f2;
	color: #333;
}
.newInfoMainLeft .newinfoMain  {line-height:2 !important;font-size:15px !important;}

.newInfoMainLeft .newinfoMain  	 img{max-width:100%    !important;height: auto   !important}	
/* 页签 */
.newinfoTag ul{
	overflow: hidden;
	margin-bottom: 5px;
}
.newinfoTag ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.newinfoTag ul li a{
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	display: inline-block;
	padding:0 10px;
	border: 1px solid #999;
	border-radius: 12px;
	color: #999;
	transition: all 0.5s;
}
.newinfoTag ul li a:hover{
	border: 1px solid #ff4400;
	background-color: #ff4400;
	color: #fff;
}
/* 相关文章 */
.newinfoArtical .newinfoArticalTitle{
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	color: #333;
	position: relative;
	padding-left: 15px;
}
.newinfoArtical .newinfoArticalTitle:after{
	content: '';
    display: block;
    width: 3px;
    height: 20px;
    background-color: #ffda44;
    position: absolute;
    left: 0px;
    top: 0px;
}
.newinfoArtical .newinfoArticalTitleMain{
	overflow: hidden;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList{
	float: left;
	width: 50%;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList li{
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList li:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e9e9e9;
	position: absolute;
	top: 8px;
	left: 0;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList li:hover:before{
	background-color: #ff4400;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList li a{
	font-size: 14px;
	color: #333;
}
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList li:hover a{
	color: #ff4400;
}


#ewmxs i  {
    float: right;    cursor: pointer;
    /* text-align: center; */
    padding-top: 8px;
    padding-right: 10px;
   
}









@media screen and (max-width:800px){

.xwbanner .xwbannerl {
    width: 100%;
    height: auto;
    float: none;margin-bottom:20px;
}

.xwbanner .xwbannerr {
    width: 100%;
    height: auto;
    margin-left: 0;
    float: none;
}

.xwbanner {

    margin-top: 0;
    padding: 20px;
}

.xwbanner .xwbannerr .xwbannerrtop a {
    display: inline-block;
    width: 49%;
    height: auto;
}

.xwbanner .xwbannerr .xwbannerrtop a:nth-of-type(1) {
    margin-right: 2%;
}
.xwbanner .xwbannerr .xwbannerrtop {
    height: auto;
    margin-bottom: 15px;
}
 .xwbanner .xwbannerr .xwbannerrtop img {
   
    width: 100%;
    height: auto;
}.newList .newListContent{float:none;}
.newList .newCode.affix {      position: inherit;
    top: 0;
    left: 0;
    transform: translateX(0px);}
.newList .newCode {float:none;width:100%;}
.yxQuest > div > form> input, .yxQuest > div > form> textarea, .yxQuest > div > p{width:100%}
.newInfoMain .newInfoMainLeft{float:none;width:auto;margin:20px 0;padding: 30px 0;}
.newInfoMain .newInfoMainLeft.fl{float:none;}
.cmsFb{width:100%;    left: 0px;}

.cmsFb .cmsFbTitleInfo > div {
 font-size: 14px;
    width: calc(100% - 120px);
}
.cmsFbGroup textarea {
    width: calc(100% - 90px);
 
}
.newInfoNav{width:auto;padding:15px 20px}
.bodynr{padding:0  20px;}
.newInfoMain .newInfoMainRight{    width: auto;
    margin: 0 20px;}
.newInfoMain .newInfoMainRight .fr{float:none;}

.newProList li a > div > div {
 
    width: calc(100% - 100px);
 
}
.newList .newListContent .newListContentBox {width:100%;}

.myScrollspyM,.newNav ul{width:100%;}
.newListContentMainRight {
    width: calc(100% -  288px)
}.newNav01{width:100%;    padding: 0;
    margin-top: 0;}
.newNav {
    padding: 10px 20px 10px 20px !important;    width: 100% !important;}.myScrollspyM.affix{position: inherit;	top:20px;}
}
 
@media screen and (max-width:480px){

.newListContentMainRight {
    width: calc(100% -  160px)
}
.newList .newListContent .newListContentBox h2 {
    color: #333;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.newListContentMainImg img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
}
.newNav li{width:30%;margin:0 1.5%}
.newNav ul li a, .newNav ul li h1 {
     font-size: 14px;
    padding: 0;
 
}


.cmsFb .cmsFbTitleInfo > div {
    font-size: 12px;
 
 
}

.cmsFbGroup > div > input[name="tel"] {
 box-sizing: border-box;
    width: calc(100% - 90px);
}

}

@media screen and (max-width:420px){

.cmsFbGroup textarea {
 
    font-size: 12px;
}

}




 @media screen and (max-width:380px){ 
.newinfoArtical .newinfoArticalTitleMain .newinfoArticalTitleList {
    float: none;
    width: 100%;
}
.cmsFb .cmsFbTitle {
 
    margin: -19px -10px 0;
}
.cmsFb {
 
    padding: 0 20px 20px;
}

.newInfoMainLeft .wxCode .wxCodeMsg{display:none;}
  }
