.container,.jj_content{
	width: 100%;
}
.jj_main{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.banners{
	max-height: 630px;
	overflow: hidden;
}
.banners img{
	width: 100%;
}

.contents{
	margin-top: 30px;
}
.contents .leftNavs{
	width:26.5%;
	background-color: #004986;
	/*padding-left: 20px;*/
	display: inline-block;
	vertical-align: top;
}
.contents .leftNavs .secondTitle{
	color: #fff;
	line-height: 70px;
	height:70px;
	padding-left:25px;
}
.contents .leftNavs .secondTitle .cnText{
	font-size: 22px;
}
.contents .leftNavs .secondTitle .enText{
	font-size: 10px;
	margin-left: 10px;
}

.contents .leftNavs ul{
	background-color: #fffbfb;
}
.contents .leftNavs ul li{
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	line-height: 25px;
	padding:15px 25px;
	color: #3c3c3c;
}
.contents .leftNavs ul li>a{
	display: block;
	padding-right: 20px;
	/*background:url(../images/jia_icon.png) no-repeat right center;*/
}
.contents .leftNavs ul li.active>a{
	color: #004986;
	font-weight: bold;
}
.contents .leftNavs ul .active>a{
	background:url(../images/jian_icon.png) no-repeat right center;
}
.contents .leftNavs ul li:last-child{
	border-bottom: none;
}
.contents .leftNavs ul li dl{
	margin-top: 10px;
	display: none;
}
.contents .leftNavs ul li.active dl{
	/*overflow:auto;*/
	display: block;
}
.contents .leftNavs ul li dl dd{
	padding:8px 20px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
}
.contents .leftNavs ul li dl dd.on{
	font-weight: bold;
}


.contents .rightList{
	width: 73.5%;
	padding:30px 0 30px 30px;
}
.contents .rightList .TopInfo {
    border-bottom: 1px solid #eee;
}
.contents .rightList .TopInfo .columnTitle {
    font-size: 18px;
    font-weight: bold;
    color: #004986;
    border-bottom: 2px solid #004986;
    line-height: 40px;
}
.contents .rightList .TopInfo .crumbs {
    display: table;
    color: #666666;
}
.crumbs .crumbsItem {
    display: table-cell;
    font-size:14px;
}
.currentPosition img {
    display: inline-block;
    vertical-align: text-bottom;
}
.crumbs ul.crumbsItem {
    font-size: 0;
}
.crumbs ul.crumbsItem li {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
}
.crumbs ul.crumbsItem li:after {
    content: '>';
    padding: 0 5px;
}
.crumbs ul.crumbsItem li:last-child:after {
    content: '';
    padding: 0;
}

.rightList .newsList {
    padding-top: 10px;
}
.rightList .newsList ul li {
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 45px;
}
.rightList .newsList ul li .itemTime {
    float: right;
    font-size: 14px;

    color: #999999;
}
.rightList .newsList ul li a {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-left: 15px;
}
.rightList .newsList ul li:hover a,
.rightList .newsList ul li:hover .itemTime{
	color: #004986;
}
.rightList .newsList ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #004986;
    display: block;
    line-height: 38px;
    position: absolute;
    top: 20px;
}
/* ===========公用页码============ */
.pagenumber{
    text-align: center;
    margin-bottom: 30px;
}
.pagenumber a{
    width: 51px;
	background-color: #e2f1ff;
	border-radius: 2px;
    border: solid 1px #004986;
    display: inline-block;
    font-size: 12px;;
	line-height: 25px;
	color: #004986;
}
.pagenumber a:hover,.pagenumber a.hover{
    background-color: #004986;
    color: #fff;
    border-color: #004986;
}
.pagenumber span{
    font-size: 14px;
	line-height: 30px;
	color: #202020;
}

/* 公用页码结束 */
@media screen and (max-width: 1000px) {
	.jj_main{
        padding:0 20px;
    }
    .contents .leftNavs .secondTitle .cnText{
        font-size: 18px;
    }
    .contents .rightList .TopInfo .columnTitle{
        font-size: 16px;
    }
    .contents .rightList{
        width: 73.5%;
        padding:30px 10px 30px 30px;
    }
}
@media screen and (max-width: 750px) {
	.contents{
		margin-top: 0;
	}
	.contents .leftNavs,
	.contents .rightList .TopInfo .crumbs{
		display: none;
	}
	.contents .rightList{
		width: 100%;
		padding:20px 5px;
	}
	.pagenumber span{
		display: block;
	}
	.pagenumber{
		margin-bottom: 15px;
	}

}
