.report_top {
position: relative;
}
.report_bg {
width: 100%;
height: 252px;
}
.report_bg img {
width: 100%;
height: 252px;
object-fit: cover;
object-position: 0 -17vw;
}
.report_title {
font-size: 18px;
font-weight: bold;
text-shadow: 0 0 12px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff;
position: absolute;
top: 66%;
left: 50%;
transform: translate(-50%, -50%);
}
.report_title span {
font-size: 48px;
}
.report_cat_list {
font-size: 14px;
}
.report_cat_list li span {
font-size: 0.9em;
}
.report_in {
display: flex;
flex-wrap: wrap;
max-width: 1240px;
margin: 0 0 0 8px;
padding: 65px 0 30px;
}
.report_one {
overflow: hidden;
display: block;
width: calc(88% /4);
min-width: 262px;
margin-right: 40px;
text-align: center;
position: relative;
transition: 0.5s ease-in-out;
}
.report_one:nth-child(4n) {
margin-right: 0;
}
.report_one .report_link {
display: block;
}
.report_thumb {
border-radius: 12px;
}
.report_img {
width: 100%;
height: 320px;
border-radius: 12px;
}
.report_img img {
width: 100%;
height: 320px;
object-fit: cover;
border-radius: 12px;
}
.report_img {
margin-bottom: 8px;
overflow: hidden;
}
.report_ttl_wrap {
height: 48px;
display: flex;
align-items: center;
overflow: hidden;
}
.report_ttl {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-align: left;
font-size: 16px;
font-weight: 600;
color: #696666;
}
.report_text_block {
padding: 6px 6px 0;
}
.report_text {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
width: 88%;
margin: 8px 0 0 16px;
text-align: left;
}
.report_text_block .line {
width: 88%;
margin: 40px auto 16px;
border-radius: 4px;
background: #c9c7c7;
border: 1px solid #c9c7c7;
}
.report_place,
.report_type {
display: flex;
align-items: center;
font-size: 12px;
color: #9a9a9a;
text-align: left;
margin-top: 4px;
}
.report_type span {
font-size: 18px;
}
.report_text_block .map_icon {
width: 14px;
height: 17px;
}
.report_text_block .map_icon img {
width: 14px;
height: 17px;
object-fit: cover;
}
.report_in:after {
content: "after";
width: calc(88% /2);
margin-right: 40px;
color: aliceblue;
}
.report_one a:hover {
transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
color: #957500;
}
.report_img img:hover {
moz-transform: scale(1.06);
-ms-transform: scale(1.06);
-webkit-transform: scale(1.06);
transform: scale(1.06);
transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.report_one .report_img img {
moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.report_cat_list a:hover {
transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
color: #957500;
}
.report_cat_list::-webkit-scrollbar {
display: none;
}
@media screen and (min-width:1600px) {
.report_bg {
height: 272px;
}
.report_bg img {
height: 272px;
object-position: 0 -18vw;
}
}
@media screen and (max-width:1200px) {
.report_bg img {
object-position: 0 -200px;
}
}
@media screen and (max-width:768px) {
.report_bg img {
object-position: 0 -10vw;
}
.report_title span {
font-size: 40px;
}
.report_cat_list p {
font-size: 13px;
line-height: 1.2;
padding-top: 2px;
}
.report_cat_list li:first-of-type p {
line-height: 30px;
}
.report_one {
margin: 0 auto 50px;
}
}
@media screen and (max-width:735px) {
.report_cat_list li a {
width: 72px;
}
}
@media screen and (max-width:600px) {
.report_in .report_one:nth-child(2n) {
margin: 0 auto 50px;
}
.report_title span {
font-size: 6.2vw;
}
.report_title {
font-size: 4vw;
}
.report_one {
width: calc(92% /2);
min-width: 160px;
}
.report_img,
.report_img img {
height: 220px;
}
.report_in::after {
content: "";
width: calc(88% /2);
min-width: 160px;
margin: 0 auto;
}
}
@media screen and (max-width:480px) {
.report_in {
margin: 0;
padding: 40px 0 0px;
}
.report_bg,
.report_bg img {
height: 160px;
}
.report_cat_list li:first-of-type p {
line-height: 30px;
}
.report_img {
margin-bottom: 4px;
}
.report_ttl {
font-size: 13px;
}
.report_place,
.report_type {
font-size: 10px;
}
.report_text_block {
padding: 0;
}
.report_text_block .map_icon,
.report_text_block .map_icon img {
width: 10px;
height: 13px;
}
.report_type span {
font-size: 13px;
}
}