*{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style: none;
}
img{
  border: none;
}
body{
  font-size: 15px;
  line-height: 2em;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  text-align: center;
  color: #818181;
}
h1,h2,h3,h4,h5{
  font-size: 22px;
  line-height: 1.5em;
  font-weight: normal;
}
header,section,footer,nav{
  display: block;
}
a:link{
  color: #818181;
  text-decoration: none;
}
a:visited{
  color: #818181;
  text-decoration: none;
}
a:hover{
  color: #337ab7;
  text-decoration: none;
}
a:active{
  color: #818181;
  text-decoration: none;
}
/*
header
*/
header{
  width: 100%;
  margin: 0px auto;
  text-align: left;
}
#headerTop{
  width: 1220px;
  padding-left: calc( 50% - 610px );
  padding-right: calc( 50% - 610px );
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 20px;
}
.TrDiv{
  width: 1220px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  zoom: 1;
  text-align: left;
}
.bgGrey{
  background-color: #F5F5F5;
}
h1#logo{
  font-size: 0px;
  line-height: 0px;
  float: left;
}
#headerRight{
  float: right;
}
#headerRight li{
  float: left;
  padding: 0px 15px;
}
#headerRight li a:link{
  color: #666;
  line-height: 50px;
}
#search{
  border: 1px solid #6076a0;
  float: left;
  border-radius: 5px;
}
#search > #inputText{
  background: none;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 3em;
  width: 300px;
  float: right;
}
#inputBtn{
  float: left;
  background: url(../images/searchBtn.png) no-repeat center center;
  width: 48px;
  border: none;
  height: 3em;
  font-size: 14px;
}
nav{
  width: 1220px;
  clear: both;
  padding-left: calc( 50% - 610px );
  padding-right: calc( 50% - 610px );
  background: url(../images/mainnav.jpg) no-repeat center top;
}
nav ul{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
nav ul li{
  display: block;
  width: 100%;
  text-align: center;
  color: #f00;
}
nav ul li a{
  font-size: 18px;
  display: block;
  line-height: 70px;
  color: #f00;
  color: #fff;
  border-left: 1px solid #77dbfa;
  border-right: 1px solid #0379b4;
}
nav ul li:nth-child(1) a{
  border-left: 0px;
}
nav ul li:last-child a{
  border-right: 0px;
}
nav ul li.nowNavChannel a{
  background-color: #004099;
  border-radius: 20px;
}
nav ul li a:link{
  color: #fff;
}
nav ul li a:hover{
  color: #fff;
}
nav ul li a:visited{
  color: #fff;
}
nav ul li a:active{
  color: #fff;
}
/*
main
*/
#main{
  width: 100%;
  margin: 0px auto;
}
/* 图片轮换 */
#scrollimg{
  width: 419px;
  float: left;
  margin-top:10px;
}
#showImg{
  width: 100%;
  height: 248px;
}
#showImg > a{
	display:block;
}
#showImg > a > img{
  width: 100%;
  height: 100%;
}
#showImg > p{
	display:none;
}
#scrollimg ol {
  zoom:1;
  overflow:hidden;
  position: relative;
  bottom:1em;
  padding-left: 175px;
}
#scrollimg ol li {
  background: url(11738.png) center center no-repeat;
  float:left;
}
#scrollimg ol .color a {
 background:#d72326;
}
#scrollimg ol li a , #showImg_2 ol li a {
  background:#fff; border-radius:10px; cursor:pointer; float:left; font-size:0; height:10px; line-height:0; margin-right:4px; width:10px;
  
}
/* 首页头部右侧选项卡 */
#gzdt{
  float: right;
  width: calc( 100% - 429px );
  border: 1px solid #eaeaea;
  margin-top:10px;
}
.pubTagTitle{
  border-bottom: 1px solid #DDD;
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  display: block;
  background-color: #f8f8f8;
  padding: 5px 0px;
}
.pubTagTitle > h2{
  float: left;
  font-size: 20px;
  margin-right: 20px;
  padding: 0px 45px;
  border-left: 3px solid #3894ff;
}
.pubTagTitle > span{
  float: right;
  font-size: 14px;
  padding-right: 45px;
  line-height: 36px;
}
#gzdt h2{
  background-color: #3894ff;
  border-radius: 5px;
  line-height: 47px;
  color: #fff;
}
#gzdt span{
  line-height: 47px;
}
#gzdt ul li a{
  line-height: 47px;
}
ul.publist{
  width: 100%;
  text-align: left;
}
ul.publist > li{
  display: flex;
  width: 100%;
  background: url(../images/list_icon.png) no-repeat 13px center;
  padding-left: 35px;
  box-sizing: border-box;
}
ul.publist > li > a{
  width: calc( 100% - 7em );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.publist > li > span.pubtime{
  width: 7em;
  display: block;
}
#gzdt ul.publist > li{
  padding-left: 40px;
  background-position: 23px center;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
.half{
  width: 49.5%;
}
.clearboth{
  clear: both;
  height: 15px;
}
.ThreePath{
  width: 33%;
}
.floatmiddle{
  float: left;
}
.ThreePath.floatleft{
  width: 33.5%;
  box-sizing: border-box;
}
.ThreePath.floatleft .publist{
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.ThreePath.floatright{
  width: 33.5%;
}
.ThreePath.floatright .publist{
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ThreePath.floatmiddle .publist{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.list_ylam{
  display: flex;
}
.list_ylam li{
  min-height: 120px;
  width: 100%;
  padding-top: 180px;
}
.list_ylam li:nth-child(1){
  background: #4e90c7 url(../images/icon_jxjy.png) no-repeat center 85px;
}
.list_ylam li:nth-child(2){
  background: #78c8e6 url(../images/icon_zcps.png) no-repeat center 85px;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}
.list_ylam li:nth-child(3){
  background: #f26797 url(../images/icon_zgks.png) no-repeat center 85px;
}
.list_ylam li a{
  color: #fff;
  font-size: 22px;
  display: block;
}
.list_amxh li{
  padding-top: 85px;
  min-height: 33px;
}
.list_amxh li:nth-child(1){
  background: #f5f5f5 url(../images/icon_zzjg.png) no-repeat center 10px;
}
.list_amxh li:nth-child(1) a{
  background-color: #ff7f68;
}
.list_amxh li:nth-child(2){
  background: #ffa941 url(../images/icon_xhzc.png) no-repeat center 10px;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}
.list_amxh li:nth-child(3){
  background: #a9cf55 url(../images/icon_xslw.png) no-repeat center 10px;
}
#friendLink{
  display: flex;
}
#friendLink h2{
  background-color: #0082e0;
  border-radius: 20px 0px 100px 0px;
  color: #fff;
  text-align: center;
  width: 150px;
}
#friendLink ul{
  display: flex;
  width: calc( 100% - 200px);
}
#friendLink ul li{
  width: 100%;
}
#friendLink ul li select{
  width: 80%;
  height: 2em;
}
/*
footer
*/
/*
footer
*/
footer{ border-top:1px solid #dcdcdc; background:#fff; background-color: #ececec; width: 1220px;
  padding-left: calc( 50% - 610px );
  padding-right: calc( 50% - 610px );}
#footer_top{ border-bottom:1px solid #dddddd;}
#footer_link{ width:1094px; padding-right:106px; margin:0px auto;}
#footer_link li{ display:inline-block;}
#footer_link li a{ border-left:1px solid #141414; line-height:1em; display:block; padding:0px 13px;}
#footer_bottom{ width:1200px; margin:0px auto;}
#footer_bottomleft{ width:1094px; float:left;width:984px;}
#footer_bottomleft ul li{ display:inline-block; padding:0px 13px;}
#footer_bottomleft ul{ line-height:2em;}
#footer_bottomright{ float:right;padding-top:10px;}
/*
列表页
*/
#breadNav{
  text-align: left;
  line-height: 50px;
  font-size: 16px;
}
#main.newsList{
  width: 1200px;
  padding-left: calc( 50% - 600px );
  padding-right: calc( 50% - 600px );
}
#main.newsList > ul{
  padding-top: 41px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.newsList > ul > li{
  padding-left: 15px;
  width: calc( 100% - 15px );
  text-align: left;
  font-size: 16px;
  line-height: 2.5em;
}
.newsList > ul > li > a{
  float: left;
  width: calc( 100% - 9em );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 分页 */
.page-box{
  width: 1200px;
  padding-left: calc( 50% - 600px );
  padding-right: calc( 50% - 600px );
}
#myPage {
  margin-top: 42px;
  margin-bottom: 82px;
}
.spage-total {
	display: inline-block;
	margin-left: 20px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
}
#myPage {
	display: inline-block;
	height: 35px;
	color: #666;
	font-size: 14px;
  line-height: 35px;
}

