
body{
/*background:url(../img/bg.jpg) no-repeat;*/
		background-size: 100%;
		background-position: top;
	background-color: #F3F7FA!important;
}

.header-wrapper{
    height: 223px;
    position: relative;
}
.header-wrapper .search-form{
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 340px;
    
}
.header-wrapper .search-form input{
    background: #FFF;
    border-width: 0;
    height: 40px;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
}
.header-wrapper .search-form button{
    background: #FF0E00;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.header-wrapper .search-form button .is-icon{
    width: 60%;
    height: 60%;
    display: block;
    margin:0 auto;
}
.header-wrapper img{
    width: 100%;
    display: block;
}

.header-top-wrapper{
    color:#1B5284;
    text-align: right;
    line-height: 40px;
}
.header-top-wrapper span{
    display: inline-block;
    padding:0 10px;
}
.header-top-wrapper a{
    color: #1B5284;
    font-size: 14px;
    padding:0 2px;
}
 .header-top-wrapper .is-icon{
     width: 1em;
    margin-right: 5px;
 }
.header-banner-wrapper{
    background: url('../img/header-banner-bg.jpg') repeat-x;
    background-size: auto 100%;
    height: 223px;
}
        
.index-nav{
	height: 60px;
	background-color: #1A5284;
}
.index-nav .wrapper{
	background-color: #1A5284;
	height: 100%;
}
.index-nav .wrapper li{
	line-height: 60px;
	color:#FFF;
	width: 13.8%;
	display: inline-block;
	text-align: center;
	transition: all 0.2s;
	position: relative;
	float: left;
}
.index-nav .wrapper .navive{
    float: left;
    padding: 16px 0;
    color: #FFF ;
}
.index-nav .wrapper li .nav-icon{
    width: 1em;
    margin-right: 5px;
}
.index-nav .wrapper li a.link{
	color:#FFF;
	display: block;
	width: 100%;
	line-height: 60px;
}
.index-nav .wrapper li:hover{
	/*background: url(../img/nav-bg.jpg) repeat-x;*/
	background: #103f68;
	background-size: auto 100%;
}
.index-nav .wrapper li .child-nav{
	display: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	background-color: rgba(0,0,0,0.6);
	z-index: 10000;
}
.index-nav .wrapper li:hover .child-nav{
	display: block;
	opacity: 1;
}
.index-nav .wrapper li:hover .child-nav dd{
	height: 60px;
}
.index-nav .wrapper li:hover .child-nav dd a{
	height: 100%;
}
.index-nav .wrapper li:hover .child-nav dd:hover{
	background-color: rgba(0,0,0,0.1);
}

.bg-blue{
	background-color: #25488B;
}


.swiper-wrapper{
	width: 700px;
	height: 490px;
	background-color: #efefef;
}
.swiper-wrapper .swiper-title{
	height: 40px;
	background: -webkit-linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
	background: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.2));
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-indent: 20px;
	color: #FFF;
	font-size: 16px;
}

.first-news{
	padding:30px 20px;
	border-bottom: 1px dashed  #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #00339E;
}
.first-news a{
	color: #00339E;
}



.list-block{
	background-color: #FFF;
}
.list-block .list-block-title{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #efefef;
}
.list-block .list-block-title h3{
	padding:0 20px;
	color:#00339E;
}
.list-block .bg-blue h3{
	color: #FFF;
}

.list-block .list-block-title .more-link{
	padding:0 20px;
	color: #CCCCCC;
}
.list-block ul{
	padding:20px;
}
.list-block ul li{
	padding:10px 0;
}
.list-block ul li a{
	display: block;
	width: 70%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s;
	font-size: 15px;
}
.list-block ul li a:hover{
	color:#25488B;
	font-weight: bold;
	padding-left: 5px;
}
.list-block ul li span{
	float: right;
	color:#999;
}


.quick-panel{
	width: 380px;
	height: 100%;
	background-color: #fff;
	
}
.quick-panel-title{
	height: 60px;
	text-align: center;
	color:#FFF;
	line-height: 60px;
	background: url(../img/pbg.jpg) repeat-x;
	background-size: auto 100%;
}
.quick-panel-content{
	padding:20px;
}
.quick-panel-content dl{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
	color:#444;
	margin-bottom: 10px;
}
.quick-panel-content dl dt{}
.quick-panel-content dl dt img{
	width: 50px;
}



