@charset "utf-8";

/* CSS Document */

body {
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
    font-size: 15px;
    color: #333
}

a {
    color: #333
}

.header,
.conter,
.footer {
    width: 100%;
}

.con_box {
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
}


/********************************栏目页左侧*****************************/

.con_lt {
    float: left;
    width: 260px;
    background: url(../images/zgwjpx_lt_bg.jpg) no-repeat bottom center #f5f5f5;
}

.con_lt span {
    display: block;
    float: left;
    width: 260px;
    height: 115px;
    line-height: 100px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: url(../images/zgwjpx_lt_tit.jpg) no-repeat center;
    text-align: center
}

.con_lt ul {
    float: left;
    width: 100%;
    padding: 0px 20px;
    font-size: 17px;
}

.con_lt li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    /* background:url(../images/zgwjpx_lt_jtoff.png) no-repeat right center; */
    line-height: 60px;
    position: relative;
}


/*.con_lt li:hover{background:url(../images/zgwjpx_lt_jton.png) no-repeat right center;}*/

.con_lt li:hover>a {
    color: #084cb4;
}

.con_lt li.curr {
    background: url(../images/zgwjpx_lt_jton.png) no-repeat right center;
}

.con_lt li.curr a {
    color: #084cb4;
}

.sub_left li .toggles {
    transition: .5s;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 5px;
    height: 40px;
    display: block;
    width: 40px;
    cursor: pointer;
    z-index: 999;
    font-size: 28px;
    color: #bfbfbf;
    text-align: center;
    line-height: 46px;
    font-weight: normal;
    background: url(../images/sub_aright.png) no-repeat center;
}

.sub_left li.active .toggles {
    transform: rotate(90deg);
    transition: .5s;
}

.second_nav {
    padding: 0 0 10px 20px;
    display: none;
}

.second_nav dd {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.second_nav dd a {
    color: #666;
}

.second_nav dd:hover a {
    color: #084cb4;
}


/********************************栏目页右侧*****************************/

.con_rt {
    float: right;
    width: 900px
}

.rt_top {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
}

.rt_top span {
    font-size: 21px;
}

.dqwz {
    float: right;
    font-size: 15px;
    color: #999;
    height: 40px;
}

.dqwz a {
    padding: 0px 5px;
    color: #999;
}


/********************************图片列表*****************************/

.rt_list {
    float: left;
    width: 100%;
    padding: 30px 0px;
    min-height: 650px
}

.pic_list {
    width: 105%;
    overflow: hidden;
}

.pic_list li {
    width: 287px;
    float: left;
    height: 222px;
    margin-bottom: 5px;
    margin-right: 20px
}

.pic_list li img {
    width: 287px;
    float: left;
    height: 162px;
}

.pic_list li span {
    display: block;
    width: 287px;
    text-align: center;
    height: 60px;
    line-height: 60px
}

.pic_list li a:hover {
    color: #084cb4;
}


/********************************时间摘要列表*****************************/

.pxjh_list {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0px;
    height: 120px;
    float: left;
}

.sjzy_lt {
    width: 80px;
    float: left;
    height: 80px;
    background: #f5f5f5;
    margin-right: 25px;
    font-size: 13px;
    color: #084cb4;
    text-align: center
}

.sjzy_lt span {
    font-size: 42px;
}

.sjzy_rt {
    width: 790px;
    float: left;
    background: url(../images/zgwjpx_rt_list.jpg) no-repeat right center;
    height: 80px;
    padding-right: 50px;
}

.sjzy_rt a {
    font-size: 17px;
    line-height: 30px;
}

.sjzy_rt p {
    font-size: 13px !important;
    color: #666666;
    line-height: 50px !important;
    text-indent: 0em !important;
}

.pxjh_list:hover .sjzy_lt {
    background: #084cb4;
    color: #fff;
}

.pxjh_list:hover a {
    color: #084cb4;
}


/********************************单篇信息页*****************************/

.rt_list p {
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}

.fgx {
    border-top: 1px solid #dcdcdc;
    float: left;
    width: 100%;
    height: 1px
}


/********************************栏目页右侧结束*****************************/


/********************************文章页开始*****************************/

.content {
    width: 100%;
    float: left;
}

.tent {
    width: 1000px;
    margin: 0px auto;
}

.title,
.fstit,
.cont {
    width: 100%;
    float: left;
    padding: 15px 0px
}

.title {
    text-align: center;
    font-size: 21px;
    line-height: 34px;
}

.sub_title {
    text-align: center;
    margin: 0 auto 20px;
    color: #666;
    font-size: 18px;
}

.fstit {
    color: #999;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #bababa
}

.cont {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.cont p {
    text-indent: 2em
}

.sj_dh {
    display: none;
}

.sj_footer {
    display: none
}

.all-nav {
    display: none
}

.rt_list1 {
    display: none
}