*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
			ul li{list-style: none;}
			ol li{list-style: none;}
			a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: none;
}
*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
			ul li{list-style: none;}
			ol li{list-style: none;}
			a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: none;
}
/*头部开始*/
.header{
	background-size:100%;
	z-index: 1;
}
.head-mod{
    width: 100%;
	min-width: 1280px;
	background: url(../img/dw.png); 
    height: 165px;
    margin:0 auto;
   /* background: red;*/
  /*background: #29253d;*/
}
.logo{
    min-height: 165px;
    width: 1280px;
 	height: 165px;
     margin: 0 auto;
}
.logoimg{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}

.logo .header_right{
		margin-top: 20px;
		float: right;
		width: 400px;
		height: 100px;
		/*background: red;*/
	
}
.logo .header_right span a{
	color: white;
}
 .logo .header_right .seach{
	width: 300px;
	height: 35px;
	margin-top: 30px;
	/*padding: 0 5px;*/
	border:1px solid white ;
	/*border-radius: 10px;*/
	text-align: center;
	display: flex;
	justify-content: center;
}

 .logo  input{
	margin-top:5px ;
	margin-right: 5px;
	height: 25px;
	width: 240px;
	line-height: 25px;
	color: white;
	font-size: 18px;
	border: none;
	background: none;
	outline:medium;
} 
/*头部结束*/
/*搜索开始*/
body{background-color: #efefef;} 
.news-list{width: 1280px;height: 1280px;margin: 0px auto; }
  
/*右侧列表*/
.right-list{width: 1280px;height: 1250px;background: #fff;}
.right-list-title{width: 1280px;height: 45px;border-bottom: 2px solid #E3E3E3;line-height: 45px;}
.right-list-title-column{font-size:26px;font-weight:bold;margin-left:10px;width: 200px;float: left;color:rgb(111,5,1);}
.right-list-title-position{color: #666;float: right;margin-right: 10px;opacity: 0.6;}
.right-list-title-position a{color: #666;opacity: 0.6;}


.right-list-cont{width: 1250px;}
.right-list-cont> ul> li{width:1200px;height: 110px;margin-left: 40px;border-bottom: 1px solid #E3E3E3;}
.right-list-cont> ul> li> a{width: 850px;}
.right-list-cont> ul> li> a:hover h3{color:rgb(111,5,1);cursor: pointer;}
.right-list-cont> ul> li> a> div{width: 1200px;height: 40px;line-height: 40px;}
.right-list-cont> ul> li> a> div >h3{float:left;display:inline-block;font-size: 16px;width: 700px;color: #222;font-weight: 600;opacity: 0.8;}
.right-list-cont> ul> li> a> div >span{color: #222;opacity: 0.8;display:block;width:80px;float: right !important;}
.right-list-cont> ul> li> a >p{opacity: 0.8;color: #666;width: 1200px;margin-top:15px;display:block;text-align:left;font-size: 14px;}

.right-list-cont> ol{margin-top: 50px;margin-left: 20px;}
.right-list-cont> ol> li> a{padding:0px 10px;margin-top: 50px;}
		
/*搜索结束*/
/*版权开始*/

.footer{
	width: 100%;
	/*margin-top: 500px;*/
	height: 150px;
	background: url(../img/dw.png);

}
.box{
	margin: 0 auto;
	padding: 25px 0;
	width: 1280px;
	height: 100px;
	box-sizing: border-box;

	line-height: 32px;
	color: white;
}
.box .left{
	float: left;
	text-align: center;
	text-align: justify;
	text-justify: distribute;
	width: 500px;
	height: 100px;
		padding-left: 100px;
	padding-right: 50px;
	border-right: 3px solid white;
	margin-right: 80px;
}
.box .right{
	float: left;
	width: 500px;
	height: 100px;
	/*background: gray;*/
	text-align: center;
	text-align: justify;
	text-justify: distribute;
}

.box a{
	width: 100px;
	text-decoration: none;
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	border-right: 1px solid white;
	padding-right: 10px;
	
}
.box span:last-child a{
	border: none;
}
.copyright{
	height: 30px;
	background: #141414;
	text-align: center;
	margin: 0 auto;
	color: white;
	line-height: 30px;
}



/*版权结*/