body{
	/*background-color: #F9F8F2;*/
}

.content{
	min-height:600px;
}
.content .nav{
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.content .nav a,.content .detail .left a{
	color:#3E5CFA;
}
.content .nav .jt{ 
	width: 5px;
    height: 5px;
    border: 2px solid #888;
    border-left-width: 0;
    border-bottom-width: 0;
    margin: 0 3px;
	transform: matrix(0.71,0.71,-0.71,0.71,0,0);
}
.content .detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	color:#666;
}
.content .detail .left,.content .detail .right{
	margin-bottom: 20px;
	width: 48%;

}
.content .detail .right.center{
	width: 100%;
}
.content .detail .left .list{
	width: 100%;
	/*margin: 0 auto;*/
}

.content .detail .left{
	text-align: center;
}
.content .detail .left tr td,.content .detail .left th{
	padding:10px; 
}
.content .right a{

	color:#3E5CFA;

}
.content .right a.btn{
	background-color: #59a5fb;
    background-image: url(../img/link.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: calc(50% - 35px) 2px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	color:#fff;
	display: inline-block;
	padding: 5px 10px 5px 5px;
	margin: 0 5px;
}
@media only screen and (max-width:768px) {
	.content .right a.btn{
		text-align: center;
		width: 95%;
		margin:10px auto;
	}
}
.content .right .FAQ{
	margin: 10px 0;
}
.content .right .FAQ .answer img{
	max-width: 90%;
	display: block;
	margin:0 auto;
}
.content .right.center .FAQ .answer img{
	max-width: 60%;
}
.content .right .FAQ .question{
	background:url('../img/question.png');
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 25px;
    background-position: 0 3px;
    color: #2a88bf;
    min-height: 20px;
    margin-bottom: 8px;
}
.content .right .answer{
	text-indent: 2rem;
}
.content .right .answer p{
	margin-bottom: 10px;
}

.content .logs{

}
.content .logs h2{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.content .logs .log{
	width: 100%;
	margin:20px 0;
	text-align: center;

}
.content .logs .log .year{
	border:1px solid #FFCAAF;
	border-bottom: none;
	background-color: #CBCBCB;
	height: 30px;
	line-height: 30px;
}
.content .logs .log .log_detail{
	border:1px solid #FFCAAF;
	border-top:none;
	padding: 10px;
}
.de_table{
	margin-left: 2rem;
}
.de_table tr td{
	width: 25px;
	height: 20px;
	min-height: 20px;
	min-width: 20px;
	text-align: center;
	text-indent: 0rem;
}
@media only screen and (max-width:768px) {
	.content .detail .left,.content .detail .right{
		width: 95%;
		margin:0 auto;
	}
	.content .detail .right{
		order:-1;
	}
	
	.content .detail .right.center{
		width: 95%;
		margin:0 auto;
	}
	.content .nav{
		margin-left: 10px;
	}
	.content .FAQ .answer img{
		max-width: 95%;
	}


}