@charset "utf-8";
/* CSS Document */
.main{ width:1180px; height:auto; padding:0; margin:0 auto; margin-top:50px;}
.main_left{ float:left; width:250px; margin-bottom:40px; padding-bottom:30px; background:#eee;}
.main_right{ float:right; width:900px;}
.sitemap{ float:right;}
.tit {
    text-align: center;
    background-color: #009341;
    color: #fff;
    line-height: 36px;
    padding: 10px 0;
    font-size: 16px;
}
dl {
    background-color: #eee;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #bbb;    overflow: hidden;
}
dt {
    font-size: 16px;
    background-color: #009341;
}
.content {
    margin-top: 20px;
    padding: 40px 20px;
    border-top: 2px solid #bbb;
    width: 900px;
    overflow: hidden;
}
.content img{border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;}
dd {
    border-top: 1px #bbb solid;
    line-height: 34px;
    padding: 0 20px;
    margin: 10px auto;
}
dd p{ line-height:30px; text-align:left;}
dt a {
    color: #fff;
}
td {
    line-height: 1.7;
    font-size: 14px !important;    padding: 4px 0;
}
.cates {
    border: 1px solid #bbb;
    padding: 20px;
    background-color: #eee;
}
.content p {
    line-height: 2 !important;font-size: 14px;
text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}
.content span {
    line-height: 2 !important;font-size: 14px;
}
.content h3{  line-height: 3 !important;font-size: 16px;}