.content{margin: 0 auto;position: relative;top: -100px;z-index: 8;width: 90%;}
/*.header-title>div{float: left;width: calc((100% - 15.0825rem) / 9);margin: 0;position: relative;color: #fff;display: inline-block;text-align: center;}*/
.content>div{background: url(/static/website/img/content.png) left top no-repeat;}
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.left{float: left;width: 300px;position: relative;z-index: 1;color: #fff;text-align: center;}
.left-content{height: 250px;background-size: cover;color: #fff;padding: 80px 30px 0;text-align: left;position: relative;}
.right-content{width: calc(100% - 340px);background: #fafafa;margin-left: 300px;padding: 20px 20px 0 20px;position: relative;top: 50px;}
.title{display: flex;align-items: center;border-bottom: 1px solid #e8dbc8;}
.title img{width: 25px;height: 25px;}
.title>div{font-size: 14px;color: #784a3d;font-style: normal;line-height: 50px;transition: 0.5s;}
.title>div>a{font-size: 14px;color: #784a3d;font-style: normal;line-height: 50px;transition: 0.5s;}
.dian{margin: 0 6px;font-weight: bold;font-size: 18px;}
.title>.hen{color: #784a3d;margin: 0 10px;}

.item-box{padding: 20px 0;}
.item-title{font-size: 1.5rem;font-weight: bold;}
.item{padding: 20px 0 0 0;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.item>a{width: 49%;background-color: #f1f1f1;height: 70px;font-size: 0.9rem;margin-bottom: 20px;}
.item>a>div{width: 99.3%;background-color: #fff;height: 93%;display: flex;align-items: center;justify-content: space-between;}
.item>a>div>div{margin-left: 20px;}
.item>a>div>img{width: 20px;height: 20px;margin-right: 20px;}
.item>a:hover{background-color: rgb(161,39,39);transition:1s;color: red;}
@media (min-width:1500px){
	.header-search{padding: 0 10rem;}
}

@media (max-width:1200px){
	.content{width: 100%;top: -50px;padding-bottom: 50px;}
	.title{display: none;}
	.right-content{width: calc(100% - 40px);margin: 0;}
	.content>div{background: none;}
	.left{background-color: #9e2121;float: none;width: 100%;position: absolute;}
	.left-content{height: 50px;padding: 0;text-align: center;font-size: 0.6rem;line-height: 50px;}
	.left-content>h1{padding: 0;margin: 0;}
	.left-content>small{display: none;}
	.item>a{width: 100%;background-color: #f1f1f1;height: 70px;font-size: 0.9rem;margin-bottom: 20px;}
	.item>a>div{width: 99.5%;background-color: #fff;height: 93%;display: flex;align-items: center;justify-content: space-between;}
}
