@import url(reset.css);
@import url(top.css);
@import url(foot.css);


.path{ background: url(list_img01.png) -5px center no-repeat #ede0e0; height: 42px;padding-left: 30px; line-height: 42px; color: #d20a0a;}
.path a{color: #d20a0a;}

.list_nr{ margin-top: 10px; overflow: hidden;}
/*左边内容*/
.zb_lb{ min-height:900px;overflow:hidden; width: 248px;background:url(list_img03.png) bottom center  no-repeat #ffffff; padding: 10px; position:relative; border:1px solid #dddede;}
.zb_lb h2{ height: 65px; line-height: 65px; background: #ea6464; font-size: 17px; color: #FFFFFF; text-align: center; font-weight: normal;}
.Left_Nav{ height:auto;}
.Left_Nav li{font-size:16px; margin-top: 5px;height:50px; line-height:50px;}

.Left_Nav li a{background:url(list_img04.png) 40px center no-repeat;height:50px; line-height:50px; border-bottom:1px solid #dddede; display:block; padding-left:90px;font-size:16px;text-align:left; text-decoration:none;}
.Left_Nav li:hover a{ background:url(list_img05.png) 40px center no-repeat;color:#666666; text-decoration:none;font-size:16px;}
.Left_Nav li.on a{background:url(list_img05.png) 40px center no-repeat;color:#ea6464; }

.Left_Nav li.str a{ line-height:22px;}
.Left_Nav .wx{position:relative;}
.Left_Nav .wx div{
    position: absolute; right: 20px; top: 51px; display: none;
}
.Left_Nav .wx div img{
    width: 145px; height: 145px;
}
/*右边内容*/
.yb_nr{ border:1px solid #DDDDDD; min-height:900px;overflow: hidden;width: 880px; background:#FFFFFF; line-height: 24px; font-size: 13px; padding: 10px;}
.NewsList { min-height:800px;}
.NewsList h1 { height:40px; line-height:40px;  background:#ea6464;font-size: 16px; font-weight:500; }
.NewsList h1 span {  background:#ea6464;width:auto; padding:0 20px; height:40px; line-height:40px; float:left; color:#FFFFFF}
.NewsList>ul{ padding:5px 5px 5px 5px;}
.NewsList>ul li {background:url(list_img02.png) left center no-repeat; padding-left:10px;text-align:right; font-size: 14px; height: 35px; line-height: 35px; /*list-style:circle;*/transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.NewsList>ul li a {font-size: 14px; float: left;}
.NewsList>ul li:hover{margin-left:5px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.NewsList>ul li span{ float:right; width:100px; display:inline-table; color:#999;text-align: center;}
.NewsList>ul .on {background: #b3e7fa;}

.NewsList .view{ padding:10px 0; line-height:30px;}
/*分页在reset*/
/*分页*/
div.page{padding: 20px 0px;text-align: center;clear: both;overflow:hidden;}
div.page a{padding:5px 10px;font-size: 14px; background:#ffffff; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d; margin: 0 3px;}
div.page a:hover{background:#d91616; border:1px solid #d91616; color: #FFFFFF !important;}
div.page a.up{ }
div.page a.onhover{background: #d91616;border: 1px solid #d91616;color: #FFFFFF !important;}
div.page input{ border:1px solid #cccccc; width:50px;height:20px; line-hegiht:20px; text-align:center;}
div.page span{padding-right:10px;}


/*图片列表页*/
.pic_list {
     margin: 0px auto;
     overflow: hidden;
     padding: 5px;
     }
.pic_list_con {
    float: left;
    margin:10px;
    width: 197px;
    height: 190px;
    text-align: center;
    margin-bottom: 20px;
    }
.pic_list_con a {
    display: block;
    width: 197px;
    height: 190px;
    margin:auto;
    cursor: pointer;
    }
.pic_list_con a img {
    background: #f2f2f2;
    padding: 10px;
    width: 180px;
    height: 155px;
    height: 140px;
    }
.pic_list_con a img:hover{background:#ec7070;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;}
.pic_list_con p {
    line-height: 22px;
    /* height:44px; */
    margin-top: 5px;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    }
.pic_list_con a p{ font-size:14px;  color:#6c6c6c;}
.pic_list_con a p:hover{ color:#025194;}


/*右侧显示文章内容样式*/
.yc_nr{ line-height:30px;}