
.bj {
  width: 100%;
  display: flex;
}

.left {
  width: 216px;
  height: 269px;
}

.left img {
  width: 100%;
  height: 100%;
}

.right {
  font-size: 30px;
  font-weight: bolder;
  margin-left: 20px;
  text-align: left;
  flex: 1;
}
.periodical {
  width: 100%;
}

.periodical .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px 0;
}
.periodical .top a{
  float: left;
  display: block;
  width: 240px;
  text-decoration: none;
  margin: 10px 20px 20px 0px;
  color: #333;
}
.topImg:hover {
  cursor: pointer;
}

.topTitle {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
}
.col-6 {
	float: left;
	width: 23%;
}
.card-img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.card-item {
	background-color:#f7f7f7;
	padding: 40px 0;
	margin: 7px 10px;
	text-align: center;
}
.card-item a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.card-title{
	text-align: center;

	margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .bj {
    overflow: auto;
  }

  .title p {
    height: 25px;
    line-height: 25px;
    font-size: 1.25rem;
  }

  .title p::before {
    width: 3px;
  }

  .left {
    width: 108px;
    height: 134px;
  }

  .right {
    font-size: 1.25rem;
  }

  .periodical .top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .periodical .top a{
    float: left;
    display: block;
    width: 47%;
    text-decoration: none;
    margin-right: 10px;
    color: #333;
  }
  .periodical .top .topImg{
    width: 160px;
    margin: 0 auto;
  }
  .topImg img {
    width: 160px;
    height: 81px;
  }
}



.element {
	max-height:180px;
	overflow:hidden;
  transition:max-height 0s;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  margin-top: 20px;
}
:checked ~ .element {
  max-height:2000px;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
}
input[type="checkbox"] {
	position:absolute;
	clip:rect(0 0 0 0);
}
:checked ~ .check-in {
	display:none;
}
:checked ~ .check-out {
	display:inline-block;
}
.check-out {
	display:none;
}
.check-in,.check-out {
	color:#e02519;
  cursor:pointer;
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-top: 10px;
}