﻿@CHARSET "UTF-8";
body {
    background: #f0f0f0;
}


body.body-white {
    background: #fff;
}

.jdz_header {
    position: relative;
    height: 570px;
    max-width: 1920px;
    min-width: 1500px;
    background: url("../images/jdz/top.jpg") no-repeat center top;
    margin: 0 auto;
}

.jdz_header .c1500 {
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}

.jdz_nav {
    position: relative;
    top: 454px;
    width: 1500px;
    color: #ffffff;
    margin: 0 auto;
}

.jdz_nav ul {
    width: 1500px;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    margin: 40px 0 40px 0;
    padding: 0;
}

.jdz_nav ul li {
    display: flex;
    margin: 0 24px 0 0;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 5px;
}

.jdz_nav ul li a {
    margin: 0 auto;
    font-family: "Microsoft YaHei", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: bolder;
}

.jdz_nav ul li a img {
    width: 36px;
    height: 36px;
    margin-right: 0px;
}

.jdz_nav ul li a:hover {
    text-decoration: none;
}

.jdz_header .label {
    position: absolute;
    top: 170px;
    width: 1500px;
    font-size: 65px;
    color: #066bb6;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 10px;
    user-select: none;
    padding: 0 0 0 10px;
}

.jdz_header .search {
    position: absolute;
    width: 1500px;
    top: 255px;
    text-align: center;
}

.jdz_header .search input[type=text] {
    float: left;
    height: 63px;
    width: 1000px;
    font-size: 24px;
}

.jdz_header .search input[type=submit] {
    float: left;
    height: 63px;
    width: 63px;
}

.jdz_header .search .form-group {
    position: relative;
    width: 1067px;
    margin: 0 auto;
    border: 2px solid #8097b5;
    box-sizing: border-box;
}

.jdz_header .search .icon {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 40px;
    color: #fff;
    pointer-events: none;
}


/** FOOTER  **/

