
/*
********************************内页框架 start********************************
*/
/*subBanner start*/
.subBanner{
	padding-top: 23.4375%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.subTitle{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 60%;
	margin-left: -600px;
}
.subTitle .name{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 9;
	padding-top: 20px;
}
.subTitle .alias{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	opacity: 0.25;
}
/*subBanner end*/

/*当前位置 start*/
.locationBox{
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    position: relative;
    z-index: 6;
}
.subMenu_dl{
    overflow: hidden;
	position: relative;
}
.subMenu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_dl dd .subMenu_a:hover,
.subMenu_dl dd.hover .subMenu_a{
    color:#1d6ea6;
}
.navLine{
	background: #1d6ea6;
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 0;
}

.location{
    line-height: 50px;
    overflow: hidden;
}
.location a{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    padding-left: 15px;
}
.location a+a{
	background: url(../image/trangleRight.png) no-repeat 5px center;
}
.location a:hover{
	color:#1d6ea6;
}
.location a.hover,
.location a+a:hover{
    color:#1d6ea6;
    background: url(../image/trangleRight_h.png) no-repeat 5px center;
}
a.locIndex {
	background: url(../image/home.png) no-repeat left center;
	width: 15px;
	height: 50px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
/*当前位置 end*/

.subPage{
	padding: 40px 50px;
}
/*页码 start*/
.page{clear:both;}
.pagination ul{display:flex;}
.pagination ul li{margin-right:10px;}
.pagination ul li a{display:block;width:50px;height:50px;text-align:center;line-height:50px;border:1px solid #666;font-size:16px;}
.pagination ul li.active a,.pagination ul li:hover a{background-color:#FD4640;color:#fff;border:1px solid #FD4640;}
.pagination ul li:last-child a{min-width:80px;}
.articleTime .line{border-bottom:1px solid #F2F2F2;padding:10px 0;margin-bottom:30px;}