

div, ul, li, p, img, h2{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}

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

a:hover {
    color: #b61d22;
}

.clear_both:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}

.xz_top_row{
    width: 1100px;
    margin: 0 auto;
}
.xz_top_in{
    background-color: #fff;
    padding-bottom: 20px;
}


/*导语*/
.lead_row {
    padding: 20px;
}

.lead_row h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 50px;
}

.lead_row h2 a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #b61d22;
    
}

.lead_row p {
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-indent: 2em;
    padding-top: 16px;
    text-align: justify;
}

.lead_row p a {
    color: #000;
    transition: color .2s linear;
}

.lead_row p a:hover {
    text-decoration: underline;
    color: #b61d22;
}


/*新增焦点图*/
.xz_focus {
    width: 600px;
    height: 338px;
    float: left;
    overflow:hidden;
    position:relative;
}
.xz_focus .hd{
    width: 100px;
    height:50px;
    overflow:hidden;
    position:absolute;
    right:0;
    bottom:0;
    z-index:1;
}
.xz_focus .hd ul{
    overflow:hidden;
    zoom:1;
    margin-top: 12px;
    height: 50px;
}
.xz_focus .hd ul li{
    display: inline-block;
    margin: 0 2px;
    width:8px;
    height:8px;
    background:#fff;
    cursor:pointer;
    border-radius: 50%;
    vertical-align: middle;
}
.xz_focus .hd ul li.on{
    background:#b61d22;
    width: 10px;
    height: 10px;
}
.xz_focus .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.xz_focus .bd li{
    zoom:1;
    position: relative;
}
.xz_focus .bd img{
    width: 600px;
    height: 338px;
    display:block;
}

.xz_focus b {
    display: block;
    width: 800px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.xz_focus i {
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 353px;
    top: 152px;
    z-index: 3;
}

.xz_focus p{
    width: 460px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}

/*要闻速递*/
.ywsd_left {
    width: 470px;
    float: right;
}

ul.ywsd {}

ul.ywsd + ul.ywsd {
    border-top: 1px dotted #cac0ba;
    margin-top: 16px;
    padding-top: 14px;
}

ul.ywsd li {
    font-size: 16px;
}

ul.ywsd li a {
    display: block;
    background: url("ywsd-icon.png") left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .1s linear;
}

ul.ywsd li a:hover {
    transform: translateX(.5px) translateY(-.5px);
}