@charset "utf-8";
body{
    background-color: #fff;color:#000;
    padding-top:60px;
    padding-bottom:30px;
}
h3{
    width:100%;text-align: center;font-size: 20px;line-height: 24px;font-weight: normal;
    padding:20px 0;margin-top:20px;
}
.times{
	text-align:center;
	font-size:14px;
}
.times span{
	margin-left:15px;
}
.details-list{
    width:1200px;margin: 0 auto;
}
.details-list:after{
	content:"";display:block;clear:both;
}
.details-list p{
    text-align: justify;line-height: 28px;font-size: 16px;
    padding-bottom:10px;
    margin-top:10px;
    color:rgba(0,0,0,.6);
   /* border-bottom:1px solid #DCDCDC;*/
}
.details-list p a{
	color:rgba(0,0,0,.6);
}
.details-list p img{
    max-width: 100%;
}
.details-list p.pimg{
    text-indent: 0;
}

@media screen and (min-device-width:1024px) and (max-device-width:1290px){
    body{
        padding-top:40px;
    }
}
@media screen and (min-device-width:1290px) and (max-device-width:1580px){
    body{
        padding-top:45px;
    }
}
@media screen and (min-device-width:1580px) and (max-device-width:1680px){
    body{
        padding-top:50px;
    }
}
