.data-list{
	width:100%;
	margin:0 auto;
	min-height:500px;
}
.data-list .searchDiv{
	padding:10px 15px;
	height:50px;
	background:#f2f2f2;
	margin-bottom:10px;
}
.data-list .searchDiv .item-span{
	float:left;
	line-height:30px;
}
.data-list .searchDiv .search-area{
	float:right;
	height:30px;
	border:1px solid #ddd;
	width:246px;
	padding:3px 5px;
	background:#fff;
}
.searchDiv .search-area .search-input{
	height:22px;
	line-height:22px;
	border:none;
	outline:none;
	font-family:"微软雅黑";
	font-size:12px;
	width:200px;
	float:left;
}
.searchDiv .search-area .search-btn{
	float:right;
	width:22px;
	height:22px;
	border:none;
	background:url(images/search_btn.png) no-repeat center;
	background-size:100% 100%;
}
.ul-dataList{
	padding:0px 50px 10px;
	font-size:14px;
}
.ul-dataList li a{
	display:block;
	padding:10px 15px;
	color:#222;
}
.ul-dataList .noDataTip{
	text-align:center;
	font-size:16px;
	color: #d43b3b;
    line-height: 30px;
}
.ul-dataList li:nth-child(even){
	background-color:#fbfbfb;
}
.ul-dataList li a:hover{
	background-color:#ebf0f3;
}
.ul-dataList .list-title-time{
	line-height:26px;
	height:26px;
	color:#222;
	font-weight:bold;
}
.ul-dataList .list-title-time .tit{float:left;}
.ul-dataList .list-title-time .time{float:right;}

.ul-dataList .list-info-desc p{
	width:33%;
	float:left;
	color:#666;
	height:30px;
    line-height: 30px;
	
}
.ul-dataList .list-info-desc .cat-info{text-align:center;}
.ul-dataList .list-info-desc .addr-info{text-align:left;}
.ul-dataList .list-info-desc .time-info{text-align:right;}

/****分页 ****/
.pageNav{
	padding:15px 50px;
}
.cbgrid-footer{
	background:#f5f5f5;
	height:30px;
	line-height:30px;
	overflow: hidden; 
	font-size:14px;
}

.cbgrid-footer span{
	display:inline-block
}

.cbgrid-footer ._left{
	float: left;
	width:45%;
	padding:0 5px;
	padding-left:3%;
}

.cbgrid-footer ._left span{
	margin:0 2px;
	text-align:center;
}

.cbgrid-footer ._pre{
	background:url('images/cg-page-icons.png') no-repeat -16px center
}

.cbgrid-footer ._first{
	background: url(images/cg-page-icons.png) no-repeat 0 center;
}

.cbgrid-footer ._next{
	background:url('images/cg-page-icons.png') no-repeat -32px center
}

.cbgrid-footer ._last{
	background: url(images/cg-page-icons.png) no-repeat -48px center;
}

.cbgrid-footer ._load{
	cursor:text !important;
	background: url(images/cg-page-icons.png) no-repeat -64px center;
}

._loading{
	background: url(images/cg-loading.gif) no-repeat center center !important;
}

.cbgrid-footer ._left ._icon{
	width:16px;
	margin:0;
	cursor:pointer;
}

.cg-lastPage{
	opacity:0.5;
	cursor:text !important;
}

