/*通用样式*/
*{
	margin: 0px;
	padding: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
img,
input,
button {
    border: none;
    outline: none;
}
a {
	color: #333333;
}
a:hover {
	color: #00589e;
    cursor: pointer;
    text-decoration: none;
}
ul li,
ol li {
    list-style-type: none;
}
body {
    background-color: #ffffff;
    font-family: "microsoft Yahei";
}
.inner {
    width: 1220px;
    margin: 0 auto;
}


/*content start*/
.content {
    width: 100%;
}
/* 当前位置 */
.contentT {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    background-color: #ededed;
    margin-bottom: 30px;
}
.contentT .inner {
    background: url(currentPosition.png) no-repeat left 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.contentT .now {
    margin-top: 16px;
    margin-bottom: 20px;
    color: #1a56a8;
    margin-left: 45px;
}
.contentT a {
    font-size: 13px;
    color: #262626;
    padding: 0 4px;
}
.contentT .fath {
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #1c87de;
    margin-top: 2px;
    position:absolute;top:0;
    right: 0;
    border-radius: 10px;
} 
.contentT .fath:hover {color:#ffffff;}
/* 栏目内容 */
.contentB { position: relative; margin: 0 auto 30px!important;}
.contentL {
    width: 300px;
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contentL h3 {
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #1b65b9;
    color: #ffffff;
    padding-left: 10px;   
}
.contentL ul {
    min-height: 400px;
    padding: 12px 26px 12px;
}
.contentL li {
    border-bottom: 1px solid #e3e3e3;
}
.contentL li a {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    padding: 12px 0;
    background: url(col.png) no-repeat 20px center;
    padding-left: 42px;
    color: #333333;
}
/* 高亮&当前栏目改变背景色 */
.contentL li:hover, .contentL .curCol {
    background-color: #cedce4;
}
/* 高亮&当前栏目改变字体样式 */
.contentL li:hover a, .contentL .curCol a {
    color: #426fb8;
    background: url(colon.png) no-repeat 20px center;
}

/* 信息列表 */
.contentR {
    width: 870px;
    min-height: 620px;
    background-color: #f7f7f7;
    padding: 10px 0px 30px 26px;
}
.contentR h3 {
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #5b86c2;
    border-bottom: 1px solid #5b86c2;
    position: relative;
}
.contentR h3 > a {
    color: #5b86c2;
    }
.contentR ul {
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}
.contentR li {
    font-size: 16px;
    padding: 12px 0px;  
}
.contentR li a {
    font-size: 16px;
    color: #4c4c4c;
    background: url(listPic.png) no-repeat left center;
    display: inline-block;
    padding-left: 13px;
}
.contentR li span {
    color: #999999;
    display: inline-block;
    padding-left: 10px;
}
.list03 {display: none;}
/*content end*/

/* links */
.links {width: 100%;background-color:#f1f9ff;border-top: 3px solid #4377c8;}
.linklist { background-color: #ffffff; margin: 12px 0 17px 92px;}
.linklist > li { line-height: 30px;font-size: 14px;cursor: pointer;background: url(links-icon.png) no-repeat center left; padding: 0 28px; float: left; position: relative;}
.linklist > li:first-child { background: none;}
.links h5 {line-height:30px;font-size: 16px;float: left;padding-left: 4px; margin-right:33px;}
.link01list, .link02list, .link03list {width: 1108px; background-color: #ffffff;position: absolute;top: 30px;}
.link01list {left: -12px;}
.link02list {left: -138px;}
.link03list {left: -265px;}
.link01list a, .link02list a, .link03list a {text-align: left;padding: 0 30px;}

/*footer start*/
/*footer end*/

/*******自适应*********/
@media (max-width: 700px) {
    body {
      min-width: 100%;
      background: #fff;
    }
    /* 当前位置 */
    .inner {
      width: 100%;
    }
    /* 自适应添加父级栏目导航图标 */
    .nav-base {
        width: 18px;
        height: 18px;
        float: right;
        background: url(col_pic_05.png) no-repeat;
        background-size: 100%;
        margin: 25px;
        margin-bottom: 0;
      }
      .logo-r-bg {
        /* display: none; */
        background: url(col_pic_06.png) no-repeat;
        background-size: 100%;
    }

    .contentB {
        padding: 10px;
        padding-top: 0px;
    }
    #mask{
        width: 60%;
        position: absolute;
        right: 0;
        display: none;
        z-index: 9;
    }
    .contentL,
    .contentL ul {
        width: 100%;
    }
    .contentL li {
        /* text-align: center; */
        background: #E9EEF6;
        border-bottom: 1px solid #e6e6e6;
        padding-left: 30%;
        margin-top: 0px;
    }
    .contentR {
        width: 100%;
        border-left: none;
        padding-left: 0px;
    }
    
    .contentR h3 span {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        padding-bottom: 4px;
    }
    .contentR li {
        line-height: 36px;
    }
    .contentR li a {
      max-width: 70%;
      overflow: hidden;
      white-space: nowrap;
      float: left;
      text-overflow: ellipsis;
    }
    .contentR .line {
        display: none;
    }
    
    /* 系统默认分页设置 */
    .default_pgToolbar {
        position: static!important;
    }
    .default_pgSearchInfo {
        display: none!important;
    }
  }