.nuowei img{
	width:100%;
}
.nuowei .nuowei-one-title,.nuowei .nuowei-two-title{
	font-size:30px;
	color:#161922;
	margin-bottom:4%;
}
.nuowei .nuowei-one-con{
	font-size:18px;
	color:#161922;
	text-indent:2rem;
	margin-bottom:2%;
}
.nuowei .nuowei-two-title{
	font-size:30px;
	color:#161922;
	margin-top:4%;
}
.nuowei-two{
width:100%;
overflow:hidden;
}
.nuowei-two>.title{
width:30%;
float:left;
text-align:center;
border-bottom:1px solid #E4E4E4;
border-left:1px solid #E4E4E4;
border-top:1px solid #E4E4E4;
}
.nuowei-two>.title .title-1{
background-color:#1765A3;
color:#FFFFFF;
font-size:25px;
padding:16px 0px;
cursor:pointer;
}
.nuowei-two>.title .title-2{
font-size:25px;
color:#333333;
background-color:#F5F5F5;
border-bottom:1px solid #E4E4E4;
padding:1.5% 0px;
position:relative;
cursor:pointer;
display:block;
}
.nuowei-two>.title .title-2>span{
position:absolute;
right:1%;
top:30%;
color:#A7A7A7;
}
.nuowei-two>.nuowei-two-content{
width:69%;
float:left;
display:none;
}
.nuowei-two>.click0{
display:block;
}
.nuowei-two>.title .click0{
	background-color:rgb(255,255,255);
}
.nuowei-two>.nuowei-two-content>a:first-child{
	border-top:1px solid #E4E4E4;
}
.nuowei-two>.nuowei-two-content>a{
display:block;
text-align:center;
color:#333333;
border-bottom:1px solid #E4E4E4;
border-left:1px solid #E4E4E4;
border-right:1px solid #E4E4E4;
padding:1.5% 1% 1.5% 0px;
}
.nuowei-two>.nuowei-two-content>.discon{
color:#1871B5;
font-size:20px;
padding:18px 0px 18px 5%;
border-bottom:1px solid #F2F2F2;
border-top:1px solid #F2F2F2;
border-right:1px solid #F2F2F2;
}
.nuowei-two>.nuowei-two-content>.title-content{
overflow:auto;
border-bottom:1px solid #F2F2F2;
border-left:1px solid #F2F2F2;
border-right:1px solid #F2F2F2;
padding:2% 1% 2% 5%;
}
.nuowei-two>.nuowei-two-content>.title-content>a{
float:left;
width:70%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#333333;
}
.nuowei-two>.nuowei-two-content>.title-content>span{ 				
float:right;
width:30%;
text-align:right;
color:#A6A6A6;
}	


/*屏幕大于等于1200样式*/
@media screen and (min-width: 1240px) {

}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1200px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){


}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
.nuowei-two>.title{
width:100%;
}
.nuowei-two>..nuowei-two-content{
width:100%;
}
}
