
.n_main {
	width: 1240px;
	margin: 0 auto;
}


.container {
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 15px;
}


/*n_banner*/

.pc_show {
	display: block;
}

.m_show {
	display: none;
}

.n_banner img {
	width: 100%;
	vertical-align: bottom;
}
@media only screen and (max-width:768px) {
.m_show {
	display: block;
}
.pc_show {
	display: none;
}
}
/*top条*/
.pt {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.posion_t {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
}
.posion_t .pt {
	background: url('../images/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	
}
.posion_t .pt a {
	color: #333;
}
.posion_t .pt a:hover {
	color: #1b4fb0;
}

@media only screen and (max-width: 1365px)
{
.pt {
    width: 95%;
}
.container {
    margin-top: 0px;
}



}



.r_h3 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #545454;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.r_h3 span {
	display: inline-block;
	height: 50px;
	border-bottom: 2px solid #1b4fb0;
}
.r_h3 p {
	display: inline-block;
    padding-left: 10px;
    font-size: 12px;
}

.r_content {
	clear: both;
    padding: 6px 0px 15px 0px;
    /*line-height: 28px;*/

}

.r_content .r_content_h1{
	margin: 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 23px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}

.r_rq {
	font-size: 13px;
	margin-bottom: 19px;
	padding-bottom: 10px;
	text-align: center;
    color: #999;
	font-size: 12px;
	margin-bottom: 10px
}
.r_rq span {
	margin: 0 10px
}
.r_rq strong {
	font-weight: normal
}
.r_rq a {
	color: #999
}


.r_n_content {
	padding-top: 10px;	
	min-height: 300px;
}

/*侧边栏*/
.l_nav {
	width: 18%;
	float: left;
}

.l_menu {
	margin-bottom: 8%;
}

.l_menu h3 {
	background-color: #1b4fb0;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	height: 45px;
	/*line-height: 45px;*/
	padding: 12px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	
}

.l_menu h3 .l_t{
	/*font-weight: bold;*/
}
.l_menu h3 span{
	display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	font-weight: normal;
}

.l_menu ul {
	padding-top: 5px;
}

.l_menu ul li {

	margin: 0 auto 8px;
}
.l_menu ul li p{
	height: 48px;
    line-height: 48px;
    background-color: #f7f7f7;
}

.l_menu ul li p.active{
	background-color: #1b4fb0;

}
.l_menu ul li p.active a{
	color: #fff;

}
	
.l_menu ul li a {
	display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0px;
    overflow: hidden;
    line-height: 48px;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l_menu ul li i {
	font-style: normal;
	float: right;
}
.l_menu ul li p:hover{
	background-color: #1b4fb0;
    transition: .8s;
}
.l_menu ul li p:hover a,.l_menu ul li.cur a {
	color: #fff;
}

.l_menu ul li ul {
	display: none;
}

@media only screen and (max-width:768px) {

	.l_nav {
		width: 100%;
		float: none;
	}

	.l_menu {
		margin-bottom: 5%;
	}
	.l_menu h3{
		height: 28px;
		text-align: left;
		padding-left: 18px;
	}
	.l_menu h3 span{
		display: none;
	}
	.l_menu h3 i {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.l_menu h3 i:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(-45deg);
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -6.22px;
		transition: all 0.3s ease 0s;
	}

	.l_menu h3.cur i:after {
		transform: rotate(135deg);
		margin-top: -3.11px;
	}

	.l_menu ul {
		display: none;
	}
}


.main {
	width: 78%;
	float: right;
}


@media only screen and (max-width:1240px) {
	.n_main {
		width: 95%;
	}

	.nav li {
		font-size: 16px;
		padding: 0 10px 32px;
	}
}


@media only screen and (max-width:768px) {

	.main {
		width: 100%;
		float: none;
	}
}



/*分页*/

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 0px;
	line-height: 100%
}


.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination .actiive{
	color: #fff;
	background: #0b4696;
	border: 1px solid #333;
}




















