/*ͨѶԱҳ����ʽ11.28 by���ٺ�*/

/*消除谷歌浏览器升级后 获得焦点时的黑色边框*/
input:focus,textarea:focus,button:focus{
	outline: none;
	border: 2px solid #9bc2ff!important;
}
input[type=text]:focus{
	outline: none;
	border: 2px solid #9bc2ff!important;
}

.batman_bg{
	background:rgba(240,241,244,1);
}
.blue_bg{
	background-color:rgba(0,160,230,1);
}
.blue_color{
	color:rgba(0,160,230,1);
}
.ellipsis{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-right{
	text-align: right;
}

.bannerPic{
	width: 100%;
	height: 200px;
	background: url("../images/banner.png") center center no-repeat;;
}

.batmanBody{
	width: 1280px;
	margin: 0 auto;
	display: flex;
}

.batmanBody .loginDiv{
	width: 250px;
	margin: -175px 20px 0 50px;

}

.batmanBody .loginDiv .loginItem{
	box-sizing: border-box;
	width: 100%;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 8px 0px rgba(0,0,0,0.21);
	margin-bottom: 20px;
	padding: 20px;
	color:rgba(69,70,71,1);
}

.batmanBody .loginDiv .loginLabel{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color:#00A0E6;
	margin: 8px 0 18px 0;
}

.batmanBody .loginDiv .loginItem input{
	width: 100%;
	height: 30px;
	background:rgba(240,241,244,1);
	border:1px solid rgba(233,234,240,1);
}


.loginItem .checkDiv{
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}


#cookieDiv{
	position: relative;
}
/*��input��Ϊѡ��״̬ʱ��lable��ǩ����ʽ��������cssѡ��ʱ����������ʾ��ǰinput���ֵ����checked��
      �ò�����Ҫ����ʾ�ġ��Ժš��Ĵ��޾��з�ʽ����ʾ��ɫ����������*/
#cookieDiv label{
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
	position: absolute;
	background:rgba(240,241,244,1);
	border:  1px solid rgba(233,234,240,1);/*�ı临ѡ��ı߿���ɫҲ���Բ�Ҫ�߿�*/
	top: 3px;
	left: 0px;
	margin: 0;
}
/* checked Ԥ��ѡ����ѡ���ѡ��ť��*/
#cookieDiv .input:checked +label:before{/*beforeΪαԪ�ؿ�����Ԫ��֮���������*/
	display: block;
	/*	css3�е�content�ַ�����*/
	content: "\2713";
	/*	��ѡ�������&radic;����*/
	text-align: center;
	/*	��ѡ�������&radic;��С*/
	font-size: 20px;
}
#cookieName{
	/* visibility ���Թ涨Ԫ���Ƿ�ɼ�*/
	visibility: hidden;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	vertical-align: middle
}

.loginItem .a_dl_2{
	text-decoration: underline;
	color:rgba(187,186,186,1);
	float: right;
}
#loginForm table {
	width:100%
}
.loginItem .checkCodeLinkRandImg{
	clear: both;
	margin-left: 10px;
	margin-top: 2px;
}
.loginItem .checkCodeOk,.loginItem .checkCodeError{
	margin: 1px 0 0 5px;
}
.batmanBody .loginDiv .loginItem .submitBtn{
	display: flex;
	margin-top: 13px;
}
.submitBtn input{
	line-height: 28px;
}
.submitBtn .btn-right{
	color: #454647;
	background:rgba(240,241,244,1);
	border:1px solid rgba(233,234,240,1);
}
.submitBtn .btn-left{
	background:rgba(0,160,230,1);
	border: none;
	color: #fff;
}

.batmanBody .loginMsgDiv{
	padding: 20px;
}

.msgTitle{
	height: 16px;
	line-height: 15px;
	border-left: 3px solid #00A0E6;
	padding-left: 10px;
	font-size: 16px;
	color:rgba(0,0,0,1);
	font-family:FZYOUH_508R--GB1-4,FZYOUH_508R--GB1;
	font-weight:normal;
}

.batmanBody .loginMsgDiv .msgInfo{
	margin-top: 20px;
	color:rgba(69,70,71,1);
	line-height:20px;
	letter-spacing:1px;
}

.batmanBody .infoDiv{
	width: 940px;
	height: 480px;
	max-height: 480px;
	background-color: #fff;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.batmanBody .infoDiv .infoColunm{
	flex: 1;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.batmanBody .infoDiv .infoItem{
	min-width: 464px;
	flex: auto;
	height: 235px;
	padding: 20px;
}

.batmanBody .infoDiv .infoItem .textList{
	max-width: 100%;
	width: 100%;
}
.textList li{
	text-indent:0;
	font-weight:normal;
	color:rgba(69,70,71,1);
	width: 100%;
	list-style:none;
	display: flex;
	flex-wrap: nowrap;
	line-height: 35px;
	font-size: 14px;
	justify-content: flex-end;
	cursor:pointer;
	position: relative;
}

.textList li .textLiTitle{
	position: absolute;
	left: 0;
	width: calc(100% - 120px);
}
.textList .listUl{
	padding: 13px 0 0 2px;
	height: 100%;
}
.textLiDate{
	padding-left: 35px;
	width: 120px;
	white-space: nowrap;
	overflow-x: hidden;
}
.haveMore .morePublishTop, .haveMore .moreRigionTop,.haveMore .morePublishTops,.morecollectTops{
	float: right;
	font-size: 14px;
}

.textList table{
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin-top: 13px;
	color: #454647;
}

.textList table tr{
	line-height: 35px;
}

.textList table .blueBox,.modal-body .blueBox{
	background:rgba(0,160,230,1);
}
.textList table .otherBox,.modal-body .otherBox{
	background:rgba(165,165,165,1);
}
.textList table .indexBox,.modal-body .indexBox{
	margin-top: 1px;
	color: #fff;
	width:14px;
	height:14px;
	text-align: center;
	line-height: 13px;
	font-size: 12px;
}


.p-lr-10{
	padding: 0 10px;
}

.reject-body{
	min-height: 310px;
	max-height: 500px;
	overflow-y: auto;
}
.rejectList{
	font-size: 14px;
	color: rgba(69, 70, 71, 1);
}
.rejectList li p span{
	line-height: 16px;
	word-break: break-all;
}
.rejectList .info span{
	line-height: 22px;
}
.rejectList li{
	text-align: left;
	width: 100%;
	min-height: 75px;
	padding-top: 20px;
	border-bottom: 2px solid rgba(204, 204, 204, 1);
}
.rejectList li p img{
	height: 15px;
	width: 15px;
	vertical-align: bottom;
	margin-right: 8px;
}
.rejectList .info{
	margin: 12px 0 8px;
	display: flex;
	line-height: 16px;
}
.rejectList .info .tagDiv{
	flex: 1;
}
.rejectList .info .tagDiv .tag{
	display: inline-block;
	border: 1px solid #1AA1E3;
	color: #1AA1E3;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 10px;
}
.rejectList .info .timeinfo{
	color: #999999;
	margin-left: 30px;
}
.reject-footer{
	display: flex;
	justify-content: center;
	border-top: none;
	padding: 0 0 40px 0;
}
.reject-footer input{
	width: 105px;
	text-align: center;
	margin: 0 10px;
	font-size: 14px;
}