.friend-link{
	padding:20px;
	background-color: #FFF;
	width: 1160px;
	text-align: center;
}
.friend-link .item{
	display: inline-block;
	width: 20%;
	text-align: center;
}

.friend-link .item .link-selector{
	height: 40px; 
	border:1px solid #CCC;
	width: 80%;
}


.footer{
	background-color: #25488A;
	color:#EFEFEF;
	padding:30px 0;
	text-align: center;
}


.my-swiper-wrapper{
	position: relative;
}
.my-swiper-wrapper .my-swiper-item{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	/*display: none;*/
}
.my-swiper-wrapper .my-swiper-item img{
	width: 100%;
	height: 100%;
	display: block;
}

/*--------*/
	.breadcrumb{
		height: 60px;
		line-height: 60px;
		color: #9FADCD;
		font-size: 14px;
	}
	.breadcrumb .breadcrumb-item{
		display: inline-block;
		color: #9FADCD;
	}
	.breadcrumb .arrow{
		display: inline-block;
		padding: 0 5px;
	}

	.wrapper-main{
		min-height: 300px;
		background: #FFF;
	}

	.wrapper-main .article-content{
		width: 780px;	/*总820，左右30*/
		float: left;
		margin-right: 20px;
		/*background: #efefef;*/
		min-height: 300px;
		padding:20px;
	}
	.wrapper-main .article-title{
		font-size: 28px;
		text-align: center;

	}
	.wrapper-main .article-info{
		text-align: center;
		font-size: 13px;
		color:#999999;
		padding:10px;
	}
	.wrapper-main .article-info span{
		display: inline-block;
		margin: 0 5px;
	}
	.wrapper-main .article-desc{
		padding:20px 10px;
		/*padding-top:30px;*/
		background: #F3F7FA;
		font-size: 12px;
		color:#666;
		border-radius: 8px;
		position: relative;
		margin-top: 30px;
		line-height: 150%;
	}
	.wrapper-main .article-desc-title{
		position: absolute;
		border-radius: 10px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #FFF;
		top: -20px;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		font-size: 14px;

	}

	.article-content{
		padding:20px 0;
		font-size: 16px;
	}
	.article-content img{
		max-width: 100%;
	}
	.article-content p{
		margin-bottom: 10px;
		line-height: 30px;
	}


	.wrapper-main .article-right{
		width: 320px;
		float: left;
		min-height: 300px;
		padding-top: 20px;
		padding-right: 20px;
		/*background: #efefef;*/
	}
	.wrapper-main .article-right .article-right-block{
		margin-bottom: 30px;
	}
	.wrapper-main .article-right-block-title{
		height: 50px;
		line-height: 50px;
		text-align: left;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		color: #00349F;
		font-weight: bold;
		font-size: 18px;
	} 
	.wrapper-main .article-right .article-right-block ul{}
	.wrapper-main .article-right .article-right-block li{
		border-bottom: 1px dashed #efefef;
		padding:5px 0;
		font-size: 14px;
		color:#555;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-left: 10px;
		background: url(../img/list-point.png) no-repeat;
		background-size: 3px 3px;
		background-position: left center;

	}
	.wrapper-main .article-right .article-right-block li:hover a{
		color:#00349F;

	}
	.wrapper-main .article-right .article-right-block li a{
		color:#555;
	}
	.wrapper-main .article-right .article-right-block li a{
		
	}
	
	
    .article-list{}
    .article-list dl{
        padding:20px 0;
        border-bottom: 1px dashed #ccc;
    }
    .article-list dl dt{
        width: 200px;
        height: 130px;
        background: #efefef;
        float: left;
        margin-right: 20px;
    }
    .article-list dl dt img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .article-list dl dd{
        float: left;
        width: 560px;
    }
    .article-list dl dd h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .article-list dl dd .desc{
        font-size: 14px;
        color:#666;
        height: 48px;
        color: #606a77;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
    }
    .article-list dl dd .time{
        color:#999;
    }
    .pagination{
        text-align: right;
        padding:20px 0;
    }
    .pagination li{
        display: inline-block;
        margin:0 5px;

    }
    .pagination li a{
        padding:5px 10px;
        border:1px solid #666;
        color:#666;
    }
    .pagination li a:hover{
        background: #efefef;
    }
    .pagination .active a,
    .pagination>.active>a:focus, 
    .pagination>.active>a:hover {
        background: #336699;
        border-color:#336699;
        color:#efefef;
        cursor: default;
    }