.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border:0;
}

.dropup .dropdown-menu{
    max-height:500px;
	overflow-y: auto;
}
*{
	margin:0;
	padding:0;
	color:#1e1e1e;
	font-size:14px;
	font-family:'Microsoft YaHei,Simsun,SimHei,Arial';
}
input,img{
	border:0;
}
a,a:hover{
	text-decoration:none;
	color:#1e1e1e;
}
 a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;}/*指鼠标在链接*/}

a:active{text-decoration:none;}/* 指正在点的链接*/ 
ul,li{
	list-style:none;
}

.table {
   margin-bottom:0;
}


.detailText img{
	width:100%;
}


.container{
	background:#fff;
}

.top{
	width:100%;
	height:120px;
	background:url('../images/topNav.jpg') repeat-x;
	display:none;
}
.top .topMid{
	width:1170px;
	height:120px;
	position:relative;
	margin:0 auto;
	
}
.logo{
	width:380px;
	height:103px;
	background:url('../images/logoIndex.png') no-repeat;
	position:absolute;
	left:5px;
	top:5px;
	display:block;
}
.search{
	width:420px;
	height:50px;
	position:absolute;
	top:62px;
	right:14px;
}
.search .in1{
	width:358px;
	height:50px;
	line-height:50px;
	text-indent:25px;
	float:left;
	background:url('../images/searchLeft.png') center center no-repeat;
}
.search .in2{
	width:50px;
	height:50px;
	float:right;
	background:url('../images/searchRight.png') center center no-repeat;
	cursor:pointer;
}

/*右侧导航栏*/
.navRight{
	position:absolute;
	top:0px;
	right:30px;
}
.navRight ul li{
	
	float:left;
	
}
.navRight ul li a{
	width:86px;
	display:block;
	float:left;
	height:120px;
}
.navRight ul li .A1{
	background:url('../images/topNav1.png') no-repeat top right;
}
.navRight ul li .A1:hover,.navRight ul li.active .A1{
	background:url('../images/topNav1_active.png') no-repeat top right;
}

.navRight ul li .A2{
	background:url('../images/topNav2.png') no-repeat top right;
}
.navRight ul li .A2:hover,.navRight ul li.active .A2{
	background:url('../images/topNav2_active.png') no-repeat top right;
}

.navRight ul li .A3{
	background:url('../images/topNav3.png') no-repeat top right;
}
.navRight ul li .A3:hover,.navRight ul li.active .A3{
	background:url('../images/topNav3_active.png') no-repeat top right;
}

.navRight ul li .A4{
	background:url('../images/topNav4.png') no-repeat top right;
}
.navRight ul li .A4:hover,.navRight ul li.active .A4{
	background:url('../images/topNav4_active.png') no-repeat top right;
}

.navRight ul li .A5{
	width:86px;
	background:url('../images/topNav5.png') no-repeat top right;
}
.navRight ul li .A5:hover,.navRight ul li.active .A5{
	width:86px;
	background:url('../images/topNav5_active.png') no-repeat top right;
}

.navRight ul li .A6{
	background:url('../images/topNav6.png') no-repeat top right;
}
.navRight ul li .A6:hover,.navRight ul li.active .A6{
	background:url('../images/topNav6_active.png') no-repeat top right;
}

.navRight ul li .A7{
	background:url('../images/topNav7.png') no-repeat top right;
}
.navRight ul li .A7:hover,.navRight ul li.active .A7{
	background:url('../images/topNav7_active.png') no-repeat top right;
}

.navRight ul li .A8{
	width:126px;
	background:url('../images/topNav8.png') no-repeat top right;
}
.navRight ul li .A8:hover,.navRight ul li.active .A8{
	width:126px;
	background:url('../images/topNav8_active.png') no-repeat top right;
}

/*大图片切换*/
.bigPic{
	width:100%;
	
	background:#afb984;
}

.bigPic .col-md-12{
	margin:0;
	padding:0;
}





@media only screen and (max-width: 600px) {
	.options{
		display:none;
	}
	.bdshare-button-style0-16::after {
		height: 0;
	}
	.detailDate .bdfx{
		left:10px;
	}
	.rList{
		margin-left:0px;
		width:100%;
		clear:both;
	}
	.rCon{
		width:100%;
	}
	.pager{
		display:none;
	}

	.leftMenu{
		width:100%;
	}
	.leftMenu .leftMenuAll{
		width:50%;
		float:left;
		display:block;

	}
	.grayBg{
		margin-right:0;
	}
	.wzdhRow{
		padding-right:0px;
	}
	.wzdhRow .col-md-3{
		margin-bottom:5px;
	}
	.wzdhRow{
		margin-top:0px;
	}
	.wzdhTitle{
		margin-bottom:5px;
	}
	.detailText img{
		width:100%;
	}
	
	
}
 
