.header{
	position:relative;
	top:auto;
	left:auto;
	/*
	-moz-box-shadow:1px 1px 6px #ddd; 
	-webkit-box-shadow:1px 1px 6px #ddd; 
	box-shadow:1px 1px 6px #ddd;*/
}

.pages-header{
	background-color:#005eb8;
	color:#fff;
	text-align:center;
	background:url('../images/pagebg.jpg') no-repeat center center/cover;
	min-height:300px;
	position:relative;
}
.pages-header .pg-title {
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
    background-color: rgba(0,94,184,0.7);
	color: #fff;
    text-align: center;
    padding: 30px;
    width:400px;
    height:auto;
	letter-spacing:3px;
}
.pages-header .pg-title h2{
	font-size:28px;
	margin:0;
	font-weight:bold;
}

.pages-header .pg-title .line{
	display:block;
	height:2px;
	width:80%;
	margin:15px auto;
	background-color:#fff;
}
.pages-header .pg-title h5{
	font-size:18px;
	margin-bottom:0;
}
.pages-body{
	padding:20px 0;
	font-size:16px;
}



.plist .item img{
	max-width:100%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.plist .item:hover img {
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.plist .item{
	-moz-box-shadow:1px 1px 4px #d2d2d2; 
	-webkit-box-shadow:1px 1px 4px #d2d2d2; 
	box-shadow:1px 1px 4px #d2d2d2;
	margin-bottom:30px;
	border-radius:2px;
	overflow:hidden;
}
.plist .item a{
	display:block;
	overflow:hidden;
}
.plist .item .item-info{
	padding:15px;
}
.plist .item .item-info a.item-name{
	font-size:18px;
	font-weight:bold;
	color:#005eb8;
}
.plist .item .item-info .line{
	display:block;
	height:2px;
	width:50%;
	margin:10px 0;
	background-color:#005eb8;
}
.plist .item .item-info .item-des{
	height:42px;
	font-size:14px;
	text-align:left;
	color:#a0a0a0;
	overflow:hidden;
}













.newslist .item{
	padding:20px 0;
}
.newslist .item-thumb{
	padding:5px;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
.newslist .item-thumb img{
	max-width:100%;
}
.newslist .item-date{
	color: #a1a5ad;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newslist .item-date a{
	font-weight:bold;
	color:#005eb8;
}
.newslist .item-name{
	font-size:20px;
	color:#333;
	margin-bottom:10px;
}
.newslist .item-des{
	color:#aaa;
	font-size:14px;
	margin-top:15px;
}
.newslist .btn-success:active:hover,
.newslist .btn-success:active:focus,
.newslist .btn-success{
	padding-left:30px;
	padding-right:30px;
	border-radius:50px;
	margin-top:20px;
	background-color:#005eb8;
	border-color:#005eb8;
	color:#fff;
}
.subtitle-wrap{
	position: relative;
	margin: 20px 0 10px;
	line-height: 1.5;
}
.subtitle-wrap:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
    display: block;
    margin-bottom: -15px;
}

.subtitle-wrap h4.subtitle {
    border: none;
    color: #333;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 28px;
    background: #fff;
    padding-right: 15px;
    display: inline-block;
}
.wrap-r .r-side-list li {
    border-bottom: none;
    padding: 5px 0 5px;
    margin: 0;
    min-height: 80px;
    text-align: left;
    margin-bottom:5px;
    border-bottom:1px solid #f1f1f1;
}
.wrap-r .r-side-list h5 {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}
.wrap-r .r-side-list h5 a{
	color:#333; 
}
.wrap-r .r-side-list img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 2px;
    margin-right: 10px;
}
.wrap-r .r-side-list p {
    font-size: 11px;
    color: #7d8195;
    margin-bottom: 10px;
}
.wrap-r ul li.cat-item {
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
}
.wrap-r ul li.cat-item a {
    display: inline-block;
    font-size: 16px;
    padding-top: 7px;
    text-transform: capitalize;
    color:#333;
}
.wrap-r ul li.cat-item a:before {
    color: #005eb8;
    font-size: 16px;
    content: "●";
    padding: 10px;
    
}
.wrap-r ul li.cat-item:hover a{
	color: #005eb8;
}
.wrap-r .r-widget{
	margin-bottom: 50px;
}




.read-content h3{
	line-height:1.5;
}
.read-content{
	line-height:1.8;
}
.read-content p{
	margin:0;
}
.read-content .message{
	margin-top:20px;
	color:#ccc;
}
.read-content img{
	max-width:100%;
}
.read-content .message{
	margin-bottom:30px;
}
.read-content .message .col-md-9,
.read-content .message .col-md-3{
	padding:0;
	margin:3px 0;
}
.read-content .kw-box a{
	border:1px solid #ccc;
	padding:2px 5px;
	margin-right:5px;
	font-size:14px;
	color:#ccc;
	border-radius:5px;
}












.art-body .pic img{
	max-width:100%;
}

.art-body .pic{
	border:1px solid #ccc;
	padding:5px;
	border-radius:5px;
}

.art-body .basic h2{
	line-height:1.5;
	color:#333;
}
.art-body .basic h2 a{
	color:#005eb8;
	font-size:18px;
	font-weight:bold;
}


.art-body .basic .des{
	margin-top:40px;
	margin-bottom:20px;
	border:1px solid #ddd;
	background-color:#f0f0f0;
	padding:20px;
	border-radius:5px; 
	font-size:15px;
	line-height:1.6;
	color:#aaa;
}
.art-body .basic .btn-success{
	margin-top:20px;
	/*padding-left:50px;
	padding-right:50px;*/
	font-size:16px;
}
.art-body .basic .tellink{
	color:#005eb8;
	font-size:18px;
	font-weight:bold;
	display:block;
}
.art-body .detail{
	margin-top:40px;
}
.art-body .detail .sec-title img{
	height:25px;
	margin-right:10px;
}

.art-body .detail .sec-title{
	color:#333;
	font-size:24px;
	border-bottom:1px solid #ccc;
	padding:20px 0;
	margin-bottom:40px;
}
.art-body .detail img{
	max-width:100%;
}
.art-body .detail p{
	margin:0;
}









@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 767px) {
	.pages-header{
		min-height:200px;
	}
	.pages-header .pg-title{
		width:200px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.header{
		border-bottom:1px solid #eee;
		background-color:#fff;
	}
	.header .navbar-nav{
		float:none;
	}
	.header .navbar-nav > li > a{
		line-height:inherit;
	}
	.header .navbar-brand{
		height: 45px;
    	padding: 5px 0 0 15px;
	}
	.art-body .detail,
	.pages-body{
		padding-left:15px;
		padding-right:15px;
	}
	.art-body .detail .sec-title img{
		display:block;
		height:20px;
		width:auto;
		margin-bottom:10px;
	}
	.read-content{
		padding:0;
	}
	
	.pages-header .pg-title h2{
		font-size:18px;
	}
	.pages-header .pg-title h5{
		font-size:12px;
	}
	
	.location{
		font-size:14px;
		line-height:52px;
	}
	
}