
.jinsList-content{
    display: flex;
    flex-direction: column;
}

.jinsList li {
    margin-bottom: 20px;
    padding: 10px;
    margin: 15px 1%;
    display: flex;
}

.jinsList li a{
    display: flex;
}

.jinsList li .jinsList-img {
    display: block;
    width: 200px !important;
    height: 270px;
    margin-right: 10px;
}
.jinsList-right{
    padding: 10px;
    flex: 1;
}
.jinsList .jinsList-right p {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
}
.jinsList .jinsList-right p:last-child{
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .jinsList li img {
        width: calc(200px * 0.4);
        height: calc(270px * 0.4);
    }
}


.jinsList .jinsList-right p {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
}

.jinsList li p:last-child {
    border-bottom: none;
}
ul{
        margin: 0;
    padding: 0;

}

#myPageList{
	display: flex;
	justify-content: center;
	margin: 30px 0 36px;
}
.spage-number span {
	border: 1px solid #999999;
	font-weight: 500;
	font-size: 18px;
	color: #999999;
	margin-right: 15px;
    margin-bottom: 15px;
}

.spage-number span.active {
	background: #BA271A !important;
	border-color: #BA120D !important; 
}

