#container{
	width: 100%;
	margin: 0 auto;
	background-color:#EC3537;
	align-content: center;
}
#header{
	margin: 0 auto;
	margin-bottom: 1px;
	width:100%;
	background-color:#FFFFFF;
	height: 48px;
	border-bottom: 0px solid #EC3537;
} 
.h1{
	font-family: 华文楷体;
	font-size: 25px;
	color:#EC3537;
	float: left;
}
/*搜索框*/
*{
	padding: 0;
	 margin:0;
}
.search{
	float: right;
	display: flex;
	border:1px solid #EC3537;
	width: 20%
}
.search input{
	height: 30px;
	outline: none;
	box-sizing: border-box;
	padding-left:10px;
	border:1px solid #EC3537;
}
.search button{
	background-color: #EC3537;
	color:#ffffff;
	font-family:黑体;
	border-style: none;
	outline: none;
	flex:1;
}
.search button i{font-style: normal;position: relative;}
.search button:hover{font-size:16px;}
/*导航栏*/
*{ 
	margin:0; 
	padding:0; 
	border:0;
	background-repeat:no-repeat;
	list-style-type:none;
}
            a:link {text-decoration:none;}
            a:visited {text-decoration:none;}
            a:hover {text-decoration:none;}
            a:active {text-decoration:none;}
            .navgation{width:100%; height:36px; line-height:36px; background:#EC3537; margin:0px auto;}
            .nav{width:1000px; height:36px; margin:0 auto;}
            .nav li{float:left; width:130px; border-right:#ffffff solid 1px; text-align:center;font-family: 黑体;}
            .nav .last{border-right:none;}
		    .nav a {display:block;color:#ffffff;font-size:18px;}
            .nav a:hover { display:block;background:#ffffff;color: #EC3537;}
            /*下拉列表*/
            .nav ul{display:none;}
            .nav li:hover ul{display:block; position:absolute; width:130px; top:46px; background:#EC3537;}
            .nav li:hover ul li{ border-bottom:#EC3537 1px solid; border-right:none;}
		/*图片*/
		#main{ 
			width:100%;
			background: url(../images/3.jpg) no-repeat scroll top ;
		    height: 600px;
			margin: 0 auto; }
		/*美食推荐*/
		#content{float:left;width: 60%; height:600px;  background:#EC3537;}
		*{
            margin: 0;
            padding: 0;
        }
        .slide{ margin: 100px auto;
            border:  2px solid #ffffff;
            width: 800px;
            height: 400px;
            overflow: hidden;
           
        }
        .slide ul{
            display: flex;
        }
        .slide li{ width: 150px;
            height: 400px;
            list-style: none;
            border-left: 1px solid #ffffff;
            box-shadow: 0 0 15px ;
   			transition: all 0.5s;
            
        }
        .slide li img{
            display: block;
            width:800px;
            height: 400px;
        }
        .slide ul:hover li{
            width: 40px;
        }
        .slide ul li:hover{
            width: 600px;
        }
		#links{float:right; width: 40%; height: 600px; background:#EC3537; ;margin: 0 auto;text-align: center;}
		p.one{font-family:华文楷体;font-size:30px;color: #ffffff; padding-top: 120px;}
		
		#footer{height: 100px;width: 100%;float: center; background-color: #ffffff;margin: 0 auto;clear: both;}
.h2{
	font-family: 华文楷体;
	font-size: 18px;
	color:#EC3537;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.h2 img{
	position: relative;
}
.h2 p{
	padding: 0 10px;
}
.gd{
	overflow: hidden;
	position: relative;
	height: 300px;
	margin-top: 20px;
}
._container {
    overflow: hidden;
    margin: 50px 0 0 15px;
    padding: 0;
	animation: scroll 6s linear infinite normal;
	position: absolute;
    top: 0;
    left: 0;
}
@keyframes scroll {
	100% {
		/* 需要滚动内容的总高度 */
		top: -300px;
	}
}

._container li{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: left;
}
._container li:first-child{
	margin-top: 0;
	transition: margin-top .8s;
}
._container li a{
	color: #ffffff;
}
._container li a:hover{
	color: #972022;
}

/*list*/
.container-fluid{
	background-color: #FCF9F0;
}
.unified-content{
	width: 1000px;
	margin: auto;
	padding-top: 40px;
}
.view-ul{
	display: flex;
	flex-wrap: wrap;
}
.view-ul li{
	width: calc(94% / 3);
	margin-right: 3%;
	text-align: center;
	margin-bottom: 20px;
}
.view-ul .li3{
	margin-right: 0;
}
.view-ul .li6{
	margin-right: 0;
}
.view-ul .li9{
	margin-right: 0;
}

.view-ul li a{
	color: #59574f;
}
.img-title{
	padding: 20px 10px;
	background-color: #faf4e4;
	height: 180px;
}
.img-title h4{
	padding-bottom: 10px;
}
.img-title p{
	text-align: left;
}
.img-title span,.news-list label{
	height: 48px;
	width: 48px;
	display: inline-block;
	background-color: #c0a662;
	line-height: 48px;
	border-radius: 28px;
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}

/*表单*/
.from{
	display: flex;
	padding: 30px 0;
}
.from-side{
	background-color: #ffffff;
	border: 1px solid #fafbf4;
	padding: 10px ;
	border-radius: 4px;
	width: 320px;
	margin-bottom: 10px;
}
.outline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
}
textarea.outline{
	width: 230px;
	height: 100px;
}
.from-side label{
	padding-right: 10px;
}
.from-side .radio{
	height: auto;
}
.view-pad{
	padding: 10px 20px;
}
.btn-sub{
	width: 340px;
	padding: 15px 0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	background-color: #e7d3a0;
}

/*时间轴*/
.wrap{
	position: relative;
}
.center{
	width: 20px;
	margin: auto;
}
.center p{
	height: 20px;
	width: 20px;
	border: 1px solid #e7d3a0;
	border-radius: 50%;
	text-align: center;
}
.center span{
	display: inline-block;
	height: 100px;
	width: 2px;
	background-color: #e7d3a0;
	margin-left: 10px;
}
.center p span{
	height: 14px;
	width: 14px;
	border-radius: 50%;
	margin-left: 0px;
}
.left{
	position: absolute;
	top: 0px;
	left: calc(50% - 20px - 420px)
}
.text{
	background-color: #ffffff;
	box-shadow: 2px 0px 10px rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 5px;
	width: 350px;
}
.right{
	position: absolute;
	top: 0px;
	left: calc(50% + 20px + 70px)
}

/*新闻*/
.newsli{
	padding: 15px 0;
}
.news-list{
	display: flex;
	color: #59574f;
}
.news-list div{
	padding:10px 20px ;
}
.news-list h3{
	color: #c9b193;
	padding-bottom: 10px;
}
.news-list .time{
	color: #c9b193;
	font-size: 14px;
	padding-bottom: 5px;
}
.news-list label{
	float:right;
}
.text-js{
	display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}

/*新闻详情页 */
.arcitle-title{
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #b69d75;
	color: #b69d75;
}
.share{
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-time{
	font-size: 14px;
	color: #b69d75;
	text-align: center;
	padding: 10px 20px 10px 10px;
}
.content-text{
	padding: 10px 0 30px 0;
}
.content-text p{
	text-indent: 2em;
	padding-bottom: 15px;
	text-align: justify;
}
.backto{
	background-color: #b69d75;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 20px;
}