* {
				font-family: "微软雅黑";
				padding: 0px;
				margin: 0px;
			/*	transition: all 0.5s ease;*/
			}
			/*弹窗*/
			.alert{
				display: none;
				
				border: 2px solid #CCCCCC;
				margin:5% auto;
			}
			.alert_biao{
				font-size: 16px;
				font-weight: 400;
				text-align: center;
			}
			.alert_img{
				text-align: center;
			}
			.alert_nei{
				text-indent: 32px;
				font-size: 12px;
				line-height: 24px;
			}
			.head_p {
				padding: 0.5%;
				background-color: #dddddd;
				padding-left: 15%;
				color: #59493F;
				font-size: 1vw;
			}
			
			.head_p a {
				color: #59493F;
				text-decoration: none;
			}
			
			.head_p span {
				color: red;
			}
			
			.da {
				width: 70vw;
				height: 100vh;
				margin: 0px auto;
				display: table;
			}
			
			.div_ul {
				width: 17%;
				height: 100%;
				float: left;
				background-color: #f2f2f2;
			}
			.da .wenzi {
				width: 83%;
				height: 100%;
				float: right;
			}
			
			.div_ul ul {
				width: 99%;
			}
			
			.div ul a {
				color: #969595;
			}
			
			.div_ul ul li {
				float: left;
				list-style: none;
				width: 98%;
				padding: 1%;
				height: 6vh;
				text-align: center;
				line-height: 6vh;
				font-size: 1vw;
				font-weight: 800;
				color: #969595;
			
			}
			
			.div_ul ul li:hover {
				color: red;
				border-bottom: 4px solid red;
			}
			
			.addclass {
				border-bottom: 4px solid red;
			}
			.wenzi .zi_da{
				width: 90%;
				height: 100%;
				margin: 0% auto;
				
			}
			.da .zi{
				flex: 1;
				display: flex;
				justify-content: center;
				z-index: 100;
				min-height: 450px;
				margin-left: 6%;
				margin-top: 2%;
			}
			.zi a{
				text-decoration: none;
				color:#333333;
			}
			
			.da .zi .zi_da{
				width: 100%;
				height: 100%;
			}
			.da .zi .zi_da .zi_xiao{
				width: 100%;
				min-width: 550px;
				min-height: 95px;
				
				display: -webkit-flex;
				margin: 2%;
			}
			.da .zi .zi_da .zi_xiao .zi_no1{
				flex: 1;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.da .zi .zi_da .zi_xiao .zi_no1 img{
				width: 75%;
			}
			.da .zi .zi_da .zi_xiao .zi_no2{
				flex: 3;
				padding-top: 1%;
			}
			.da .zi .zi_da .zi_xiao .zi_no2 .no1_p1{
				font-weight: 800;
				font-size: 18px;
				text-align: left;
				padding-top: 2%;
				padding-bottom: 2%;
				border-bottom: 1px #CCCCCC solid;
				color:#776b64;
			}
			.da .zi .zi_da .zi_xiao .zi_no2 .no1_p1 span{
				color: #8e8983;
				font-size: 10px;
			}
			.da .zi .zi_da .zi_xiao .zi_no2 .no1_p2{
				text-align: left;
				font-size: 14px;
				padding-top: 2%;
				display: -webkit-box;
			    overflow: hidden;
			    text-overflow: ellipsis;
			    word-break: break-all; /*在恰当的断字点进行换行：*/
			    -webkit-box-orient: vertical; /*从上向下垂直排列子元素。*/
			    -webkit-line-clamp: 2;  /*限制在一个块元素显示的文本的行数。*/
			}
			.da .zi .zi_da .zi_xiao .zi_no2 .no1_p3{
				color: red;
				text-align: right;
				font-size: 12px;
			}