.newlist {
	margin-bottom: 25px;
}
.crumbs-name {
	font-size: 14px;
	color: #3993df;
}
.trends {
	position: relative;
    width: 1200px;
    height: 100%;
    min-height: 50px;
    margin: 0 auto;
}
.newlist-tab, .introduce-table {
	width: 100%;
    height: 100%;
    min-height: 180px;
}
.newlist-hd, .introduce-left {
	display: inline-block;
    width: 250px;
    min-height: 50px;
    background: #f5f5f5;
    vertical-align: top;
}
.newlist-bd, .introduce-right {
	display: inline-block;
	padding-bottom: 70px;
	width: 78%;
	min-height: 500px;
	vertical-align: top;
}
.newlist-tab .newlist-hd li {
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.newlist-tab .newlist-hd li:last-child {
	border: 0;
}
.newlist-tab .newlist-hd a {
	display: block;
	padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}
.newlist-panel {
	margin: 0 5px 30px 10px;
}
.newlist-content {
	width: 100%;

	border: 1px solid #eeeeee;
}
.headline {
	position: relative;
	margin: 15px 15px 0 15px;
	padding-bottom: 15px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #edf2f6;
}
.headline span {
    display: block;
    position: absolute;
    height: 2px;
    width: 75px;
    left: 50%;
    margin-left: -445px;
    bottom: 0;
    z-index: 9;
    background: #3993df;
}
.newlist-box {
	margin: 30px 10px 0 15px;
	border-bottom: 1px dashed #eeeeee;
}
.newlist-box a {
	padding-bottom: 20px;
}
.trends-content {
	padding-right: 125px;
	font-size: 16px;
	color: #666666;
}
.trends-time {
	font-size: 16px;
	color: #9a9a9a;
}
.newlist-content .newlist-box:last-child {
	border: 0;
}
.newlist-box a:hover .trends-content, .newlist-box a:hover .trends-time {
	color: #fc5a69;
}
.newlist-tab .newlist-panel {
	display: none;
}
.newlist-tab .dis {
	display: block;
}
.newlist-tab .newlist-hd .on, .newlist-tab .newlist-hd .on a {
	font-size: 18px;
	color: #fff;
	background: #3993df;
}
.newlist-hd li:hover a {
	color: #3993df;
}
/*页码*/
.page {
	width: 100%;
	text-align: center;
}
.page-box-num {
	display: inline-block;
}
.page-box-num li, .express-page-num li {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    margin-left: 2px;
    line-height: 28px;
    color: #656565;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-indent: 0em;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e1e1e1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-box-num li.active, .page-box-num li:hover, .express-page-num li.active, .express-page-num li:hover {
    position: relative;
    z-index: 1;
    background: #3589f0;
    color: #fff;
    border-color: #3589f0;
    cursor: default;
    text-decoration: none;
}
.page-box-num li.disabled, .express-page-num li.disabled  {
    color: #ccc;
}
/*检索*/
.retrieve-box {
	position: relative;
    width: 100%;
    height: 179px;
    margin: 20px 0;
    background: #f2f2f2;
    /*background: #fff url(../images/retrieval-banner.jpg) no-repeat;*/
    /*background-size: auto 100%;
    background-position: center top;*/
}
.retrievebtn-box {
	position: relative;
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
}
.retrievebtn-box .tit {
	position: relative;
    line-height: 1;
    padding: 25px 0 7px;
    margin: 0 30px;
}
.retrievebtn-box h1 {
	display: inline-block;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.retrievebtn-box .retrieve-pic, .retrievebtn-box .retrieve-img {
	padding: 0;
	height: 68px;
}
.retrievebtn-box .retrieve-pic {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.retrievebtn-box .retrieve-pic>div div {
	position: relative;
    display: inline-block;
    width: 208px;
    height: 68px;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.retrievebtn-box .retrieve-pic>div div a, .introduce-list li a {
	display: block;
}
.retrievebtn-box .retrieve-pic>div div:first-child {
	margin-left: 3.5%;
}
.retrieve-pic a, .introduce-left .introduce-item {
	cursor: pointer;
}
.retrieve-tab {
	margin-bottom: 100px;
}
.retrievebtn-panle, .fn-hide {
	display: none;
}
.condition {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.condition-list {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 15px;
}
.condition-list>div div {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0;
}
.condition .fill-label{
    margin-right: 5px;
    font-size: 14px;
    color: #333333;
    text-align: right;
}
.fill-content {
    position: relative;
}
.code-input, .inp-keyword {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 0 6px 8px;
    font-size: 12px;
    line-height: 1;
    background: transparent;
    border: 1px solid #ddd;
}
.fill-content .select-default, .fill-content .inp-default {
	width: 215px;
	background: #fff;
}
.fill-content .code-input {
	width: 120px;
	margin-right: 5px;
	background: #fff;
}
.fill-content .inp-keyword {
	width: 750px;
	background: #fff;
}
.dynamicCode-box {
	float: right;
    width: 122px;
    height: 30px;
    cursor: pointer;
}
.dynamicCode-box img {
    display: block;
    width: 100%;
    height: 100%;
}
.time-condition {
	float: left;
}
.retrieve-keyword {
	padding-bottom: 10px;
	padding-left: 30px;
}
.retrieve-keyword>div div {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
.btn-box {
	padding-right: 70px;
}
.demand-btn {
    padding: 8px 0;
    background-color: #3d87fd;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.reset-btn {
	margin-left: 10px;
	padding: 8px 0;
    background-color: #c8d0d5;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.retrieve-keyword .demand-btn, .retrieve-keyword .reset-btn {
	width: 70px;
}
/*表格*/
.express-tab {
	margin-top: 15px;
}
.express-head {
	width: 100%;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.express-head td {
	padding: 15px 0;
	font-size: 20px;
}
.express-watch a, .accept-watch a {
	font-size: 14px;
	color: #3993df;
}
.express-tab .am-table tbody td {
	font-size: 12px;
	color: #333333;
}
.express-page {
	width: 100%;
	text-align: center;
}
.express-page-num {
	display: inline-block;
}
.express-pagination {
	margin: 10px 20px;
}
/*受理弹窗*/
.acceptance-alter,.letters-alter {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 7;
}
.accepted-box, .letters-box {
	position: absolute;
	padding: 20px 10px;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 70%;
	background: #fff;
	overflow: auto;
}
.accepted-table, .letters-table {
	margin-bottom: 20px;
	width: 100%;
}
.accepted-table .form_label, .letters-table .form_label {
	width: 12%;
	text-align: right;
	font-weight: 700;
}
.accepted-table td, .letters-table td {
    height: 25px;
    border: 1px solid #AEC2CD;
    padding: 3px 6px;
}
.express-icon-search {
	position: relative;
    top: -2px;
    width: 14px;
    height: 14px;
    background: url(../images/grabble.png) no-repeat;
}
/*协会概况*/
.introduce-left .introduce-wap .on {
	background: #fff;
	border-left: 5px solid #237ae4;
	cursor: pointer;
}
.introduce-left .introduce-item {
	padding: 15px 0 15px 60px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.introduce-left .introduce-list li {
	padding: 8px 0 8px 60px;
	font-size: 14px;
	cursor: pointer;
}
.introduce-list li.active, .introduce-left .introduce-wap .on a {
	color: #237ae4;
}
.introduce-list {
	background: #fff;
	border-top: 1px solid #eeeeee;
}
.introduce-right {
	margin-left: 5px;
	border: 1px solid #eeeeee;
}
.introduce-right .article h2 {
	padding: 20px 0;
	font-size: 24px;
	color: #d10300;
	text-align: center;
}
.article-content {
	padding: 10px 30px 10px;
	text-indent:2em;
	line-height: 30px;
}
.tit:before {
	content: '';
    position: absolute;
    top: 65%;
    left: -10px;
    width: 3px;
    height: 20px;
    margin-top: -9px;
    background: #ed4739;
}
.layui-layer-page .layui-layer-content {
	padding: 0 10px;
}
/*装饰装修*/
.decoratelist {
	border: 0!important;
}
.decoratelist li {
	float: left;
	margin-bottom: 15px;
	margin-left: 12px;
}
.decoratelist li:nth-child(4n+1) {
	margin-left: 0!important;
}
.decoratelist a {
	display: block;
	width: 220px;
	box-sizing: border-box;
}
.decoratelist .decoratename {
	padding-top: 10px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.decoratelist .decorateimg {
	height: 120px;
}
