.news-list,
.news-detail{
	padding-bottom: 20px;
	width: 810px;
}
.news-list .list-tit{
	position: relative;
	padding: 27px 0 10px 15px;
	font-size: 18px;
	color: #1998ff;
	font-weight: bold;
}
.news-list .list-tit::before{
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 3px;
	height: 18px;
	background-color: #1998ff;
}
.news-list ul li{
	padding: 20px 0;
	border-bottom: dashed 1px #dbd9d9;
}
.news-list ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	position:relative;
	color: #2c2c2c;
	font-size: 14px;
}
.news-list ul li a:hover{
	text-decoration: none;
}
.news-list ul li a .n-img{
	margin-right: 15px;
	flex-shrink: 0;
	width: 183px;
	height: 110px;
	background-color: #070707;
}
.news-list ul li a .n-tit{
	font-size: 18px;
}
.news-list ul li a .n-desc{
	margin:8px 0;
	font-size: 13px;
	color: #6e6e6e;
}
.news-list ul li a .n-date{
	font-size: 13px;
	color: #c50c11;
}

.news-detail{
	
}
.news-detail .detail-tit{
	padding-top: 20px;
	font-size: 35px;
	color: #010101;
	font-weight: bold;

}
.news-detail .detail-info{
	margin-bottom: 30px;
	padding: 29px 0;
	font-size: 13px;
	color: #9b9b9b;
	border-bottom: 1px solid #dcdcdc;
}
.news-detail .detail-content{
	padding-bottom: 20px;
	color: #010101;
	line-height: 2;
	font-size: 15px;
}
.news-detail .detail-content img{
	width: 100%;
}
.detail-page{
	padding-top: 15px;
	line-height:35px;
}
.detail-page a{
	color: #616161;
}

.message .tip{
	line-height: 36px;
	color: #555
}
.message-form{
	width: 80%;
	margin-top:50px;
}
.message-form form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message-form .form-item{
	display: flex;
	align-items: center;
	margin-top: 15px;
	width: 48%;
}
.message-form .form-item .item-tit{
	flex-shrink: 0;
}
.message-form .form-item .item-tit span{
	color: #ff0000;
	padding-right: 5px;
}
.message-form .form-item .item-input{
	width: 100%;
}
.message-form .form-item input{
	width: 100%;
	border:none;
	height: 37px;
	border: solid 1px #e0e0e0;
	outline: none;
  
}
.message-form .form-item textarea{
  width:100%;
  padding:10px;
  border:none;
  border: solid 1px #e0e0e0;
}
.message-form .form-button{
	margin-top: 30px;
	width: 100%;
}
.message-form .form-button button{
	width: 207px;
	height: 41px;
	background-color: #c50c11;
	border-radius: 5px;
	color: #fff;
	border:none;
}


.search-form1{
    margin:50px auto 50px auto;
	position: relative;
	width: 600px;
	height: 44px;
}
.search-form1 input{
	padding-left:15px;
	width: 600px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e6e6e6;
}
.search-form1 button{
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 44px;
	background: url("../images/search.png") no-repeat right center;
	border:none;
	border-radius: 5px
}