﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

body {
	font: 14px/1.6em "lucida grande", "lucida sans unicode", lucida, "Helvetica Neue", helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #444;
	
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
	text-decoration: none;
	color: #2980B9
}

a:hover {
	text-decoration: underline
}

a img {
	border: none
}

.wrap {
	width: 100%;
	overflow: hidden
}

.aside {
	display: block;
	float: left;
	width: 520px;
	height: 100%;
	
	background-color: #2980B9;

	text-align: center;
	color: #fff;
	position: fixed;
	left: 0;
	z-index: 3
}

.logo {
	text-align: center;
	padding: 25px 0;
	
	
	font-size: 0
}

.logo img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
   border:2px solid #FFF;
	vertical-align: middle
}

.aside .info {
	margin-bottom: 2rem;
	padding: 0 40px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400
}





.full-screen-nav {
	font-size: 16px
}

.full-screen-nav ul {
	list-style: none;
	border-top: 1px solid #3e8dc0
}

.full-screen-nav ul li {
	position: relative
}

.full-screen-nav li+#nvabar-item-index {
	display: none
}

.full-screen-nav li a {
	display: block;
	border-bottom: 1px solid #3e8dc0;
	color: #fff;
	padding: 15px 0;
	text-decoration: none
}

.full-screen-nav li a:hover,
.full-screen-nav li.active a {
	background-color: rgba(255, 255, 255, .1)
}


/*内容页面样式*/
    .news-article .title{ font-weight:bold; margin-top:20px;
		
		color: #333;font-size: 25px;line-height:150%;
	
}
	
	   .news-article .sectit{ margin: 8px 0 38px 0; color: #D98839;font-size: 13px;border-bottom:1px  dashed #f5b68d ;padding-bottom: 20px; position: relative;}
	   
	  .sectit::before {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #f5b68d;
}

.sectit::after {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #f5b68d;
}
.news-article .sectit span{  margin-right:10px;}

	   .news-article  .info p{ font-size: 16px;line-height: 180%; text-align: justify; margin-top:10px;}
.news-article  .info p img{ margin:0px 0 -5px 0; border-radius:3px; }
 .news-article .p_n{ margin: 30px 0;}
  .news-article .p_n .next, .prev{ margin-top: 10px;  }

/*内容页面样式end*/

/*自媒体图标样式*/
.contant {
	text-align: center;
	margin: 40px 0 0;
	cursor: pointer;
	position: relative
}

.contant span {
	display: inline-block;
	margin: 0 10px
}



.contant span img {
	width: 38px;

}

/*自媒体图标样式end*/


@media screen and (max-width:760px) {
    
    .contant span {margin: 0 1px}

    .contant span img {width: 30px;}
    
/*内容页面样式*/
    .news-article .title{ font-weight:bold; margin-top:0px;
		
		color: #333;font-size: 18px;line-height:150%;
	
}
	.news-article .sectit{ margin: 8px 0 18px 0; }
	   .news-article  .info p{ font-size: 16px;line-height: 150%; text-align: justify;}
.news-article  .info p img{ width:100%; border-radius:3px;  }

/*内容页面样式end*/

    
    
    
/*
	.contant {
		display: none
	}
*/
}

.main {
	display: block;

	margin-left: 520px
}

.main .content {
	width: 90%;

	margin: 0 auto;
	padding-top: 45px
}

.content h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	word-wrap: break-word;
	word-break: normal
}

.content .cate {
	border-bottom: 2px solid #eee;
	padding-bottom: 10px
}

.content .cate h1 {
	display: inline-block;
	margin-right: 20px
}

.content .cate a {
	font-size: 32px
}

.content .info {
	color: #777;
	font-size: 16px;
	margin: 10px 0
}

.newlist {
	overflow: hidden
}

.listname {
	margin-top: 45px;
	font-size: 18px;
	color: #C33748
}

.listname span {
	display: inline-block;
	border-bottom: 2px solid #D5A59B;
	padding-bottom: 5px
}



.newlist ul {
	margin-top: 20px;
	overflow: hidden;
	list-style: none
}

.newlist li {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.newlist li h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 8px
}

.newlist li h3 a {
	color: #2980B9;
	text-decoration: none
}

.newlist li h3 a:hover {
   color:#2A4176;
}

.newlist li p {
	font-size: 16px;
	color: #777;
	font-weight: 400
}

