.main {
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main .detail {
    position: relative;
    width: 870px;
    min-height: 680px;
    background-color: #ffffff;
    background-image: url('../images/img_logoback.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 30px;
}

.main .detail .title {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.main .detail .title a{
    color: #999999;
}



.main .detail .title span {
    color: #999999;
}

.main .detail .title span:hover {
    border-bottom: 1px solid #999999;
}

.main .detail .title .active {
    color: #333333;
}

.main .detail .title .active:hover {
    border-bottom: 1px solid #333333;
}

.main .detail .content {
    margin-bottom: 55px;  overflow:hidden; padding-bottom:20px;
}

.main .detail .content .info {
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.main .detail .content .info p {
    margin-bottom: 15px;
}

.main .detail .content .info p:first-child {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.main .detail .content .info p:nth-child(2) {
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.main .detail .content .info p:last-child .time {
    margin-right: 40px;
}

.main .detail .foot {
    position: absolute;
    bottom: 0;
    width: 810px;
    border-top: 1px solid #CCCCCC;
}

.main .detail .foot div {
    height: 45px;
    line-height: 45px;
}

.main .detail .foot div a{ color:#666

}




.main .detail .foot a:hover {
    border-bottom: 1px solid #CC0000;
}




@media screen and (max-width:720px){
	
	
	
.main .detail .foot {
    position: relative;
    bottom: 0;
    width: auto;
}
	
	
	
	
	
	.main .detail {
    position: relative;
    width: 100%;
    min-height: auto;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding:10px;
}


.main .detail .content .info p:first-child {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}



	
}