.bannerPic{
	margin-top: 100px;
}
.bannerPic img{
    width: 100%;
}
.content{
    /* height: 839px; */
    margin-top: 70px;
	margin-bottom: 133px;
    box-sizing: border-box;
}
.content_title{
    margin-bottom: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(238,238,238,1);
}
.engName{
    font-size:32px;
    font-family:SourceHanSansCN-Heavy;
    font-weight:800;
    color:rgba(74,74,74,1);
    display: block;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.chaName{
    font-size:20px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    display: block;
}

.boxMain{
	margin-top: 60px!important;
/*  */
}
.boxMainLeft{
	float: left;
	width: 22.92%;
	min-width: 265px;
/* 	height: 100px;
	background: #0096DC; */
}
.boxMainRight{
	float: right;
	width: 73.75%;
/* 	height: 100px;
	background: #0096DC; */
}
.boxMainRight h2{
	font-size: 26px;
	color: #333333;
	line-height: 1;
	padding-bottom: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	font-family:SourceHanSansCN-Medium;
}
.flr{
	float: right;
}
.itemMain{
	border: 1px solid #EEEEEE;
	min-height: 70px;
	background: rgba(249,249,250,1);
}
.itemTitle{
	padding: 0 9%;
	cursor:pointer;
}
.itemTitle span{
	height: 70px;
	line-height:70px;
	font-size: 18px;
	font-family:SourceHanSansCN-Medium;
}
.ItemBox ol{
	padding: 0 14.95%;
	height: 52px;
	background: rgba(249,249,250,1);
	padding: 18px 0 0 48px;
}
.ItemBox ol a{
	display: block;
	width: 100%;
	line-height: 33px;
	height: 51px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	/* border-bottom: 1px solid #EEEEEE; */
	color: #4A4A4A;
	border-bottom: 1px solid rgba(238,238,238,1);;
}
.ItemBox ol a:hover{
	border-bottom: 1px solid rgba(28,49,116,1);
}
.clickList{
	background: #1C3174;
	color: #FFFFFF;
}
.itemTitle .rightIcon{
	font-size: 25px;
}

/* 右侧内容 */
.boxMainRight h2{
	font-size:20px;
	font-family:SourceHanSansCN-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.txtNeirong{
	width: 100%;
}
/* 商品卡片 */
.NeirongItem{
	width: 29.8%;
    border: 1px solid rgba(238,238,238,1);
    box-sizing: border-box;
    float: left;
    margin-right: 3.5%;
	margin-bottom: 4%;
}
.NeirongItem>a:hover{
	box-shadow:0px 0px 15px 1px rgba(0,11,115,0.08)!important;
}
.NeirongItem a{
	color: #333333;
	display: block;
}
.neirongPicbox{
	/* padding: 20px 20px 10px 20px; */
	box-sizing: border-box;
	/* width: 238px; */
	height: 192px;
	overflow: hidden;
}
.neirongPicbox img{
	width: 100%;
}
.neirongWenzi{
	height:56px;
	line-height: 56px;
	text-align: center;
	background:rgba(249,249,250,1);
	border:1px solid rgba(238,238,238,1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.active{
	border-bottom: 1px solid rgba(28,49,116,1);
	color: #1C3174;
}


/* 详情 */
.txtTitle{
	padding-bottom: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(238,238,238,1);
}
.txtNeiWenzi{
	line-height: 30px;
	font-size: 16px;
}

/* 分页样式 */
.page_list span, .page_list a{
	margin: 0 !important;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ededed;
    min-width: 21px;
    padding: 0 10px;
    margin: 0 5px 0 0;
    margin-left: -1px;
    margin-right: -1px;
    /* background: #C4A883; */
    cursor: pointer;
}
.page_list span{
	margin: 0 !important;
	background: #FFFFFF;
	color: #1C3174;
}
.page_list .current{
	background: #1C3174;
    color: #fff;
    border-color: #0D521B;
    cursor: default;
}