.linkSel@charset "utf-8";
/* CSS Document */
/*
Theme Name: 中国冶金地质总局中南地质调查院网站
Theme URI: https://zndzdcy.com
Author: 中国冶金地质总局中南地质调查院
Author URI: https://zndzdcy.com
Description: 中国冶金地质总局中南地质调查院网站是基于WordPress开发的主题，网站结构友好，适合移动WEB浏览，响应式布局。
Version: 1.0
Tags: 冶金地质总局, 专题, 自定义Tab标签
*/
html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:25px;
}
.logo{
	margin: 15px auto;
}
.h15{
	margin:0;
	width: 100%;
	height: 30px;
}
.logoimg{
	display:inline-block;
	float: left;
	height: 83px;
}
.logo ul{
	margin:10px 0 5px 0;
	padding: 0;
	display: block;
	text-align: right;
	list-style-type: none;
}
.logo ul li{
	display:inline-block;
	margin-left: 10px;
}
.logo ul li a{
	color:#818181;
}
.de1two p{
	text-indent:28px;
}
.logo form{
	display:inline-block;
	position: relative;
	margin-top: 25px;
}
.logo form input{
	border-radius:20px;
	border: 1px solid #eee;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	min-width: 200px;
}
.logo form button{
	background:none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:5px;
	border: none;
}
div.nav{
	background: #1a487c;
	width: 100%;
	height: 62px;
	position: relative;
	z-index: 9999;
	line-height: 62px;
}
div.nav ul{
	list-style-type: none;
	padding:0;
	font-size: 16px;
}
.de1two img{
	max-width:calc( 100% - 56px );
	height:auto;
}
.de1two p img{
}
div.nav li{
	display:inline-block;
	float: left;
	width: 14.2%;
	text-align: center;
	position: relative;
}
div.nav li ul{
	position:absolute;
	border-top:solid 5px #e0e0e0;
	background: #fff;
	display: none;
	width:100%;
}
div.nav li ul li{
	border-bottom: solid 1px #eee;
	display: block;
	width: 100%;
	line-height: 40px;
}
div.nav li:hover ul{
	display:block;
}
div.nav li a{
	color: #fff;
	width:100%;
	display: inline-block;
	border-right: 1px solid #fff;
	height: 16px;
	line-height: 16px;
}
div.nav li ul li a{
	color:#6f6f6f;
	font-size: 14px;
}
div.nav li:last-child a,div.nav li.now a{
	border:none;
}
div.nav li.now{
	background:#002d5e;
}
.homeBan img{
	max-width: 100%;
	height: auto;
}
.homeBan{
	margin-bottom:30px;
}
.swiper-news img{
	max-width: 100%;
}
.swiper-news .swiper-slide div{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	width: 100%;
	background:rgba(0,0,0,.6);
	color: #fff;
}
.swiper-news .swiper-pagination{
	height: 40px;
	text-align: right;
	line-height: 40px;
	padding-right: 15px;
	bottom: 0;
}
.swiper-news .swiper-pagination-bullet{
	background:#fff;
}
.ctitle{
	margin:0;
	padding: 0;
	margin-bottom: 15px;
	list-style-type: none;
	background:#f5f5f5;
	height: 50px;
}
.ctitle li{
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 50px;
}
.ctitle li a{
	color:#000;
}
.ctitle li.active{
	background:#1a487c;
}
.ctitle li.active a{
	color:#fff;
}
.content ul,.newlist ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content ul li,.newlist ul li{
	height: 30px;
	line-height: 30px;
}
.content ul li:nth-child(5n){
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	width:100%;
	display:table;
}
.content ul li span,.newlist ul li span{
	width:100px;
	float: right;
	display:block;
	text-align: right;
	color: #333;
}
.content ul li a,.newlist ul li a{
	display:block;
	width: calc( 100% - 120px );
	height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
}
.content ul li a:hover{
	color:#000;
}
.zhuanti{
	background:#f5f5f5;
	padding: 50px 0;
	margin-top: 30px;
}
.mytitle{
	font-size:24px;
	color: #1a487c;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.foot{
	width: 100%;
	padding: 25px 0;
	background:#002349;
	color:#fff;
}
.foot dl{
	display:inline-block;
	float: left;
	margin-right: 30px;
}
.foot dl dt{
	border-bottom:1px solid #61778e;
	padding-bottom: 10px;
	min-width: 120px;
	margin-bottom: 10px;
	font-size:16px;
}
.foot dl a{
	color:#fff;
	font-size:14px;
	line-height: 30px;
}
.copyright{
	margin:0 auto;
	text-align:center;
}
.copyright i{
	margin-right:5px;
}
.copyright a{
	color:#fff;
	margin: 0 5px;
	line-height: 30px;
}
.wx{
	display:inline-block;
	float:right;
	text-align:center;
}
.wx img{
	max-width:118px;
}
.copyright p a:first-child{
	margin-left:0;
}
.zhuanti img{
	max-width: 100%;
	height: auto;
}
.nban img{
	max-width: 100%;
}
.nbg{
	background:#f6f6f6;
	padding: 20px 0;
}
.titleA{
	margin-bottom: 15px;
	margin-top: 15px;
}
.titleA span{
	font-size: 26px;
	color:#cf0000;
	display: block;
	margin-bottom: 5px;
}
.titleA em {
    font-size: 14px;
    color:#999999;
    display:block;
	font-style: normal;
}
.left{
	width:220px;
	float: left;
}
.right{
	float: right;
	width: calc( 100% - 240px );
	background:#fff;
}
.right .content{
	margin:20px 40px;
}
.right .content .body{
	font-size:14px;
	line-height: 25px;
	color: #333;
	text-align: justify;
}
.titleB h2{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color:#1b467d;
}
.titleB{
	height: 24px;
	line-height: 24px;
}
.titleB .local{
	display: inline-block;
	float: right;
	color: #999;
	font-size: 12px;
}
.titleB .local a{
	color:#999;
}
.titleB .local i{
	margin:0 5px;
}
.left ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}
.left ul li{
	position:relative;
}
.left ul li a{
	display:block;
	padding: 12px 20px;
	border-left:4px solid #fff;
	border-right: 4px solid #fff;
	box-shadow: 0 0 5px #DDD;
	color: #777;
	background: #fff;
}
.left ul li.active a,.left ul li:hover a{
	border-color:#e67e22;
	color: #e67e22;
}
.left ul li.active a:before,.left ul li:hover a:before{
	content: "";
	position: absolute;
	top: 42%;
	left: 3px;
	border-left: 5px solid #e67e22;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.left ul li.active a::after,.left ul li:hover a::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 3px;
    border-right: 5px solid #e67e22;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;

}
.left ul li a i{
	float: left;
	font-size: 20px;
	margin: 0 5px 0 0;
	line-height: 25px;
}
.left ul li a strong {
    display: block;
	font-size: 16px;
    text-transform: uppercase;
}
.left ul li a small {
    display: block;
	line-height: 18px;
    font-size: 10px;
}
h1.ntitle{
	font-size: 24px;
	color:#333;
	text-align: center;
}
.de1one{
	line-height: 25px;
	padding: 20px 0;
	text-align: center;
	color:#9a9a9a;
	font-size: 14px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.de1one p span{
	margin:0 5px;
}
.page h2{
	display:none;
}
.page span,.page a{
	min-width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 0px 5px;
	color:#1b467d;
	display:inline-block;
}
.pagination{
	width:100%;
	text-align:center;
}
.page span.current{
	background:#1b467d;
	color:#fff;
}
.chantitle h3{
	display:inline-block;
	font-size:18px;
	float:left;
	margin:0;
	padding:0;
}
.chantitle a{
	display:inline-block;
	font-size:14px;
	color:#999;
	float:right;
}
.chantitle{
	display:table;
	width:100%;
	line-height:35px;
}
.ztImg img{
	max-width:100%;
	height:auto;
}
.ztImg{
	margin:0 -15px;
}
.zdblock{
	position:relative;
}
.zdblock h2{
	font-size:14px;
	line-height:25px;
	min-height:50px;
}
ul.pic_zt{
	list-style-type:none;
	margin:0;
	padding:0;
}
.focusBox_3{
	position:relative;
	display:table;
	width:100%;
	padding:0 15px;
}
.focusBox_3 li{
	width:calc( 25% - 15px );
	margin:0 7.5px;
	position:relative;
	float:left;
}
.focusBox_3 li h2{
	position:absolute;
	font-size:18px;
	margin:0;
	padding:0;
	display:inline-block;
	z-index:99999;
	left:50%;
	color:#fff;
	top:50%;
	transform:translate(-50%,-50%);
	visibility:hidden;
}
.focusBox_3 li h2 a{
	color:#fff;
}
.focusBox_3 li.showbg h2,.focusBox_3 li:hover h2{
	visibility:visible;
}
.focusBox_3 li.showbg:after,.focusBox_3 li:hover:after{
	display:block;
	position:absolute;
	z-index:100;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(26,72,125,.8);
}
.focusBox_3 a.prev,.focusBox_3 a.next{
	display:block;
	width:30px;
	height:50px;
	font-size:20px;
	text-align:center;
	line-height:50px;
	background:#dcdcdc;
	color:#1a487c;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.focusBox_3 a.prev{
	left:-30px;
}
.focusBox_3 a.next{
	right:-30px;
}
.ztDes{
	padding:15px;
	margin:0 -7.5px;
	background-size:cover;
	position:relative;
	min-height:300px;
}
.ztDes .txt{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.ztDes h2{
	font-size:18px;
	line-height:20px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight:bold;
}
.showh2{
	margin-top:15px;
	margin-bottom:15px;
	min-height:300px;
	
}
.ywly  h2{
	font-size: 24px;
	margin-bottom:15px;
}
.ywly .ctitle{
	background:none;
	margin:15px 0;
	display:flex;
}
.ywly .ctitle li{
	border:1px solid #ddd;
	flex-direction:row;
	flex:1;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-align:center;
}
.ywly .ctitle li:last-child{
	margin:0;
}
.ywly img{
	max-width:100%;
	height:auto;
}
.h30{
	height:30px;
}
.ywly .content ul li{
	height:auto;
}
.link .tit{ background:#1a487c; float:left; width:100px; height:42px; overflow:hidden; text-align:center; font-size:16px; color:#fff; line-height:42px; }
.link .con{ background:#eaeaea; padding:7px 0 7px 0px; width:calc( 100% - 100px ); float:left;}
.linkSel{width:16.666%; background:#fff; height:28px; position:relative;;float:left; display:inline-block;}
.linkSel .seljg{line-height:30px; color:#666666; font-size:13px; cursor:pointer; text-align:left; padding-left: 10px;}
.linkSel i{ display:block; width:30px; height:30px; background:#e1e1e1 url(images/sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.linkSel .selTj{ width:150%; overflow:hidden;max-height:240px; overflow-y:auto; position:absolute; left:50%; transform: translateX(-50%);bottom:36px; background:#eaeaea; display:none; z-index:100000; text-align:center;}
.linkSel .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px; border-bottom:1px solid #f5f5f5;}
.linkSel .selTj a:hover{color:#fff; background:#1a487c}
.linkSel .selTj a.hover{color:#fff;background:#1a487c}
.linkSel .selTj a:last-child{ border-bottom:none; }
@media (max-width: 767px) {
	body{
		font-size:14px;
	}
	.logoimg{
		height:50px;
		width:100%;
	}
	.logo{
		margin:0;
		margin-top:5px;
	}
	.logoimg img{
		max-width:calc( 100% - 50px );
	}
	.navbar-toggle{
		margin-right:0;
		padding-right:0;
	}
	.navbar-toggle span{
		background:#333;
	}
	.homeBan,.swiper-news{
		margin-bottom:15px;
	}
	.left{
		display:none;
	}
	.right{
		width:100%;
	}
	.focusBox_3 li{
		width:100%;
		margin: 0;
	}
	.ywly .ctitle{
		display:table;
		width: 100%;
		height: auto;
	}
	.ywly .ctitle li{
		width:calc( 33.3333% - 5px );
		float: left;
		margin: 2.5px;
		display: inline-block;
	}
	.ctitle{
		height: 35px;
		margin:0;
	}
	.ctitle li{
		line-height: 35px;
		font-size: 14px;
		margin:0;
	}
	.h15{
		height:0;
	}
	.right .content{
		margin: 5px;
	}
	.titleB h2{
		font-size:16px;
	}
	hr{
		margin:10px 0;
	}
	.mytitle{
		font-size:18px;
		margin: 10px 0;
	}
	.linkSel{
		width:100%;
		margin-bottom:10px;
	}
	.linkSel .seljg{
		
		
	}
	.link .con{
		width:100%;
	}
	.link .tit{
		float:none;
	}
	.focusBox_3 a.next{
		right:0;
		z-index:999999;
	}
	.focusBox_3 a.prev{
		left:0;
		z-index:999999;
	}
	.titleB .local{
		display:none;
	}
	.copyright{
		font-size:12px;
	}
}