/* css 重置 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    min-width: 1350px;
    font-family: Source Han Sans CN;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}


/* 头部 */

.header {
    width: 100%;
    height: 450px;
    /* background: url(jgdw_bj.png) no-repeat; */
    background-size: 100% 100%;
    position: relative;
}

.banner {
    min-width: 100%;
    width: auto;
    height: 100%;
    position: absolute;
}

.banner_bg {
    float: left;
    width: 100%;
    height: 450px;
    z-index: 1;
}

.banner_bg .banner {
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

.banner_fullSlide {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.banner_fullSlide .bd li img {
    width: 100%;
    height: 450px;
    vertical-align: top;
}

.banner_fullSlide .bd {
    position: relative;
    z-index: 0;
}

.banner_fullSlide .bd>ul {
    width: 100% !important;
}

.banner_fullSlide .bd li {
    position: relative;
    width: 100% !important;
}

.banner_fullSlide .bd li .news_wa {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
}

.banner_fullSlide .bd li .news_wa p {
    text-align: right;
    line-height: 35px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
    padding: 0 15px 0 120px;
}

.banner_fullSlide .hd {
    position: absolute;
    left: 45%;
    bottom: 1%;
    z-index: 1;
}

.banner_fullSlide .hd ul {
    text-align: center;
}

.banner_fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 79px;
    height: 8px;
    margin: 7px;
    background: #ffffff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0;
}

.banner_fullSlide .hd ul .on {
    background-position: 0 0;
    background: #b04810;
}

.header>img {
    width: 100%;
    height: 100%;
}

.header-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.headlogo {
    position: absolute;
    left: 0;
    top: 30px;
}

.headtitle {
    margin-top: 60px;
}

.header-content a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 25px;
    text-align: center;
    color: black;
    font-size: 12px;
    background-color: white;
    line-height: 25px;
    border-radius: 0 0 10px 10px;
}


/* 导航栏 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    position: absolute;
    top: 425px;
    left: 0;
    z-index: 99999;
    background: #b10811;
    width: 400px;
    height: 50px;
}

.nav {
    width: 1450px;
    margin: auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    background: #b10811;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 425px;
    right: 0;
}

.nav .m {
    float: left;
    position: relative;
    margin-left: -1px;
    text-align: center;
}

.nav .m:hover h3>a {
    font-weight: bold;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.nav h3 a {
    display: block;
    color: #fff;
    padding: 0 20px;
    vertical-align: top;
}

.nav .on {
    border: 0;
}

.nav .on h3 a {
    background: #d70813;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #d70813;
    border-top: 0;
}

.nav .sub li {
    height: 35px;
    line-height: 35px;
    float: left;
    width: 100%;
}

.nav .sub li a {
    display: block;
    padding-left: 6px;
    color: white;
    font-size: 18px;
}

.nav .sub li a:hover {
    background-color: #f60a16;
}


/* 新闻_滚动新闻 */

.xw-content {
    width: 1450px;
    height: 400px;
    margin: 0 auto;
}

.focusBox {
    width: 650px;
    float: left;
    position: relative;
    height: 400px;
    margin-right: 30px;
    overflow: hidden;
    text-align: left;
    z-index: 3;
}

