.inner-banner{
	height: 400px;
	background: url(../img/inner_banner.png) no-repeat center;
	background-size: cover;
		position: relative;
}
.inner-banner.news{
	background: url(../img/news-banner.jpg) no-repeat center;
	background-size: cover;

}
.inner-banner.profile{
	background: url(../img/banner-profile.jpg) no-repeat center;
	background-size: cover;

}
.inner-banner dl{
	width: 520px;
	height: 143px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	top: 50%;
	margin-top: -100px;
	text-align: center;
	border-radius: 10px;
	background: rgba(255,255,255,.5);
}
.inner-banner dl dt{
	font-size: 36px;
	color: #333;
	width: 430px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 10px;
	margin: auto;
	position: relative;
	border-bottom: 1px solid #333;
}
.inner-banner dl dt::after{
	content: "";
	width: 60px;
	height: 5px;
	background: #245fbd;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.inner-banner dl dd{
	font-size: 30px;
	color: #333;
	margin-top: 10px;
}
/* body{
	background-color: #f8f8f8;
	background-image: url(../img/bg-img.png);
	background-size: contain;
} */
.inner-con .artcle {
    padding: 45px;
    border-bottom: 1px solid #d9d9d9;
}
.next-page{
	padding: 15px;
	    position: relative;
	    padding-top: 25px;
}
.next-page ul{
	
}
.next-page ul li{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.next-page .back{
	width: 135px;
	    height: 50px;
	    line-height: 50px;
	    background-color: #06398c;
	    font-size: 16px;
	    text-align: center;
	    color: #fff;
	    border-radius: 5px;
	    display: block;
	    position: absolute;
	    right: 30px;
	    top: 30px;
}
.next-page .back img{
	margin-right: 7px;
	    position: relative;
	    top: -2px;
}
.next-page ul li a{
	font-size: 16px;
	color: #333;
}
.next-page ul li a:hover{
	text-decoration: underline;
	color: #06398c;
}
.artcle .img{
	float: left;
}
.news-date {
    background-color: #f8f8f8;
    width: 95%;
    padding: 15px;
    margin: auto;
    text-align: center;
}
.news-date span{
	margin: 0 15px;
}
.news-title{
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 25px 20px;
}
.artcle .text{
	margin-left: 500px;
}
.artcle h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 25px;
}
.artcle img{
	max-width: 100%;
} 
.artcle p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.inner-con .w{
	background: #fff;
	   
}
.inner-con.news .w{
	position: relative;
	top: -73px;
}
.page-list {
    text-align: center;
    margin: 40px 0;
    padding-bottom: 60px;
}
.page-list a{
	border: 1px solid #c2c2c2;
	    font-size: 14px;
	    color: #9b9b9b;
	    transition: .2s;
	    padding: 5px 8px;
	    margin: 0 5px;
}

.page-list a.on,.page-list a:hover{
	background: #245fbd;
	color: #fff;
	border: 1px solid #245fbd;
}
.inner-name{
	
}
.inner-name .link {
	
	font-size: 14px;
}
.inner-name .link a{
	color: #737373;
}
.inner-name .menu{
	float: right;
}
.inner-name .menu li{
	float: left;
	width: 106px;
	height: 60px;
	text-align: center;
	font-size: 16px;
}
.inner-name .menu li.on{
	background: #fff;
}
.inner-name .menu li:hover{
	/* background: #fff; */
}
.inner-name .menu li.on a{
	color: #245fbd;
}
.inner-name .menu li:hover a{
	color: #245fbd;
}
.inner-name .menu li a{
	color: #333;
}
.inner-name .link{
	float: left;
	margin-right: 35px;
}
.inner-name .link li{
	float: left;
	margin-right: 5px;
}
.inner-name .link li img{
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.news-list{
	padding-top: 43px;
}
.news-list .news-item{
	margin: auto;
	    border-bottom: 1px solid #d9d9d9;
	    margin-bottom: 42px;
	    padding-bottom: 22px;
	    padding-top: 25px;
	    padding: 25px;
		position: relative;
		transition: .2s;
}
.news-list .news-item:hover{
	background: #245fbd;
}
.news-list .news-item:hover .img dt,
.news-list .news-item:hover .img dd,
.news-list .news-item:hover .text .mt,
.news-list .news-item:hover .text .mc
{
	color: #fff;
}
.news-list .news-item:hover::after{
	background: url(../img/big-enter-on.png) no-repeat center;
	background-size: contain;
}
.news-list .news-item .img{
	width: 140px;
	float: left;
	padding-left: 30px;
}
.news-list .news-item .img dt{
	font-size: 40px;
	color: #8c8c8c;
	margin-bottom: 5px;
}
.news-list .news-item .img dd{
	color: #8c8c8c;
	font-size: 24px;
}
.news-list .news-item .text {
    margin-left: 210px;
    margin-right: 120px;
}
.news-list .news-item .text .mt{
	font-size: 20px;
	color: #000000;
	margin-bottom: 16px;
}
.news-list .news-item::after{
	content: '';
	width: 28px;
	height: 46px;
	background: url(../img/big-enter.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 50px;
}
.news-list .news-item:hover::after{
	background: url(../img/big-enter-on.png) no-repeat center;
	background-size: contain;
}
.news-list .news-item .text .md{
	font-size: 28px;
	color: #245fbd;
	margin-bottom: 25px;
}
.news-list .news-item .text .mc{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.inner-nav{
	height: 60px;
	line-height: 60px;
	background: #eaeaea;
}
.task-list{
	margin-top: 20px;
}
.task-item {
   float: left;
       margin-left: 20px;
       margin-bottom: 30px;
       width: 300px;
       height: 222px;
       overflow: hidden;
}
.task-item .inner{
	position: relative;
}
.task-item .task-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.task-item .task-img{
	width: 300px;
	height: 222px;
}
.task-item .task-img img{
	width: 100% !important;
	    height: 100% !important;
	    transition: transform .5s;
}
.task-item:hover .task-img img{
	transform: scale(1.1);
}
.task-item:hover .task-text{
    background: rgba(4, 145, 216, 0.6);
}
.task-item .task-img {
    width: 100%;
    height: 100%;
}
.search-text{
	width: 95%;
	font-size: 18px;
	    margin: 30px auto;
	    margin-bottom: 10px;
}
.search-text span{
	color: #c30;
}

.website_map{
	margin-bottom: 64px;
}
.website_map_top_column{
	margin-top:12px;
	display:inline-block;
	padding: 12px 24px;
}
.website_map_top_column a{
	color:#c0a161;
	font-size:24px;
}
.website_map_sub_column{
	margin-top:12px;
	display:inline-block;
	padding: 12px 24px;
}
.website_map_sub_column:before{
	content:"";
	display:inline-block;
	border:1px solid #c0a161;
	width:4px;
	height:4px;
	border-radius: 4px;
	background-color: #c0a161;
	
}
.website_map_sub_column a{
	color:#333333;
	font-size:18px;
}