@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "微软雅黑";
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*当前位置*/
.position {
  height: 40px;
  line-height: 40px;
}

.position .position-txt {
  font-size: 13px;
  color: #454545;
}


/*内容*/
.con {
  padding-top: 20px;
  padding-bottom: 20px;
}

.con .con-left {
  padding: 30px 30px;
  /*min-height: 940px;*/
  /*text-align: center;*/
  margin-right: 30px;
  border: 1px solid #f8e9cf;
}


.con .con-title {
  font-size: 25px;
  color: #000;
  line-height: 150%;
  text-align: center;
  border-bottom: 2px #717171 solid;
  padding-top: 20px;
  padding-bottom: 40px;
}

.con-left .small-title {
  width: 100%;
  font-size: 15px;
  color: #333;
  height: 50px;
  line-height: 50px;
}

.con-left .small-title .date {
  margin: 0 50px 0 150px;
}

.con-left .small-title .fare {
  float: right;
  min-width: 150px;
}

.main-txt {
  margin-top: 10px;
}

.main-txt p {
  font-size: 17px;
  color: #333;
  line-height: 2em;
  text-indent: 2em;
  text-align: justify;
}

.main-corner {
  float: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

.main-corner div {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}

.main-word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #f1f1f1;
}

.main-word .main-word-left {
  float: left;
}

.main-word-left span {
  font-size: 15px;
  font-weight: bold;
  color: #fa0505;
}

.main-word .main-word-right {
  float: right;
}

.main-word-right span {
  float: left;
}

.main-word-right .printer {
  margin-left: 30px;
  padding-left: 25px;
  background: url(printer.png) no-repeat left center;
  cursor: pointer;
}

.main-word-right .close {
  margin-left: 25px;
  padding-left: 25px;
  background: url(close.png) no-repeat left center;
  cursor: pointer;
}

.con-main .line {
  border: 1px #c5c5c5 dotted;
  margin: 20px 0;
}

.con-main .prev {
  margin-bottom: 15px;
}


.con .con-right {
  display: none;
  float: left;
  width: 370px;
}

.con-right .right-list {
  width: 370px;
  height: 288px;
  margin-bottom: 30px;
  border: 1px #d9d9d9 solid;
  border-top: 2px #1d79cc solid;
  background-color: #f7f7f7;
}

.right-list .right-list-title {
  width: 300px;
  height: 45px;
  padding: 0 25px;
  border-bottom: 1px #fbfbfb solid;
}

.right-list-title .list-title-txt {
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #1d79cc;
  /*margin-left: 25px;*/
  margin-top: 12px;
  padding-left: 15px;
  border-left: 4px #1d79cc solid;
}

.right-list-title .list-title-more {
  float: right;
  font-size: 15px;
  color: #999;
  line-height: 45px;
}

.right-list .right-list-content {
  font-size: 17px;
  color: #333;
  padding-top: 10px;
  padding-left: 25px;
}

.right-list-content li {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding-left: 15px;
  background: url(dot.png) no-repeat left center;
}

.right-list-content li a {
  color: #333;
}

/*底*/
/*.footer-banner {*/
/*width: 100%;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*font-size: 13px;*/
/*color: #fff;*/
/*text-align: center;*/
/*background-color: #427fda;*/
/*}*/

/*.footer {*/
/*width: 100%;*/
/*height: 110px;*/
/*line-height: 110px;*/
/*font-size: 13px;*/
/*color: #999;*/
/*text-align: center;*/
/*background-color: #dbdbdb;*/
/*}*/

.w1260 {
  width: 1260px;
  margin: 0 auto;
}

.contentBg {
  background: url(bg03.png) repeat-y left center;
  
  margin-left: -3px;
}

#zoom img {
  max-width: 100%;
}

.main-txt img {
  max-width: 1000px;
}
.sj_topbody{
		width: 100%;
		height: 178px;
		background: url(sj_bg.png) no-repeat center;
		background-size: 100%;
		display: none;
	}
.sj_bottombody{
	line-height: 36px;
	text-align: center;
	padding: 2%;
	background: #EEEEEE;
	font-size: 20px;
	display: none;
}
@media screen and (max-width: 768px) {
	.w{
		width: 100%;
		padding-top: 0 !important;
	}
	.w1260{
		width: 100% !important; 
	}
	.header-nav,.bgTop,.dbxys,.oldfoot,.position,.main-word,.con-main .prev,.con-main .next{
		display: none;
	}
	body{
		min-width: auto !important;
	}
	
	.main-txt p{
		font-size: 20px;
	}
	.sj_topbody,.sj_bottombody{
		display: block;
	}
	.con .con-left{
		border: none;
		margin-right: 0;
		padding: 30px 30px 0 30px;
	}
	.con-left .small-title{
		font-size: 17px;
	}
	.con .con-title{
		font-size: 28px;
	}
	.main-txt p{
		text-align: justify !important;
	}
	.main-txt img{
		max-width: 100%;
    height: auto !important;
    display: inherit;
    margin: 5% 0;
	}
	.con-left .small-title .date{
		margin: 0;
	}
	.corner-form,.see{
		display: none;
	}
.xxgk_box{
		display: none;
	}
}