/*分页样式*/
.pglist{padding: 20px 0;width:100%;text-align: center;clear: both; }
.pglist a,.pglist span{color: #19427D;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;
background: #fff;
border: 1px solid #19427D; border-radius: 5px;}
.pglist a:hover,.pglist span{display:inline-block;color: #19427D;}

.pglist .homepage{ display:none;}
.pglist .nopage{ display:none;}
.pglist .pageinfo{ display:none;}
.pglist .endpage{ display:none;}






/*版权声明开始*/
.rights {
	margin: 40px 0;
	color: #999;
	line-height: 26px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed
}

.rights h5 {
	font-weight: normal;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px
}



/*相关阅读开始*/

.related {
	overflow: hidden;
	margin-bottom: 10px
}

.related-t {
	border-bottom: 2px solid #eee;
	height: 46px;
	line-height: 46px;
	font-size: 18px
}

.related li {
	padding: 10px 0;
	border-bottom: 1px dotted #eee;
	color: #2980B9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.related li::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #2980B9;
	position: absolute;
	margin-top: 10px
}

.related li a {
	color: #777;
	font-size: 16px;
	padding-left: 14px
}

.related li a:hover {
	color: #2980B9
}


/*相关阅读end*/









.links {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	width: 90%;
	margin: 0 auto 15px
}

.links ul {
	list-style: none;
	overflow: hidden
}

.links li {
	float: left;
	margin-right: 10px
}




.footer {
	display: block;
	background-color: #fafafa;
	padding: 15px 0;
	text-align: center;
	color: #777
}

.footer a {
	color: #777
}

.footer .date{
display:block
}

.goTop {
	display: none;
	position: fixed;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #2980B9 url(../images/up.svg) no-repeat center;
	background-size: 30px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	cursor: pointer
}

.search_icon {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	z-index: 14;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(../images/icon_search.svg) no-repeat center;
	background-size: 40px
}


.search {

   
overflow:hidden
}

.search form {
	width: 60%;
	margin: 50px auto;

}

.search form input {
	float: left;
	width: 75%;
	height: 50px;
	line-height: 50px;
	padding-left: 3%;
	box-sizing: border-box;
	border: 2px solid #2980B9;
	font-size: 20px
}

.search form button {
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #2980B9;
	background: #2980B9 url(../images/icon_search2.svg) no-repeat center;
	background-size: 30px
}






@media screen and (max-width:980px) {
	.page404 {
		padding: 0 0 0
	}

	.serach404 form {
		width: 80%
	}

	.serach404 form input {
		width: 75%
	}

	.serach404 form button {
		width: 25%
	}
}

.menu,
.nav .x,
.search .x {
	display: none
}

@media screen and (max-width:1250px) {
    
  
    
	.main .content {
		width: 100%;
		box-sizing: border-box;
		padding: 30px 30px 0
	}

	.newlist li h3 a:hover {
		border-bottom: 0
	}
}

@media screen and (max-width:760px) {
    
    
    
      .logo img {
	    
   margin:10px 0;
      border:1px solid red;
	}

    
    
	.search_icon {
		display: none
	}

	.menu {
		display: block;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid #3e8dc0;
		background-color: #2980B9;
		position: relative
	}

	.menu .mnav {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 2%;
		background: url(../images/mnav.svg) no-repeat center;
		background-size: 30px;
		cursor: pointer;
		color: #fff
	}

	.menu .msearch {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 2%;
		background: url(../images/icon_search2.svg) no-repeat center;
		background-size: 30px;
		cursor: pointer;
		color: #fff
	}

	.aside {
		width: 100%;
		position: static;
		float: none;
		display: block
	}

	.logo {
		padding: 15px 0
	}

	.logo img {
		width: 80px;
		height: 80px
	}

	.aside .info {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4em
	}

	.nav {
		display: none;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-color: #2980B9;
		text-align: left;
		width: 100%;
		height: 100%
	}

	.nav ul {}

	.nav ul li {
		position: static
	}

	.nav li a {
		
		text-align:center
	}

	.nav ul ul {
		display: block;
		padding-left: 5%;
		position: static
	}

	.nav .x,
	.search .x {
		display: block;
		height: 40px;
		width: 98%;
		background: url(../images/255x.svg) no-repeat right;
		background-size: 30px;
		cursor: pointer
	}

	.search .x {
		background: url(../images/x.svg) no-repeat right;
		background-size: 30px
	}

	.fixednav {
		position: fixed;
		top: 0;
		z-index: 6;
		width: 100%;
		opacity: .95
	}

	.search form {
		width: 95%;
		margin: 100px auto
	}

	.search form input {
		height: 50px;
		line-height: 50px
	}

	.search form button {
		height: 50px;
		line-height: 50px
	}

	.main {
		margin-left: 0;
		width: 100%;
		display: block
	}

	.main .content {
		padding: 20px 3%
	}

	.content h1 {
	    
	    
		font-size:20px
	}


.newlist li h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 8px
}

.newlist li  p{
	font-size: 16px;

	line-height: 0.8em;
	margin-bottom: -5px
}

.article_content{
    
    border-top:1px dashed #2980B9;
}
.article_content p{
    
    line-height:160%;
font-size:16px;
margin-bottom:5px;
padding:0 10px;

text-align:justify;


    
}


.article_content p img {
	max-width: 100%;
	margin: 0px auto -10px auto;
	height: auto !important;
	display: inline;
    border-radius: 3px;
    
 

}




.footer span{ 
    
    display:block;
    font-size:12px;
    
}

	.rights {
		margin: 10px 0;
		padding-bottom: 0
	}

	#share {
		display: none
	}

	.listad {
		display: none
	}
}


@media screen and (max-height:800px) {
	.logo {
		padding: 10px 0
	}

	.aside .info {
		margin-bottom: 1rem;
		font-size: 15px;
		line-height: 1.6em
	}

	.nav {
		font-size: 15px
	}

	.nav li a {
		padding: 12px 0
	}

	.contant {
		text-align: center;
		margin: 20px 0 0
	}
}

@media screen and (max-height:768px) {
	.logo {
	    
		padding: 5px 0
	}

	.aside .info {
		margin-bottom: 1rem;
		font-size: 14px;
		line-height: 1.6em
	}

	.nav {
		font-size: 15px
	}

	.nav li a {
		padding: 10px 0
	}

	.contant {
		text-align: center;
		margin: 15px 0 0
	}
}