﻿.pj_list {
	display: flex;
    flex-wrap:wrap;
	margin-bottom: 40px;
    padding: 0 40px;
}
.pj_item {
    padding-bottom: 20px;
    transition: all 0.3s;
    width: calc(32% - 16px);
    margin-right: 49px;
    position: relative;
}
.pj_item:nth-child(3n){margin-right:0;}
.pj_item:hover {
	opacity: 0.7;
}
.pj_itm_img {
    margin: 0;
}
.pj_itm_img img {
	width: 100%;
}
.pj_itm_main {
    background: #fff;
    margin: -30px 20px 0 0;
    position: relative;
    padding: 30px 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	color: #666;
}
.pj_itm_ttl {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.pj_itm_txt {
    margin: 0;
    line-height: 1.3em;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.pj_item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#content .xvnet-content{margin-bottom:40px;}
.related_news{
    padding-top:20px;
    border-top:1px solid #ccc;
}
.pj_other_header{
    color:#c9010b;
    font-weight:bold;
    margin-bottom:20px;
    font-size:24px;
}
@media screen and (max-width:768px) {
    .pj_list {
        padding: 0;
    }
    .pj_item {
        width: calc(32% - 16px);
        margin-right: 38px;
    }
    .pj_itm_main {
        opacity: 1;
        bottom: 0;
        padding: 20px;
    }
    .pj_itm_ttl{
        font-size:16px;
    }
    .pj_itm_txt {
        /*display:none;*/
    }

}
@media screen and (max-width:480px){
    .pj_item {width:calc(100%/2 - 10px);margin-right: 20px;}
    .pj_item:nth-child(3n){margin-right: 20px;}
    .pj_item:nth-child(2n){margin-right:0;}    
    .pj_itm_main{padding: 5px;}
    .pj_itm_ttl{font-size:12px;}
    .pj_itm_txt{display:none;}

}