.news_list1_item{
    margin-top:33px;
    padding-top:33px;
    border-top:1px #cbcbcb solid;
}
.news_list1_item:nth-child(1){
    margin-top:0;
    padding-top:0;
    border:0;
}
.news_list1_item_section{
    display:flex;
    flex-wrap:nowrap;
}
.news_list1_item_section_box1{
    width:380px;
}
.news_list1_item_section_box2{
    flex:1;
    margin-left:45px;
	padding-top:15px;
}
.news_list1_item_photo{
    display:block;
    padding-top:66%;
    position:relative;
}
.news_list1_item_photo_bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
	border-radius:15px;
}
.news_list1_item_photo img{
    display:none;
}
.news_list1_item_name{
    font-size:25px;
    line-height:1.3;
}
.news_list1_item_name a{
    color:#000;
    text-decoration:none;
    background-image:linear-gradient(to bottom,#e3e0e0,#787876);
    background-position:0 1.08em;
    /*background-position:bottom left;*/
    background-repeat:repeat-x;
    /*background-size:10% 20px;*/
    background-size:50% 2px;
    transition:background-size 0.07s ease 0s;
}
.news_list1_item_name a:hover{
    color:#000;
    text-decoration:none;
    background-size:0px 0px;
}
.news_list1_item_anons{
    margin-top:22px;
    font-size:16px;
    line-height:1.3;
}
.news_list1_item_dop{
    margin-top:40px;
}
.news_list1_item_dop_item{
    display:inline-block;
    vertical-align:middle;
    margin-right:30px;
}
.news_list1_item_dop_item:last-child{
    margin:0;
}
.news_list1_item_date{
    padding-left:27px;
    padding-top:1px;
    position:relative;
    font-size:15px;
    line-height:1;
    color:#7d7d7d;
}
.news_list1_item_date:after{
    content:'';
    position:absolute;
    top:-1px;
    left:0;
    z-index:1;
    background-image:url(../img/news_list1_date2.svg);
    background-repeat:no-repeat;
    width:17px;
    height:17px;
}
.news_list1_item_sea_count{
    padding-left:32px;
    position:relative;
    font-size:15px;
    line-height:1;
    color:#7d7d7d;
}
.news_list1_item_sea_count:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-image:url(../img/news_list1_sea_count2.svg);
    background-repeat:no-repeat;
    width:21px;
    height:15px;
}

.news__list2_photo{
	float:left;
	width:200px;
	overflow:hidden;
    text-align:center;
}
.news__list2_photo img{
	max-width:100%;
    height:auto;
    vertical-align:top;
}
.news__list2_bl{
	margin-left:200px;
	padding-left:28px;
}
.news__list2_name a{
    display:block;
	font-size:19px;
    line-height:1.3;
    color:#000;
    font-weight:normal;
    text-decoration:none;
}
.news__list2_name a:hover{
	text-decoration:underline;
}
.news__list2_textma{
	margin-top:8px;
}
.news__list2_textma a{
    display:block;
    font-size:16px;
    line-height:1.3;
    color:#414040;
    text-decoration:none;
}
.news__list2_date{
	font-size:14px;
	color:#666;
	padding-top:10px;
}
.news__list2_hr{
	line-height:1px;
    height:1px;
    background:#ccc;
    margin-top:15px;
    margin-bottom:15px;
}
.news__list2_block.photo_no .news__list2_bl{
    margin-left:0;
}

.news__list3_item{
    float:left;
    text-decoration:none !important;
    vertical-align:top;
    width:31%;
    padding:0;
    color:#000;
    margin-right:3%;
    margin-bottom:35px;
}
.news__list3_item:nth-child(3n){
    margin-right:0;
}
.news__list3_item:nth-child(3n+1){
    clear:left;
}
.news__list3_photo{
    text-decoration:none;
    padding-top:65%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    position:relative;
}
.news__list3_photo:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#000;
    opacity:0;
    transition:all 0.25s ease-out 0.1s;
}
.news__list3_date{
    font-size:16px;
    line-height:1;
    color:#6c6c6c;
    margin:33px 0 0 0;
}
.news__list3_name{
    margin-top:30px;
    font-size:16px;
    line-height:1.5;
    color:#000000;
    text-transform:uppercase;
    min-height:75px;
}
.news__list3_gorline{
    line-height:1px;
    height:1px;
    background:#b7b7b7;
    margin:12px 0 15px 0;
}
.news__list3_textma{
    font-size:16px;
    line-height:1.4;
    color:#4f4f4f;
}
.news__list3_item:hover .news__list3_name{
    text-decoration:underline;
}
.news__list3_item:hover .news__list3_photo:after{
    opacity:0.3;
}

.news__news_view__action_title_span{
	font-size:28px;
	line-height:1.2;
	margin:0;
	padding:0;
	font-family:proximanovasemibold;
}
.news__news_view__action_anons{
    margin-top:23px;
    font-size:20px;
    line-height:1.3;
    font-family:proximanovalight;
}
.news__view_action_photo-basic{
    margin-top:33px;
	text-align:center;
}
.news__view_action_photo-basic img{
    max-width:100%;
    height:auto;
    vertical-align:top;
    border-radius:15px;
}
.news__news_view__action_description{
	margin-top:35px;
    margin-bottom:20px;
    text-align:justify;
}
.news__news_view__action_photo_preview{
    margin-top:50px;
}

