﻿﻿/*通用样式*/
*{
	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;
}
/*a:visited {color: #333333;}
a:active {color: #333333;}*/
ul li,
ol li {
    list-style-type: none;
}
body {
    background-color: #ffffff;
    font-family: "microsoft Yahei";
}
.inner {
    width: 1220px;
    margin: 0 auto;
}

/*header start*/

/*header end*/

/*content start*/
.content {
    width: 100%;
    background: #f1f1f1 url(secBg.png) no-repeat center top;
    padding-bottom: 30px;
}
/* 当前位置 */
.contentT {
    width: 100%;
    height: 56px;
}
.contentT .inner {
    background: #f5f5f5 url(col_pic_01.png) no-repeat 20px 20px;
}
.contentT .now {
    margin-top: 16px;
    margin-bottom: 20px;
    color: #1a56a8;
    margin-left: 45px;
}
.contentT a {
    font-size: 18px;
    padding: 0 4px;
}
/* .contentT a.current { color: #999999; } */
/* 栏目内容 */
.contentB {
    min-height: 800px;
    background-color: #f5f5f5;
    padding: 20px;
    padding-bottom: 30px;
}
/* 栏目列表 */
.contetnL {
    width: 340px;
}
.contentL h3 {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    padding-left: 10px;
}
.contentL img {
    padding-right: 9px;
}
.contentL ul {
    width: 220px;
}
.contentL li {
    width: 100%;
    padding: 15px 10px;
    background: #004bcd;
    border-top: 1px solid #ffffff;
}
.contentL li a {color: #ffffff;}
/* 高亮&当前栏目改变背景色 */
.contentL li:hover, .contentL .curCol {
    background: url(col_pic_07.png) no-repeat center;
    background-size: 100% 100%;
}
/* 高亮&当前栏目改变字体样式 */
.contentL li:hover a, .contentL .curColTit {
    color: #ffffff;
}
/* .bg{ background:url("line-2.png") repeat-y 380px top; } */
.contentL a {
    width: 100%;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    padding-left: 10px;
}

/* 信息列表 */
.contentR {
    width: 935px;
    /* border-left: 1px solid #e6e6e6; */
    padding-left: 39px;
}
.contentR h3 {
    width: 100%;
    height: 40px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 3px solid #2c94ed;
    position: relative;
}
.contentR h3 > i {    
    width: 8px;
    height: 30px;
    background-color: #2c94ed;
    border-radius: 20px;
    position: absolute;
    left: -20px;
    top: 0;
    display: inline-block;}
/* .contentR h3 span {
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #1a56a8;
    border-bottom: 3px solid #1a56a8;
    padding-bottom: 18px;
} */
.contentR ul {
    min-height: auto;
    margin-top: 15px;
    position: relative;
}
.contentR li {
    font-size: 16px;
    padding: 7px 0px;  
}
.contentR li a {
    font-size: 16px;
    color: #4c4c4c;
    background: url(col_pic_04.png) no-repeat left center;
    /* display: inline-block; */
    /* float: left; */
    padding-left: 13px;
    line-height:32px;
}
.contentR li span {
    color: #999999;
    display: inline-block;
    padding-left: 10px;
}
/*content end*/

/*footer start*/

/*footer end*/
/* 通用头部 */
.top{
    width: 100%;
    height: 35px;
    background: #f7f7f7;
    line-height: 35px;
}
.top span{
    margin: 0 10px;
}
.bt-box-top{
    padding: 0px 20px 0px 20px;
    width: 1220px;
    margin: 0 auto;
}
.top-left{
    height: 35px;
    color: #666666;
    font-size: 14px;
}
.top-left ul li{
    float: left;
    background: url(jssw_pic_01.png) no-repeat center left;
    width: 45px;
    text-align: center;
    color: #666666;
}

.top-left a:hover{
    color: #1a56a8;
}
.top-right{
    height: 35px;
    color: #666666;
    font-size: 14px;
}
.top-right ul li{
    float: left;
    background: url(jssw_pic_01.png) no-repeat center left;
    width: 110px;
    text-align: center;
    color: #666666;
    padding-left: 10px;
}
/* banner */
.banner{
    padding: 0px 20px 0px 20px;
    width: 1220px;
    margin: 0 auto;
    height: 145px;
}
.banner-l{
    width: 561px;
    height: 145px;
}
.banner-r{
    width: 355px;
    height: 145px;
}
.banner-r-top{
    width: 100%;
    height: 55px;
    line-height: 55px
}
.banner-r-top a{
    width: 60px;
    float:right;
    font-size: 14px;
    color: #333333;
}
.banner-r-top li{
    padding-left: 30px;
}
.weibo{
    background: url(jssw_pic_03.png) no-repeat center left;
}
.weixin{
    background: url(jssw_pic_04.png) no-repeat center left;
}
.banner-search{
    width: 350px;
    height: 38px;
}
.b-serch {
    width: 100%;
    height: 38px;
    position: relative;
}
.search-text {
    width: 255px;
    border: none;
    outline: none;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 16px;
    color: #999999;
    border: 1px solid #cccccc;
}
.search-submit {
    width: 95px;
    height: 38px;
    line-height: 38px;
    background:url(jssw_pic_06.png);
    font-size: 16px;
    color: #ffffff;
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0;
    padding-left: 20px;
    
}
.host{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
}
.host a{
    color: #333333;
}
/* 导航 */



.banner-c{
    height: 36px;
    background:url(sjpd_pic_08.png) no-repeat center left;
    margin-top: 45px;
    margin-left: 20px;
}
.banner-c-bg1{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    min-width: 58px;
    background: #5e88c2;
    height: 36px;
    line-height: 36px;
    margin-left: 21px;
    display: block;
}
.banner-c-bg{
    background:url(sjpd_pic_09.png) no-repeat center right;
    display: block;
    height: 36px;
    width: 21px;
}


/*******自适应*********/

@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 h3 {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .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 {
        height: 40px;
     }
    
    .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;
    }
  }