@media only screen and (min-width: 600px) {
	.rList{
		margin-left:15px;
	}
	.pager{
		display:block;
	}
	
	.leftMenu{
		width:140px;
	}
	.leftMenu .leftMenuAll{
		width:140px;
		display:block;
	}
	.grayBg{
		margin-right:5px;
	}
	.wzdhRow{
		padding-right:10px;
	}
	.wzdhRow .col-md-3{
		margin-bottom:0px;
	}
	.wzdhRow{
		margin-top:5px;
	}
	.wzdhTitle{
		margin-bottom:0px;
	}
	
	
}
 
@media only screen and (min-width: 768px) {
	
} 
 
@media only screen and (min-width: 992px) {
	
} 
 
@media only screen and (min-width: 1200px) {
	body{
		/* background:#fff url('../images/bodyBg.jpg') no-repeat top center; */
		height:auto;
		position: relative;
		background: #afb984;
	}
	.bigBgIndex {
		position: fixed;
		width: 100%;
		height: 968px;
		background: #afb984 top;
		background-size: auto auto;
		background-size: 1920px 968px;
		z-index: -1;
	}
	.col-md-6{
		padding-right: 0px;
	}
	.ad1Right{
		padding-right: 15px;
	}
	.newsRight{
		padding-right: 15px;
	}

	.col-md-3{
		padding-right: 0px;
	}
	.ad2Right{
		padding-right: 15px;
	}
	.top{
		display:block;
	}
	.navbar-brand{
		display:none;
	}
	.xiaLa .xFirst{
		padding-left:0;
	}
	.zwgkAd .zwgkAd4{
		margin-right:15px;
	}
	.leftMenu .leftMenuAll{
		margin-bottom:5px;
		display:block;
	}
	.rList{
		width:985px;
		margin-left:15px;
	}

	.rCon{
		width:985px;
	}
	
	.detailDate .bdfx{
		right:0;
	}
	.bdshare-button-style0-16::after {
		height: auto;
	}
	
	

}

.pager{
	clear: both;
	text-align: center;
	margin-bottom: 31px;

}

.pager a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border: 1px solid #dfdfdf;
    margin-right: 4px;
    color: #333333;
    font-size: 15px;
}
.pager a.on {
    border-color: #567fe6;
    background: #567fe6;
    color: white;
	text-decoration:none;
}

