 /*@charset "utf-8"*/
.headPicDiv{
	width:100%;
}
.headPic{
	width:100%;
	/*height:100%;*/
}
.headNav{
	width:100%;
	height:40px;
	background-color:#D01100;
	margin-bottom:20px;
	margin-top: -5px;
}
.widthDiv{   /* 保持两边留白的div */
	margin:0 15px;
	overflow:hidden;
}
.navUl{
	width:100%;
	height:100%;
}
.navUl li{
	float:left;
	/* width:171.42857px; */
	/* width: 150px; */
	width: 133.33333px;
	height:100%;
	cursor:pointer;
}
.navUl li a{
	display:inline-block;
	/* width:169.42857px; */
	/* width: 148px; */
	width: 131.33333px;
	height:100%;
	font-size:17px;
	text-align:center;
	line-height:40px;
	float:left;
	text-decoration: none;
}
.navUl li a:visited{
	text-decoration:none;
	color:#fff;
}
#navSml>li>a{
      color:#fff;
      text-decoration: none;
}
.navUl li span{
	display:inline-block;
	height:15px;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #000000;
	float:left;
	margin-top:15px;
}
.topTip{
	position: absolute;
    left: 20px;
    top: 10px;
    font-size: 16px;
}    
.bannerDiv{
	width:100%;
	margin-bottom: 20px;
}
.bannerDiv ul{
	overflow: hidden;
}
.bannerDiv ul li{
    float: left;
    width: 19.3%;
    height: 0;
    padding-bottom:22.874666%;
    margin-left: 4.749%;
    margin-top: 8px;
}
.bgContent1 {
	background-color: #FFD31C;
}
.bgContent2 {
	background-color: #FF6F43;
}
.bgContent3 {
	background-color: #7BE22A;
}
.bgContent4 {
	background-color: #80B3FF;
}
.bgContent5 {
	background-color: #FF8080;
}
.bgContent6 {
	background-color: #065EB7;
}
.bgContent7 {
	background-color: #F2470E;
}
.bgContent8 {
	background-color: #cc8b5b;
}
.bgContent{
	width: 78%;
	margin:0 auto;
	height:0%;padding-bottom:78%;
	position:relative;
	border-radius: 33%;
}
.bannerDiv  li a {
	display:block;
	width:100%;
	height:0;
	overflow: hidden;
	padding-bottom:89.7288%;
}
.bannerDiv li img{
	position:absolute;
	width:86%;
	left:7%; 
	top:7%;
}

.bannerDiv li p{
	text-align:center;
	font-size:14px;
	color:#333;
	margin-top:6px;
}
.navHover{
	height:0.8px;
	width:100%;
}
.isNow{
	background:#FF992A;
}

@media screen and (min-width: 1200px) {
	.headPicDiv{
		position:relative;
		width:100%;
		min-width:1200px;
		/* height: 0; */
    	/* padding-bottom: 25%; */
		min-height: 300px;
		
	}
	.headPic{
/* 		position:absolute;
		left:0;
		top:0;
		right:0; */

	}
	.dhPic{
		position:absolute;
		width: 4.2%;
	    top: 19.5%;
	    left: 33.4%;
	}
	.widthDiv{   /* 保持两边留白的div */
		width:1200px;
		margin:0 auto;
		overflow:hidden;
	}
	
}

/* 面包屑 */
.crumbs{
	height: 28px;
	line-height:28px;
	font-size:13px;
}
.crumbs img{
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin-top:7px;
}
.nowPosition{
	margin-left: 0;
}
.crumbs ul{
	display:block;
}

.crumbs li{
	float:left;
	margin-left: 4px;
}
.crumbs li:nth-child(1){
	margin-left: 0;
}
.crumbs ul li img{
	height:11px;
	width:11px;
	margin-top:7.5px;
}
.crumbs li a{
	color:#9B9B9B;
}
.crumbs .isLast{
	color:#CE1000;
	font-size:15px;
	cursor: text;
	min-width:20px;
}
@media screen and (min-width: 1200px) {
	.crumbs{
		height: 40px;
		line-height:40px;
	}
	.nowPosition{
		float:left;
		margin-left: 15px;
	}
	.crumbs ul{
		float:left;
		margin-left:5px;
	}
	.crumbs li{
		margin-left: 10px;
	}
	.crumbs li:nth-child(1){
		margin-left: 10px;
	}
	.crumbs ul li img{
		height:13px;
		width:13px;
		margin-top:14px;
	}

}

