


.banner {
	width: 100%;
    height: 350px;
    background-color: #3A42AF;
	background: url(../images/sub-visual.png) no-repeat center/cover; 
}


.banner_1 {
	width: 100%;
    height: 350px;
    background-color: #3A42AF;
	background: url(../images/sub-visual2.jpg) no-repeat center/cover; 
}

.banner .categoryName{
    font-size: 45px;
    color: #fff;
    text-align: center;
    padding-top: 120px;
}

.banner .categorysubName{
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 34px;
}


.content .l_menu_wrap {
	position: absolute;
    top: -45px;
    background: #fff;
    width: 19%;
    min-width: 180px;
    padding-bottom: 30px;

}

.content .subwrap {
    width: 81.5%;
    background: #fff;
    position: absolute;
    top: -45px;
    left: 22%;
    padding: 50px 60px;
    box-sizing: border-box;
}

.content .l_menu_wrap .subTitle {
    font-size: 24px;
    color: #2b2b2b;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin: 0;
    letter-spacing: -0.1rem;
    line-height: 1.5rem;

}

.content .l_menu_wrap ul li a {
    color: #414141;
    font-size: 18px;
    display: block;
    padding: 6px 0 6px 20px;
    letter-spacing: -0.1rem;
    border-bottom: 1px solid #eee;
}

.content .l_menu_wrap .submenu2 li a.on {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.content .l_menu_wrap .submenu3 li a {
    color: #414141;
    font-size: 14px;
    display: block;
    padding: 6px 0 6px 20px;
    letter-spacing: -0.1rem;
    border-bottom: 1px solid #eee;
	
}

.content .l_menu_wrap .submenu3 li a.on {
    background: #000;
    color: #fff;
    text-decoration: none;
}


#list_wrap{
    margin-top: 30px;
}

#list_wrap .list_box {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

#list_wrap .list_box .list_image {
    float: left;
    width: 29%;
    height: 150px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

#list_wrap .list_box .list_image .cardset-img {
    width: 100%;
    height: 100%;
}

#list_wrap .list_box .list_txtbox {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-left: 30px;
}

#list_wrap .list_box .list_txtbox .ellipsiss {
    display: block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

#list_wrap .list_box .list_txtbox .date {
    font-size: 14px;
    color: #858585;
    margin-top: 9px;
}

.content .subwrap2 {
    width: 100%;
    background: #fff;
    position: absolute;
    top: -45px;
    min-height: 400px;
    padding: 50px 60px;
    box-sizing: border-box;
    min-height: 700px;
}