.rTitle{
	background:#f3f3f3;
	height:42px;
	line-height:41px;
	border-bottom:1px solid #567fe6;
}
.rTitle ul{
	height:42px;
}
.rTitle ul li{
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.rTitle ul li a{
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.rTitle ul li.on{
	background:#567fe6;
}
.rTitle ul li.on a{
	color:#fff;
}
.dandw{
	background:#fff;
	color:#929292;
	height:22px;
	line-height:22px;
	clear:both;
	margin-bottom:15px;
}
.dandw .date{
	float:left;
	margin-right:15px;
}
.dandw .weather{
	float:left;

}
.rCon{
	margin-top:10px;
}
.rCon table td,.rCon table td a{
	color:#1e1e1e;
}

.navContainer{
	padding-left:0;
	padding-right:0;
}

.navbar {
	margin-bottom:10px;

}
.navbar-brand{
	color:#4559c6;
	font-size:26px;
	font-weight:bold;
}
.navbar-brand img{
	width:100%;
}
.ser{
	float:right;
}
 .navbar-default{
	border:0;
	background:#5979e2;
 }
.navbar-default .navbar-nav > li > a {
	color:#fff;
	font-size:20px;

	text-align:center;
	width:216px;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#fff;
	background-color: #6986e5;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #6986e5;
	font-weight:bold;
	

}




.navbar-default{
	width:100%;
	border:0;
	background:#5979e2;
}

/*
.navbar-default .navbar-nav > li::after{
	background:url('../images/navLiRight.jpg') no-repeat;
	content:'';
    width:2px;
	height:52px;
	position:absolute;
	top:0;
	left:0;
}
*/
.navbar-default .navbar-nav > li.active::after{
	background:none;
}
.navbar-default .navbar-nav > li:nth-last-child(5)::after{
	background:none;
}
.navbar-default .navbar-nav > li > a {
	color:#fff;
	font-size:22px;
	display:block;
	text-indent:50px;
	width:222px;
}


.navbar-default .navbar-nav > li.active{
	background:url('../images/nav_hover.jpg') repeat-x;
	color:#5886e8;
}

.navbar-default .navbar-nav > li a:hover,.navbar-default .navbar-nav > li.active a{
	color:#5886e8;
}

.navbar-default .navbar-nav > li a.nav1{
	background:url('../images/navIcon1.jpg') no-repeat 50px center;
}
.navbar-default .navbar-nav > li.active a.nav1{
	background:url('../images/navIcon1hover.jpg') no-repeat 50px center;
}

.navbar-default .navbar-nav > li a.nav2{
	background:url('../images/navIcon2.jpg') no-repeat 56px center;
}
.navbar-default .navbar-nav > li.active a.nav2{
	background:url('../images/navIcon2hover.jpg') no-repeat 56px center;
}

.navbar-default .navbar-nav > li a.nav3{
	background:url('../images/navIcon3.jpg') no-repeat 50px center;
}
.navbar-default .navbar-nav > li.active a.nav3{
	background:url('../images/navIcon3hover.jpg') no-repeat 50px center;
}

.navbar-default .navbar-nav > li a.nav4{
	background:url('../images/navIcon4.jpg') no-repeat 50px center;
}
.navbar-default .navbar-nav > li.active a.nav4{
	background:url('../images/navIcon4hover.jpg') no-repeat 50px center;
}

.navbar-default .navbar-nav > li a.nav5{
	background:url('../images/navIcon5.jpg') no-repeat 50px center;
}
.navbar-default .navbar-nav > li.active a.nav5{
	background:url('../images/navIcon5hover.jpg') no-repeat 50px center;
	color:#ff000;
}

.navbar-default .navbar-brand {
    color: #fff;
	font-size:19px;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
}
.navbar-default .navbar-nav > li a:hover {
	color:#cbe9fe;
}
.navbar-default .navbar-nav > li.active a:hover {
	color:#5886e8;
}
.news{
	width:100%;
	height:380px;
	background:#ddd;
	margin-bottom:20px;
}



.newsRight{
	/* width:572px; */
	width:100%;
	/* height:360px; */
	background:#fff;
	float:right;
}
.newsRight .tabTitle{
	height:36px;
	line-height:36px;
	background:#f5f5f5;

}
.newsRight .tabTitle ul{
	height:36px;
	line-height:36px;
}
.newsRight .tabTitle ul li{
	float:left;
	height:36px;
	line-height:36px;
}
.newsRight .tabTitle ul li a{
	font-size:18px;
	color:#555555;
	width:116px;
	text-align:center;
	display:block;
	float:left;
}
.newsRight .tabTitle ul li a:hover,.newsRight .tabTitle ul li a.on{
	background:#169f00;
	color:#fff;
}
.newsRight .tabCon{
	padding-top:6px;
	display:none;
}
.newsRight .tabCon ul{
	
}
.newsRight .tabCon ul li{

	line-height:32px;
	background:url('../images/listIndex.jpg') no-repeat left 15px;
	
}
.newsRight .tabCon ul li a{
	float:left;
	display:block;
	text-indent:14px;
	color:#1e1e1e;
}
.newsRight .tabCon ul li a:hover{
	color:#169f00;
}
.newsRight .tabCon ul li span{
	float:right;
	display:block;
	color:#908f8f;
}

.tzggList{
	line-height:20px;
}

.tzggList a{
	display:block;
	padding:8px;
}

.tzggList a:hover{
	color:#169f00;
}


.ad1{
	margin-top:9px;
	margin-bottom:15px;
}
.ad1 .ad1Small{
	/* width:556px; */
	width:100%;
	height:88px;
	display:block;
	background:#ddd;
	cursor:pointer;
}
.ad1 .ad1Small img{
	width:100%;
	height:88px;
}
.ad2{

}
.ad2 .ad2Small{
	width:100%;
	height:86px;
	margin-right:16px;
	background:#ddd;
	margin-bottom:15px;
	position:relative;
}
.ad2 .ad2Small .dropdown-menu{
	width:100%;
	position:absolute;
	left:0;
	top:86px;
}
.ad2 .ad2Small .dropdown-menu li{
	height:40px;
	line-height:40px;
}

.opacityHeigth{
	height:15px;
}
.xiaLa{
	background:#eee;
}
.xiaLa .container{
	background:#eee;
}



.x1{
	/* width:264px; */
	width:100%;
	height:32px;
	line-height:32px;
	background:#fff;
	text-indent:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}



.x1 i{
	color:#757575;
	font-size:14px;
	float:right;
	margin-right:8px;
	
}


.dropdown, .dropup {
    width:100%;

	margin-top:10px;
	margin-bottom:10px;
}
.dropdownMenu2 .btn{
	width:100%;
	padding:0;
}

.dropup .btn {
	width:100%;
	text-align:left;
}

.dropup .btn .caret{
	position:absolute;
	right:10px;
	top:15px;

}


.dropup .dropdown-menu{
	width:100%;
}
.footText{
	text-align: center;
    line-height: 30px;
    color: #303030;
	background:#7a8b47;
	padding-bottom:10px;
	padding-top:15px;
}
.footText .container{
	background:#7a8b47;
}
.footText .beian{
	display:inline-block;
	text-decoration:none;
	height:20px;
	line-height:20px;
}

/*政务公开*/
.listCon{
	margin-bottom:10px;
}
.leftMenu{
	min-height:280px;
}
.leftMenu .leftMenuAll{
	/* width:140px; */
	/* width:100%; */
	height:140px;
	text-align:center;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	/* float:left; */
}

.leftMenu .leftMenu1{
	background:#d78d69 url('../images/zwgkLeftIcon1.jpg') no-repeat center 24px;
	padding-top:92px;
}

.leftMenu .leftMenu2{
	background:#83c08b url('../images/zwgkLeftIcon2.jpg') no-repeat center 16px;
	padding-top:80px;
	line-height:20px;
}
.leftMenu .leftMenu3{
	background:#4aabe3 url('../images/zwgkLeftIcon3.jpg') no-repeat center 24px;
	padding-top:92px;
}
.leftMenu .leftMenu4{
	background:#9184ee url('../images/zwgkLeftIcon4.jpg') no-repeat center 24px;
	padding-top:92px;
}


/*在线办事*/
.zxbs .leftMenu .leftMenu1{
	background:#f25d64 url('../images/zxbsLeftIcon1.jpg') no-repeat center 24px;
	padding-top:92px;
}

.zxbs .leftMenu .leftMenu2{
	background:#8585dc url('../images/zxbsLeftIcon2.jpg') no-repeat center 24px;
	padding-top:92px;
}
.zxbs .leftMenu .leftMenu3{
	background:#4dc4c5 url('../images/zxbsLeftIcon3.jpg') no-repeat center 24px;
	padding-top:92px;
}

/*互动交流*/
.hdjl .leftMenu .leftMenu1{
	background:#d78d69 url('../images/hdjlLeftIcon1.jpg') no-repeat center 24px;
	padding-top:92px;
}

.hdjl .leftMenu .leftMenu2{
	background:#f7b96a url('../images/hdjlLeftIcon2.jpg') no-repeat center 24px;
	padding-top:92px;
}
.hdjl .leftMenu .leftMenu3{
	background:#7d87df url('../images/hdjlLeftIcon3.jpg') no-repeat center 24px;
	padding-top:92px;
}
.hdjl .leftMenu .leftMenu4{
	background:#00ca4d url('../images/hdjlLeftIcon4.jpg') no-repeat center 24px;
	padding-top:92px;
}




.zwgkAd{
	margin-bottom:15px;
}
.zwgkAd a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-indent:60px;
}
.zwgkAd .zwgkAdAll{
	height:64px;
	line-height:64px;
	display:block;
}
.zwgkAd .zwgkAd1{
	background:#80d0c3 url('../images/zwgkAd1.jpg') 25px center no-repeat;
}
.zwgkAd .zwgkAd2{
	background:#aaa2d4 url('../images/zwgkAd2.jpg') 25px center no-repeat;
}
.zwgkAd .zwgkAd3{
	background:#f5a081 url('../images/zwgkAd3.jpg') 25px center no-repeat;
}
.zwgkAd .zwgkAd4{
	background:#8ab4d0 url('../images/zwgkAd4.jpg') 25px center no-repeat;
}


.wzdhTitle{
	font-size:18px;
	font-weight:bold;
	color:#567fe6;
	background:url('../images/wzdhTitleBg.jpg') no-repeat left bottom;
	height:42px;
	line-height:35px;

}
.wzdhRow{
	padding-left:15px;
	
}
.wzdhRow .col-md-3{
	padding-left:0;
	
}
.grayBg{
	/* background:#e9e9e9; */
	text-align:center;
	color:#656566;
	font-size:18px;
	height:38px;
	line-height:38px;	
}


.deatilTitle{
	border-bottom: 2px solid #7f904a;
	text-align: center;
	padding: 16px 0 21px;

	font-size: 28px;
	color: #506900;

}



.detailDate{
	line-height: 49px;
	border-bottom: 1px dashed #e7e7e7;
	position: relative;

}

.detailDate .bdfx{
	position: absolute;
	top:0;
	width: 260px;
}


.detailDate .bdfx a{
	background-position:center center;
	height: 34px;
	width: 34px;
	padding: 0;
	background:#333;
	display:block;
	float:left;
	margin-top:5px;
}
.detailDate .bdfx a.bds_sqq{
	background: url('../images/share_qq.jpg') no-repeat;
}
.detailDate .bdfx a.bds_qzone{
	background: url('../images/share_qzone.jpg') no-repeat;
}
.detailDate .bdfx a.bds_tqq{
	background: url('../images/share_tqq.jpg') no-repeat;
}
.detailDate .bdfx a.bds_weixin{
	background: url('../images/share_weixin.jpg') no-repeat;
}
.detailDate .bdfx a.bds_tsina{
	background: url('../images/share_tsina.jpg') no-repeat;
}
.detailDate span{
	cursor: pointer;
}

.detailText{
	min-height:300px;
	line-height: 30px;
	font-size: 17px;
	color:#666666;
	margin-bottom:30px;
	margin-top:20px;
}
.detailText p,.detailText table,.detailText td{
	font-size: 17px;
}
.options{
	text-align: center;
	margin:20px 0;
	left: 0;
	width: 100%;
	background:#fff;
}
.options a{
	font-size: 15px;
	color:#666666;
}

/*page列表开始*/
.nowAddress{
	margin-bottom:10px;
}
.pageList{
	margin-top:15px;
}
.pLeft{

}
.pLeftHead{
	min-height:60px;
	line-height:60px;
	color:#fff;
	background:#7f904a;
	font-size:18px;
	padding-left:15px;
	font-weight:bold;
}
.LeftMenu{

}
.LeftMenu .newslist{
	
	min-height:46px;
	line-height:46px;
	background:#b6c97d;
	
	padding-left:10px;
	margin-top:2px;
}
.LeftMenu .newslist a{
	color:#fff;
	display:block;
}
.LeftMenu .sel{
	background:#baba58 url('../images/listRightIcon.png') right center no-repeat;
	font-weight:bold;
	
}
.LeftMenu .sel a{
	color:#fff;
}

.LeftMenu .secondTitle{
	background:url('../images/secondTitleIcon.png') 15px center no-repeat;
	margin-top:2px;
	padding-left:25px;
}
.LeftMenu .secondTitle a{
	min-height:40px;
	line-height:40px;

	/* background: url('../images/newsList.jpg') 5px center no-repeat; */
	display:block;
	
}
.LeftMenu .set{
	
}
.LeftMenu .set a{
	color:#ff0000;
	font-weight:bold;
}
.LeftMenu .thirdtitle{
	min-height:30px;
	line-height:30px;
	background: url('../images/newsList.jpg') 20px center no-repeat;
	padding-left:30px;
}
.LeftMenu .ttsel a{
	color:#ff0000;
	font-weight:bold;
}
.pLeft .leftMenu1{
	display:block;
	height:46px;
	line-height:46px;
	background:#f0f0f0;
	color:#444;
	text-indent:15px;
	margin-top:2px;
}
.pLeft .on{
	background:#e6e6e6 url('../images/listRightIcon.png') right center no-repeat;
	font-weight:bold;
	color:#005bb8;
}
.secondmenu a{
    font-size: 12px;
    color: #4A515B;
	background: url('../images/newsList.jpg') 5px center no-repeat;
	display:block;
}

.secondmenu li.active{
    border-color: #428bca;
	background:none;
}

.secondmenu li.active a{
	color:#ff0000;
}

.pRightTitle{
	height:42px;
	line-height:42px;
	background:#fff;
	border-bottom:1px solid #ddd;
	color:#aaa;
	font-size:16px;
	text-align:right;
}
.pRightTitle a,span{
	color:#aaa;
}
.pRightCon{
	border-top:0;
	min-height:500px;
	margin-bottom:15px;
	padding-top:5px;
}
.pRightCon .newslist{
	width:96%;
	height:32px;
	line-height:32px;
	margin:0 auto;
	background:url('../images/newsList.jpg') no-repeat left center;
	text-indent:12px;
}
.pRightCon .newslist .left{
	float:left;


}

.pRightCon .newslist .right{
	float:right;



}
.pRightCon .PageList{
	clear:both;
	text-align:center;
	
}

.pRightCon .PageList{
	clear: both;
	text-align: center;
	margin-top:30px;
	margin-bottom: 31px;

}

.pRightCon .PageList a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border: 1px solid #dfdfdf;
    margin-right: 4px;
    color: #333333;
    font-size: 15px;
}
.pRightCon .PageList a.set {
    border-color: #7a8b47;
    background: #7a8b47;
    color: white;
	text-decoration:none;
}
.pRightCon table{
	 width:98%;
	 margin:0 auto;

}
/*page列表结束*/