/* 页面对应子模块（竖向排列） */
.mainLeftPart{
	float:left;
	margin-top:20px;
	margin-left: 0;
	width:265px;
}
.mainLeftTop{
	width:100%;
	height: 42px;
    line-height: 42px;
    text-align: center;
    background: #CE1000;
    font-size: 18px;
	color:#fff;
}
.mainLeftPart ul{
	margin-top:10px;
}
.mainLeftPart ul li{
	width:100%;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mainLeftPart ul li:hover{
	color:#CE1000;
}

/* 查询接口部分 */
.mainLeftchaxun{
	width:100%;
	overflow:hidden;
	margin-top: 15px;
}
.mainLeftchaxunTop{
	border-bottom: solid 2px #CE1000;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #E40A1B;
    text-indent: 35px;
	background: url('../../images/tongzhiBg.png') no-repeat;
	background-size: 24px 24px;
	background-position: 0 8px;
}
.mainLeftchaxunList{
	width:100%;
	border-top:solid 2px #EBE76D;
	margin-top:1px;
}
.mainLeftchaxunListInputDiv{
	width:100%;
	height:47px;
	margin-top:20px;
	border:solid 1px #7C7C7C;
	border-radius:20px;
	overflow:hidden;
}
.mainLeftchaxunListSearch{
	display: block;
	float:left;
	width:185px;
	height: 44px;
	margin-left: 16px;
}
.mainLeftchaxunListSearchBtn{
	display: block;
	float:left;
	width:36px;
	height:100%;
	margin-left: 20px;
	background: url('../../images/search.png') no-repeat;
	background-size: 30px 30px;
	background-position: 0px 8px;
	cursor:pointer;
}
.mainLeftchaxunList a{
	display:block;
	width:100%;
	margin-top:20px;
}
.mainLeftchaxunList a img{
	width:100%;
}
.chaxun1Left{
	height:120px;

}
.chaxun2Left{
	height:150px;
}

/* 页面对应每个小模块以及详细新闻 */
.mainRightPart{
	/* float:right; */
	margin-top:30px;
}
.mainLeftPart+.mainRightPart{
	margin-top:20px;
}
.mainRightPartTop{
	height:43px;
	border-bottom:solid 2px #E2091A;
}
.topNameRight{
	display:block;
	float:left;
	padding: 0 30px 0 10px;
	max-width: 70%;
	background: url(../../images/lmbg.png) no-repeat;
    background-size: 100% 100%;
	line-height:40px;
	font-size:15px;
	color:#fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.topMoreRight{
	display:block;
	float:right;
	font-size:15px;
	color:#C81100;
	cursor:pointer;
	line-height:40px;
	background: url(../../images/more.png) no-repeat;
    background-size: 16px 14px;
    background-position: 35px 13px;
    width: 55px;
    text-indent: 0px;
}
.mainRightPartList{
	width:100%;
	border-top:solid 2px #EBE76D;
	margin-top:1px;
}
.mainRightPartList ul{
	margin-top: 10px;
	/* margin-left:0.4px;
	width:8.35px; */
}
.mainRightPartList li{
	height:25px;
	line-height:25px;
	font-size:14px;
	margin-top:6px;
	position:relative;
	cursor: pointer;
}
.mainRightPartList li:first-child{
	color:#CE1000;
}
.mainRightPartList li:before{
	content: url('../../images/dian.png');
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
}
.mainRightPartList li:hover{
	color:#CE1000;
}
.rightListTitle{
	display:block;
	margin-left:20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.rightListTime{
	display:block;
	float:right;
	margin-left: 20px;
    font-size: 13px;
}


@media screen and (min-width: 1200px) {
	.mainRightPartTop{
		height: 50px;
    	line-height: 50px;
	}
	.topNameRight{
		/* font-size:24px; */
		/* padding: 5px 75px 5px 25px; */
		font-size: 16px;
	    padding: 1px 30px 1px 10px;
	}
	.topMoreRight{
		margin-top: 10px;
	}
	.rightListTitle{
		margin-left:30px;
		margin-right: 290px;
	}
	.rightListTime{
		margin-right: 0px;
	    font-size: 15px;
	}
	.mainRightPartList li{		
		font-size:15px;
	}

}

/* 底部区域 */
.footerDiv{
	margin-top: 20px;
	margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
	.footerDiv{
		margin-bottom: 200px;
	}
}

/* 底部上面的那条长度100%的红线 */
.bottomLine{
	width:100%;
	border:2px solid #DB2411;
	margin-top:30px;
}


/* 新闻详情、搜索、更多页面右侧 */

.searchRight{
	float:left;
	margin-left:30px;
	margin-top: 20px;
	width:370px;
}
.searchRightMain{
	width:100%;
	height:0;
	padding-bottom:341px;
	border-top:solid 2px #C61000;
	background:#fff;
	overflow:hidden;
}
.rightMain{
	width:330px;
	margin:10px 20px 10px 20px;
	overflow:hidden;
}
.mainTitle{
	font-size:16px;
	/* font-family:myFont; */
	color:#000;
	font-weight:600;
}
.tjrsxwbottom{
	margin-top:5px;
}
.tjrsxwPic{
	margin-top:10px;
	width:155px;
	float:left;
}
.tjrsxwPic:nth-child(2n){
	margin-left: 20px;
}
.tjrsxwPic img{
	width:100%;
	height:110px;
	cursor:pointer;
}
.tjrsxwTitle{
	font-size:14px;
	color:#000;
	line-height:21px;
	text-align:center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor:pointer;
}
.ttzl{
	margin-top:30px;
	height:0;
	padding-bottom:614px;
}
.ttzlbottom{
	margin-top:10px;
}
.ttzlNews{
	margin-top:15px;
	width:100%;
	overflow:hidden;
}
.ttzlNews img{
	width:110px;
	height:80px;
	float:left;
	cursor:pointer;
}
.ttzlTitle{
	float:left;
	width:200px;
	height:65px;
	margin-left: 20px;
	margin-top:8px;
	font-size:15px;
	color:#000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    cursor:pointer;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #C61000;
    border-color: #C61000;
}

.pagination>li>a, .pagination>li>span {
    color: #000;
}