@font-face {
  font-family: 'icon';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}
.main-banner{
	margin-top:20px;
	width: 100%;
	
}
.main-news{
	margin-top:20px;
	width: 1000px;
	
	margin: 0 auto;
	
}
/**/
.main{
	width: 100%;
	
}
.new-main{
	width: 960px;
	margin:0 auto;
	height: 100%;
	
}
.new-main:after{
	content: "";
	display: block;
	clear: both;
}
.main-l{
	float: left;
	width: 240px;
	height: 260px;



}
.main-r{
	float: right;
	width: 690px;
	
	
}
.main-l-t{
	width: 100%;
	height: 29px;
	text-align: left;
	background-image:linear-gradient(#ccc,white);
	border-bottom: 1px dotted #ccc;
}
.main-l-t p{
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;

}
.main-l-m{
	margin-top:10px;
	width: 100%;
	height: 64px;
	background-color:#f2f2f2;
}
.main-l-m p{
	font-size: 12px;
	color:#333;
	font-family: arial,Arial Narrow,serif;
	line-height: 16px;
}
.main-l-f{
	width: 100%;
	height: 159px;
	background-color:#f2f2f2;

}
.main-l-f form{
	
	width: 100%;
}
.main-l-f form>table{
	width: 100%;
	font-size: 12px;
	table-layout:fixed;
	color:#333;
}
.main-l-f form >table >tr{
	display: block;
	margin-top:3px;
}
.form-button{
	background-color: #3399ff;
	color: white;
	border:0px;
	width: 42px;
	height: 21px;
}
/*main-r*/
.main-r-m{
	width:90%;
	height: 280px;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	
}
.main-r-top {
	width: 100%;
	height: 29px;
	background-image:linear-gradient(#ccc,white);
	border-bottom: 1px dotted #ccc;

}
.main-r-top:after{
	content: "";
	display:block;
	clear: both;
}
.main-r-t-lp{
	float: left;
	height: 29px;

}
.main-r-t-rp{
	float: right;
	height: 29px;
}
.main-r-t-lp p{
	line-height: 29px;
    font-size: 14px;
    font-weight: bold;
}
.main-r-t-rp a{
	line-height: 29px;
    text-align: right;
    font-style: italic;
     font-size: 12px;
     color:#A7A7A7;
}
.main-r-bottom{
	width: 100%;
}
.main-r-bottom:after{
	content: "";
	display: block;
	clear: both;
}
.main-l-img{
	margin-top:10px;
	float: left;
	width: 240px;
	height: 220px;
	
}
.main-r-news{
	margin-top: 10px;
	width: 580px;
	height: 238px;
	float: right;
	
}
.one-p{
	font-size: 18px;
    font-weight: bold;
}
.two-p{
	color: #c8c8c8;
    font-style: italic;
    font-size: 12px;
}
.third-p{
	font-size: 14px;
	 line-height: 22px;
	 font-family: arial,Arial Narrow,serif;
	 color:#333;
}
.login-in{
	text-align: center;
}
.login-in a{
	display: block;
	width: 80px;
	height: 30px;
	background-color: #d61e27;
	text-align: center;
	border-radius: 10px;
}
.news-a{
	color:white;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
   
}
/*.news-a:hover{
	text-decoration:underline;
}*/
.down{
	display: inline-block;
	vertical-align: middle;
}
.main-r-top-bg{
	width: 100%;
	height: 29px;
	
	border-bottom: 1px dotted #ccc;
}

.login{
	position: absolute;
	width: 400px;
	height: 265px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}
.login-top{
	width: 100%;
	height: 50px;
	text-align: center;
	background:#eaeaea;
	
}
.login-top p{
	line-height: 50px;
	font-size:16px;
	font-family: "微软雅黑";
	color:black;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
}
.form-news{
	padding:20px;
}
.form-news form{
	width: 100%;
}
.form-news .input {
	width: 100%;
	border:1px #ddd solid;
	padding:10px 10px;
} 
.form-news form div{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.button-one{
	width: 100%;
	height: 40px;
	border:none;
	border-radius: 5px;
	margin-top:15px;
	background-color: #d61e27;
	cursor: pointer;
	line-height: 40px;
	color:#fff;
	font-size:16px;
}
.button-two{
	width: 100%;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-top:10px;
	cursor: pointer;
	line-height: 40px;
	text-align:center;
}