.jdz_footer {
    position: relative;
    max-width: 1920px;
    min-width: 1500px;
    height: 202px;
    background: url("../images/jdz/bottom.jpg") top center no-repeat;
    margin: 0 auto;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.jdz_footer p {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.jdz_footer a {
    color: #fff;
    text-decoration: none;
}

.jdz_c {
    width: 100%;
}

.jdz_c .link1 {
    width: 1500px;
    margin: 0 auto;
}

.jdz_c .news {
    width: 1500px;
    height: 435px;
    margin: 60px auto 50px auto;
    display: flex;
}

.jdz_c .news .preview {
    width: 760px;
    height: 435px;
    background: #dfdfdf;
}

.jdz_c .news .swiper {
    width: 100%;
    height: 100%;
}

.jdz_c .news .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.jdz_c .news .swiper-pagination {
    height: 60px;
    line-height: 60px;
    text-align: right !important;
    bottom: 0;
    padding: 0 20px;
}

.jdz_c .news .swiper-pagination-bullet {
    color: #fff;
    background: #fff;
    opacity: 1;
}

.jdz_c .news .swiper-pagination-bullet-active {
    color: #cb0000;
    background: #cb0000;
}

.jdz_c .news .preview a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.jdz_c .news .preview p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(35, 35, 35, 0.7);
    line-height: 60px;
    margin: 0;
}

.jdz_c .news .news-list {
    width: 685px;
    margin-left: auto;
}

.jdz_c .news .news-list .title {
    border-bottom: 1px solid #dddedf;
    width: 100%;
    height: 60px;
    display: flex;
}

.jdz_c .news .news-list .title .t {
    display: block;
    border-bottom: 6px solid #0a7dcd;
    width: 130px;
    height: 60px;
    user-select: none;
    color: #0a7dcd;
    font-size: 30px;
    font-weight: bolder;
}

.jdz_c .news .news-list .title .more {
    display: block;
    height: 60px;
    width: 100px;
    line-height: 60px;
    margin-left: auto;
    text-align: center;
}

.jdz_c .news .news-list .title .more a {
    color: #181818;
    text-decoration: none;
    font-size: 16px;
}

.jdz_c .news .news-list ul {
    padding: 15px;
}

.jdz_c .news .news-list li {
    margin: 0 0 14px 0;
}

.jdz_c .news .news-list li span {
    float: right;
    font-size: 16px;
}

.jdz_c .news .news-list a {
    font-size: 18px;
    color: #111;
    text-decoration: none;
}

.jdz_c .guide {
    width: 100%;
    height: 150px;
    background-color: #edf5ff;
}

.jdz_c .guide .grid {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.jdz_c .guide .grid .item {
    width: 450px;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.jdz_c .guide .grid .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.jdz_c .guide .grid .item.fwzn {
    background-image: url("../images/jdz/t_ffzn.png");
    float: left;
}

.jdz_c .guide .grid .item.wqzn {
    background-image: url("../images/jdz/t_wqzn.png");
}

.jdz_c .guide .grid .item.zsyd {
    background-image: url("../images/jdz/t_zsyd.png");
}

.jdz_c .sec {
    width: 1500px;
    height: 450px;
    margin: 25px auto 40px auto;
    display: flex;
}

.jdz_c .sec .left {
    width: 630px;
    height: 100%;
}

.jdz_c .sec .left .title {
    width: 100%;
    height: 50px;
    display: flex;
}

.jdz_c .sec .left .title .t {
    display: block;
    height: 50px;
    line-height: 50px;
    user-select: none;
    color: #ffffff;
    font-size: 30px;
    background-color: #007fd6;
    border-radius: 0 20px 0 20px;
    padding: 0 30px;
}

.jdz_c .sec .left .title .more {
    display: block;
    height: 50px;
    width: 100px;
    line-height: 50px;
    margin-left: auto;
    text-align: center;
}

.jdz_c .sec .left .title .more a {
    color: #585858;
    text-decoration: none;
    font-size: 16px;
}

.jdz_c .sec .left ul {
    padding: 0;
    margin-top: 30px;
}

.jdz_c .sec .left li {
    list-style: none;
    margin: 0 0 20px 0;
}

.jdz_c .sec .left li a {
    font-size: 18px;
    color: #111;
    text-decoration: none;
}

.jdz_c .right {
    width: 850px;
    height: 100%;
    margin-left: auto;
    position: relative;
}

.jdz_c .zscq {
    height: 400px;
}

.jdz_c .zscq .right .title {
    position: absolute;
    top: -30px;
    background-image: url("../images/jdz/zl_t.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 850px;
    height: 65px;
}

.jdz_c .zscq .right .grid {
    position: relative;
    top: 50px;
    width: 850px;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.jdz_c .zscq .right .ad {
    width: 850px;
    height: 190px;
    position: absolute;
    bottom: 0;
}

.jdz_c .friends_link {
    width: 1500px;
    font-size: 30px;
    color: #0965ac;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto 55px auto;
}

.jdz_c .friends_link .title {
    position: relative;
    height: 50px;
    user-select: none;
}

.jdz_c .friends_link .title span {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 50px;
    background-color: #fff;
    letter-spacing: 10px;
}

.jdz_c .friends_link .title:after {
    content: "";
    width: 100%;
    top: 24px;
    left: 0;
    z-index: -1;
    border-bottom: 2px solid #bccdee;
    position: absolute;
}

.jdz_c .friends_link .links {
    width: 100%;
    min-height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; /* 换行 */
}

.jdz_c .friends_link .item {
    width: 335px;
    height: 125px;
    overflow: hidden;
    margin-top: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* list */

.jdz_container {
    width: 1500px;
    margin: 0 auto;
}

.jdz_container .bread {
    display: block;
    height: 80px;
    width: 100%;
    font-size: 24px;
    padding: 20px 60px;
}

.jdz_container .bread li {
    color: #333;
    float: left;
    list-style: none;
}

.jdz_container .bread li a {
    color: #333;
    text-decoration: none;
}

.jdz_container .list_title {
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 400;
    display: block;
    background-color: #d8d8d8;
    height: 66px;
    padding: 12px 63px;
}

.jdz_container .list_box {
    width: 100%;
    border: 1px solid #d3d3d3;
    margin-top: 40px;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 60px 70px;
    font-size: 24px;
}

.jdz_container .list_box .item {
    display: block;
    width: 100%;
    height: 70px;
}

.jdz_container .list_box .tag {
    float: left;
    color: #818181;
}

.jdz_container .list_box .tt {
    float: left;
    color: #0a1e2c;
    margin-left: 20px;
}

.jdz_container .list_box .tt a {
    color: #0a1e2c;
    text-decoration: none;
}

.jdz_container .list_box .time {
    float: right;
    color: #818181;
}

.jdz_container .list_box2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    box-sizing: border-box;
    font-size: 24px;
}

.jdz_container .list_box2 li {
    list-style: none;
}

.jdz_container .list_box2 .th {
    height: 65px;
    line-height: 65px;
    color: #fff;
    background-color: #007ad8;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
}

.jdz_container .list_box2 .tt {
    width: 825px;
    float: left;
}

.jdz_container .list_box2 .official {
    width: 535px;
    float: left;
}

.jdz_container .list_box2 .time {
    width: 140px;
    float: left;
}

.jdz_container .list_box2 .item1 {
    width: 100%;
    height: 115px;
    background-color: #f1f2f7;
}

.jdz_container .list_box2 .item2 {
    width: 100%;
    height: 115px;
}

.jdz_container .list_box2 .list {
    height: 115px;
    word-wrap: break-word;
    font-size: 18px;
}

.jdz_container .list_box2 .list a {
    color: #111;
    text-decoration: none;
}

.jdz_container .list_box2 .list .time {
    text-align: center;
    color: #818181;
}

.jdz_container .list_box2 .list .tt {
    display: flex;
    align-items: center;
    height: 100%;
    word-wrap: break-word;
    word-break: normal;
    padding-left: 50px;
    position: relative;
}

.jdz_container .list_box2 .list .tt:before {
    position: absolute;
    content: "·";
    left: 30px;
    font-size: 40px;
    color: #d3d3d3;
}

.jdz_container .list_box2 .list .official {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    word-wrap: break-word;
    word-break: normal;
    padding: 0 50px;
    text-align: center;
}

.jdz_container .list_box2 .list .time {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.jdz_container .pagination {
    margin: 60px auto 30px auto;
}

.jdz_container .article-box {
    width: 100%;
    border: 1px solid #d3d3d3;
    margin-top: 40px;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 60px 70px;
}

.jdz_container .article-box h2 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 50px;
}

.jdz_container .article-box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 50px;
}

.jdz_container .article-infobox {
    font-size: 18px;
    text-align: center;
}

.jdz_container .article_content {
    font-size: 30px;
}
