﻿*{
    margin: 0;
    padding: 0;
}

body,html{
    font-size: 12px;
    font-family: "微软雅黑";
    color: black;
}

ul,dl,ol{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

img{
    border:none;
    outline: none;
}

i,em,h1,h2,h3,h4,h5,h6{
    font-style: normal;
}

.cf:after{
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.cf{
    zoom: 1;
}

/*头部S*/
.bg{
    background: url("../images/dxzc_bg.jpg") no-repeat top center;
    border-top: 6px solid #bb4d32;
}

.header{
    margin: auto;
    width: 1200px;
    height: 550px;
    position: relative;
}

.header span.logo{
    display: block;
    width: 209px;
    height: 56px;
    position: absolute;
    left: 50px;
    top: 30px;
    background: url("../images/dxzc_logo.png") no-repeat;
}

.header span.title{
    display: block;
    width: 217px;
    height: 423px;
    position: absolute;
    left: 220px;
    bottom: 20px;
    background: url("../images/dxzc_bgTitle.png") no-repeat;
}

.header a{
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 60px;
    height: 20px;
    border-radius: 20px;
    color: #bb4d32;
    line-height: 20px;
    text-align: center;
    background: rgba(255,255,255);
    border: 1px solid #bb4d32;
}
/*头部E*/

/*导航栏S*/
.nav{
    width: 100%;
    height: 60px;
    background: #bb4d32;
    text-align: center;
}

.nav a{
    display: inline-block;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.nav a:hover{
    background: #d46144;
}
.nav a.act{
    background: #d46144;
}

/*导航栏E*/

/*内容S*/
.content{
    margin:50px auto 30px;
    width: 1200px;
}

.list{
    float: left;
    width: 372px;
    margin-left: 42px;
    border-top:4px solid #bb4d32;
    border-bottom:4px solid #bb4d32;
}

.list:first-child{
    margin-left: 0;
}

.list_t{
    width: 352px;
    height: 55px;
    padding: 0 10px;
    border-bottom:2px solid #bb4d32;
}

.list_t i{
    color: #bb4d32;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
}

.list_t a{
    float: right;
    display: inline-block;
    padding: 0px 10px;
    height: 20px;
    line-height: 20px;
    color: #bb4d32;
    font-size: 14px;
    border: 1px solid #bb4d32;
    border-radius: 5px;
    margin: 15px 0;
}

.list ul{
    width: 372px;
}

.list ul li{
    width: 337px;
    padding:0 10px 0 25px;
    height: 60px;
    background: url("../images/dazc_li.png") no-repeat 10px center;
    border-bottom: 1px dashed #a7a7a7;
}

.list ul li:last-child{
    border-bottom: none;
}

.list ul li a{
    float: left;
    display: inline-block;
    font-size: 18px;
    width: 275px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
}

.list li span{
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #999999;
    width: 50px;
    height: 60px;
    line-height: 60px;
}

.tb{
    width: 100%;
    height: 14px;
    background: url("../images/dazc_tb.png") repeat-x;
    margin: 5px 0;
}
/*内容E*/

/*栏目页 S*/
.content_l{
    width: 1200px;
    margin: auto;
    padding: 0 0 30px 0;
    background: white;
}

.column_nav{
    float: left;
    width: 300px;
    margin:30px;
}

.column_nav span{
    display: block;
    width: 300px;
    height: 60px;
    background: #bb4d32;
    color: white;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.column_nav ul{
    width: 300px;
    border:1px solid #d2d2d2;
}

.column_nav ul li{
    width: 300px;
    height: 50px;
    border-bottom:1px solid #d2d2d2;
    position: relative;
}

.column_nav ul li:last-child{
    border-bottom:none;
}

.column_nav ul li a{
    display: block;
    margin: auto;
    width: 110px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-bottom:2px solid transparent;
}

.column_nav ul li a:hover{
    border-color:#bb4d32;
    color: #bb4d32;
    font-weight: bold;
}

.column_list{
    float: right;
    width: 810px;
    margin: 30px 30px 0 0;
}

.wz{
    width: 100%;
    border-bottom:1px solid #999;
}

.wz span{
    display: inline-block;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    border-bottom:3px solid #999;
}

.wz img{
    display: inline-block;
    float: left;
    margin: 11px 10px 0 0;
}

.wz a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.ul_list{
    width: 100%;
}

.ul_list li{
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #e5e5e5;
}

.ul_list li a{
    display: block;
    width: 100%;
    height: 100%;
}

.ul_list li a:hover i{
    color: #bb4d32;
}

.ul_list li a span{
    font-family: "宋体";
    color: #ff7e00;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.ul_list li a i{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    float: left;
    width: 500px;
}

.ul_list li a em{
    color: #999999;
    display: inline-block;
    float: right;
    margin: 0 18px 0 0;
}

/*栏目页 E*/

/*内容页 S*/
.content_c{
    margin: auto;
    width: 1150px;
    padding:25px;
    background: white;
}

.content_c h1{
    font-size: 25px;
    color: #db0e0e;
    text-align: center;
    margin:  40px 0 20px 0;
}

.release{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.c_p{
    width: 100%;
    margin: 30px 0;
}

.print{
    width: 100%;
    height: 20px;
}

.print a{
    float: right;
    display: block;
    width: 80px;
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    background: url("../images/print.png") no-repeat left center;
    color: #999999;
}

.attachment{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    margin: 10px 0 0 0;
}

.attachment a{
    line-height: 40px;
    color: #999;
}

/*上下篇 S*/
.upDown{
    margin:auto;
    width: 1200px;
    margin: 30px 0 0 20px;
}

.upDown i{
    display: block;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a{
    display:inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a:hover{
    text-decoration: underline;
    color: #bb4d32;
}
/*上下篇 E*/

/*翻页 S*/
.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    color: #707070;
    border-radius: 5px;
    margin:0 5px;
}

.pagenum a:not(.prev):not(.next).act{
    background: #bb4d32;
    color: white;
}

.pagenum span{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    color: #707070;
    border-radius: 5px;
    margin:0 5px;
}
/*翻页 E*/

/*内容页 E*/

/*底部S*/
.footer{
    margin: auto;
    width: 100%;
    padding: 30px 0;
    border-top: 4px solid #bb4d32;
}

.footer p{
    margin: auto;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #bb4d32;
}

/*底部E*/