﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: "宋体";
    font-size: 12px;
}
.t_box
{
    width: 920px;
    margin: 0 20px;
    height: auto;
    overflow: auto;
    line-height: 30px;
}
.title
{
    width: 920px;
    text-align: center;
    font-size: 22px;
    color: #15669f;
    font-weight: bold;
    line-height: 50px;
    margin: 10px 20px;
}
.zt
{
    font-size: 14px;
    font-weight: bold;
}
.bot
{
    width: 920px;
    text-align: right;
    line-height: 30px;
    margin: 0  20px;
}
/*全局*/
P
{
    text-align: left;
}
UL
{
    text-align: left;
}
LI
{
    text-align: left;
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
}
/*8个静态页面*/
.tbNormal
{
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin: 0 auto;
}

.tdL
{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0px;
    border-right: 1px solid;
}
.tdM
{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}
.tdR
{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 0px;
}
/*行业数据*/
.listDiv
{
    width: 900px;
    padding-top: 20px;
}

.listDiv img
{
    padding-top: 0;
    padding-bottom: 2px;
}

.listDiv a:link
{
    text-decoration: none;
    color: black;
}

.listDiv a:visited
{
    text-decoration: underline;
    color: #007bd0;
}

.listDiv a:active
{
    text-decoration: underline;
}

/*.listDiv a:hover, a:focus, a:active
{
    text-decoration: underline; */
/* font-weight: bold;
    color: #96CDCD; /*color: #9370DB;
}*/
.listItem
{
    overflow: hidden;
    float: left;
    position: relative;
}

.listItem ul
{
    margin: 0 0 0 0;
    padding: 0;
    width: 300px;
}
.listItem li
{
    vertical-align: middle;
    padding: 10px 0 0 20px;
}

/*部门数据*/
.department
{
    /*BORDER-BOTTOM: #e3e3e3 1px solid;BORDER-LEFT: #e3e3e3 1px solid; BORDER-RIGHT: #e3e3e3 1px solid;*/
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-left:0px;
    width: 900px;
    padding-right: 20px;
    margin-bottom: 20px;
    float: left;
    border-top: 0px;
    padding-top: 5px;
}
.department a:link
{
    text-decoration: none;
    color: black;
}
.department a:visited
{
    text-decoration: underline;
    color: #007bd0;
}
.department .content
{
    padding-bottom: 10px;
    padding-left: 10px;
    width: 280px;
    padding-right: 10px;
    float: left;
    padding-top: 10px;
}
.department .content .pic
{
    width: 48px;
    height: 48px;
    padding-right: 5px;
    padding-top:0px;
    float: left;
}
.department .content .textR
{
    width: 225px;
    float: left;
    
}
.department .content .textR UL
{
    text-align: left;padding-left:8px;
}
.department .content .textR UL LI
{
    text-align: left;
    line-height: 18px;
    color: #7c7c7c;
}
.department .content .textR UL .font14
{
    padding-bottom: 5px;
    color: #131313;
    font-size: 14px;
    font-weight: bold;
}
.department .content .textR UL .font12
{
    color: #131313;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}
.department .content .textR UL .font12 A:hover
{
    text-decoration: none;
}
.department .lineB
{
    border-bottom: #e3e3e3 1px solid;
    width: 100%;
    float: left;
}
.department .lineLast
{
    width: 100%;
    float: left;
}
.department .content .textR UL .topLine
{
    margin-top: 10px;
    border-top: #e3e3e3 1px solid;
}
.department .content .textT
{
    padding-top: 30px;
}
.department .content .picT
{
    padding-top: 30px;
}
