.search{    border: 1px solid #eeeff1; width: 220px;height: 35px;border-radius: 40px;position: relative;
text-align: center;margin: 50px 0;background-image: url(/style/images/search.jpg);background-position: 10px center;background-repeat: no-repeat; margin-left: auto;}
.search input{width: 80%;border: 0px; height: 100%;outline: none;margin-left: 30px;}
.search .btn{position: absolute;right: -1px;top: -1px;display: inline-block;
	height: 50px;line-height: 50px;width: 90px;
	background-color:#0669f0 ;}
	.search .btn span{color: #fff;font-size: 25px;font-weight: 100;}

.content ul{width: 100%;}
.content ul li{float: left;width: 380px; margin-right: 30px; margin-bottom: 30px;}
.content ul li:nth-child(3n+3){margin-right: 0px;}
.content .top_img{border-radius: 10px;}
.content_li{display: flex;flex-direction: column;box-shadow:0 0px 8px rgba(237,237,238,1);border-radius: 10px;}
.content_li .title{font-size: 16px;font-weight: 600; text-align: center; height: 30px;line-height: 30px;overflow: hidden;margin: 10px 0;}
.content_li .desc{display: flex;flex-direction: row;}
.content_li .desc .desc_left{width: 33px;height: 33px;margin: 10px;}
.content_li .desc .desc_right p{color: #606266;font-weight: 500;margin-bottom: 10px;}

.title1{height: 20px;overflow: hidden;background-image: url('../images/ico_4.jpg');background-repeat: no-repeat;background-position: left center;color: #323232;padding-left: 30px;width: 85%;margin: 0 auto;margin-top: 10px;}
.title2{height: 20px;overflow: hidden; background-image: url('../images/ico_5.jpg');background-repeat: no-repeat;background-position: left center;color: #323232;padding-left: 30px;width: 85%;margin: 0 auto; margin-top: 10px;margin-bottom: 10px;}
