@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: unset
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	font-size: 14px;
	color: #333;
	font-family: PingFang SC,"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #999;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: none;
	background: none;
}
/*移除文本框可拉伸大小属性*/
textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: none;
	background: none;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div:focus,
span:focus{
	outline: none;
}
/*清除浮动*/
.clear{
	clear: both;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
} 
.maximg img{
	max-height: 60%;
	max-width: 100%;
}
.maximg span {
font-size: 20pt;
}
.maxwimg img{
	width: 100%;
	height: 770px;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
/*文字超出影藏  在火狐或者ie9之下则不会影藏*/
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.over4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/*绝对居中  在低版本ie是不能使用flex布局*/
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
/*中间主题宽度*/
.width{
	width: 1440px;
	margin: 0 auto;
	height: auto;
}
.wid1300{
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.wid1400{
	width: 1400px;
	margin: 0 auto;
	height: auto;
}
.wid1640{
	width: 1640px;
	margin: 0 auto;
	height: auto;
}
.main{
	display: block;
	width: 100%;
	height: auto;
	background-size: auto;
}
.bgCen{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*左右浮动*/
.right{
	display: inline-block;
	float: right;
}
.left{
	display: inline-block;
	float: left;
}
.auto{margin: 0 auto;}
.marTop10{margin-top: 10px;}
.marTop15{margin-top: 15px;}
.marTop20{margin-top: 20px;}
.marTop25{margin-top: 25px;}
.marTop30{margin-top: 30px;}
.marTop40{margin-top: 40px;}
.marTop50{margin-top: 50px;}
.marTop60{margin-top: 60px;}
.marTop70{margin-top: 70px;}
.marTop80{margin-top: 80px;}
.marBot10{margin-bottom: 10px;}
.marBot15{margin-bottom: 15px;}
.marBot20{margin-bottom: 20px;}
.marBot25{margin-bottom: 25px;}
.marBot30{margin-bottom: 30px;}
.marBot40{margin-bottom: 40px;}
.marBot50{margin-bottom: 50px;}
.marBot60{margin-bottom: 60px;}
.marBot70{margin-bottom: 70px;}
.marBot80{margin-bottom: 80px;}

/*版本过低提醒*/
.guoshiPop-bg{display: block;width: 100%;height: 100%;background: #000;opacity: 0.5;position: fixed;top: 0;left: 0;z-index: 200;
filter:alpha(opacity=50);}
.guoshiPop{display: block;width: 500px;height: 200px;border-radius: 12px;background: #fff;position: fixed;top: 50%;left: 50%;margin-left: -250px;
margin-top: -140px;z-index: 201;font-size: 16px;line-height: 28px;padding: 34px 30px;}
.guoshiPop h3{font-weight: normal;color: #333;margin-bottom: 28px;}
.guoshiPop>div{text-align: center;font-size: 0;}
.guoshiPop a{display: inline-block;vertical-align: top;width: 100px;height: 42px;border: 1px solid #999;font-size: 14px;line-height: 40px;
text-decoration: none;margin: 0 5px;color: #333;border-radius: 4px;}
.guoshiPop a:hover{border-color: red;color: red;}


.page-item {
    font-family: PingFang SC;
	display: inline-block;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	background: rgba(233, 233, 233, 0.39);
	text-align: center;
	vertical-align: top;
	margin: 0 5px;
	color: #8A8A8A;
}
 
.page-item span{
    /*background: #A68246;*/
    /*color: #fff;*/
}

.page .disabled{
    background: #303F89;
    color: #fff;
}

.page{
	font-size: 0;
	text-align: right;
	max-width: 100%;
	
}
.page a{
    font-family: PingFang SC;
	display: inline-block;
	border-radius: 4px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	background: rgba(233, 233, 233, 0.39);
	text-align: center; 
	vertical-align: top;
	/*margin: 0 5px;*/ 
	color: #000000;
}
.page a:last-child,
.page a:first-child{
	font-family: "宋体";
}
.page a:hover{
	background: #303F89;
	color: #fff;
	border-radius: 4px;
}
.page a.active{
	background: #303F89;
	border-radius: 4px;
	color: #fff;
}
.page span{
	/*font-size: 18px;*/
	/*color: #8A8A8A;*/
	/*padding: 0 10px;*/
	/*line-height: 30px;*/
}
.page .pageSearch{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 35px;
	border: 1px solid #eee;
	margin: 0 5px;
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 0 10px;
}
.page .pageSearch:focus{
	border-color: #303F89;
	color: #303F89;
}
.page .pageBut{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 35px;
	margin: 0 5px;
	background: rgba(233, 233, 233, 0.39);
	color: #8A8A8A;
	font-size: 18px;
	line-height: 35px;
	cursor: pointer;
}
.page .pageBut:hover{
	background: #303F89;
	color: #fff;
}

/*媒体查询*/
@media screen and (max-width:1500px){
	
}

/*-------------------举报方式----------------------*/
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-link {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    display: block;
    padding: .5rem 1rem;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#c1-left {
width:490px;
height:340px;	
float:left;
}

#c1-right {
float:left;
margin-left:20px;	
width:690px;
position:relative;
overflow:hidden;
}

#c1-right .hd{ line-height:44px; height:46px; border-bottom:2px solid #e6e6e6; position:relative; padding-right:10px; font-size:22px;color:#bcbdb8;}
	#c1-right .hd .more{ float:right;  color:#d0a173;}
	#c1-right .hd .more a {
	color:#d0a173;	
	}
	#c1-right .hd ul{ z-index:5; position:absolute; overflow:hidden; zoom:1; }
	#c1-right .hd li{ float:left;  padding:0 18px; cursor:pointer;   background:url(c1-ico.jpg) no-repeat right 10px; }
	#c1-right .hd  .on span   {
	border-bottom:2px solid #d0a173;
	height:46px;
	display:inline-block;	
	}
	#c1-right .hd li.on{ font-weight:bold; border-top:0;  border-bottom:1px solid #fff;  font-weight:bold; color:#000;  }
	#c1-right .bd{  padding:10px; clear:both; position:relative;  }
.index-newlist ul li {
height:46px;
line-height:46px;	
	
}
.index-newlist ul li  a {
float:left;	
color: #333333;
}
.index-newlist ul li  a:hover { 
  color: #A68246;
}
.index-newlist ul li  span {
    float:right;	
    font-size:14px;color:#666666;	
}
.content2 {
    height: 390px;
    font-size: 16px;
    padding: 0px 15px;
    display: block; 
}

.content2-background {
    background:linear-gradient(180deg, rgba(213, 191, 154, 0.18) 0%, rgba(233, 233, 233, 0.18) 100%);
    
}

.content2-radius{
    border-radius: 10px 10px 0px 0px;
}

.content2-background2 {
    background:linear-gradient(180deg, rgba(213, 191, 154, 0.18) 0%, rgba(213, 191, 154, 0.18) 100%); 
}


.pt10 {
   padding-top:10px;
}
.mt40 {
   margin-top:40px;
}

.mb10 {
    margin-bottom: 10px;
} 

.mt10 {
    margin-top: 10px;
}

.c2-left {
width:570px;	
float:left;
}

.c2-right {
width:570px;	
float:left; 
margin-left: 30px;
}

.v-line{ 
 margin-top:42px;
 border-left: 2px solid #e6e6e6;
 height:9%;
 left: 50%;  
 position: absolute;
}

.index-tt2 {
line-height:44px; 
height:46px; 
border-bottom:2px solid #e6e6e6; 
font-size:22px;	 
}
.index-tt2  h2 {
 padding:0 18px; cursor:pointer;font-weight:normal;
}
.index-tt2  h2 span {
	border-bottom:2px solid #d0a173;
	height:46px;line-height:44px; 
	display:inline-block;	
}
.index-tt2  h3 {
float:right;  color:#d0a173; line-height:44px; 
}
.index-tt2  h3 a {
	color:#d0a173;	
}
.index-gg {
	height:120px;
	overflow:hidden;
	position:relative;
	margin-top:25px;
}
.index-gg .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;color:#fff; }
.index-gg .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index-gg .hd ul li{ color:#333;float:left; margin-right:2px;  width:12px; height:12px; line-height:12px; text-align:center; background:#fff; cursor:pointer; }
.index-gg .hd ul li.on{ background:#f00; color:#fff; }
.index-gg .bd{ position:relative; height:100%; z-index:0;   }
.index-gg .bd li{ zoom:1; vertical-align:middle; }
.index-gg .bd img{ width:1200px; height:120px;display:block;  }