.rList{

}
.rList ul  li.active{
	background:#7a8b47;
}
.rList ul  li.active a{
	color:#fff;
	font-weight:bold;
}

/*********************局长信箱开始**********************/

/*********************局长信箱结束**********************/
#theform{

}
#theform table tr td{
	padding:10px;
}
#theform table tr td select{
	
}
#theform table{
	width:94%;
	border-right:1px solid #c8cac9;
	border-top:1px solid #c8cac9;
	margin-top:20px;
	margin-bottom:30px;
}
#theform table tr td{
	background:#f3f8f9;
	border-left:1px solid #c8cac9;
	border-bottom:1px solid #c8cac9;
}

#theform table tr td .css_input{
	border:1px solid #c8cac9;
	height:30px;
	line-height:30px;
	text-indent:5px;
}
#theform table tr td font{
	color:#ff0000;
}
#theform table tr td .css_area{
	border:1px solid #c8cac9;
	line-height:24px;
	padding:5px;
}

.navFeedback{
	float:left;
	margin-left:47px;
	margin-top:20px;
	margin-bottom:20px;
}
/********************添加CSS在此之前添加************************/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border:0;
}

.rList .nav-tabs{
	background:#f5f5f5;

}

.rList .nav-tabs > li.active > a{
	border:0;
	background:#567fe6;
	color:#fff;
	font-size:15px;
}
.rList .nav-tabs > li > a:hover{
	border:0;
}



