.news_list{
	position: relative;
	width: 100%;
}

.news_list .layer_1{
	margin-bottom: 50px;
}

.news_list .news_item{
	position: relative;
	width: 100%;
	background: #f6f6fa;
	padding: 10px;
	height: 265px;
}

.news_list .news_item .area_title{
	padding: 10px 0;
}

.news_list .news_item .area_title .left{
	font-size: 18px;
}

.news_list .news_item .area_title .left a{
	color: #026ffc !important;
}

.news_list .news_item .area_title .left a:hover{
	color: #a50e0e !important;
}

.news_list .news_item .area_title .right{
	font-style: italic;
}

.news_list .news_item .area_body{

}

.news_list .news_item .area_body .left{
	width: 480px;
	height: 205px;
	padding-right: 10px;
	text-align: justify;
	overflow: hidden;
}

.news_list .news_item .area_body .right{
	width: 205px;
	height: 205px;
}

.news_list .news_item .area_body .right a img{
	max-width: 100%;
	max-height: 100%;
}

.news_list .page_nav{
	margin-bottom: 20px;
}

.news_detail {
    margin-bottom: 30px;
    text-align: justify;
    padding: 20px;
    border: 5px solid #a50e0e;
    background: #f6f6fa;
}

.news_detail .other_img {
    margin-bottom: 20px;
}

.news_detail .other_img .other_img_item {
    height: 100px;
    float: left;
    margin: 5px;
    padding: 5px;
    border: solid 1px #026ffc;
}

.news_detail .other_img .other_img_item a img {
    max-width: 100%;
    max-height: 100%;
}

.news_detail .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.news_detail .img img{
	max-width: 100%;
	    max-height: 100%;
}


/**Стили блока с текстом внутри спойлера**/
.spoiler-content{
display:none;  /**скрываем блок контента спойлера**/
padding: 10px; /**добавляем внутренний отступ**/
border: solid 1px #026FFC; /**рамка блока контента спойлера**/
background: #f6f6fa; /**фон блока контента спойлера**/
font-style: italic;
}
/**Стили блока оборачивающего каждый блок**/
.spoiler-block{
}
/**Стили кнопки спойлера**/
.spoiler-title {
	cursor: pointer;
    font-size: 18px;
    padding: 5px;
		text-decoration: underline;
color: #333 !important; /**цвет текста ссылки**/
display:block; /**делаем ссылку на всю ширину**/
}

.url-title {
		cursor: pointer;
    font-size: 18px;
    padding: 5px;
		text-decoration: underline;
		color: #333 !important; /**цвет текста ссылки**/
		display:block; /**делаем ссылку на всю ширину**/
}

ul.photo-album-list-first-photos {
    display: inline-block!important;
}

ul.photo-album-list, ul.photo-album-thumbs-list, li.photo-album-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul.photo-album-list-first-photos .album-name {
    text-decoration: none;
    font-size: 1.2em;
    color: #a50e0e;
}

ul.photo-album-list-first-photos .album-date, ul.photo-album-list-first-photos .album-photos {
    text-decoration: none;
    font-size: 0.9em;
    color: #026ffc;
    margin: 0 0 0 7px;
}

ul.photo-album-list-first-photos .album-date, ul.photo-album-list-first-photos .album-photos {
    text-decoration: none;
    font-size: 0.9em;
    color: #026ffc;
    margin: 0 0 0 7px;
}

ul.photo-album-list-first-photos .album-photos-section {
    margin: 12px 0 10px 0;
}

ul.photo-album-list-first-photos .photo-item-cont {
    padding: 6px;
    border: 1px solid #a50e0e;
    margin: 0 14px 14px 0;
}

.photo-items-list .photo-item-cont {
    float: left;
    margin: 0 4px 4px 0;
    padding: 2px;
}

div.empty-clear {
    clear: both;
    overflow: hidden;
    height: 0.1em;
}

ul.photo-album-list-first-photos .album-separator-line {
    height: 1px;
    background-color: #a50e0e;
    width: 100%;
    line-height: 1px !important;
    font-size: 1px !important;
}

.photo-item-cont .photo-item-inner img {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    max-height: none !important;
    max-width: none !important;
}

.photo-item-cont .photo-item-inner {
    display: block;
    overflow: hidden;
    position: relative;
}

.pplus_comments .item .name {
    font-size: 18px;
    padding: 5px 0px;
    color: #a50e0e;
}

.pplus_comments .item .text {
    font-style: italic;
}

.pplus_comments .item {
    margin-bottom: 20px;
}

.pplus_comments {
    position: relative;
    margin-bottom: 40px;
}

.nav {
    display: flex;
    flex-direction: column;
    width: 140px;
    min-width: 140px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -320px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: #a50e0e;
    z-index: 2000;
}

.nav-toggle {
    background:inherit;
    position: absolute;
    left: 339px;
    color: #dadada;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}


.nav-toggle:hover {
    color: #f4f4f4;
}

[id='nav-toggle'] {
    position: absolute;
    display: none;
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 1em;
    top: 1em;
}

[id='nav-toggle']:checked ~ .nav {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}

.nav ul li{
    list-style-type: none;
}

.nav ul{
    padding-inline-start: 0;
    width: 120px;
}

@media (max-width: 1170px){
    .news_list .news_item {
        height:  auto;
    }

    .news_list .news_item .area_title .left {
        float: none;
    }

    .news_list .news_item .area_title .right {
        float: none;
    }

    .news_list .news_item .area_body .left {
        width: auto;
        height: auto;
        padding-right: 0px;
    }

    .news_list .news_item .area_body .right {
        width: auto;
        height: auto;
    }
    .pplus_detail_index {
        display: none;
    }
}