@charset "gb2312";
body{
    background: #f0f0f0 url("erji_cont_bg.jpg") no-repeat center 212px;
}
/*面包屑*/
.Position{
    line-height: 40px;
}
/*通用页面共用样式*/
.tongyong_div{

}
.tongyong_div .tongyong_wrap {
    background: #fff;
    padding: 30px 60px;
}
/*共用页面标题*/
.tongyong_title{
    text-align: center;
    line-height: 3;
    margin: 30px 0px;
}
.tongyong_title h3{
    font-size: 22px;
    font-weight: 900;
    color: #444;
    border-bottom: 2px solid #333;
}

/*通用链接列表页开始*/
/*列表部分*/
.lianjie_liebiao{

}
.lianjie_liebiao a{
    font-size: 14px;
    color: #383838;
    font-weight: normal;
}
.lianjie_liebiao a:hover{
    text-decoration: underline;
}
.lianjie_liebiao .lianjie_city{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-indent: 18px;
    background: #f2f2f2;
    clear: left;
    margin-top: 20px;
}
.lianjie_liebiao .lianjie_city a{
    font-weight: bold;
    color: #5E8B34;
}

.lianjie_liebiao .lianjie_county{
    width: 100%;
    height: auto;
    overflow: auto;
}
.lianjie_liebiao .lianjie_county tr{
    border: 2px solid #f2f2f2;
}
.lianjie_liebiao .lianjie_county td{
    border-right: 2px solid #f2f2f2;
    text-indent: 18px;
    height: 40px;
    line-height: 40px;
}
/*通用链接列表页结束*/

/*通用链接列表2开始*/
.lianjie_liebiao2{
    width: 800px;
    margin: 50px auto;
}
.lianjie_liebiao2 tr{}
.lianjie_liebiao2 td,.lianjie_liebiao2 th{
    border: 2px solid #ccc;
    line-height: 40px;
    height: 40px;
}
.lianjie_liebiao2 th{
    background: #f2f2f2;
}
.lianjie_liebiao2 td{
    text-indent: 20px;
    min-width: 110px;
    max-width: 690px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.lianjie_liebiao2 tr{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lianjie_liebiao2 tr:hover{
    -webkit-box-shadow: inset 0px 0px 2px 2px #ccc;
    -moz-box-shadow: inset 0px 0px 2px 2px #ccc;
    box-shadow: inset 0px 0px 2px 2px #ccc;
}
.lianjie_liebiao2 td a{
    color: #333;
}
.lianjie_liebiao2 td a:hover{
    text-decoration: underline;
}
/*通用链接列表2结束*/

/*通用图片列表页开始*/
.tupian_list {
  width: 795px;
  height: auto;
  margin: 30px auto;
  }
.tupian_item{
    float: left;
    width: 215px;
    height: 190px;
    padding: 20px 25px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.tupian_item:hover{
    box-shadow: 0px 0px 6px #ccc;
}
.tupian_item img{
    width: 215px;
    height: 160px;
}
.tupian_item .tupian_text{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #333;
}
.tupian_item .tupian_text:hover{
    text-decoration: underline;
}

/*通用图片列表页结束*/


/*网站地图开始*/
.site_map{
    background: #f0f0f0;
    width: 100%;
}
.site_map .site_map_wrap{
    background: #fff;
    padding: 20px 60px;
}

.module_name{
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #f5f5f5;
    margin: 10px 0px;
}
.module_name a{
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
    background: #76b043;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
}
.module_wrap{
    clear: left;
    width: 100%;
}
.module_wrap td{
    padding: 20px 0;
    clear: left;
}
.column_title{
    width: 100px;
}
.column_title a{
    color: #428c00;
}
.column_list a{
    color: #474747;
    padding: 0px 40px 0 0;
    line-height: 30px;
    white-space: nowrap;
    /*display: block;*/
    /*width: 110px;*/
    /*float: left;*/
    /*line-height: 30px;*/
    /*border-left: 1px solid #8c8c8c;*/
}
.column_list a:hover{
text-decoration: underline;
}
.module_column{
border-bottom: 1px dashed #dcdcdc;
}
.module_column:last-of-type{
border-bottom: none;
}
/*网站地图结束*/