﻿@charset "utf-8";
.mm{
    min-width: 1000px;
    max-width:1920px;
    margin:0 auto;
    height:auto;
    overflow: hidden;
}
.p10{
    padding: 10px;
}
.pt20{
    padding-top:20px;
}
.pt40{
    padding-top:40px;
}
.mt20{
    margin-top:20px;
}
.ml25{
    margin-left: 25px;
}

.header{
    background: #fff url(../img/dang/dang-bg.jpg) 0 0 no-repeat;
}
.header .top{
    margin-top:100px;
    /*width:100%;*/
    height:158px;
    background-color: #fff;
}
.header .top .logo{
    width:142px;
    height:113px;
    position: relative;
}

.header .top .logo .logo-txt{
    position: absolute;
    width:100%;
    left:0;
    top:65px;
    text-align: center;
    color: #555;
    line-height:26px;
    white-space: nowrap;
}
.header .top .top-news{
    background-color: #fff;
    width:828px;
}

.header .top .top-info{
    line-height:40px;
    vertical-align: middle;
    font-size:14px;
}

.header .top .top-info .currentTime{
    color: #999;
}
.header .top .top-info .top-link a{
    margin-left:40px;
    text-decoration: none;
}
.header .top .top-info .top-link a:hover{
    color: #f30;
}
.header .top .top-info .top-link a i{
    padding:0 5px;
    color: #999;
    opacity: 0.5;
}
.header  .toutiao{
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: relative;
}
.header  .toutiao .ico-toutiao{
    width: 52px;
    height: 52px;
    position: absolute;
    left:-1px;
    top:-1px;
    background: url(../img/dang/dangjian-pic.png) no-repeat -36px -151px;
}
.header  .toutiao h3{
    width:100%;
    text-indent:5em;
    text-align: center;
    font-size:18px;
    line-height:2.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header  .toutiao h3 a:hover{
    text-decoration: none;
    color: #f30;
}
.header  .toutiao p{
    display: block;
    margin:0 auto;
    color: #999;
    max-width:80%;
}
.header .nav{
    width:100%;
    background-color: #C50C11;

}
.header .nav li{
    display: block;
    float: left;

}
.header .nav li a{
    display: block;
    font-size:16px;
    color: #fff;
    margin:0 24px;
    line-height:30px;
    padding:10px 0;
}
.header .nav li a:hover{
    color: #fffb00;
}
.content{
    padding-top:20px;
    min-height:600px;
    background: #fff url(../img/dang/dang-bg2.jpg) 0 0 repeat-x;
}
.content .container{
    background-color: #fff;
}
.content .item-title{
    line-height:40px;
    border-bottom: 1px solid #ddd;
    text-indent:4em;
    position: relative;
    overflow: hidden;
}
.content .item-title .ico{
    position: absolute;
    width:24px;
    height:24px;
    left:12px;
    top: 6px;
    background: url(../img/dang/dangjian-pic.png) -38px -38px no-repeat;
}
.content .item-list{
    width:100%;
    overflow: hidden;
}
.content .item-list li{
    position: relative;
    overflow: hidden;
}
.content .item-list li:hover{
    background-color: #f6f6f6;
}
.content .item-list li .ico{
    position: absolute;
    width:24px;
    height:24px;
    left:12px;
    top:10px;
    background: url(../img/dang/dangjian-pic.png) -352px -45px no-repeat;
}
.content .item-list li a{
    display: block;
    padding:5px 0;
    text-indent:2.2em;
    width:460px;
    font-size:14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s;
}
.content  .item-list li a:hover{
    color: #f30;
    text-indent:2.4em;
    text-decoration: none;
}
.content  .item-list li .time{
    position: absolute;
    width:80px;
    height:24px;
    right:12px;
    top:6px;
    color: #999;
    text-align: right;
}
.content .news, .content .slide,.content .sznews, .content .zfnews,.content .zdnews, .content .qtnews{
    height:300px;
    background-color: #fff;
}
.content .news{
    width:55%;
}
.content .sznews, .content .zfnews,.content .zdnews, .content .qtnews{
    width:49%;
}
.content .sznews li a, .content .zfnews li a,.content .zdnews li a, .content .qtnews li a{
    width:400px;
}
/**/
.content .focusBox {
    position: relative;
    width:44%;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
    border: 1px solid #fff;
}

.focusBox .pic img {
    width:100%;
    height: 298px;
    display: block;
    margin:0 auto;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    max-width:320px;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.focusBox .txt li a:hover{
    color: #999;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #f60;
}

.footer{
    padding: 30px 0;
    background-color: #C50C11;
}

.footer ul li{
    float: left;
    display: block;
    width:22.5%;
}
.footer ul li h4{
    color: #fff;
    font-size:14px;
    border-bottom: 1px solid #ddd;
    width:4em;
    white-space: nowrap;
    text-align: center;
}

.footer ul li p{
    padding-top:10px;
    color: #fff;
}
.footer ul li p a{
    color: #fff;
}

/*===========列表===========*/
.list-box{
    width:65%;

}
.list-box .item-list li a {
    width:575px;
}
.list-box .item-list .line{
    border-bottom: 1px solid #ddd;
    margin:20px 0;
}
.pager b{
    background-color: #f00;
}
.pager a{
    color: #f00;
}
.pager a:hover{
    color: #fff;
    background-color: #f00;
}

.list-r{
    margin-top:40px;
    margin-right:1%;
    width:32%;
    min-height:400px;
}
.list-r .item-r{
    width:100%;
    overflow: hidden;
    margin-bottom:20px;
}
.list-r .item-r .xxjd{
    width: 153px;
    height: 163px;
    padding-top: 16px;
    border: 1px solid #ddd;
    text-align: center;
}
.list-r .item-r .xxjd .xxjd-pic{
    height: 98px;
    color: transparent;
}
.list-r .item-r .xxjd .xxjd-pic img{
    height:100%;
    display: block;
    margin:0 auto;
}
.list-r .item-r .xxjd .tit{
    width: 80px;
    margin: 0 auto;
    padding-top:20px;
    font-size: 15px;
}
.list-r .item-r .xxjd .tit .xi{
    width: 30px;
    height: 22px;
    background: #fff url(../img/dang/dangjian-pic.png) no-repeat -106px -148px;
}
.smallnav{
    padding-left:10px;
}

.txt-box{
    min-height:666px;
}
.txt-box .txt-t{
    padding-bottom:20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size:20px;
    padding-left:20px;
}
.txt-box .txt-c{
    padding-left:20px;
    margin:20px auto;
    font-size:15px;
    color: #555;
}
.txt-box .txt-c img{
    max-width:100%;
}
.txt-box .txt-c p{
    padding:10px 0;
}
.txt-box .txt-c p img{
    display: block;
    margin:0 auto;
    max-width:100%;
    padding:0;
}