@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(header.css);
@import url(footer.css);
/*当前位置*/
.f_footer{
    margin-top: 0;
}
.main{
    background: #fff;
    padding: 10px;
    width: 1075px;
    overflow: hidden;
    margin: 0 auto;
}
.dqwz_box{ height:40px; line-height:40px; background: url(../images/dqwz.png) 10px center no-repeat #eee;
    text-indent:3em;}
.main_left{
    width: 258px;
}
.list_nav{
    padding-top: 40px;
}
.list_nav dt {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    border-bottom: 3px solid #990000;
    font-size: 18px;
    letter-spacing: 2px;
}

.list_nav ul {
    padding-left: 63px;
    margin-bottom: 10px;
}
.list_nav ul>li.on>.circle {
    visibility: visible;
}
.list_nav ul .circle {
    width: 12px;
    height: 12px;
    border: 1px solid #990000;
    border-radius: 7px;
    background: #990000;
    float: left;
    margin: 20px 20px 12px 0;
    visibility: hidden;
}
.list_nav ul>li.on>a {
    color: #990000;
}
.list_nav ul>li a {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
    line-height: 30px;
}
.list_nav ul>li a {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
    line-height: 30px;
}
/*右侧*/
.main_right{
    padding: 30px;
    border-left: 1px solid #ddd;
    min-height: 600px;
    width: 747px;
}
.right_list_nr dd .top_list ul li{ overflow:hidden; border-bottom:1px dashed #ddd;}
.right_list_nr dd .top_list ul li a {
    background: url(../images/d.jpg) no-repeat left center;
    float: left;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    width: 655px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_list_nr dd .top_list ul li i {
    float: right;
    line-height: 40px;
}
.right_list_nr dd .top_list ul li a:hover{ color:#D60006; !important;}
/*无子栏目*/
.m_right {
    width: 100%;
    overflow: hidden;
}
.list_nr {
    overflow: hidden;
    min-height: 600px;
}
.list_nr dd{ margin-top:10px; padding:0 10px;}
.list_nr dd .top_list ul li{ overflow:hidden; border-bottom:1px dashed #ddd;}
.list_nr dd .top_list ul li a{
    background:url(../images/d.jpg) no-repeat left center; float:left;
    color:#000;
    height:40px;
    line-height:40px;
    text-indent:1em;
    width:965px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list_nr dd .top_list ul li:hover a{ color:#D60006; !important;}
.list_nr dd .top_list ul li i{ float:right; line-height:40px;}


/*图片新闻样式*/
.top_img .img-new{
    width: 220px;
    height: 136px;
    float: left;
    margin: 10px 14px;
}
.top_img .img-new img{
    width: 210px;
    height: 136px;
    position: absolute;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.top_img .img-new a:hover img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.top_img .img-new a{
    position: relative;
    display: block;
    width: 210px;
    height: 136px;
    margin: 0 auto;
    overflow: hidden;
}
.top_img .img-new a i{
    width: 210px;
    height: 30px;
    position: absolute;
    bottom:0;
    line-height:30px;
    text-indent:1em;
    background-color: rgb(0,0,0);
    font-size: 13px;
    color: #fff;
}