﻿.contain{
	width:100%;
	height:auto;
	margin:0  auto;
	padding-bottom:50px;
}
.contain_cot,.contain_lujing{
	width:1100px;
	height:auto;
	margin:0  auto;
	overflow:hidden;
}
.contain_cot_left {
	width: 730px;
	height: auto;
	float: left;
}
.option{
	width:100%;
	height:auto;
	border:1px solid #ebebeb;
	box-sizing: border-box;
	margin-bottom:20px;
}
.option .option_list{
	width: 1000px;
	height: auto;
	padding-left: 90px;
	position: relative;
}
.option .option_list .option_list_title{
	width:90px;
	height:100%;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
	color:#333;
	position:absolute;
	top:10px;
	left:0px;
}
.option .option_list .option_list_cont{
	width:1000px;
	height:40px;
	margin-bottom:15px;
	overflow:hidden;
}
.option .option_list .option_list_cont .btn{
	width:100px;
	height:40px;
	float:left;
	position:relative;
}
.option .option_list .option_list_cont .more,
.option .option_list .option_list_cont .stop{
	width:80px;
	height:30px;
	font-size:16px;
	border:1px  solid  #ebebeb;
	background:#fff;
	position:absolute;
	top:5px;
	left:10px;
	outline:none;

}
.option .option_list .option_list_cont .stop{
	display:none;
}

.option .option_list .community{
	background-color:#f9f9f9;
}
.option .option_list .option_list_cont ul{
	overflow:hidden;
	width:900px;
	height:auto;
	overflow:hidden;
	float:left;
}

.option .option_list .option_list_cont ul .active{
	background-color:#f75b2a;
	color:#fff;
}

.option .option_list .community ul .active{
	background-color:#f9f9f9;
	color:#f75b2a;
}
.option .option_list .option_list_cont ul li{
	width:auto;
	height:30px;
	line-height:30px;
	padding:0 10px;
	margin-right:30px;
	font-size:14px;

	font-weight:normal;
	text-align:center;
	color:#333;
	float:left;
	margin:5px 0;
	cursor: pointer;
}
.appearance{
	width:100%;
	position:relative;
	border-top: 3px solid #f75b2a;
}
.appearance .appearance_title{
	width:100%;
	height:40px;
	border-bottom: 1px  solid  #ebebeb;
}
.appearance .appearance_title h1{
	float:left;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#333;
	font-size:18px;
	padding-left:10px;
	border-left:3px  solid #f75b2a;
}
.appearance .appearance_title a{
	float:right;
	display: block;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#666;
	font-size:14px;
}
.appearance ul{
	width:100%;
	height:auto;
	overflow: hidden;
	margin:0px auto;
}
.appearance ul li{
	width:228px;
	height:240px;
	float:left;
	margin-left:20px;
	margin-top:30px;
	background: #fafafa;
	border:1px solid #ebebeb;
	box-sizing: border-box;
}
.appearance ul li a>div{
	width:100%;
	overflow:hidden;
}
.appearance ul li a>div p{
	font-size:12px;
	color:#666;
	float:left;
	margin-left:3px;
}
/*.appearance ul li a>div p span{
	color:#f75b2a;
}*/
.appearance ul li a{
	display:block;
}
.appearance ul li:nth-child(3n+1){
	margin-left:0;
}

.appearance ul li img{
	width:100%;
	background:#e7e7e7;
	height:125px;
	
}
.appearance ul li h3{
	font-size: 18px;
    color: #333;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
	margin-top:20px;
	overflow:hidden;
}
.appearance ul li p{
	font-size: 14px;
	color:#666;
	padding:0 10px;
	height:20px;
	margin-top:10px;
	overflow:hidden;
}
.news{
	width:100%;
	position:relative;
	margin-top:20px;
	border-top: 3px solid #f75b2a;
}
.news .news_title{
	width:100%;
	height:40px;
	border-bottom: 1px  solid  #ebebeb;
}
.news .news_title h1{
	float:left;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#333;
	font-size:18px;
	padding-left:10px;
	border-left:3px  solid #f75b2a;
}
.news .news_title a{
	float:right;
	display: block;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#666;
	font-size:14px;
}
.news .news_cot{
	width:100%;
/*	margin-top:20px;*/
}

.contain_cot_right{
	width:340px;
/*	margin-top:10px;*/
	height:auto;
	float:right;
	
}
.right_list{
	width:100%;
	height:auto;
	border-top: 1px  solid  #ebebeb;
	background:#fafafa;
	margin:0  auto;
	padding-bottom: 10px;
}
.right_list:first-child{
	border-top:none;
}
.list_title{
	width:100%;
	padding-top:10px;
	margin:0  auto;
}
.list_title h1{
    padding-left: 10px;
    border-left: 3px solid #f75b2a;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: "微软雅黑";
}
.list_clerk{
	width:100%;
	height:60px;
	margin-top:15px;
	position:relative;
}
.list_clerk img{
	width:54px;
	height:54px;
	border-radius: 27px;
	position:absolute;
	top:0;
	left:10px;
}
.list_clerk  h5{
	font-size: 18px;
    color: #333;
    font-weight: normal;
    position: absolute;
    left: 70px;
    top:33px;
}
.list_clerk  p{
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 70px;
    top:5px;
}
.list_member{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	border-top:1px  solid  #ebebeb;
	padding:10px  0;
}
.list_member p{
	float:left;
	color:#333;
	font-size: 16px;
	line-height:25px;
	margin-top: 7px;
	padding:0 10px;
}
.list_member ul{
	/* width: 94%; */
	color: #666;
	width: 260px;
	overflow: hidden;
	/* margin-top: -6px; */
	margin: 0 auto;
}
.list_member ul li{
	float:left;
	width:80px;
	font-size:16px;
	text-align: left;
	color:#666;
	margin-top:10px;
}
.contain_cot .contain_cot_navleft{
	float:left;
	margin:20px 0px 20px 0px;
	 
}
.contain_cot .contain_cot_navleft ul{
	display:block;
	width:172px;
	height:335px;
	background-color:#fafafa;
	padding-top:20px;
}
.contain_cot .contain_cot_navleft ul li{
	display:block;
	width:152px;
	height:20px;
	margin-bottom:30px;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:20px;
	padding-left:20px;
	cursor: pointer;
}
.contain_cot .contain_cot_navleft ul .active{
    border-left:3px solid #f75b2a;
    font-weight:bold;
}
.contain_lujing{display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flex;}
.contain_lujing ul{width: 100%;}
.contain_lujing li {float: left;cursor: pointer;}

.nextPage button{
	display: block;
	width: 200px;
    height: 40px;
    margin: 30px auto;
    background: #f75b2a;
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}