				    				    				    				    				    				    				    				    				    				    				    				    				    				    				    				    @charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
	background:url(http://czt.shandong.gov.cn/images/1350/bg.jpg) center no-repeat;background-size: cover;background-attachment:fixed;min-height: 1026px;height:100%;width: 100%;
}
a{color:#333333;}
.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}


/*当前位置*/
.position {
	width: 100%;
	height: 50px;
	line-height:50px;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/*文章正文*/
.con {
	width: 900px;
	/*min-height: 680px;*/
	margin: 30px auto;
}
.con-title{font-size: 25px; color: #000; line-height: 50px; text-align: center; border-bottom: 2px #717171 solid;}
.small-title{width: 900px; font-size: 15px; color: #333; height: 50px; line-height: 50px;}
.small-title .date{margin:0 150px;}
.small-title .fare{float: right; margin-right: 15px;}

.main-txt{margin-top: 10px;}
.main-txt p{font-size: 15px; color: #333; line-height: 2em; /*text-indent: 2em;*/}
.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;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}


.content{
  width:1200px;margin:0 auto;background:#fff;padding:0 20px 20px 20px;
}
.wzdttitbg {
        background: rgb(248, 248, 248);
        height: 40px;
        text-align: left;
        line-height: 40px;
        padding-left: 20px;
        border-left-color: rgb(187, 35, 53);
        border-left-width: 4px;
        border-left-style: solid;
    }

    .wzdtbox {
        margin: 0px auto;
        width: 980px;
    }

    .wzdttitbg a {
        color: rgb(0, 82, 147);
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .wzdtlist {
        margin: 10px 20px;
        text-align: left;
        padding-left: 30px;
    }

    .wzdtlist ul {
        line-height: 40px;overflow:hidden;
    }

    .wzdtlist ul li {
        width: 190px;float:left;
    }
.sp_title{width: 1100px;text-align: center;margin: 0 auto;line-height: 50px;font-size: 25px;}
/* 手机版 */
@media screen and (max-width: 769px) {
.con-main .prev a, .con-main .next a {
    color: #333333;
    font-size: 1.6rem;
}
body#page_type {
    min-height: auto;
}
.position .position-txt table {
    table-layout: fixed;
}
.sp_title{width: 100%;line-height: 5rem;font-size: 3rem;}
  .content{
    width: 96%;
    padding: 2rem;
  }
  .con {
    width: 84%;
    margin: 3rem auto;
  }
  .con-main.clearfix{
    display: inline;
  }
  .small-title,.main-word .main-word-right,.main-word{
    display: none;
  }
  .con-title {
    font-size: 3rem;
    line-height: 5rem;
  }
  .position .position-txt {
    padding-left: 2.5rem;
    font-size: 1.8rem;
    max-width: 100%;
  }
  .position {
    height: auto;
    line-height: 3rem;
  }
  .main-txt {
    margin-top: 1rem;
        overflow-x: auto;
  }
  .main-txt * {
    font-size: 2rem !important;
  }
  .main-txt img,.main-txt video{
    max-width: 100%;
    margin: 0 auto;height:auto;
  }
  .main-corner div {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .main-corner {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .con-main .line {
    margin: 2rem 0;
  }
#zoom div {
    max-width: 100% !important;
    width: 100% !important;
}
.sp_title {
    width: 100%;    font-size: 3rem;}
.article #zoom {
    font-size: 2rem;
    line-height: 3.5rem;
}
.wzdtbox {
    width: 100%;
}
.wzdttitbg a {
    font-size: 2.4rem;
}
.wzdtlist ul li a {
    font-size: 2rem;
}
.wzdtlist {
    margin: 0px;
    padding-left: 0px;
}
.wzdtlist ul li {
    width: auto;
    margin: 1rem;
}
.position table td {
    display: inline-block;
    float: left;
    width: auto !important;
}
.position>table>tbody>tr>td:first-child {
    width: 10% !important;
    float: left;
}
.position-txt>table>tbody>tr>td:nth-child(3) {
    width: 85% !important;
    float: left;
}
}
.oldhide {
    display: inline-block;
    width: 100%;
}
.oldshow  {
    display: none;
}			