* {
  box-sizing: border-box;
}
.middle .nav {
    line-height: 38px;
}

.middle .nav a,span{
    font-family: SimSun;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #6b6b6b;
}
.middle .content{
    width: 990px;
    /* height: 766px; */
    height: 785px;
    border: 1px solid #a4a4a4;
}

.content-title {
    position: relative;
    padding: 43px 20px 0 152px;
}

.content-title-label {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 130px;
    height: 104px;
}

.middle .content .pic1{
    position: absolute;
}
.middle .content .pic2{
    position: absolute;
    top: -7px;
    left: 130px;
}
.middle .content .pic3{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 24px;
}
.middle .content .cont1{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
	height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}
.middle .content .cont2{
    padding: 12px 24px;
    background-color: #f0f0f0;
}
.middle .content .cont2 .text{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #4b4b4b;
    text-indent: 2em;
}
.middle .content .cont2 .text a{
    /*color: #7190e8;
    border-bottom: 1px solid #7190e8;*/
    color: #0000ff;
    border-bottom: 1px solid #0000ff;
    font-family: MicrosoftYaHei;
    font-size: 16px;    
}
.middle .progress{
    position: relative;
    padding: 29px 20px 0;
}
.middle .progress .title{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
    line-height: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4b4b4b;
    text-align: center;
    margin-bottom: 22px;
}
.middle .progress .nav{
    background-color: #d2daee;
}
.middle .progress .nav ul li{
    float: left;
    line-height: 36px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4b4b4b;
    text-align: center;
}
.middle .progress .nav ul li:first-child{
    width: 10%;
}
.middle .progress .nav ul li:nth-child(2){
    width: 42%;
}
.middle .progress .nav ul li:nth-child(3){
    width: 24%;
}
.middle .progress .nav ul li:last-child{
    width: 24%;
}
.middle .items{
    padding: 0 20px;
}
.middle .items li{
    border-bottom: 1px dotted #e7e7e7;
}
.middle .items li div{
    height: 45px;
    float: left;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #4b4b4b;
    text-align: center;
}
.middle .items li .item1{
    width: 10%;
}
.middle .items li .item2{
    width: 42%;
}
.middle .items li .item3,.item4{
    width: 24%;
}
.middle .more{
    margin-top: 24px;
    padding: 0 20px;
    text-align: right;
}
.middle .more a{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
