.bot{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	color: rgba(0, 47, 167, .85) !important;
}
.bot a{
    color: rgba(0, 47, 167, .85) !important;
}
		.content-details p{
			font-size: 16px !important;
			color: #24304c !important;
			line-height: 28px !important;
		}
		
		
		.content-details img{
			width: 70% !important;
			height: auto !important;
		}

@media (max-width:1200px) {
	.bot{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
		height: auto;
		margin: 0 auto;
	}
	
}



/* pc端 */
@media screen and (min-width: 1367px) {
  /*.mybanner {*/
  /*  background-image: url("../images/banner.png");*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*  height: 360px;*/
  /*}*/
  .content-details {
    margin-top: 60px;
    padding-bottom: 35px;
  }
  .content-details .area h1 {
    font-size: 24px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .content-details .area .time {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 40px;
    text-align: center;
  }
  .content-details .area .timing {
    font-size: 14px;
    color: #595959;
    margin-bottom: 20px;
    text-align: center;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 40px;
  }
  .bot {
    display: flex;
    justify-content: space-between;
  }
  .back {
    color: #005bb6;
    cursor: pointer;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  /*.mybanner {*/
  /*  background-image: url("../images/banner.png");*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*  height: 285px;*/
  /*}*/
  .content-details {
    margin-top: 50px;
    padding-bottom: 35px;
  }
  .content-details .area h1 {
    font-size: 24px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .content-details .area .time {
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 40px;
    text-align: center;
  }
  .content-details .area .timing {
    font-size: 14px;
    color: #595959;
    margin-bottom: 20px;
    text-align: center;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 40px;
  }
  .bot {
    display: flex;
    justify-content: space-between;
  }
  .back {
    color: #005bb6;
    cursor: pointer;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  /*.mybanner {*/
  /*  background-image: url("../images/banner.png");*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*  height: 220px;*/
  /*}*/
  .content-details {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .content-details .area h1 {
    font-size: 22px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .content-details .area .time {
    font-size: 12px;
    color: #b3b3b3;
    margin-bottom: 30px;
    text-align: center;
  }
  .content-details .area .timing {
    font-size: 12px;
    color: #595959;
    margin-bottom: 20px;
    text-align: center;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 40px;
  }
  .bot {
    display: flex;
    justify-content: space-between;
  }
  .back {
    color: #005bb6;
    cursor: pointer;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .bac{
    padding-top: 0 !important;
  }
  .area {
    width: 100%;
    padding: 0 10px;
  }
  /*.mybanner {*/
  /*  background-image: url("../images/banner.png");*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center center;*/
  /*  height: 160px;*/
  /*}*/
  .content-details {
    padding-bottom: 25px;
  }
  .content-details .area h1 {
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .content-details .area .time {
    font-size: 12px;
    color: #b3b3b3;
    margin-bottom: 30px;
    text-align: center;
  }
  .content-details .area .timing {
    font-size: 12px;
    color: #595959;
    margin-bottom: 20px;
    text-align: center;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 40px;
  }
  .bot {
    display: flex;
    justify-content: space-between;
  }
  .back {
    color: #005bb6;
    cursor: pointer;
  }
}