#myPage a:first-child {
	margin-left: 0;
}

#myPage a:last-child {
	margin-left: 16px;
}

#myPage .btn-change-page {
	background-color: #eee;
	margin-left: 16px;
}

#myPage .btn-change-page:hover{
    color:#fff;
    background-color: #004099;
}

#myPage .sub-btn-page {
	margin-left: 16px;
	padding: 0 14px;
}

#myPage a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 19px;
	line-height: 35px;
	border: none;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
	outline: none;
	background: none;
	user-select: none;
	color: #666
}

#myPage a.active {
	background: #eee;
	color: #004099;
	z-index: 3;
}

#myPage a.active:hover {
    color:#fff;
	background: #004099;
	z-index: 3;
}

#myPage a:hover {
    color:#fff;
	background: #004099;
}

#myPage a.button-disabled {
	color: #666;
	pointer-events: none;
	user-select: none;
	background-color: #eee;
}

#myPage .spage-after,.spage-before {
	padding: 0px;
	width: 40px
}

.spage-skip {
	display: inline-block;
	margin-left: 20px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
}

.spage-skip input {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 10px;
	width: 60px;
	height: 35px;
	text-align: center;
	vertical-align: top;
	border: none;
	background: #eee;
	outline: none;
	transition: all .2s;
}

.spage-skip input:focus {
	border-color: #eee;
}

.spage-skip a {
	display: inline-block;
	padding: 0px 16px;
	line-height: 35px;
	vertical-align: top;
	color: #666;
	border: none;
	cursor: pointer;
	transition: all .2s;
	outline: none;
	background: #eee;
	user-select: none;
}
/* 文章页 */
h2#articalTitle{
  font-size: 26px;
  padding: 20px 0px;
}
#main.articalMain{
  width: 1220px;
  margin: 0px auto;
}
#articalInfo{
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 20px 0px;
}
#articalInfo > li{
  float: left;
  color: rgba(153, 153, 153, 1);
}
#articalContent{
  text-align: left;
  padding: 20px;
}
.ztbanner{
  clear: both;
  padding: 5px 0px;
}
.stl_yes > div{
  text-align: left;
  background: url(../images/list_icon.png) no-repeat 13px center;
  padding-left: 35px;
  box-sizing: border-box;
}