/*巡视巡察二级页*/

/*巡视巡察二级页左侧导航栏*/
.xsxc_index{
	width: 1135px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.xsxc_index_left{
	float: left;
	width: 186px;
	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: 24px;
	color: #cb1c1d;
	font-weight: 700;
	line-height: 58px;
	border-bottom: 1px solid #d0d0d0;
}
.xsxc_index_left > ul > li ul{
	margin: auto;
	width: 102px;
	font-size: 17px;
	line-height: 22px;
	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_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
}
.magazin_list{
	float: left;
}
.magazin_list_img{
	width: 300px;
	float: left;
}
.magazin_list_img img{
	margin-top: 20px;
	width: 260px;
}
.magazin_list_img>div{
	margin-top: 20px;
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ececec;
}
.magazin_list_img>ul{
	width: 260px;
	margin-top: 20px;
}
.magazin_list_img>ul li{
	width: 33.33%;
	float: left;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.magazin_list_info{
	width: 550px;
	float: left;
}
.magazin_list_info ul{
	margin-top: 10px;
}
.magazin_list_info ul li{
	background: url(../img/dian.png) no-repeat left center;
	text-indent: 10px;
	font-size: 16px;
	line-height: 35px;
	width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted #cccccc;
}
.magazin_list_info ul li span{
	color: #666666;
}

/*脚部样式*/
#footer{
    clear: both;
    width: 100%;
    background: #f3f3f3;
}
#footer .footer_content{
    width: 1135px;
    overflow: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background:#fff;
}
/*脚部上层样式*/
#footer .footer_top{
    width: 1100px;
    height: 50px;
    margin: 0 0 0 18px;
    background: #f3f3f3;
}
#footer .footer_color{
    width: 1100px;
    height: 10px;
    background: #cc3333;
}
#footer .footer_title li{
    float: left;
    width: 275px;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: url(../img/footer_line.png) no-repeat right center;
    cursor:pointer;
}

#footer .footer_title li:first-child{
    color: #cc3333;
}
/*ie兼容*/ #footer .footer_title li:first-child+li+li+li{
             background: none\0;
         }
#footer .footer_title li:last-child{
    background: none;
}
/*脚部中间样式*/
#footer .footer_middle{
    width: 1100px;
    margin: 0 0 0 18px;
    padding: 22px 0 30px 0;
    border-bottom:1px solid #ececec;

}
#footer .footer_middle ul{
    overflow: hidden;
    /*margin: 13px 0 0 0;*/
    /*height: 15px;*/
    /*line-height: 15px;*/
}
#footer #tab3 ul{
    margin: 13px 0 0 0;
    height: 15px;
    line-height: 15px;
}
#footer #tab4 ul{
    margin: 13px 0 0 0;
    line-height: 15px;
}
#footer .footer_middle ul:first-child{
    margin: 0;
}
#footer .footer_middle li{
    height: 15px;
    float: left;
    width: 105px;
    margin: 13px 0 0 17px;
    text-align: center;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
}
#footer #tab3 li{
    float: left;
    width: 100px;
    margin: 0 0 0 -22px;
    text-align: center;
    font-size: 14px;
}
#footer #tab3 li:first-child{
    font-weight: 700;
}
#footer #tab4 li{
    height: 28px;
    line-height: 28px;
    float: left;
    width: 120px;
    margin: 0 0 0 17px;
    text-align: center;
    font-size: 14px;
}
#footer .footer_middle li>a{
    color: #2b2b2b;
}
#footer .footer_middle li>a:hover{
    color: #cc3333;
}
/*脚部底部样式*/
#footer .footer_bottom{
	/*width: 635px;*/
	height: 100px;
	margin: 0 auto;
	position: relative;
	/*background:url(../img/logo.png) no-repeat left 50px;*/
}
#footer .footer_bottom p:first-child{
	/*padding: 45px 0 0 65px;*/
}
#footer .footer_bottom p{
	/*width:345px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0 0 0 65px;*/
        text-align: center;
        line-height: 100px;
}
#footer .footer_bottom img{
	position: absolute;
	left: 190px;
	top: 20px;
}
/*脚部导航切换*/
#footer #tab2{
    display: none;
}
#footer #tab3{
    display: none;
}
#footer #tab4{
    display: none;
}