﻿div{box-sizing: border-box;}
a,a:hover{text-decoration: none;}
.kuai{border:solid 1px #cccccc;}
.start [class^=col-md-4]:nth-child(1){padding:0 7px 0 15px;}
.start [class^=col-md-4]:nth-child(2){padding:0 7px;}
.start [class^=col-md-4]:nth-child(3){padding:0 15px 0 7px;}

/*顶栏*/
.top{
	height: 40px;
	background-image: url(../images/top.png);
	line-height: 40px;
	font-weight: bold;
}
.top a{
	color:#000;
}
.top a:hover{
	color:#666;
}

/*通栏线*/
.line{
	height:3px;
	background-color: #727375;
	margin: 3px 0 0;
}

/*Logo*/
.logo{
	margin-top: 9px;
	margin-bottom: 9px;
}

/*导航条*/
.mainNav{
	min-height: 117px;
	margin-bottom: 10px;	
}
@media screen and (max-width: 768px){
	.mainNav{
		display: none;
	}
	.mainNav .row{
		background-image: none !important;
		background-color: #103991;
	}
	.mainNav a{
		font-size: 14px !important;
		text-align: center;
	}
	.mainNav .first,
	.mainNav .second{
		display: block !important;
	}
}
.mainNav .row{
	height: inherit;
	background-image: url(../images/nav.png);
	margin:0 auto !important;
	padding-bottom: 10px;
}
.mainNav a{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}
.mainNav a:hover{
	color:#dfe70e;
}
.mainNav .first,
.mainNav .second{
	display: flex;
	justify-content: space-around;
	padding-top:16px;
	padding-bottom: 0
}

/*地区频道*/
.area{
	margin-bottom: 14px;
}
.area .titleContent{
	display: flex;
	flex-wrap: wrap;
}
.area .title{
	display: inline-block;
	width:115px; height:35px;
	background-color: #0e4095;
	color:#fff;
	border-radius: 17.5px;
	line-height: 35px;
	font-size: 20px;
	position: relative;
	z-index: 5;
}
.area .content{
	display: inline-block;
	width:980px; height: 35px;
	background-color: #f3f7fa;
	border:solid 1px #8eb6da;
	line-height: 35px;
	border-radius: 17.5px;
	margin-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 768px){
	.bao .row{
		padding-bottom: 10px !important;
	}
	.threeFirst .culture .video{
		width:45% !important;
	}
	.threeFirst{
		height: auto !important;
		margin-bottom: 0 !important;
	}
	.threeFirst .article{
		margin-bottom: 10px !important;
	}
	.threeFirst .culture{
		margin-bottom: 10px;
	}
	.area{
		margin-bottom: 0px;
	}
	.area .title{
		width:auto;
		padding:0 10px;
		font-size: 14px;
	}
	.area .content{
		width:auto; height: auto;
		margin-left: 0;
		text-align:left;
		padding:0 12px;
	}
	.life{
		margin-bottom: 0 !important;
	}
	.mien{
		margin-bottom: 0 !important;
	}
	.culture{
		height: auto !important;
	}
	.friend{
		margin-bottom: 0 !important;
	}
	.highEnd .titleContent{
		padding-left: 0 !important;
	}
	.con img{width: 300px; !important; height:auto !important;}
}

.area .content a{
	cursor:pointer;
}

/*国宝工程公益基金*/
.bao{
	min-height:90px;
	margin-bottom: 10px;
}
.bao .row{
	min-height: 90px;
	margin:0 !important;
	border:solid 1px #e1e1e1;
	text-align: left;
}
.bao .row .col-md-2{
	margin-top: 14px;
}
.bao a{
	color:#646567;
	font-size: 14px;
}
.bao a:hover{
	color:#333333;
}

/*banner01*/
.banner01{
	margin-bottom: 10px;
}

/*焦点新闻*/
.focusNews{
	margin-bottom: 10px;
}
.focusNews .row{
	margin:0;
	background-color: #a3d4fd;
}
.focusNews .col-md-1{
	padding: 0
}
.focusNews .list{
	overflow:hidden;
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
}
.focusNews ul{
	white-space: nowrap;
	margin-left: -40px;
}
.focusNews ul li{
	display: inline-block;
	margin-right: 20px;
}

/*第一行 三联*/
.threeFirst{
	height: 560px;
	margin-bottom: 10px;
}
.threeFirst .row{
	height: inherit;
}
.threeFirst .row .col-md-4{
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.threeFirst .article{
	height: 335px;
	position: relative;
}
.threeFirst .article img{
	height: 325px;
	position: absolute;
}
.threeFirst .article .title{
	width:100%;
	height: 40px;
	position: absolute;
	bottom:0; left:0;
	background-color: rgba(255,255,255,0.7);
	line-height:40px;
	padding:0 10px;
	font-size: 16px;
}

/*滑动门效果*/
.door{
	display: flex;
	flex-direction: column;
}
.doorTitle{
	display: flex;
	height:40px;
	line-height: 40px;
	text-align: center;
	background-color: #c6e2f8;
	font-size: 16px;
}
.doorTitle .doorTitleItem{
	flex:1;
	cursor:pointer;
}
.currentDoorTitle{
	background-color: #fff;
}
.doorContent{
	background-color: #fff;
	font-size: 14px;
}
.doorContent .doorContentItem{
	width:100%;
	display: none;
	padding:20px 0 0 0;
	
}
.doorContent .doorContentItem li{
	line-height: 26px;
}
.doorContent hr{
	width:90%;
	border-bottom:dashed 1px #000;
}

@media screen and (max-width: 768px){
	.col-xs-12{
		padding:0 15px !important;
		margin-bottom: 10px;
	}
	.col-md-4{
		padding:0 15px !important;
	}
}

.culture{
	height: 365px;
}
.culture .doorContentItem{
	padding:10px 0 0 10px
}
.culture .video{
	width:181px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.culture .video .title{
	margin-top: 6px;
}

/*通用盒子*/
.highEndTitle{
	height:40px;
	background-color: #fcf7fd;
	line-height: 40px;
	padding:0 10px;
	border-bottom: solid 1px #b1c2d2;
}
.highEndTitle .pull-left{
	font-size: 16px;
	font-weight: bold;
}
.highEndTitle .triangle,
.painting .triangle{
	display: inline-block;
	width:0; height: 0;
	border-style: solid;
	border-width: 8px;
	border-color:transparent transparent transparent #1884dc;
	border-right: none;
	vertical-align: text-top;
	margin-right: 5px;
}
.highEndContent{
	padding:20px 0 0 0;
	font-size: 14px;
}
.highEndContent li{
	line-height: 26px;
}
.highEndArticle{
	padding:0 10px 10px 10px;
	display: flex;
}
.highEndArticle .tu{
	width:133px !important; height:90px;
}
.highEnd .titleContent{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.highEnd .title{
	font-weight: bold;
	padding-left: 10px;

}
.highEnd .content{
	text-indent: 2em;
	padding-left: 10px;
}
.highEnd .adv{
	padding:10px;
	margin-top: -20px;
}


/*山水生活*/
.life{
	margin-bottom: 10px;
}
.life .col-md-6:nth-child(1){
	padding-right: 5px;
}
.life .col-md-6:nth-child(2){
	padding-left: 5px;
}

/*翰墨风采*/
.mien{
	margin-bottom: 10px;
}

/*书画*/
.painting{
	margin-bottom: 10px;
}
.painting .title{
	height: 40px;
	background-color: #fcf7fd;
	line-height: 40px;
	padding:0 10px;
	border-bottom: solid 1px #b1c2d2;
}
.painting .pull-left{
	font-size: 16px;
	font-weight: bold;
}
.painting .content{
	height: 240px;
	padding:20px;
	overflow:hidden;
}
.painting .content img{
	margin-right: 10px;
	display: inline-block;
}
.painting .content img:last-child{
	margin-right: 0;
}

/*友情链接*/
.friend{
	margin-bottom: 10px;
}
.friend .title{
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #b1c2d2;
	background-color: #fcf7fd;
	display: flex;
}
.friend .title .one{
	width:130px; height: inherit;
	background-color: #0e419a;
	color:#fff;
	font-size: 16px;
	padding-left: 10px;
	margin-right: 40px;
}
.friend .title .one .triangle{
	display: inline-block;
	width:0; height: 0;
	border-style: solid;
	border-width: 8px;
	border-color:transparent transparent transparent #fff;
	border-right: none;
	vertical-align: text-top;
	margin-right: 5px;
}
.friend .title .two{
	display: flex;
}
.friend .title .two .twoItem{
/*	width:100px;*/
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	cursor:pointer;
	margin-left:1px;
	margin-right:10px;
}
.friend .title .two .twoItem.active{
	border-bottom: solid 3px #0e419a;
}

@media screen and (max-width: 768px){
	.friend .title .one .triangle{
		margin-right: 3px;
	}
	.friend .title .one{
		width:100px;
		margin-right: 10px;
	}
	.friend .title .two{
		padding:0;
		margin-left: 2px;
	}
	.friend .title .two .twoItem{
		display: inline;
		font-size: 12px;
		margin-right: 8px;
	}

}
.friend .content{
	min-height: 100px;
}
.friend .content .contentItem{
	padding:15px 25px 0;
	display: none;
}
.friend .content .contentItem.active{
	display: block;
}
.friend .content .contentItem a{
	font-size: 13px;
	margin-right: 15px;
	line-height: 30px;
}

/*通栏线*/
.line2{
	height: 12px;
	background-color: #3f67ad;
}

/*版权栏*/
.copyRight{
	min-height: 100px;
	background-color: #f5f3f8;
	text-align: center;
	line-height: 25px;
	padding-top: 10px;
}


/*人员查询*/
.query{
	min-height: 715px;
	background-color: #f2f3f5;
	margin-bottom: 10px;
	padding:20px;
}
.pos{
	border-bottom: dashed 1px #838486;
	padding-bottom: 10px;
}
.worker{
	margin-top: 100px;
}
.worker .intro{
	line-height: 36px;
	text-indent: 3em
}
.worker p{
	text-align: justify;
	text-indent: 2em;
}
.worker .title{
	font-weight: bold;
	font-size: 16px;
	text-indent: 0;
}
.worker .detail{
	margin-top: 40px;
}
@media screen and (max-width: 768px){
	.worker{
		margin-top: 20px !important;
	}
	.worker .detail{
		margin-top: 10px;
	}
}

/*内容详情页*/
.relatedArticle .col-md-4{
	padding-right: 7px;
}
.relatedArticle .col-md-4 .title{
	height: 40px;
	background-image: url(../images/relatedArticle.png);
	line-height: 40px;
	color:#fff;
	text-indent: 10px;
}
.relatedArticle .col-md-4 .content{
	padding:10px 5px 5px 10px;
}
.relatedArticle .col-md-4 .graphic{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.relatedArticle .col-md-4 .graphicItem{
	margin-bottom: 5px;
}
.relatedArticle .col-md-4 .graphicItem img{
	margin-bottom: 1px;
}
.relatedArticle .col-md-8{
	padding-left: 7px;
}
@media screen and (max-width: 768px){
	.relatedArticle .col-md-8{
		padding-left: 15px;
	}
}
.relatedArticle .col-md-8 .title,
.relatedArticle .col-md-10 .title{
	min-height: 40px;
	line-height: 40px;
	border-bottom: dashed 1px #8c8c8c;
	overflow: hidden;
}
.relatedArticle .col-md-8 .content,
.relatedArticle .col-md-10 .content{
	padding:10px;
}
.relatedArticle .col-md-8 .content h3,
.relatedArticle .col-md-8 .content .date,
.relatedArticle .col-md-10 .content h3{
	text-align: center;
}
.relatedArticle .col-md-8 .content .date{
	margin:20px 0;
	color:#666;
}
.relatedArticle .col-md-8 .content .articleContent,
.relatedArticle .col-md-10 .content .articleContent{
	text-indent: 0.15em;
	font-size: 16px;
	text-align: justify;
}
.relatedArticle .subNav{
	height: 420px;
	background-color: #ededed;
	margin-bottom: 10px;
}
.relatedArticle .subNav ul{
	list-style-type: none;
	margin-left: -40px;
}
.relatedArticle .subNav ul li a:hover,
.relatedArticle .subNav ul li a.active{
	background-color: #8ec4f2;
	color:#fff;
}
.relatedArticle .subNav ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	font-size: 16px;
}
@media screen and (min-width: 900px){
	.hule{
		display: none !important;
	}
	.hule2{
		display: none !important;
		overflow:hidden;
	}
}



/*人员查询*/
.staffQuery{
	background-color: #f2f3f5;
	margin-bottom: 10px;
	padding:20px;
}
.staffQuery form{
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.form-horizontal .col-md-2{
		text-align: left;
	}
}

/*新闻列表 文件*/
.edu{
	margin-bottom: 10px;
}
.edu .link{
	line-height: 1.8
}
.edu .col-md-4:nth-child(2){
	padding:0;
}
/*二级栏目*/
.secondSection{
}
.secondSection ul{
	height: 40px;
	background-color: #0061b2;
	list-style-type:none;
	padding-left:20px;

	line-height: 40px;
}
.secondSection ul li{
	float:left;
}
.secondSection ul li a{
	color:#fff;
	margin-right: 18px;
}

.divider{
	height: 3px;
	background-color: #103c93;
	margin:-7px 0 3px 0;
}
.currentPos .title{
	margin-top: 5px;	
}

.media{
	margin-bottom: 40px;
}
.mediaItem{
	display: flex;
	margin-bottom: 25px;
	margin-left:10px;
}


.mediaItem:hover{
	
	 background-color:#dbdcdd;
}


.mediaItem img{
	margin-right:30px;
	width:120px;
	height:100px;
}
.mediaItem .mainTitle{
	font-weight:bold;
	margin-bottom: 7px;
}
.mediaItem .intro{
	text-indent: 2em;
	color:#666;
	margin-bottom: 5px;
	text-align: justify;
}
.mediaItem .other{
	color:#aaa;
}
.mediaItem .other span{
	margin-right: 30px;
}
.advs{
	margin-bottom: 10px;
}
.page{
	display: flex;
	justify-content: center;
}

.onlineEdu{
	margin-bottom: 10px;
}
.onlineEdu .onlineItem{
	margin-bottom: 20px;
}
.onlineEdu .onlineItem:last-child{
	margin-bottom: 0
}
.onlineEdu .onlineItem .title{
	font-weight: bold;
}
.onlineEdu .onlineItem .content{
	text-indent: 2em;
}

.date{
	margin-right: 10px;
}

/*首页导航移动端*/
.indexMore img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.logoSmall{
	margin-bottom: 0;
}

/*书画动画*/

.painting .content .imgs{
	width:16000%;
}
.contentImg,.contentImg2{
	float:left;
	margin-left: 15px;
}

/*频道页Logo*/
@media screen and (max-width: 768px ){
	.channelLogo{
		margin-bottom: 0 !important;
	}
	.edu{
		margin-bottom: 0 !important;
	}
	.onlineEdu{
		margin-bottom:0 !important;
	}
	.onlineEduContent{
		border:solid 1px #ccc;
		padding:10px;
	}
	.channelEdu{
		margin-bottom: 0 !important;
	}
	.channelEdu .highEndArticle .col-md-4{
		padding-right:0 !important;
	}
	.channelEdu .titleContent,
	.channelEdu .date{
		font-size: 14px;
	}
	.channelEdu a{
		font-size: 14px;
	}
	.channelFocusNews{
		margin-bottom: 0 !important;
	}
	.relatedArticleContent{
		border:solid 1px #ccc;
		padding:10px;
		margin:5px 0;
	}
	.currentPos{
		margin-bottom: 10px;
	}
	.mediaItem{
		padding-bottom: 10px;
		border-bottom: dashed 1px #ccc;
		margin-bottom: 10px !important;
	}
	.mediaItem:last-child{
		border-bottom: none;
		margin-bottom: 0 !important;
	}




.*pages*/
.pagination-wrapper{
margin: 20px 0;
}
.pagination{
height: 34px;
text-align: center;
}
.pagination li {
display: inline-block;
height: 34px;
margin-right: 5px;
}
.pagination li a{
float: left;
display: block;
height: 32px;
line-height: 32px;
padding: 0 12px;
font-size: 16px;
border: 1px solid #dddddd;
color: #555555;
text-decoration: none;
}
.pagination li a:hover{
background:#f5f5f5;
color:#0099ff;
}
.pagination li.thisclass {
background: #09f;
color: #fff;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
background: transparent;
border-color: #09f;
color: #fff;
cursor: default;
}


    /*文字样式*/
.wzw {    line-height: 30px;    padding: 10px 5px;    min-height: 350px;    color: #555555;    font-size: 14px;}
/*图片样式*/
.wzw img{   display:block;max-width:100%;margin:auto;height: auto;}