.cbgrid-footer ._right{
	float: right;
	text-align: right;
	padding:0 5px;
	padding-right:3%;
}
/**complaint-content*/
.complaint-content{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	overflow:scroll;
	z-index:500;
}
.complaint-content .box-container{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}
.complaint-content h3{
	text-align:center;
	padding:30px 0;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.complaint-content p{
	text-indent:2em;
	line-height:20px;
	font-size:14px;
}
.complaint-content .confirm-div{
	padding:40px 0;
	text-align:center;
}
.complaint-content .confirm-div .checked-btn{
    background: #21a901;
    color: #fff;
}

@media ( min-width : 1300px) {
	.data-list{
		max-width:1280px;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.data-list{
		max-width:1200px;
		padding:0 5px;
	}
}



/*首页样式*/
.page-header {
	font-size: 19px;
	margin-top: 0;
	padding-top: 24px;
	text-align: left;
}

.page-header .form-container {
	max-width: 1000px;
	margin: 0 auto;
	padding:0 15px;
}

.page-header span {
	font-size: 30px;
	color: #049be2;
	margin-right: 30px;
}

.page-header .pull-right {
	font-size: 16px;
	padding-top: 15px;
}

.menu {
	background: #049be2;
	height: 40px;
	line-height: 40px;
}

.menu li {
	width: 20%;
	float: left;
}

.menu li a {
	padding: 0 30px;
	color: #fff;
	text-align: center;
}

.menu li a:hover,.menu li.active a {
	background: #337ab7;
	display: block;
	float: left;
}

.col-xs-left .news {
	height: 276px;
}

.carousel-inner .item {
	height: 276px;
}

.carousel {
	margin-bottom: 10px;
}

.news a,.artlist a {
	color: #666;
}

.news a:hover,.artlist a:hover {
	color: #0088cc;
}

.artlist ul {
	height: 150px;
}

.artlist li {
	width: 100%;
	line-height: 30px;
}

.artlist-left {
	width: 30px;
	height: 150px;
	margin-right: 10px;
	color: #fff;
	background: #049be2;
	float: left;
}

.artlist-left span {
	width: 14px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	display: block;
}

.artlist-right {
	width: 90%;
	float: left;
}

.artlist-right span {
	float: left;
	display: block;
}

.arttitle {
	width: 70%;
	padding: 0 15px;
}

.side-box {
	border: 1px solid #bfbfbf;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.side-box a {
	color: #0088cc;
}

.form-hd {
	line-height: 40px;
}

.side-box .form-group .btn {
	color: #fff;
}

.app-down span {
	width: 50%;
	text-align: center;
	float: left;
	display: block;
}

.news {
	border: 1px solid #bfbfbf;
}

.news-hd {
	height: 30px;
	line-height: 30px;
	background: #EFEFEF;
}

.news-hd span {
	display: block;
	padding: 0 10px;
}

.news ul {
	padding: 0;
}

.news ul li {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.col-xs-left,.col-xs-right {
	float: left;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}

.col-xs-mid {
	float: left;
	width: 60%;
	padding-left: 5px;
	padding-right: 5px;
}

.footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #4a4a4a;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
/*list 样式*/
.media-type,.media-type:hover {
	width: 120px;
	height: 100%;
	line-height: 59px;
	background: #00b0f0;
	color: #fff;
	text-align: center;
	display: block;
}

.media-type.type2 {
	background: #ffc000;
}

.article-content {
	min-height: 400px;
}

.menu-list {
	
}

.menu-list a {
	display: block;
}

.side-menu {
	border: solid 1px #dfdfdf;
	background: #ffffff;
	margin: 0 auto 10px auto;
	padding-top: 5px;
	padding-left: 8px;
	overflow: hidden;
}

.side-menu ul {
	padding-left: 0;
}

.side-menu ul li {
	display: block;
	padding-top: 2px;
	margin-bottom: 5px;
	background: url(../images/ias_side.png) top left no-repeat;
	list-style: none;
	overflow: visible;
}

.side-menu ul li a {
	display: block;
	height: 34px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 14px;
	color: #82846f;
	outline: none;
}

.side-menu ul li .active {
	background: url(../images/ias_on.png) right -5px no-repeat;
}

.side-menu ul li .inactive {
	background: url(../images/ias_off.png) right -5px no-repeat;
}

.side-menu ul li ul {
	display: none;
	margin-bottom: 20px;
}

.side-menu ul li ul li ul {
	margin-bottom: 5px;
}

.side-menu ul li ul li {
	display: block;
	background: none;
	font-size: 12px;
	list-style: circle;
	color: #8f9d4c;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-left: 35px;
}

.side-menu ul li ul li a {
	background: none;
	font-size: 12px;
	height: 25px;
	color: #8f9d4c;
	padding-left: 0px;
}

#searchParam i {
	cursor: pointer;
	pointer-events: auto;
}

#bgColor2 {
	background-color: #7bd65e;
}

#bgColor3 {
	background-color: #dd5145;
}

