
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* //////////////////////////////////// */
.com{
	width: 80%;
	margin: 20px auto;
	background-color: #f3f3f3;
}
.com_title{

	font-size: 20px;
	color: #049;
	font-weight: bold;
	padding: 20px 0 0 30px;
}
.com_content{
	width: 95%;
	margin: 10px auto;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	padding: 10px;
}
.com_content_left{
	float: left;
}
.com_content_right{
	float: right;
	margin-top: 20px;
}
.com_content_right>li{
	float: left;
}
.com_content_right>li>a{
	background-color: #ff6501;
	color: #fff;
	padding: 10px 15px;
	margin-right: 10px;
	border-radius: 7px;
}
.com_content_js>ul>li{
	line-height: 30px;
}
.com_content_js>ul>li>span{
	color: #787878;
}
/* 关注 */
.popup_block{
	position: fixed;
	top:100px;
	right: 30%;
	border: 1px solid red;
	width: 300px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	display: none;
}
.popup_block>ul{
	height: 40px;
	line-height: 40px;background-color: #ff6501;
}
.popup_block>ul>li{
	color: #fff;
}
.popup_block_left{
	float: left;
	padding-left: 20px;
}
.popup_block_right{
	float: right;
	padding-right: 20px;
}
.popup_block_right>a{
	color: #fff;
}
.popup_block input{
	width: 200px;
	height: 40px;
	margin: 20px;
	padding-left: 10px;
}
.popup_block>form>a{
	width: 80px;
	margin: 20px auto;
	display: block;
	background-color: #ff6501;
	color: #fff;
	font-size:16px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 7px;
}
.com_js{
	margin-top: 20px;
	margin-left: 1px;
}
.com_js>div{
	font-weight: bold;
	font-size: 16px;
	color: #787878;
	border-bottom: 2px solid #ff6501;
	width: 100px;
	padding-bottom: 10px;
}
.com_js>p{
	margin-top: 20px;
	color: #787878;
	line-height: 20px;
	letter-spacing: 1px;
}
.com_dz{
	margin-top: 20px;
}
.com_dz>p{
	margin-top: 20px;
	color: #787878;
}
.com_dz>p>a{
	color: red;
}
.com_zw{
	margin-top: 20px;

}
.com_zw>div{
	font-weight: bold;
	font-size: 16px;
	color: #787878;
	border-bottom: 2px solid #ff6501;
	width: 100px;
	padding-bottom: 10px;
}
.com_zw>ul{
	height: 40px;
	line-height: 40px;
	color: #787878;
	border-bottom: 1px dashed #787878;
}
.com_zw>ul:nth-child(odd){

	background-color: #fff;
}
.com_zw>ul:nth-child(even){

	background-color: #E7E7E7;
}
.com_zw>ul:nth-of-type(1){
	font-weight: bold;
}

.com_zw>ul>li{
	float: left;
	width: 16%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	
	
}
.com_zw>ul>li>a{
	color: #787878;
}
.com_zw>ul>li>a:hover{
	color: #ff6501;
}
