/*巡视巡察二级页*/

/*巡视巡察二级页左侧导航栏*/
.xsxc_index{
	width: 1135px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.xsxc_index_left{
	float: left;
	width: 160px;
	border: 1px solid #dcdcdc;
	margin-left: 14px;
}
.xsxc_index_left > ul{
	width: 160px;
	margin: auto;
}
.xsxc_index_left > ul > li{
	text-align: center;
	font-size: 20px;
	color: #cb1c1d;
	font-weight: 600;
	line-height: 50px;
	border-bottom: 1px solid #d0d0d0;
	cursor: pointer;
}
.xsxc_index_left > ul > li ul{
	margin: auto;
	width: 102px;
	font-size: 16px;
	line-height: 20px;
	display: none;
	text-align: left;
	margin-bottom: 10px;
}
.xsxc_index_left > ul > li ul>li{
	text-align: center;
	border-bottom: 1px dashed #dadada;
	/*padding: 5px 0 5px 0;*/
}
.xsxc_index_left > ul > li ul a{
	color: #858585;
}
.xsxc_index_left > ul > li ul a:hover{
	color: #cc3333;
}

/*巡视巡察二级页中间内容*/
.xsxc_index_center{
	float: left;
	width: 870px;
	margin-left: 32px;
}
.xsxc_index_center_title{
	height: 40px;
	border-bottom: 6px solid #cb1c1d;
}
.xsxc_index_center_title p{
	font-size: 24px;
	color: #cb1c1d;
	font-weight: 700;
	line-height: 24px;
}
.xsxc_index_center_list li{
	overflow: auto;
	border-bottom: 1px dashed #aaaaaa;
}
.xsxc_index_center_list a:hover p{
	color: #cc3333;
}
.xsxc_index_center_list .title{
	padding-top: 10px;
	font-size: 21px;
	color: #333333;
	line-height: 40px;
}
.xsxc_index_center_list .content{
	font-size: 14px;
	color: #737373;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xsxc_index_center_list .time{
	font-size: 14px;
	color: #000000;
	text-align: right;
	line-height: 20px;
	padding: 5px 0 10px 0;
}
.xsxc_index_center_list .more{
	width: 165px;
	height: 55px;
	line-height: 55px;
	background: #f3f3f3;
	text-align: center;
	font-size: 22px;
	margin: 30px auto 30px;
}
.xsxc_index_center_list .more p{
	color: #cccccc;
}
.xsxc_index_center_list div:hover{
	background: #cc3333;
}
.xsxc_index_center_list div:hover p{
	color: #fff;
}
.xsxc_index_center>h1{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 20px;
}
.xsxc_index_center div div p{
	font-size: 18px!important;
	color: #2b2b2b!important;
	line-height: 36px!important;
}
.xsxc_index_center>p{
	font-size: 18px;
	color: #2b2b2b;
	line-height: 36px;
}
/*巡视巡察二级页右侧内容*/
.xsxc_index_right{
	width: 300px;
	height: 1455px;
	background: #dedede;
	float: left;
	text-align: center;
	margin-left: 18px;
}
.xsxc_index_right .line1px{
	margin-top: 80px;
	width: 224px;
}
.xsxc_index_right_title{
	width: 226px;
	height: 50px;
	font-size: 24px;
	color: #cb1c1d;
	font-weight: 700;
	box-sizing: border-box;
	border-bottom: 4px solid #a7a7a7;
	margin: 25px auto;
}
.xsxc_index_right_title .left{
	float: left;
	width: auto;
	height: 50px;
	border-bottom: 4px solid #015293;
}
.xsxc_index_right_top div{
}
.xsxc_index_right_top p{
	font-size: 16px;
	line-height: 50px;
}
.xsxc_index_right_bottom{
	margin-top: 20px;
}
.xsxc_index_right_bottom .erweima{
	width: 220px;
	height: 120px;
	background: #fff;
	margin: 26px auto 0 ;
}
.xsxc_index_right_bottom .erweima div{
	float: left;
}
.xsxc_index_right_bottom .erweima div:first-child{
	margin: 32px 0 0 32px;
	width: 48px;
}
.xsxc_index_right_bottom .erweima div:last-child{
	margin: 22px 0 0 35px;
}
/*IE兼容*/
.xsxc_index_right_bottom .erweima div:first-child+div{
	margin: 22px 0 0 35px\0;
}
/*左边悬浮列表*/
.fixed{
	width: 135px;
	overflow: auto;;
	background: #fff;
	position: fixed;
	top: 250px;
	left: 20px;
	border-radius: 5px;
	padding: 10px 8px;
}

.fixed li{
	text-align: center;
	font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    padding: 4px 0;
    margin: 0 0 10px 0;
}
.fixed li:hover{
    width: 119px;
    height: 38px;
    background: #cc3333;
    border-radius: 5px;
}
.fixed li:hover a{
	display: inline-block;
	width: 119px;
	height: 38px;
	color: #fff;
}
.fixed .bg_color{
	background: #cc3333;
	border-radius: 5px;
}
.fixed .bg_color a{
	color: #fff;
}
/*列表页分页*/
.page {
	height: 70px;
	line-height: 30px;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 12px
}

.page a {
	display: inline-block;
	padding: 0 12px;
	vertical-align: top;
	letter-spacing: normal;
	color: #fff;
	background: #bbb;
	margin: 0 2px
}

.page i {
	margin: 0 2px
}

.page a:hover {
	background: #666
}

.page .now {
	cursor: default;
	background: #666
}

.page .disable {
	cursor: default
}

.page .disable:hover {
	background: #bbb
}

.bdsharebuttonbox{
	float: right;
}
.two_bar_codes {
	clear: both;
	text-align: center;
	color: #b4b4ba;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 30px;
}
.two_bar_codes p{
	padding:63px 0px 14px 0px;
}