@charset "utf-8";
/*Css Document */

/* 公共样式 */
body{
    background: #f5f5f5;
}
/* 页面主体内容 */
.container{
	width: 1200px;
    margin: 0 auto;
}
/* 标题 */
.same-title {
    margin-bottom: 50px;
}
.same-title-top {
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
/* 二级标题 */
.same-second-title{
	margin-bottom: 13px;
}
.same-second-title h2{
    height: 106px;
    line-height: 106px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.same-second-title h2 a{
    color: #000;
}
/* 三级标题 */
.same-third-title {
    margin-bottom: 20px;
}
.same-third-title h3 {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
}
.same-third-title h3 a{
    color: #000;
}
/* 文字块 */
.same-text{
    margin-bottom: 40px;
}
.same-text p{
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

/* 表格 */
.syxz-table{
    margin-bottom: 50px;
}
.syxz-table table{
    border-collapse: collapse;
    width: 100%;
}
.syxz-table table tr td{
    line-height: 80px;
    font-size: 16px;
    color: #000;
}
.syxz-table table tr td:first-child{
    width: 16.5%;
    text-align: center;
    background: #c5c5c5;
}
.syxz-table table tr:nth-child(2) td:last-child,.syxz-table table tr:first-child td:last-child{
    padding: 0 20px;
}
.syxz-table table tr:nth-child(3) td:last-child,.syxz-table table tr:last-child td:last-child{
    padding: 10px 20px;
    line-height: 28px;
}
.same-text ul{width:100%;margin-bottom:25px;}
.same-text ul li{width:32%;display:inline-block;
font-size: 14px;
}
.same-text .wd li{width:24%;}
.same-text .sd li{width:19%;}
.same-pin{line-height:160px;border-top:1px solid #000;}
.same-text ul a{color:#000;}