.news__otherlist1{
    margin-top:80px;
    font-size:15px;
    line-height:1.4;
}
.news__otherlist1 table{
    width:100%;
}
.news__otherlist1 table td{
    vertical-align:top;
    padding:3px;
}
.news__otherlist1 .td1{
    width:130px;
    text-align:right;
    color:#666;
}
.news__otherlist1.td1 .date{
    white-space:nowrap;
}
.news__otherlist1 .td2{
    padding-left:20px;
}
.news__otherlist1 .hr{
    background:#bdbdbd;
    line-height:1px;
    height:1px;
    margin-bottom:30px;
}
.news__otherlist1_name{
    font-size:16px;
    line-height:1.2;
}
.news__otherlist1_name a{
    text-decoration:underline;
    color:#000;
}
.news__otherlist1_name a:hover{
    text-decoration:none;
    color:#000;
}
.news__otherlist1_item.active .news__otherlist1_name a{
    text-decoration:none;
    color:#333;
}

.news__news_view__action_theme_column{
    display:flex;
    flex-wrap:nowrap;
}
.news__news_view__action_theme_column_box1{
    width:275px;
    position:relative;
    padding-right:50px;
}
.news__news_view__action_theme_column_box1:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    z-index:1;
    width:1px;
    height:390px;
    background:#c7c7c7;
}
.news__news_view__action_theme_column_box2{
    flex:1;
    padding-left:50px;
    max-width:720px;
}

.news__news_view__action_date{
    padding-left:27px;
    position:relative;
    font-size:17px;
    line-height:1;
    color:#000;
}
.news__news_view__action_date:after{
    content:'';
    position:absolute;
    top:-1px;
    left:0;
    z-index:1;
    background-image:url(../img/news_view_date2.svg);
    background-repeat:no-repeat;
    width:17px;
    height:17px;
}
.news__news_view__action_sea_count{
    margin-top:20px;
    padding-left:30px;
    position:relative;
    font-size:17px;
    line-height:1;
    color:#000;
}
.news__news_view__action_sea_count:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-image:url(../img/news_view_sea_count2.svg);
    background-repeat:no-repeat;
    width:21px;
    height:15px;
}
.news__news_view__action_category{
    margin-top:20px;
}
.news__news_view__action_category_title{
    font-size:16px;
    line-height:1;
    color:#000;
}
.news__news_view__action_category_content{
    margin-top:4px;
    line-height:1.3;
}
.news__news_view__action_category_content a{
    font-size:16px;
    color:#000;
    line-height:1.3;
    text-decoration:underline;
}

.news__list_route_union{
    max-width:1075px;
}

.news_photo_album_list1{
    display:flex;
    flex-wrap:wrap;
    margin-left:-11px;
    margin-right:-11px;
}
.news_photo_album_list1_item{
    width:50%;
    padding:11px;
}
.news_photo_album_list1_item_inner{
    display:block;
    text-decoration:none!important;
    position:relative;
    border-radius:10px;
    overflow:hidden;
}
.news_photo_album_list1_item_photo{
    padding-top:72%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.news_photo_album_list1_item_bg{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:5;
    width:100%;
    height:100%;
    transition:all 0.2s ease-in 0s;
    border-radius:10px;
background:rgba(117,66,144,0.9);
background:-moz-linear-gradient(45deg, rgba(117,66,144,0.9) 9%, rgba(117,66,144,0.81) 20%, rgba(117,66,144,0.75) 27%, rgba(117,66,144,0.2) 100%);
background:-webkit-gradient(left bottom, right top, color-stop(9%, rgba(117,66,144,0.9)), color-stop(20%, rgba(117,66,144,0.81)), color-stop(27%, rgba(117,66,144,0.75)), color-stop(100%, rgba(117,66,144,0.2)));
background:-webkit-linear-gradient(45deg, rgba(117,66,144,0.9) 9%, rgba(117,66,144,0.81) 20%, rgba(117,66,144,0.75) 27%, rgba(117,66,144,0.2) 100%);
background:-o-linear-gradient(45deg, rgba(117,66,144,0.9) 9%, rgba(117,66,144,0.81) 20%, rgba(117,66,144,0.75) 27%, rgba(117,66,144,0.2) 100%);
background:-ms-linear-gradient(45deg, rgba(117,66,144,0.9) 9%, rgba(117,66,144,0.81) 20%, rgba(117,66,144,0.75) 27%, rgba(117,66,144,0.2) 100%);
background:linear-gradient(45deg, rgba(117,66,144,0.9) 9%, rgba(117,66,144,0.81) 20%, rgba(117,66,144,0.75) 27%, rgba(117,66,144,0.2) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#754290', endColorstr='#754290', GradientType=1 );
}
.news_photo_album_list1_item_zoom{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    width:47px;
    height:47px;
    background-image:url(/file/i_pic/news_photo_album_list1_zoom.svg);
    background-repeat:no-repeat;
    transition:all 0.1s ease-in 0s;
    -webkit-transform:translateX(-51%) translateY(-50%);
    -moz-transform:translateX(-51%) translateY(-50%);
    -ms-transform:translateX(-51%) translateY(-50%);
    -o-transform:translateX(-51%) translateY(-50%);
    transform:translateX(-51%) translateY(-50%);
}
.news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_bg{
    visibility:visible;
    opacity:1;
}
.news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_zoom{
    visibility:visible;
    opacity:1;
}