body {
    background: none;
    min-width: 1200px !important;
}

.wrap_all {
    width: 100%;
    margin: 0 auto;
}

.wrap_head {
    width: 100%;
    background: url(http://www.chinadky.cn/eportal/uiFramework/commonResource/image/2024061310443856033.png) no-repeat top center;
    padding-top: 120px;
}

.zn_banner {
    width: 1200px;
    height: 440px;
    margin: 0 auto;
}

.nav {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    background: none;
}

.nav ul {
    width: 1010px;
    height: 70px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    font-size: 24px;
    color: #fff;
    background: none;
    margin: 0;
}

.nav ul li a {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.wrap_con {
    width: 1200px;
    margin: auto;
    height: auto;
    overflow: hidden;
    min-width: 1200px;
    padding-bottom: 68px;
}

.content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.content_left {
    width: 592px;
    height: 394px;
    float: left;
}

.content_right {
    width: 592px;
    height: 394px;
    float: right;
}

.img_title {
    width: 100%;
    height: 40px;
    position: relative;
    top: -40px;
    background-color:#ca0303;
    text-align: center;
}

.img_title a {
    color: white;
    line-height: 30px;
}


.more {
    position: relative;
    top: -60px;
    float: right;
}

.bar_title {
    margin: 30px auto 10px auto;
}
/*新闻列表*/
.news_list{
    width: 100%;
    text-align: left;
}
.news_list ul li{
    line-height: 3em;
    border-bottom: #ca0303 dotted 1px;
    list-style-type: none;
    padding-left: 10px;
}


/*权威解读新闻列表*/
.qwjd_news_list{
    width: 100%;
    text-align: left;
}

.qwjd_news_list ul li{
    width: 590px;
    line-height: 3em;
    display: block;
    float: left;
    overflow: hidden;
    text-align: left;
    list-style-type: none;
    padding-left: 10px;
    border-bottom: #ca0303 dotted 1px;
}

.qwjd_news_list ul li a{
    line-height: 3em;
}

/*权威解读图片列表*/
.qwjd_img_list{
    width: 100%;
    text-align: left;
}

.qwjd_img_list ul li{
    width: 400px;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden;
    list-style-type: none;
    padding-top: 10px;
}



/*底部*/
.zt_footer {
    background: #df0110;
    color: #ffffff;
    text-align: center;
    min-width: 1200px;
}

.sjyc_footer {
    padding: 20px 0;
}

.sjyc_footer p a {
    color: #ffffff;
}

.sjyc_footer p {
    line-height: 40px;
}