﻿.listbanner{
    width:100%;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0px auto;
}
.listbanner img{
    width:100%;
}


.content{
    width:1020px;
    height:auto;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 30px;
    font-size:14px;
    line-height: 20px;
}
.content .content_banner{
    width:1020px;
    height:80px;
    margin-top:55px;
    margin-bottom: 40px;
    background:url("/templets/default/images/news.jpg") no-repeat;
}
.content .content_banner .bread_sub_nav{
 float:right;
 margin-top:50px;
 font-size:12px;

}
.content .content_banner .bread_sub_nav a{
    text-decoration: none;
    color:black;
}
.content .content_banner .bread_sub_nav a:nth-of-type(3){
    font-weight: bold;
}
.content .content_left{
    width:204px;
    height:auto;
    float:left;
    font-size:20px;
}
.content .content_left ul{
    width:204px;
    height:auto;
}
.content .content_left a{
    text-decoration: none;
}
.content .content_left ul li{
    width:204px;
    height:52px;
    background: #efefef;
    font-size:18px;
    text-align: center;
    line-height: 52px;
    margin-top: 1px;
    color:black;
}
/*当前导航样式开始*/
.content .content_left ul .currentstyle{
    background: #d90b17;
    color:green;
}
.content .content_left ul .currentstyle a{
    background: #d90b17;
    color:white;
    font-weight: bold;
}
/*当前导航样式结束*/

.content .content_left ul li:hover{
    background: #d90b17;
    color:white;
    font-weight: bold;
}

.content .content_right{
    width:756px;
    height:auto;
    float:right;
}

/*新闻css*/
.news_hot {
}
.news_hot li{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.news_hot li span{
    font-size:18px;
    font-weight: bold;
}
.news_hot li p{
    font-size:14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_hot li a{
    display: block;
    background: #dfdfdf;
    width:90px;
    height:20px;
    margin-bottom: 12px;
    text-align: center;
    text-decoration: none;
    color:black;
}
.news_hot li a:hover{
    background: #c62f25;
    color:white;
}
/*分页样式*/
.dede_pages{
}
.dede_pages ul{
    float:left;
    padding:12px 0px 12px 16px;
}
.dede_pages ul li{
    float:left;
    font-family:Tahoma;
    line-height:17px;
    margin-right:6px;
    border:1px solid #E9E9E9;
}
.dede_pages ul li a{
    float:left;
    padding:2px 4px 2px;
    color:#555;
    display:block;
}
.dede_pages ul li a:hover{
    color:#690;
    text-decoration:none;
    padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
    background-color:#F8F8F8;
    padding:2px 4px 2px;
    font-weight:bold;
}
.dede_pages .pageinfo{
    line-height:21px;
    padding:12px 10px 12px 16px;
    color:#999;
}
.dede_pages .pageinfo strong{
    color:#555;
    font-weight:normal;
    margin:0px 2px;
}
/*新闻中心详情页*/
.news_hot_detail h1{
    font-size:18px;
    font-weight: bold;
    text-align: center;
padding-bottom: 30px;
}

.news_hot_detail p{
    text-indent: 2em;
}

.news_hot_detail h6{
    font-size:14px;
    text-align: center;
    font-weight: lighter;
}