.focusBox .pic img {
    width: 650px;
    height: 400px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 45px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    width: 350px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.focusBox .txt li a:hover {
    color: #ffedb6;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 15px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: white;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 15px;
}

.focusBox .num li.on {
    background-color: #b10811;
}

.mid1 {
    margin-top: 50px;
}


/* 新闻_右侧新闻 */

.notice {
    overflow: hidden;
    width: 750px;
    float: right;
}

.notice-head {
    width: 100%;
    height: 40px;
    position: relative;
    background: url(jgdw_gzdthead.png) no-repeat;
    background-size: 750px 100%;
}

.notice-head>img {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 17px;
    height: 20px;
}

.notice-head h3 {
    position: absolute;
    top: 2px;
    left: 65px;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.gzdt-more {
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.gzdt-more img {
    width: 17px;
    height: 17px;
    float: right;
    margin-left: 5px;
}

.notice .tab-bd ul {
    overflow: hidden;
    zoom: 1;
}

.notice .tab-bd li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px dashed #ccc;
    background: url(jgdw_jiantou.png) 5px 15px no-repeat;
    background-size: 7px 11px;
    padding-left: 20px;
}

.notice .tab-bd li a:hover {
    text-decoration: underline;
}

.notice .tab-bd li .date {
    float: right;
    color: #999999;
    font-size: 14px;
}

.notice .tab-bd li:last-child {
    margin-bottom: 0;
}


/* 底部资讯 */

.mid3 {
    width: 1450px;
    height: 360px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

.mid3-zixun {
    height: 350px;
    margin-bottom: 10px;
}

.zixun-item {
    width: 460px;
    height: 400px;
    margin-right: 30px;
    float: left;
    border: 1px solid #ccc;
    border-top: 2px solid #b31314;
}

.zixun-item:last-child {
    margin-right: 0;
}

.zixun-name {
    width: 427px;
    height: 40px;
    position: relative;
    background: url(jgdw_item.png) no-repeat;
    background-size: 170px 100%;
    border-bottom: 1px solid #ccc;
}

.zixun-name>img {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 17px;
    height: 20px;
}

.zixun-name h3 {
    position: absolute;
    top: 2px;
    left: 35px;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.zixun-name a {
    font-size: 13px;
    margin-right: 10px;
}

.zixun-name a:last-child {
    margin-right: 0;
}

.zixun-name .mid3-button {
    position: absolute;
    top: 14px;
    left: 125px;
}

.zixun-name .mid3-more {
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.zixun-name .mid3-more img {
    width: 17px;
    height: 17px;
    float: right;
    margin-left: 5px;
}

.zixun-content {
    width: 100%;
    height: 300px;
}

.zixun-content li {
    padding: 8px 0;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    background: url(jgdw_jiantou.png) 5px 15px no-repeat;
    background-size: 7px 11px;
    padding-left: 20px;
}

.zixun-content a {
    font-size: 15px;
    color: #333333;
}

.zixun-content a:hover {
    text-decoration: underline;
}

.zixun-content span {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}


/* 滚动专题 */

.zhuanti-all {
    background: url(jgdw_zhuanti-bj.png) no-repeat;
    background-size: 100% 100%;
}

.zhuanti {
    height: 230px;
    position: relative;
    width: 1200px;
    margin: 0 auto 50px;
}

.zhuanti>img {
    width: 260px;
    height: 80px;
}

.zhuanti-right {
    width: 1200px;
}

.picScroll {
    margin-top: 10px;
}

.tempWrap {
    margin: 0 auto;
}

.picScroll .prev,
.picScroll .next {
    display: none;
    position: absolute;
    top: 150px;
    left: 10px;
    width: 15px;
    height: 25px;
    background-position: 5px 0;
    background: url(pczx_left.png) no-repeat;
}

.picScroll .next {
    left: auto;
    right: 5px;
    background: url(pczx_right.png) no-repeat;
}

.picScroll .prev:hover {
    opacity: 0.5;
}

.picScroll .next:hover {
    opacity: 0.5;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    width: 230px;
    height: 130px;
    float: left;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
}

.picScroll ul li a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.picScroll ul li a:hover>span {
    text-decoration: underline;
    color: #a6263e;
}

.picScroll ul li span {
    font-size: 14px;
    color: #b04810;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picScroll ul li img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 底部 */

.footer {
    height: 90px;
    background-color: #8d0008;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding-top: 25px;
}

.footer p {
    font-weight: 400;
    line-height: 30px;
}


/* 栏目页 */

.middle {
    width: 1200px;
    margin: 20px auto 0;
}

.middle-content {
    width: 100%;
    overflow: hidden;
}

.side {
    border-bottom: 1px solid #e5e5e5;
    margin: 15px;
}

.side ul {
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 15px;
}

.side ul li {
    float: left;
    font-size: 14px;
    font-weight: lighter;
    color: #333;
}

.side ul li a {
    color: #333;
}

.middle .leftList {
    width: 258px;
    border: 1px solid #dcdcdc;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.middle .leftList .listTitle {
    width: 258px;
    height: 55px;
    color: #FFFFFF;
    background: #b10811;
    text-align: center;
}

.middle .leftList .listTitle h1 {
    font-size: 25px;
    line-height: 55px;
}

.middle .leftList .list {
    margin-bottom: 30px;
}

.middle .leftList .list ul li {
    width: 205px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.middle .leftList .list ul li a p {
    width: 170px;
    height: 45px;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.middle .leftList .list ul li a:hover>p {
    text-decoration: underline;
    color: #b30000;
}

.contentList {
    width: 850px;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.list-all {
    margin: 10px 0 0 10px;
}

.content-title {
    width: 100%;
    line-height: 240%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.con-title {
    max-width: 300px;
    height: 38px;
    float: left;
    font-size: 18px;
    border-bottom: 2px solid #b10811;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contentList .list-all .content-title .con-text {
    width: 99%;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    background: url(jgdw_jiantou.png) 5px 15px no-repeat;
    background-size: 7px 11px;
}

.contentList .list-all .content-title .con-text .text {
    width: 620px;
    font-size: 16px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25px;
}

.contentList .list-all .content-title .con-text .text a {
    color: #333;
}

.contentList .list-all .content-title .con-text .text a:hover {
    text-decoration: underline;
    color: #b04810;
}

.contentList .list-all .content-title .con-text span {
    float: right;
    font-size: 14px;
    margin-right: 10px;
}


/* 内容页 */

.all-text {
    margin: 20px;
}

.t-title {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.t-title h1 {
    font-size: 24px;
    color: #333;
}

.t-title p {
    color: #999999;
    margin: 10px 0;
}

.t-con {
    margin: 10px 50px;
    text-indent: 2em;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.t-con .content-txt p,
.t-con .content-txt b {
    text-align: left;
}

.t-con .content-txt img {
    max-width: 1000px;
    max-height: 400px;
}

.relevant {
    border: 1px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    margin: 40px 40px 20px;
    color: #999999;
    line-height: 240%;
}

.updwon {
    margin-left: 40px;
    margin-bottom: 50px;
}

.updwon p {
    margin-top: 10px;
}

.updwon p a:hover {
    text-decoration: underline;
    color: #b04810;
}

.page-num {
    margin-top: 20px;
    margin-left: 40%;
}

.page-num li {
    min-width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}

.page-num li:hover {
    background-color: #cb0327;
}

.page-num li:hover>a {
    color: #ffffff;
}


/* 大栏目 */

.contentList3 {
    border: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contentList3>.list-all>.content-title>a {
    display: block;
    float: right;
    margin-right: 15px;
    color: #666666;
}

.contentList3>.list-all>.content-title>a:hover {
    color: #B04810;
}

.contentList3 .list-all .content-title .con-text {
    height: 40px;
}

.Printing {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px dashed #999999;
}

.Printing a {
    float: right;
    padding-left: 30px;
    font-size: 14px;
    font-family: simsun;
    color: #666666;
}

.Printing a img {
    margin-right: 5px;
}