#bgColor4 {
	background-color: #18a15f;
}

#bgColor5 {
	background-color: #833cd3;
}

.btn-default:hover,.btn-default:focus,.btn-default.focus {
	background-color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>a,.pagination>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>a:first-child,.pagination>span:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>a:last-child,.pagination>span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>a:hover,.pagination>span:hover,.pagination>a:focus,.pagination>span:focus
	{
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active,.pagination>a.active:hover,.pagination>span.active:hover,.pagination>a.active:focus,.pagination>span.active:focus
	{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled,.pagination>span.disabled:hover,.pagination>span.disabled:focus,.pagination>a.disabled:hover,.pagination>a.disabled:focus
	{
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination .current {
	background: #26B;
	color: #fff;
	border: 1px solid #AAE;
}

.pagination .current.prev,.pagination .current.next {
	color: #999;
	border-color: #999;
	background: #fff;
}
/*register 样式*/
.mdp-register {
	margin: 0 auto;
	padding: 0 15px;
}

.mdp-register a {
	color: #0088cc;
}

.reg-form {
	width: 450px;
	margin:0 auto;
}

.reg-addon {
	background-color: #fff;
}

.reg-form .form-group {
	margin-bottom: 0;
}

.reg-form label {
	margin-bottom: 0;
}
.input-group >.picCode{
	padding: 0;
	cursor: pointer;
}
.mdp-register .form-group .control-label,.mdp-register div {
	padding-left: 5px;
	padding-right: 5px;
}

.reg-success {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.tips .erro,.input-tips .erro {
	color: #ff0000;
	line-height: 24px;
	margin-bottom: 0;
}

.input-tips .succ {
    color: #0088cc;
}

.tips .icon-del,.tips .icon-succ,.input-tips .icon-del,.input-tips .icon-succ {
	width: 15px;
	height: 15px;
    margin-right: 5px;
    margin-top: 4px;
	float: left;
	background: url(../images/reg_ico.png);
}

.tips .icon-del,.input-tips .icon-del {
	background-position: -60px 0;
}

.tips .icon-succ, .input-tips .icon-succ {
	background-position: -30px 0;
}

.input-tips {
	height: 24px;
	line-height: 20px;
	font-size: 12px;
}

#saveSub,#phoneCodeBtn {
	color: #FFFFFF;
}

.sendCode.input-group-addon {
	padding: 0;
}

.sendCode >input{
	padding: 7px 12px;
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn
	{
	font-size: 14px;
}

.pop {
	display: none;
	background: #eee;
	width: 480px;
	height: 250px;
}

.pop-text {
	width: 370px;
	height: 155px;
	margin-left: 55px;
}

.page-foot {
	text-align: center;
	color: #049be2;
}

.page-foot .links {
	margin-bottom: 10px;
}

.page-foot a {
	color: #049be2;
	margin: 0 10px;
}

.white_content {
	position: fixed;
	top: 5%;
	left: 20%; 
	width: 60%;
	z-index: 1002;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.bg {
	position: fixed;
	z-index: 999;
	filter: alpha(opacity = 50);
	background: #666;
	opacity: 0.5;
	-moz-opacity: 0.5;
	left: 0;
	top: 0;
	height: 99%;
	width: 100%;
}

.x-dialog-overlay.x-dialog-overlay-visible {
  visibility: visible;
  opacity: 1;
}

#applyId {
	display: none;
}

.table_top {
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 1000px;
}

.exp {
	font-size: 20px;
	font-weight: bold;
}

.hr-default {
	font-weight: bolder;
	padding: 6px 30px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.qua_title {
	background: #3FA5EC;
}

.qua_but {
	margin-left: 20px;
	width: 78px;
	text-align: center;
	background: #3FA5EC;
	border: 1px solid #fff;
	color: #fff;
	width: 78px;
	height: 36px;
	margin-top: 5px;
}
.article-alert{
	width:400px;
	position: fixed;
	left:50%;
	margin-left: -200px;
	z-index:9999;
	
}