/* 头尾 */
.sy>.common-header{
    height: 166px;
    width: 100%;
    background: url("../images/common/common-header-bg.png") no-repeat center;
    position: relative;
}
.sy>.common-header>.common-content{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sy>.common-header>.common-content>img{
    margin-top: 50px;
}
.sy>.common-header>.common-content>span{
    margin-top: 62px;
    margin-left: 15px;
    font-size: 42px;
    font-weight: bold;
    color: #005293;
}
.sy>.common-nav{
    height: 48px;
    width: 100%;
    background-color: #bc1a2c;
}
.sy>.common-nav>ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sy>.common-nav>ul>li{
    float: left;
    width: 140px;
    height: 48px;
    line-height: 48px;
}
.sy>.common-nav>ul .li-active{
    width: 140px;
    height: 48px;
    line-height: 48px;
    background-color: rgb(160,10,27);
}
.sy>.common-nav>ul>li>a{
    font-size: 18px;
    color: #ffffff;
}
/* 页面显示当前目录的部分 */
.big{
    height: 42px;
    width: 1000px;
    margin:0 auto;
}
.map{
    line-height: 42px;
    margin-left: 20px;
    /* background-color: red; */
}
.map>img{
    vertical-align: -5px;
    margin-right:5px;
}
.map span,.map a {
    color: #000000;
    font-size: 14px;
}

/*中间表格部分 */
.CPI{
    width:1000px;
    /* height: 1605px; */
    border: 1px solid #dadada;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.CPI>.title{
    height: 60px;
    color: #bc1a2c;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    line-height: 60px;
}
.CPI .unit{
    position: absolute;
    top:35px;
    right: 15px;
}
.CPI table thead{
    border-collapse :collapse ;
    border-top: 0.5px solid white;
    border-bottom: 0.5px solid white;
    background-color: #bc1a2c;
    color: white;
}
.CPI table td{
    height: 40px;
    /* width: 105px; */
    line-height: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid white;
    font-size: 14px;
}
.CPI table tr td:first-child{
    border-left: none;
}
.CPI table tr td:last-child{
    border-right: none;
}
.CPI table .xiangmu{
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 10px;
}
.CPI table tbody{
    border-collapse :collapse ;
    border: 1px solid #dfdfdf;
    color: #818181;
}
.CPI table tbody td{
    border: 1px solid #dfdfdf;
    font-size: 14px;
    height: 35px;
}
.CPI table tbody .bolder{
    font-weight: bolder;
    color: black;
    text-align: left;
    padding-left:15px !important;
}
.CPI .explain {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.CPI .explain .title{
    font-weight: bolder;
    color: black;
    margin-bottom: 12px;
}
.CPI .explain p{
    margin-bottom: 14px;
}
.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}


/*底部*/
.sy .common-bottom{
    margin-top: 25px;
    height: 164px;
    width: 100%;
    background-color: #bc1a2c;
}
.sy .common-bottom-content{
    width: 1000px;
    height: 151px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
.sy .common-bottom-content li{
    float: left;
}
.sy .common-bottom-content p{
    text-align: center;
    margin: 0 auto;
}
.sy .common-bottom-content img{
    position: absolute;
    top: 24px;
    right: 0;
}
.CPI table tbody .position{
    text-align: left;
    padding-left:15px !important;
}
.CPI table tbody .tdstyle{
	text-align:right;
	padding-right: 15px;
}