.index_ad .col-md-3{
	margin:0;
	padding:0;
}
.index_ad .col-md-3 img{
	width:100%;
}


.picList{
	width:100%;
}
.picList .col-md-4{
	margin-bottom:20px;
}
.picList .col-md-4 .pic{
	height:264px;
	display:block;
}
.picList .col-md-4 .pic img{
	width:100%;
	height:264px;
}
.picList .col-md-4 .text{
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
}

.list_ulBox li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.list_ulBox li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #7f904a;
	border-radius: 50%;
}
.list_ulBox li a{
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #252525;
	/*font-size: 17px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 15px;
	float: left;
}
.list_ulBox li:hover a, .list_ulBox li:hover .timeBox {
	color: #7f904a;
}

.list_ulBox li .timeBox{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #888484;
	text-align: right;
	/*font-size: 17px;*/
	float: right;
}

.list_page {
	clear: both;
}
/* 公共分页样式begin */
#list_public_page {
	margin: 40px auto 0;
	text-align: center;
}

#list_public_page .pageNum {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin-right: 20px;
}
#list_public_page span {
	color: #333;
	font-size: 16px;
}

#list_public_page span.btnBox {
	color: #333;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

#list_public_page span.btnBox:hover {
	color: #0085ff;
}

#list_public_page span.btnBox input {
	width: 40px;
	height: 22px;
	border: 1px solid #0a5eab;
	margin: -2px 6px 0;
	outline: 0;
	text-align: center;
}

#list_public_page span.btnBox.turnTo {
	cursor: default;
}

#list_public_page span.btnBox.turnTo:hover {
	color: #333;
}

#list_public_page span.btnBox.go {
	width: 50px;
	height: 28px;
	line-height: 28px;
	background-color: #7f904a;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
}

#list_public_page span.btnBox.go:hover {
	background-color: #afb984;
}

/* 公共分页样式end */