				    				    				    				    @charset "utf-8";
/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #333;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
    .con-left .con-leftn-list{
        width: 300px;
        min-height: 720px;
        font-size: 17px;
        color: #333;
        background-color: #efefef;
    }
    .con-leftn-list li{
        width: 300px;
        line-height: 45px;
        padding-left: 45px;
        border-bottom: 1px #e3e3e3 solid;
    }
    .con-leftn-list li a{
        padding-left: 20px;
        background: url(gray_triangle.png) no-repeat left center;
        font-size: 17px;
        color: #333;
    }
    .con-leftn-list li:hover{
        background-color: #b6ccec;
        cursor: pointer;
    }
    .con-leftn-list li:hover a{
        background: url(blue_triangle.png) no-repeat left center;
        color: #427fda;
    }
    .con-leftn-list .gl{
        background-color: #b6ccec;
        cursor: pointer;
    }
    .con-leftn-list .gl a{
        background: url(blue_triangle.png) no-repeat left center;
        color: #427fda;
    }
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
input {
  font-family: '微软雅黑';
  text-align: left;
}
* {
  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 {
  text-decoration: none;
  color: #000;
}
ul,
li {
  list-style: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  content: '';
  /* display: table; */
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*当前位置*/
.position {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.position .position-txt {
  padding-left: 25px;
  font-size: 13px;
  color: #454545;
  margin-top: 5px;
}

/*内容*/
/*.con{
	margin-top: 30px;
	margin-bottom: 30px;
}*/
/*左侧*/
.con .con-left {
  float: left;
  width: 300px;
  /*height: 820px;*/
  margin-right: 30px;
  background-color: #efefef;
}
.con-left .con-left-title {
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #427fda;
}
.con-leftn-list .gl {
  background-color: #b6ccec;
  cursor: pointer;
}
.con-leftn-list .gl a {
  background: url(images/blue_triangle.png) no-repeat left center;
  color: #427fda;
}

/*右侧*/
.con .con-right {
  float: left;
  width: 830px;
  font-size: 17px;
  color: #333;
  padding: 10px 0 0 25px;
  background-color: #f9f9f9;
}
.con .con-right-title {
  float: left;
  width: 830px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 25px;
  background-color: #427fda;
}
.con .con-right-title a {
  color: #fff;
  font-size: 17px;
}
.con-right-box {
  float: left;
  width: 830px;
}
.content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
.con-right-box {
  overflow: hidden;
}
.con-right li {
  width: 785px;
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  background: url(tylm_pic_02.png) no-repeat left center;
  border-bottom: 1px #dedede dashed;
}
.con-right li a {
  font-size: 17px;
  color: #333;
  padding-left: 10px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.con-right li span {
  float: right;
  font-size: 17px;
  color: #999;
}

/* 手机版 */
@media screen and (max-width: 769px) {

.position table td {
    display: inline-block;
    float: left;
    width: auto !important;
}
.position table {
    table-layout: fixed;
}
.position-txt>table>tbody>tr>td:nth-child(3) {
    width: 85% !important;
    float: left;
}
  .position {
    width: 100%;
    height: auto;
    line-height: 3rem;
  }
  .content {
    width: 96%;
  }
  .position .position-txt {
    font-size: 1.8rem;
    padding-left: 0px;
  }
  .w,
  .con .con-right {
    width: 100% !important;
    overflow: hidden;
  }
  .con-left .con-left-title {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    text-align: center;
    padding-left: 0px;
  }
  .con-left .con-leftn-list {
    width: 100% !important;
    min-height: auto !important;
    font-size: 17rem !important;
  }
  .con-leftn-list li {
    width: 50% !important;
    height: 4.5rem !important;
    line-height: 4.5rem !important;
    padding-left: 1rem !important;
    float: left;
  }
  .con-leftn-list li a {
    padding-left: 2rem !important;
    font-size: 1.8rem !important;
    line-height: 4.5rem;
    display: block;
  }
  .con .con-right {
    /* min-height: 77rem; */
    font-size: 1.7rem;
    padding: 1rem;
  }
  .con-right .con-title {
    font-size: 2.5rem !important;
    line-height: 5rem !important;
  }
  .main-txt {
    font-size: 2rem;
  }
  .con-right li {
    width: 100% !important;
    background-size: 0rem !important;
    background: none;
  }
  .con-right li {
    width: 100% !important;
    height: auto !important;
    line-height: 4.5rem !important;
    padding-left: 0.5rem !important;
  }
  .con-right li a {
    font-size: 2rem !important;
    padding-left: 0rem !important;
    overflow: unset;
    display: inline-block;
    float: left;
    text-overflow: unset;
    white-space: unset;
    line-height: 4.5rem;
    width: 100%;
    max-width: 100%;
  }
  .con-right li span {
    font-size: 2rem !important;
    float: left;
  }
  td.default_pgSearchInfo,
  .default_pgRefresh,
  .default_separator {
    display: none !important;
  }
  .default_pgPanel {
    padding: 0 1rem 0 1rem !important;
  }
  .con .con-left {
    width: 100%;
    margin-right: 0px;
  }
  .default_pgCurrentPage {
    width: 5rem !important;
  }
  .con-right-box {
    width: 100%;
  }
  .con .con-right-title {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    padding: 0 0 0 2.5rem;
  }
  .con .con-right-title a {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  .con-leftn-list li {
    width: 100% !important;
  }
}

				
				
				
				