/* news */
.news_list1_item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px #dcdcdc solid;
}

.news_list1_item:last-child {
    margin-bottom: 0;
}

/* .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: 540px;
    margin-right: 45px;
}

.news_list1_item_section_box2 {
    display: flex;
    flex-direction: column;
    flex: 1;

    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: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}

.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: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.5);
}

.news_list1_item_dop {
    margin-top: auto
}

.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(/modul/news/img/news_list1_date2.svg?rand=2);
    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(/modul/news/img/news_list1_sea_count2.svg?rand=2);
    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: pnb;
}

.news__news_view__action_anons {
    margin-top: 23px;
    font-size: 20px;
    line-height: 1.3;
    font-family: pnr;
}

.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 {
    opacity: 0.9;
}

.news__otherlist1_item.active .news__otherlist1_name a {
    text-decoration: none !important;
    color: #333;
}

.news__news_view__action_theme_column {
    display: flex;
    flex-wrap: nowrap;
    min-height: 300px;
    position: relative;
}

.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: 100%;
    max-height: 350px;
    background: #c7c7c7;
}

.news__news_view__action_theme_column_box2 {
    flex: 1;
    padding-left: 50px;
    max-width: 100%;
}

.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(/modul/news/img/news_list1_date2.svg?rand=2);
    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(/modul/news/img/news_list1_sea_count2.svg?rand=2);
    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: 100%;
}

.news_photo_album_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}

.news_photo_album_list1_item {
    width: 33.33%;
    padding: 11px;
}

.news_photo_album_list1_item_inner {
    display: block;
    text-decoration: none !important;
    position: relative;
    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?rand=2);
    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;
  } */

@media (max-width: 1365px) {

    .news_list1_item_name {
        font-size: 30px;
    }
}

@media(max-width: 1279px) {
    .news_list1_item_section_box1 {
        width: 450px;
    }

    .news_list1_item_name {
        font-size: 21px;
    }

    .news_list1_item_anons {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .news_list1_item_section_box1 {
        width: 250px;
    }

    .news_list1_item_section_box2 {
        padding: 0;
    }

    .news_list1_item_anons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news_list1_item_dop {
        margin-top: 20px;
    }

    .news__news_view__action {
        max-width: 720px;
        margin: 0 auto;
    }

    .news__news_view__action_theme_column_box1 {
        width: 220px;
        padding-right: 25px;
    }

    .news__news_view__action_theme_column_box2 {
        padding-left: 25px;
        padding-right: 10px;
    }

    .news__news_view__action_theme_column {
        display: block;
    }

    .news__news_view__action_theme_column_box1 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .news__news_view__action_theme_column_box2 {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .news__news_view__action_theme_column_box1:after {
        display: none;
    }

    .news__news_view__action_description {
        text-align: left;
    }

    .news__news_view__action_theme_column_box1 {
        display: none;
    }

    .news__news_view__action_theme_column_box2 {
        margin-top: 0;
    }

    .news__news_view__action_param_dbl {
        margin-top: 20px;
        display: block !important;
    }

    .news_list1_item_name {
        font-size: 19px;
    }

    .news__list3_item {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        margin-top: 25px;
    }

    .news__list3_item:nth-child(1) {
        margin: 0;
    }

    .news__list3_date {
        margin-top: 15px;
    }

    .news__list3_name {
        margin-top: 15px;
    }

    .news__list3_name {
        min-height: auto;
    }

    .news__list3_gorline {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .news_list1 {
        max-width: 500px;
        margin: 0 auto;
    }

    .news_list1_item_section {
        display: block;
    }

    .news_list1_item_section_box1 {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 12px;
    }

    .news_list1_item_section_box2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .news_list1_item_dop {
        margin-top: 10px;
    }

    .news_list1_item_date {
        font-size: 13px;
    }

    .news_list1_item_sea_count {
        font-size: 13px;
    }

    .news_list1_item_name {
        font-size: 19px;
    }

    .news__otherlist1 {
        font-size: 14px;
    }

    .news_photo_album_list1 {
        margin-left: -6px;
        margin-right: -6px;
    }

    .news_photo_album_list1_item {
        padding: 6px;
    }

    .news__otherlist1 table tr {
        display: block;
        margin-bottom: 12px;
    }

    .news__otherlist1 table td {
        display: block;
    }

    .news__otherlist1 table .td1,
    .news__otherlist1 table .td2 {
        padding: 0;
    }

    .news__otherlist1 table .td1 {
        text-align: left;
        font-size: 11px;
    }

    .news__otherlist1_name {
        font-size: 14px;
        padding-top: 2px;
    }

    .news__otherlist1 .hr {
        margin-bottom: 15px;
    }

    .news_list1_item_dop_item {
        margin-right: 25px;
    }
}

@media (max-width: 479px) {

    .news_list1_item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .news_list1_item_dop {
        display: flex;
        align-items: center;
    }

    .news__list2_photo {
        float: none;
        width: auto;
    }

    .news__list2_bl {
        overflow: visible;
        padding: 0;
        margin-top: 10px;
    }

    .news__list2_name {
        text-align: center;
    }

    .news__list2_name a {
        font-size: 17px;
    }

    .news__list2_date {
        font-size: 12px;
        text-align: right;
        margin-top: 5px;
        padding: 0;
    }

    .news__list2_textma a {
        font-size: 15px;
    }

    .news__news_view__action_title_span {
        font-size: 23px;
        line-height: 1.2;
    }

    .news__news_view__action_anons {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4;
    }

    .news__news_view__action_description {
        margin-top: 30px;
    }

    .news__otherlist1 {
        margin-top: 100px;
    }

    .news__view_action_photo-basic {
        margin-top: 25px;
    }

    .news__news_view__action_date {
        font-size: 14px;
        padding-left: 24px;
    }

    .news__news_view__action_sea_count {
        margin-top: 10px;
        font-size: 14px;
        padding-left: 24px;
    }

    .news__news_view__action_category {
        margin-top: 10px;
        line-height: 1.2;
    }

    .news__news_view__action_category_title {
        font-size: 14px;
        display: inline;
    }

    .news__news_view__action_category_content {
        display: inline;
        margin: 0;
        margin-left: 3px;
        line-height: 1.2;
    }

    .news__news_view__action_category_content a {
        font-size: 14px;
        line-height: 1.2;
    }

    .news_list1_item_photo {
        padding-top: 55%;
    }

    .news_list1_item_name {
        font-size: 17px;
    }
}

@media (max-width: 359px) {
    .news_list1_item_name {
        font-size: 16px;
    }
}