﻿﻿
/************市场主体页面****************/
.list_main_tit{
	margin-left: 15px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #045bbb;
}
.jyxxcontent {
    border: 1px solid #ddd;
    border-top: 2px solid #045bbb;
    overflow: hidden;
    width: 90%;
    padding: 10px 45px;
    float: left;
    margin-left: 15px;
}
.jyxxcontent > ul > li {
    margin: 10px 0;
    clear: both;
    overflow: hidden;
    font-size: 14px;
}

.jyxxcontent > ul > li > div {
    float: left;
    line-height: 30px;
    height: 30px;
}

.jyxxcontent > ul > li > ul {
    float: left;
    width: 780px;
}

.jyxxcontent > ul > li > ul > li {
    float: left;
    margin: 0 5px;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

.jyxxcontent > ul > li > ul > li:hover {
    background-color: #ff6506;
    color: #fff;
}

.jyxxcontent > ul > li > ul > li:hover a{
    color:#fff;
}
.jyxxcontent > ul > li > ul > li.on {
    background-color: #ff6506;
    color: #fff;
}
.jyxxcontent > ul > li > ul > li.on a{
    color:#fff;
}
.content-search {
	box-sizing: content-box;
	font-size: 14px;
	color: #303030;
	padding: 40px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
        }

.content-search>input {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 400px;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: content-box;
	margin-right: 20px;margin-left:180px
;
}

.content-search>label {
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0;
	box-sizing: content-box;
	margin-right: 10px;
}

.content-search2 {
	float: left;
	width: 82px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ff6506;
	background-color: #ff6506;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.article_list{
	overflow: hidden;
}
.article_list > li {
    position: relative;
    line-height: 40px;
    clear: both;
    color: #6f6f6f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}
.article_list > li > a{
	float: left;
	display: inline-block;
	width: 60%;
	white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    font-weight: bold;
    color: #333;
}
.article_list > li > span{
	float: right;
}
.article_list .people_li span{
	float:left;
	display:inline-block;
}
.wd20{
	width:20%;
	text-align:left;
	padding-left:4px;
}
.wd45{
	width:40%;
	text-align:center;
	padding-left:4px;
}
.wd35{
	width:35%;
	text-align:center;
	padding-left:4px;
}










