.wid{
	width: 1200px;
	margin: 0 auto;
}
a:hover{
	color: #73A204;
}
.xm-nav a:hover{
	color: #73A204;
}
.xm-click{
	color: #73A204 !important;
	font-weight: bold;
}
.xm-ti{
	font-size: 30px;
	font-weight: bold;
	color: #73a204;
	line-height: 45px;
	margin-top: 45px;
}
.xm-tis{
	font-size: 14px;
	color: #999;
}
.xm-nav{
	margin: 20px 0;
}
.xm-nav li{
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.xm-nav li a{
	color: #666;
}

.xm-nav li span{
	float: right;
	font-size: 12px;
	margin: 0 40px;
	color: #bbb;
}

.xm-cat{
	color: #666;
	margin: 25px 0;
}
.xm-cat a{
	margin: 0 10px;
}
.xm-cat p{
	float: right;
}
	
.xm-content{
	display: flex;
	justify-content: space-between;
}
.xmc-left{
	width: 205px;
}
.xmc-right{
	width: 975px;
}

.xmc-item{
	box-shadow: 3px 3px 15px rgba(0,0,0,.2);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.xml-con{
	padding: 8px;
}

.xml-ti{
	background-color: #538f1f;
    color: #fff;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    font-size: 16px;
}
.xmr-ti{
	background-color: #538f1f;
    color: #fff;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    font-size: 16px;
}

.xml-ti img{
	float: right;
	margin-top: 9px;
	width: 20px;
}
.xmr-ti img{
	float: right;
	margin-top: 9px;
	width: 20px;
}
.xm-msg{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xm-msg img{
	margin-right: 8px;
}
.xm-msg .s{
	display: flex;
	align-items: center;
	font-weight: bold;
}
.xm-msg div p{
	font-size: 12px;
	color: #666;
}
.xm-msg .gre{
	font-weight: bold;
	color: #73A204;
	font-size: 16px;
}
.xml-con .xm-c{
	margin-top: 15px;
}
.xml-con .xm-c p{
	display: flex;
	align-items: center;
	color: #333;
	margin-top: 11px;
	font-size: 14px;
}
.xml-con .xm-c p img{
	margin-right: 5px;
}
.xmc-item .xml-u{
	display: flex;
	flex-wrap: wrap;
}
.xmc-item .xml-u li{
	list-style: disc;
	color: #666;
	width: 38%;
	margin-left: 12%;
	line-height: 25px;
	font-size: 12px;
}

.xmc-item .xm-i{
	display: block;
	margin: 8px auto;
	border: 1px solid #ddd;
	line-height: 20px;
	background-color: #ddd;
}

.xmc-item .xm-bu{
	display: flex;
	justify-content: space-around;
}
.xmc-item .xm-bu button{
	background-color: #fff;
	border: 1px solid #ccc;
}
.xmr-item{
	margin-bottom: 30px;
}
.xmr-cont{
	/*display: flex;*/
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin: 15px 0;
	display: inline-block;
}
.xmr-cont .xm-m{
	width: 100%;
	height: 156px;
}
.xmr-cont li{
    width: 229px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    float: left;
    margin: 7px;
}
.clearfix{
	clear: both;
}

.xmr-cont .x1{
	/* display: flex; */
	/* justify-content: space-between; */
	align-items: center;
	font-size: 16px;
	color: #444;
	/* font-weight: bold; */
	padding: 5px 10px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.xmr-cont .x2{
	padding: 5px 10px;
	color: #666;
font-size: 14px;}
.xmr-cont .x2 b{
	color: #d9d9d9;
}

.xmr-cont .x3{
	display: flex;
	margin:10px 0;
	padding: 0 10px;
	justify-content: space-between;
	align-items: center;
}
.xmr-cont .x3 .xm-t span{
	border: 1px solid #73A204;
	background-color: #f0f0f0;
	border-radius: 2px;
	font-size: 12px;
	color: #73A204;
	padding: 0 4px;
}

.xmr-cont .x3 .xm-p{
	color: #fc6a30;
}
.xmr-cont .x3 .xm-p span{
	font-size: 20px;
	font-weight: bold;
}

.xm-more{
	display: flex;
	justify-content: center;
	color: #666;
}
.xm-more img{
	margin-right: 10px;
}