header{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}
#headerinside {
	float: left;
    height: 42px;
   }
#searchbar{
	    width: 624px;
		margin: 20px auto;
		font-family: 'Microsoft YaHei';
		font-size: 14px;
		}

input{
		width: 500px;
		border: 2px solid #59a4ff;
		height: 38px;
		float: left;
		background-image: url(../image/search.png);
		background-repeat: no-repeat;
		background-size: 25px;
		background-position:5px center;
		padding:0 0 0 40px;
	}
	#search{
		width: 80px;
		height: 42px;
		float: right;
		background: #59a4ff;
		color: white;
		text-align: center;
		line-height: 42px;
		cursor: pointer;
}
.bar{
	float: right;
	font-size: 16px;
	color: #666666;
    text-align: center;
	line-height: 42px;
	margin-top: -40px;
}
.text-center{
	padding-top: 20px;
}
.row img{
	width: 400px;
}
.bar img{
	width: 16px;
	margin-left: 10px;
}
#nav{
	width: 100%;
	height:42px;
	background:#59a4ff;
	user-select: none;
}
.navcon{
	width: 1200px;
	margin:0 auto ;
	display: flex;
	justify-content: space-between;
}
.navcon li{
	list-style: none;
	color: white;
	font-size: 20px;
	line-height: 42px;
	padding:  0 20px;
}
.navcon li:hover,.navcon li.active{
	background: #3189f4;
}

.container{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.section-title{
	    font-size: 38px;
	    color: #272727;
	    margin: 0 0 20px;
		padding-top: 100px;
	}
.section-line{
	width: 120px;
	height: 4px;
	background:#1E8CE5 ;
	text-align: center;
	margin: 0 auto;
}
.contant-right .row{
	width: 50%;
	float: left;
}
#list{
	/* margin-left:60px;
	margin-top: 70px; */
}
#list p em{
	font-style: normal;
	font-weight: 500;
	}
#list p a{
	color: #272727;
}
.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
	}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}
#footer{
	overflow:auto;
	width: 1200px;
	margin: 50px auto;
	padding-top: -60px;
}

.footer-line{
	width: 1200px;
	border-bottom:1px solid #e6e6e6 ;
}
.footer-contant{
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}
#headerright{
	float: right;
	width: 300px;
}
#fabu {
	top: 22px;
    right: 32px;
    font-size: 16px;
    width: 140px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #59a4ff;
	position: absolute;
	text-align: center;
	cursor: pointer;
}
#login{
	top: 33px;
	right: 220px;
	font-size: 16px;
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.card{
      border: 1px solid #f1f1f1;
      border-radius: 5px;
      padding: 10px 30px;
      margin-top: 50px;
    }
      .card-title{
        font-size: 30px;
        color: #333;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #f1f1f1;
      }
      .news-list{
        list-style: none;
      }
      .news-list li{
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #f1f1f1;
        color: #333;
        
      }
      .li-time,.li-price{
        color: #999;
      }
      .li-price{
        margin-right: 30px;
      }
      .li-title{
        cursor: pointer;
      }
      .el-image{
        width: 1200px;
        height: 329px;
      }







